添加空调状态
This commit is contained in:
parent
372a289cf7
commit
6e538bd4cb
|
|
@ -90,7 +90,10 @@ public class DeviceTelemetry {
|
|||
);
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 舱门状态
|
||||
* {"0":"关闭","1":"打开","2":"半开","3":"舱盖状态异常"}
|
||||
*/
|
||||
public static final TelemetryKey<Integer> Cover_State = TelemetryKey.of(
|
||||
"cover_state",
|
||||
Integer.class,
|
||||
|
|
|
|||
|
|
@ -224,6 +224,8 @@ public class BufferDeviceImpl implements IBufferDeviceService
|
|||
}
|
||||
});
|
||||
|
||||
//cabinDoorStatus
|
||||
|
||||
return dto;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue