添加枚举
This commit is contained in:
parent
8cc7a6d4a7
commit
57e145b4ff
|
|
@ -39,6 +39,8 @@ public class DeviceTelemetry {
|
|||
);
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 机场独有状态
|
||||
*/
|
||||
|
|
@ -107,8 +109,8 @@ public class DeviceTelemetry {
|
|||
);
|
||||
|
||||
|
||||
// 空调状态 - Integer
|
||||
/**
|
||||
*
|
||||
* {"0":"空闲模式(无制冷、制热、除湿等)","1":"制冷模式","2":"制热模式","3":"除湿模式","4":"制冷退出模式","5":"制热退出模式","6":"除湿退出模式","7":"制冷准备模式","8":"制热准备模式","9":"除湿准备模式"10":"风冷准备中"11":"风冷中"12":"风冷退出中"13":"除雾准备中"14":"除雾中"15":"除雾退出中"}
|
||||
*/
|
||||
public static final TelemetryKey<Integer> AIR_CONDITIONER_STATE = TelemetryKey.of(
|
||||
|
|
|
|||
Loading…
Reference in New Issue