diff --git a/src/devices/third_reality.ts b/src/devices/third_reality.ts index fa0ce1f5a90da..1b5f79d46e2a6 100644 --- a/src/devices/third_reality.ts +++ b/src/devices/third_reality.ts @@ -337,6 +337,8 @@ export const definitions: DefinitionWithExtend[] = [ infraredEnable: {ID: 0x0000, type: Zcl.DataType.UINT8}, compensationSpeed: {ID: 0x0001, type: Zcl.DataType.INT8}, limitPosition: {ID: 0x0002, type: Zcl.DataType.UINT16}, + totalCycleTimes: {ID: 0x0003, type: Zcl.DataType.UINT16}, + lastRemainingBatteryPercentage: {ID: 0x0004, type: Zcl.DataType.UINT8}, }, commands: {}, commandsResponse: {},