Skip to content

Commit 69a43b7

Browse files
3reality-supportjintjautofix-ci[bot]Koenkk
authored andcommitted
fix: Third Reality 3RSB02015Z: add totalCycleTimes and lastRemainingBatteryPercentage (Koenkk#10594)
Co-authored-by: jintj <jintj@3reality.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: Koen Kanters <koenkanters94@gmail.com>
1 parent 64e0b65 commit 69a43b7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/devices/third_reality.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,8 @@ export const definitions: DefinitionWithExtend[] = [
337337
infraredEnable: {ID: 0x0000, type: Zcl.DataType.UINT8},
338338
compensationSpeed: {ID: 0x0001, type: Zcl.DataType.INT8},
339339
limitPosition: {ID: 0x0002, type: Zcl.DataType.UINT16},
340+
totalCycleTimes: {ID: 0x0003, type: Zcl.DataType.UINT16},
341+
lastRemainingBatteryPercentage: {ID: 0x0004, type: Zcl.DataType.UINT8},
340342
},
341343
commands: {},
342344
commandsResponse: {},

0 commit comments

Comments
 (0)