| 属性标识符 | 权限 | 数据类型 | 说明 |
|---|---|---|---|
| ZBTrawl | 读写 | uint8 | 网关开启zigbee搜网:0:关;1:开 |
| NetworkUp | 只读 | uint8 | 创建网络:0:表示默认值1:表示网络已创建 |
| RadioCh | 只读 | uint8 | 网关工作信道:11-26 |
| MeshTrawl | 读写 | uint8 | 开启网关蓝牙搜网 |
| RSTZB | 读写 | uint8 | 重置网关zigbee模块 |
| RSTMesh | 读写 | uint8 | 重置网关蓝牙模块 |
| WiFiSSID | 读写 | string | 设置网关wifi的ssid |
| WiFiPWD | 读写 | string | 设置网关wifi的password |
| WiFiIp | 只读 | string | 如果连接上了wifi网络,此ip不为空 |
| EthIp | 只读 | string | 如果连接上了有线网络,此ip不为空;wifi和有线同时链接时,以有线为主 |
| 属性标识符 | 权限 | 数据类型 | 说明 |
|---|---|---|---|
| Onoff | 读写 | uint8 | 开关 0x00:OFF; 0x01:ON |
| Level | 读写 | uint8 | 亮度:1-100(或者以属性自带的min,max字段为限制) |
| Power | 只读 | int16 | 功率,数值范围:由属性带的相应字段决定, 单位:W |
| Current | 只读 | uint16 | 电流,数值范围:由属性带的相应字段决定,单位:A |
| Voltage | 只读 | uint16 | 电压,数值范围:由属性带的相应字段决定,单位:V |
| Temp | 只读 | int16 | 温度,单位:℃ |
| Humi | 只读 | uint16 | 湿度,单位:% |
| kWh | 只读 | uint64 | 累计功率,数值范围:由属性带的相应字段决定,单位:kWh |
| BatPct | 只读 | uint8 | 剩余电量,单位:% |
| IASCurGro | 只读 | uint16 | 以bit位区分状态。见下表 |
| ColTempMir | 读写 | uint16 | 色温,单位:开尔文 kelvins = 1,000,000 / ColorTemperatureMireds, where ColorTemperatureMireds is in the range 1 to 65279 mireds inclusive, giving a color temperature range from 1,000,000 kelvins to 15.32 kelvins. |
| LocTemp | 只读 | int16 | 温控器属性,当前温度 |
| TempCal | 读写 | int8 | 温度校准,数值范围:由属性带的相应字段决定 |
| SetHeat | 读写 | int16 | 设置制热温度,如果存在MinHeSetLim和MaxHeSetLim,则此属性的最大最小值由其决定 |
| SetCool | 读写 | int16 | 设置制冷温度,如果存在MinCoSetLim和MaxCoSetLim,则此属性的最大最小值由其决定 |
| ThmoMode | 读写 | uint8 | 设置温控器模式: 0x00:off;0x03:Cool(制冷模式) ;0x04:Heat(制热模式); |
| ProOpMode | 读写 | uint8 | ECO模式:bit2:0x00:OFF;0x01:ON;即拿到的数值右移两位 |
| DisMode | 读写 | uint8 | 显示温度单位:0:℃;1:℉ |
| KeyLock | 读写 | uint8 | 童锁:0x00:OFF ;0x01:ON |
| DryMode | 读写 | uint8 | 干燥模式倒计时,步进5,单位:分钟 |
| RunMode | 只读 | uint8 | 温控器运行模式(T5E,T7E,T11) 0x00:off;0x03:Cool(制冷模式) ;0x04:Heat(制热模式); |
| WinCheck | 读写 | uint8 | 开窗检测:0x00:OFF;0x01:ON |
| Frost | 读写 | uint8 | 防冻模式开关:0x00:OFF;0x01:ON |
| BackSw | 读写 | uint8 | 待机背光模式开关 0x00:OFF 0x01:ON |
| Backlight | 读写 | uint8 | 背光亮度,数值范围:10~100,步进:10,倍数:0,单位:% |
| SenMode | 读写 | uint8 | 选择传感器(T5E,T7E):0x00:A(内部传感器);0x01:F(地板传感器) 0x02:AF(内部+地板传感器);0x03:A2(外部房间传感器); 0x04:A2F(外部房间+地板传感器) 0x05:FP(地板传感器+功率调节器) 0x06:P(功率调节器) |
| ThmoWinSta | 只读 | int8 | 窗户状态,0:关,1:开 |
| ThmoWorkDay | 只读 | int16 | 工作日: 0x00:5_2(双休) 0x01:6_1(单休) 0x02:7_0(无休) 0x03:0_7(全休) |
| DevCurTemp | 只读 | int16 | 设备内部温度 |
| DevTempAlmMask | 只读 | uint8 | 设备温度超阈值报警 |
| Fault | 只读 | uint8 | 故障报警(见下表) |
| Regulator | 读写 | uint8 | 调节器功能:0x00:OFF ; 0x01-0x1E:1~30min |
| FrostTemp | 读写 | uint8 | 防霜冻温度,数值范围:50~100,步进:10,倍数:10,单位:℃ |
| PriDisMode | 读写 | uint8 | (TR1)显示模式:0x00:Forward display (正向显示);0x01:Reverse display(反向显示); 0x02:Left display(左向显示);0x03:Right display(右向显示) |
| HolTime | 读写 | uint8 | 假期时间,数值范围:1~99,步进:1,倍数:0,单位:天 |
| AutoTime | 读写 | uint8 | 自动获取网络时间功能:0x00:OFF;0x01:ON |
| PriWinCheck | 读写 | uint8 | 开窗检测功能:0x00:OFF;0x01:ON |
| PriWinSta | 读写 | uint8 | 窗户状态:0x00:Closed(关闭);0x01:Opened(打开) |
| PriWinTemp | 读写 | uint8 | 开窗温度,数值范围:50~300,步进:5,倍数:10,单位:℃ |
| PriWinTime | 读写 | uint8 | 开窗时间,数值范围:0~180,步进:1,倍数:0,单位:Min |
| VaSta | 读写 | uint8 | 阀门状态:0x00:Closed(关闭);0x01:Opened(打开); 0x02:Closing(关闭中);0x03:Opening(开启中) |
| VaSw | 读写 | uint8 | 阀门开关 0x00:Closed(关闭) 0x01:Opened(打开) |
| VaCtrlType | 读写 | uint8 | 阀门控制类型:0x00:PID(PID 控制);0x01:Opened/ Closed (打开/关闭) |
| VaOpen | 读写 | uint8 | 阀门开度,数值范围:0~100,步进:10,倍数:0,单位:% |
| ScaSw | 读写 | uint8 | 防水垢功能:0x00:OFF;0x01:ON |
| BoostSw | 读写 | uint8 | 快速升温功能:0x00:OFF;0x01:ON |
| BoostCd | 读写 | uint8 | 快速升温 倒计时:0:禁用;非 0 时数值范围:5~90,步进:5,倍数:0,单位:min |
| VaWorkMode | 读写 | uint8 | Valve工作模式:0x00:Manual(手动模式);0x01:Program(编程模式); 0x02:Holiday(假日模式);0x03:Comfortable(舒适模式); 0x04:ECO(节能模式);0x05:OFF(关闭) |
| PiHeDemand | 读写 | uint8 | 调节器模式加热百分比,数值范围:0~100,步进:10,倍数:0,单位:% |
| AMinHeSetLim | 只读 | uint8 | 制热温度下限,MinHeSetLim属性值不能低于此值 |
| AMaxHeSetLim | 只读 | uint8 | 制热温度上限,MaxHeSetLim属性值不能高于此值 |
| AMinCoSetLim | 只读 | uint8 | 制冷温度下限,MinCoSetLim属性值不能低于此值 |
| AMaxCoSetLim | 只读 | uint8 | 制冷温度上限,MaxCoSetLim属性值不能高于此值 |
| MinHeSetLim | 读写 | uint8 | 设置制热温度下限:数值范围:25~400,步进:5,倍数:10,单位:℃ |
| MaxHeSetLim | 读写 | uint8 | 设置制热温度上限:数值范围:25~400,步进:5,倍数:10,单位:℃ |
| MinCoSetLim | 读写 | uint8 | 设置制冷温度下限:数值范围:25~400,步进:5,倍数:10,单位:℃ |
| MaxCoSetLim | 读写 | uint8 | 设置制冷温度上限:数值范围:25~400,步进:5,倍数:10,单位:℃ |
| TimeSyncFlag | 读写 | uint8 | (私有)时间同步标志 |
| TimeSyncValue | 只读 | uint32 | (私有)同步时间 |
| AMinHeSetLimF | 读写 | int16 | (T11私有)制热温度上限_F,单位:℉ |
| AMAXHeSetLimF | 读写 | int16 | (T11私有)制热温度上限_F,数值范围:590~950,步进:10,倍数:10,单位:℉ |
| AMinCoSetLimF | 读写 | int16 | (T11私有)制冷温度下限_F,单位:℉,数值范围:500~860,步进:10,倍数:10,单位:℉ |
| AMaxCoSetLimF | 读写 | int16 | (T11私有)制冷温度上限_F,单位:℉ |
| OccCoSetF | 读写 | int16 | (T11私有)设置制冷模式华氏度 |
| OccHeSetF | 读写 | int16 | (T11私有)设置制热模式华氏度 |
| LocTempF | 读写 | int16 | (T11私有)当前温度_F,数值范围:-400~2570,步进:10,倍数:10,单位:℉ |
| HolTempSet | 读写 | int16 | (T11私有)假日模式温度设置,数值范围:50~400,步进:5,倍数:10,单位:℃ |
| HolTempSetF | 读写 | int16 | (T11私有)假日模式温度设置_F,数值范围:410~1040,步进:10,倍数:10, 单位:℉ |
| RegMode | 读写 | uint8 | (T11私有)调节器模式 |
| RegPct | 读写 | int16 | (T11私有)调节器模式加热百分比,数值范围:10~100,步进:10,倍数:0,单位:% |
| SumWinSw | 读写 | uint8 | (T11私有)夏令时冬令时开关(已弃用) |
| VacMode | 读写 | uint8 | (T11私有)假期模式,0x00:OFF;0x01:ON |
| VacStDate | 读写 | uint32 | (T11私有)假期开始日期,数值范围: 0-2147483647, 间距: 1, 倍数: 0, 单位:day。从 1970 年开始算起的天数 |
| VacEndDate | 读写 | uint32 | (T11私有)假期结束日期,数值范围: 0-2147483647, 间距: 1, 倍数: 0, 单位: day。从 1970 年开始算起的天数 |
| AuTimeT11 | 读写 | uint8 | (T11私有)自动获取网络时间开关,0x00:OFF;0x01:ON |
| CdSet | 读写 | uint8 | (T11私有)倒计时剩余时间,数值范围:0~120,步进:1,倍数:0,单位:min |
| CdLeft | 读写 | int16 | (T11私有)倒计时,枚举值:0x00:Cancel;0x01:5min;0x02:10min;0x03:15min;0x04:20min; 0x05:25min;0x06:30min;0x07:35min;0x08:40min;0x09:45min; 0x0A:50min;0x0B:55min;0x0C:60min;0x0D:65min;0x0E:70min; 0x0F:75min;0x10:80min;0x11:85min;0x12:90min;0x13:95min; 0x14:100min;0x15:105min;0x16:110min;0x17:115min;0x18:120min |
| Week1~7 | 读写 | string | (TR1)每天4个时段,每段定时可以设置,固定第1字节为星期。第2,3字节,时间 第4,5字节,温度,如星期5,06:00 35.0 则传05 06 00 01 5e,以字符串形式发送 |
| GbScCtrl | 只读 | uint8 | 全局场景,在设备关闭时保存 |
| OnTime | 读写 | uint16 | 指定时间长度(1/10秒为单位),打开(一般不用) |
| OffWaitTime | 读写 | uint16 | 指定时间长度(1/10秒为单位),关闭(一般不用) |
| StUpOnOff | 读写 | uint8 | 上电动作, 0x00:Set the OnOff attribute to 0 (off). 0x01:Set the OnOff attribute to 1 (on). 0x02:If the previous value of the OnOff attribute is equal to 0, set the OnOff attribute to 1.If the previous value of the OnOff attribute is equal to 1, set the OnOff attribute to 0 (toggle). 0xff:Set the OnOff attribute to its previous value. |
| RemTime | 只读 | uint8 | 属性完成前的剩余 时间,(1/10秒为单位) |
| DeMvRate | 读写 | uint16 | 调光速率:1-5s,默认为3s |
| StUpCurLv | 读写 | uint8 | 上电亮度 0x00 to 0xff |
| FrontBack | 读写 | uint8 | 前切和后切调光 |
| MeaStatus | 只读 | uint8 | 计量设备状态,见下表 |
| UnitMea | 只读 | uint8 | 计量设备的值的单位:0x00:kWh (Kilowatt Hours) & kW (Kilowatts); 0x01:m3 (Cubic Meter) & m3/h (Cubic Meter per Hour) |
| MeDevType | 只读 | uint8 | 计量设备类型:0:Electric Metering; 1:Gas Metering;2:Water Metering |
| OnLevel | 读写 | uint8 | 每次开启设备时的亮度,范围:MinLevel to MaxLevel |
| MinLevel | 只读 | uint8 | 最小亮度值 |
| MaxLevel | 只读 | uint8 | 最大亮度值 |
| BatVol | 只读 | uint8 | 电池电压,单位:100mV |
| RelayType | 读写 | uint8 | RelayType,0x00: 1Pol 0x01: 2Pol |
| Button1~Button6 | 读写 | string | "[{"btn_at":1,"action":{"type":1,"id":"60A423FFFE2F9CE2_01","attr":"Onoff","val":1,"categ":"0002","prot":"1"}}]",绑定设备和自动化需要绑定到对应的端点的对应button;具体见协议button_json |
| CurHue | 读写 | uint8 | The CurrentHue attribute contains the current hue value of the light. It is updated as fast as practical during commands that change the hue. |
| CurSat | 读写 | uint8 | The CurrentSaturation attribute holds the current saturation value of the light. It is updated as fast as practical during commands that change the saturation. |
| IdentifyTime | 读写 | uint16 | 查找设备,闪烁次数(发5,闪3次) |
| WinCovType | 只读 | uint8 | window covering类型,值见Table 7-41 |
| WinCovCfgSta | 只读 | uint8 | 此属性提供配置和状态信息,值见Table 7-42 |
| ACAlmMask | 只读 | uint8 | Specifies which configurable alarms may be generated, as listed in Figure 4-5. A ‘1’ in each bit position enables the alarm.值见Figure 4-5 |
| ThmoPiCoDmd | 只读 | uint8 | The PICoolingDemand attribute is 8 bits in length and specifies the level of cooling demanded by the PI (proportional integral) control loop in use by the thermostat (if any), in percent. This value is 0 when the thermostat is in “off” or “heating” mode.This attribute is reported regularly and MAY be used to control a heating device |
| ThmoPiHeDmd | 只读 | uint8 | The PIHeatingDemand attribute is 8 bits in length and specifies the level of heating demanded by the PI loop in percent. This value is 0 when the thermostat is in “off” or “cooling” mode. This attribute is reported regularly and MAY be used to control a cooling device. |
| ThmoRunSta | 只读 | uint16 | ThermostatRunningState represents the current relay state of the heat, cool, and fan relays, whose values are shown in Table 6-24. |
| ProgramWorkDay | 读写 | string | 周程序(工作日) |
| GLMDevType | 读写 | uint8 | 0x00:W 0x01:CW 0x02:RGB 0x03:RGBW 0x04:RGBCW |
| GLMPureMode | 读写 | uint8 | 0x00:可调节白光模式- 此功能用于在 RGB 模式下调低白光亮度,使颜色更鲜艳(默认) 0x01:CW 模式-如果选择CW 模式,设备仅能控制CW,不能控制 RGB 0x02:RGB 模式-如果选择 RGB 模式,设备仅能控制 RGB,不能控制 CW 备注:开启 RGB 模式时,白光模式关闭,开启 CW模式时,RGB 模式关闭。 |
| ColorTempMode | 读写 | uint8 | Bit0:Previous Color Temperature,对应位 0:不启用,1:启用;(默认 1) Bit1:Preselect Color Temperature,对应位 0:不启用,1:启用;(默认 0) Bit2:暖光随调,对应位 0:不启用,1:启用;(默认 0) Bit3-7:保留 备注:Previous Color Temperature 与Preselect Color Temperature 互斥,开启一个则另一个关闭;功能作用:当 Bit0 为 1,Bit1 为 0 时:当重新开灯或重新上电时使用关灯前/断电前色温值开灯显示(默认);当 Bit0为 0,Bit1 为 1 时:重新开灯或重新上电时使用 0x16 功能点指定色温值开灯显示;当 Bit2 为 1 时,暖光随调功能开启,MCU 收到亮度功能点后需根据 0x17功能点在范围内自动改变色温,这个改变的色温无需上报; |
| PreselectColorTemp | 读写 | uint16 | 值范围:最小色温~最大色温之间; 备注:当 0x15 功能点Bit1 启用时:开灯或重新上电时使用此功能点色温值显示; |
| WarmAdjustRange | 读写 | uint32 | 值范围:最小色温~最大色温之间; 备注:第 1,2 字节为暖光随调色温范围下限,第3,4 字节为暖光随调色温范围上限; 示例数据:0B B8 17 70代表暖光随调色温范围为 3000-6000K; |
| SumFmt | 读写 | uint8 | SummationFormatting provides a method to properly decipher the number of digits and the decimal location of the values found in the Summation Information Set of attributes. This attribute is to be decoded as follows: Bits 0 to 2: Number of Digits to the right of the Decimal Point. Bits 3 to 6: Number of Digits to the left of the Decimal Point. Bit 7: If set, suppress leading zeros. This attribute shall be used against the following attributes: • CurrentSummationDelivered • CurrentSummationReceived • TOU Information attributes • DFTSummation • Block Information attributes |
| ColTempMirMin | 读写 | uint16 | 色温最小值 |
| ColTempMirMax | 读写 | uint16 | 色温最大值 |
| OnTransTime | 读写 | uint16 | 渐变开(软起动),0 - 50 单位:1/10s 备注: 0:关闭:MCU 使用默认速度开灯(此默认速度不是 0x6A 默认调光速度功能点的速度) 1-50:设备在关灯状态下收到开灯命令后开灯恢复到关灯亮度或开灯亮度功能点亮度所用的时间 |
| OffTransTime | 读写 | uint16 | 渐变关(软关闭),0 - 50 单位:1/10s 备注: 0:关闭:MCU 使用默认速度关灯(此默认速度不是 0x6A 默认调光速度功能点的速度) 1-50:设备在开灯状态下收到关灯命令后完全关灯所用的时间 |
| 属性标识符 | 权限 | 数据类型 | 说明 |
|---|---|---|---|
| 0000_0001 | 只读 | string | device key |
| 0002_0000 | 读写 | uint8 | 查找设备,闪烁次数(发5,闪3次) |
| 1000_0000 | 读写 | uint8 | 开关 0x00:OFF; 0x01:ON |
| 1002_0002 | 读写 | int16 | 调光灯亮度 范围:-32768~32767 |
| 1006_0001 | 读写 | uint8 | 设备上电动作:0x00: 关闭; 0x01: 开启; 0x02:恢复 |
| 100c_0008 | 只读 | uint8 | 电池电量 |
| 100c_0008 | 只读 | uint8 | 电池电量 |
| 1303_0085 | 读写 | string | mesh的色温控制是端点0,属性是1303_005,类型字符串,数据格式:长度(1字节)+亮度(2字节)+色温(2字节)+色偏(2字节,默认0000)、例如:"06641964190000",表示:长度:86,表示6个字节,64 19:表示亮度,64 19:表示色温,00 00:表示色偏 |
| 属性标识符 | 权限 | 数据类型 | 说明 |
|---|---|---|---|
| 0004_0064 | 只读 | uint32 | 电压 |
| 0004_0065 | 只读 | uint32 | 电流 |
| 0004_0066 | 只读 | uint32 | 功率 |
| 0004_0067 | 只读 | uint32 | 电量 |
| 0004_0068 | 只读 | uint32 | 设备内部温度 |
| 0004_0069 | 只读 | uint8 | 报警: Bit0: 过温报警 Bit1: 过流报警 Bit2: 欠压报警 Bit3: 过压报警 |
| 0004_0072 | 读写 | uint8 | 开关模式:0x00:标准模式 0x01:脉冲模式(默认0x00) |
| 0004_0073 | 读写 | uint8 |