@willieee802/zigbee-herdsman 0.49.4 → 0.50.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (209) hide show
  1. package/.github/dependabot.yml +0 -3
  2. package/.github/workflows/ci.yml +1 -2
  3. package/.github/workflows/release-please.yml +1 -1
  4. package/.github/workflows/typedoc.yaml +3 -3
  5. package/.release-please-manifest.json +1 -1
  6. package/CHANGELOG.md +143 -0
  7. package/biome.json +1 -1
  8. package/dist/adapter/adapter.d.ts +14 -1
  9. package/dist/adapter/adapter.d.ts.map +1 -1
  10. package/dist/adapter/adapter.js +17 -0
  11. package/dist/adapter/adapter.js.map +1 -1
  12. package/dist/adapter/adapterDiscovery.d.ts.map +1 -1
  13. package/dist/adapter/adapterDiscovery.js.map +1 -1
  14. package/dist/adapter/deconz/adapter/deconzAdapter.d.ts +1 -3
  15. package/dist/adapter/deconz/adapter/deconzAdapter.d.ts.map +1 -1
  16. package/dist/adapter/deconz/adapter/deconzAdapter.js +14 -29
  17. package/dist/adapter/deconz/adapter/deconzAdapter.js.map +1 -1
  18. package/dist/adapter/deconz/driver/constants.d.ts +1 -1
  19. package/dist/adapter/deconz/driver/constants.d.ts.map +1 -1
  20. package/dist/adapter/ember/adapter/emberAdapter.d.ts +1 -1
  21. package/dist/adapter/ember/adapter/emberAdapter.d.ts.map +1 -1
  22. package/dist/adapter/ember/adapter/emberAdapter.js +19 -10
  23. package/dist/adapter/ember/adapter/emberAdapter.js.map +1 -1
  24. package/dist/adapter/ember/adapter/oneWaitress.d.ts +2 -0
  25. package/dist/adapter/ember/adapter/oneWaitress.d.ts.map +1 -1
  26. package/dist/adapter/ember/adapter/oneWaitress.js +13 -5
  27. package/dist/adapter/ember/adapter/oneWaitress.js.map +1 -1
  28. package/dist/adapter/ezsp/adapter/ezspAdapter.d.ts +1 -3
  29. package/dist/adapter/ezsp/adapter/ezspAdapter.d.ts.map +1 -1
  30. package/dist/adapter/ezsp/adapter/ezspAdapter.js +17 -30
  31. package/dist/adapter/ezsp/adapter/ezspAdapter.js.map +1 -1
  32. package/dist/adapter/ezsp/driver/index.d.ts +1 -1
  33. package/dist/adapter/ezsp/driver/index.d.ts.map +1 -1
  34. package/dist/adapter/ezsp/driver/index.js +1 -1
  35. package/dist/adapter/ezsp/driver/index.js.map +1 -1
  36. package/dist/adapter/ezsp/driver/types/index.d.ts +1 -1
  37. package/dist/adapter/ezsp/driver/types/index.d.ts.map +1 -1
  38. package/dist/adapter/ezsp/driver/types/index.js +3 -3
  39. package/dist/adapter/ezsp/driver/types/index.js.map +1 -1
  40. package/dist/adapter/serialPort.d.ts.map +1 -1
  41. package/dist/adapter/serialPort.js +7 -0
  42. package/dist/adapter/serialPort.js.map +1 -1
  43. package/dist/adapter/z-stack/adapter/adapter-backup.js +1 -1
  44. package/dist/adapter/z-stack/adapter/adapter-backup.js.map +1 -1
  45. package/dist/adapter/z-stack/adapter/adapter-nv-memory.js +1 -1
  46. package/dist/adapter/z-stack/adapter/adapter-nv-memory.js.map +1 -1
  47. package/dist/adapter/z-stack/adapter/manager.d.ts.map +1 -1
  48. package/dist/adapter/z-stack/adapter/manager.js +12 -2
  49. package/dist/adapter/z-stack/adapter/manager.js.map +1 -1
  50. package/dist/adapter/z-stack/adapter/tstype.d.ts.map +1 -1
  51. package/dist/adapter/z-stack/adapter/zStackAdapter.d.ts +1 -3
  52. package/dist/adapter/z-stack/adapter/zStackAdapter.d.ts.map +1 -1
  53. package/dist/adapter/z-stack/adapter/zStackAdapter.js +20 -34
  54. package/dist/adapter/z-stack/adapter/zStackAdapter.js.map +1 -1
  55. package/dist/adapter/z-stack/constants/index.d.ts +1 -1
  56. package/dist/adapter/z-stack/constants/index.d.ts.map +1 -1
  57. package/dist/adapter/z-stack/constants/index.js +1 -1
  58. package/dist/adapter/z-stack/constants/index.js.map +1 -1
  59. package/dist/adapter/z-stack/unpi/constants.d.ts +1 -1
  60. package/dist/adapter/z-stack/unpi/constants.d.ts.map +1 -1
  61. package/dist/adapter/z-stack/unpi/constants.js +1 -1
  62. package/dist/adapter/z-stack/unpi/constants.js.map +1 -1
  63. package/dist/adapter/zboss/adapter/zbossAdapter.d.ts +7 -8
  64. package/dist/adapter/zboss/adapter/zbossAdapter.d.ts.map +1 -1
  65. package/dist/adapter/zboss/adapter/zbossAdapter.js +12 -30
  66. package/dist/adapter/zboss/adapter/zbossAdapter.js.map +1 -1
  67. package/dist/adapter/zboss/driver.d.ts.map +1 -1
  68. package/dist/adapter/zboss/driver.js +8 -1
  69. package/dist/adapter/zboss/driver.js.map +1 -1
  70. package/dist/adapter/zboss/uart.d.ts.map +1 -1
  71. package/dist/adapter/zboss/uart.js +14 -2
  72. package/dist/adapter/zboss/uart.js.map +1 -1
  73. package/dist/adapter/zigate/adapter/zigateAdapter.d.ts +1 -3
  74. package/dist/adapter/zigate/adapter/zigateAdapter.d.ts.map +1 -1
  75. package/dist/adapter/zigate/adapter/zigateAdapter.js +8 -29
  76. package/dist/adapter/zigate/adapter/zigateAdapter.js.map +1 -1
  77. package/dist/adapter/zoh/adapter/zohAdapter.d.ts +1 -3
  78. package/dist/adapter/zoh/adapter/zohAdapter.d.ts.map +1 -1
  79. package/dist/adapter/zoh/adapter/zohAdapter.js +18 -33
  80. package/dist/adapter/zoh/adapter/zohAdapter.js.map +1 -1
  81. package/dist/controller/controller.d.ts.map +1 -1
  82. package/dist/controller/controller.js +10 -2
  83. package/dist/controller/controller.js.map +1 -1
  84. package/dist/controller/greenPower.d.ts.map +1 -1
  85. package/dist/controller/greenPower.js +15 -9
  86. package/dist/controller/greenPower.js.map +1 -1
  87. package/dist/controller/helpers/ota.d.ts +4 -4
  88. package/dist/controller/helpers/ota.d.ts.map +1 -1
  89. package/dist/controller/helpers/ota.js +28 -9
  90. package/dist/controller/helpers/ota.js.map +1 -1
  91. package/dist/controller/helpers/zclFrameConverter.d.ts.map +1 -1
  92. package/dist/controller/helpers/zclFrameConverter.js +17 -16
  93. package/dist/controller/helpers/zclFrameConverter.js.map +1 -1
  94. package/dist/controller/model/device.d.ts +14 -3
  95. package/dist/controller/model/device.d.ts.map +1 -1
  96. package/dist/controller/model/device.js +155 -68
  97. package/dist/controller/model/device.js.map +1 -1
  98. package/dist/controller/model/endpoint.d.ts +7 -3
  99. package/dist/controller/model/endpoint.d.ts.map +1 -1
  100. package/dist/controller/model/endpoint.js +34 -21
  101. package/dist/controller/model/endpoint.js.map +1 -1
  102. package/dist/controller/model/group.js +4 -4
  103. package/dist/controller/model/group.js.map +1 -1
  104. package/dist/controller/touchlink.js +3 -3
  105. package/dist/controller/touchlink.js.map +1 -1
  106. package/dist/utils/timeService.js +2 -2
  107. package/dist/utils/timeService.js.map +1 -1
  108. package/dist/zspec/zcl/buffaloZcl.d.ts +3 -3
  109. package/dist/zspec/zcl/buffaloZcl.d.ts.map +1 -1
  110. package/dist/zspec/zcl/buffaloZcl.js +198 -96
  111. package/dist/zspec/zcl/buffaloZcl.js.map +1 -1
  112. package/dist/zspec/zcl/definition/cluster.d.ts +2 -2
  113. package/dist/zspec/zcl/definition/cluster.d.ts.map +1 -1
  114. package/dist/zspec/zcl/definition/cluster.js +2699 -2808
  115. package/dist/zspec/zcl/definition/cluster.js.map +1 -1
  116. package/dist/zspec/zcl/definition/clusters-types.d.ts +63 -1109
  117. package/dist/zspec/zcl/definition/clusters-types.d.ts.map +1 -1
  118. package/dist/zspec/zcl/definition/enums.d.ts +0 -1
  119. package/dist/zspec/zcl/definition/enums.d.ts.map +1 -1
  120. package/dist/zspec/zcl/definition/enums.js +0 -1
  121. package/dist/zspec/zcl/definition/enums.js.map +1 -1
  122. package/dist/zspec/zcl/definition/foundation.d.ts +306 -7
  123. package/dist/zspec/zcl/definition/foundation.d.ts.map +1 -1
  124. package/dist/zspec/zcl/definition/foundation.js +552 -207
  125. package/dist/zspec/zcl/definition/foundation.js.map +1 -1
  126. package/dist/zspec/zcl/definition/status.d.ts +21 -10
  127. package/dist/zspec/zcl/definition/status.d.ts.map +1 -1
  128. package/dist/zspec/zcl/definition/status.js +11 -0
  129. package/dist/zspec/zcl/definition/status.js.map +1 -1
  130. package/dist/zspec/zcl/definition/tstype.d.ts +57 -48
  131. package/dist/zspec/zcl/definition/tstype.d.ts.map +1 -1
  132. package/dist/zspec/zcl/utils.d.ts +7 -4
  133. package/dist/zspec/zcl/utils.d.ts.map +1 -1
  134. package/dist/zspec/zcl/utils.js +133 -240
  135. package/dist/zspec/zcl/utils.js.map +1 -1
  136. package/dist/zspec/zcl/zclFrame.d.ts +4 -4
  137. package/dist/zspec/zcl/zclFrame.d.ts.map +1 -1
  138. package/dist/zspec/zcl/zclFrame.js +19 -103
  139. package/dist/zspec/zcl/zclFrame.js.map +1 -1
  140. package/dist/zspec/zcl/zclStatusError.d.ts +1 -1
  141. package/dist/zspec/zcl/zclStatusError.d.ts.map +1 -1
  142. package/dist/zspec/zcl/zclStatusError.js +2 -2
  143. package/dist/zspec/zcl/zclStatusError.js.map +1 -1
  144. package/package.json +1 -1
  145. package/scripts/clusters-typegen.ts +44 -139
  146. package/src/adapter/adapter.ts +38 -3
  147. package/src/adapter/adapterDiscovery.ts +2 -1
  148. package/src/adapter/deconz/adapter/deconzAdapter.ts +24 -51
  149. package/src/adapter/deconz/driver/constants.ts +1 -1
  150. package/src/adapter/ember/adapter/emberAdapter.ts +23 -10
  151. package/src/adapter/ember/adapter/oneWaitress.ts +16 -6
  152. package/src/adapter/ezsp/adapter/ezspAdapter.ts +27 -48
  153. package/src/adapter/ezsp/driver/index.ts +1 -1
  154. package/src/adapter/ezsp/driver/types/index.ts +99 -99
  155. package/src/adapter/serialPort.ts +9 -0
  156. package/src/adapter/z-stack/adapter/adapter-backup.ts +1 -1
  157. package/src/adapter/z-stack/adapter/adapter-nv-memory.ts +1 -1
  158. package/src/adapter/z-stack/adapter/manager.ts +16 -2
  159. package/src/adapter/z-stack/adapter/tstype.ts +1 -0
  160. package/src/adapter/z-stack/adapter/zStackAdapter.ts +34 -81
  161. package/src/adapter/z-stack/constants/index.ts +1 -1
  162. package/src/adapter/z-stack/unpi/constants.ts +1 -1
  163. package/src/adapter/zboss/adapter/zbossAdapter.ts +23 -54
  164. package/src/adapter/zboss/driver.ts +8 -1
  165. package/src/adapter/zboss/uart.ts +14 -1
  166. package/src/adapter/zigate/adapter/zigateAdapter.ts +17 -48
  167. package/src/adapter/zoh/adapter/zohAdapter.ts +27 -50
  168. package/src/controller/controller.ts +12 -2
  169. package/src/controller/greenPower.ts +16 -9
  170. package/src/controller/helpers/ota.ts +37 -11
  171. package/src/controller/helpers/zclFrameConverter.ts +20 -17
  172. package/src/controller/model/device.ts +192 -79
  173. package/src/controller/model/endpoint.ts +36 -24
  174. package/src/controller/model/group.ts +4 -4
  175. package/src/controller/touchlink.ts +3 -3
  176. package/src/utils/timeService.ts +2 -2
  177. package/src/zspec/zcl/buffaloZcl.ts +226 -100
  178. package/src/zspec/zcl/definition/cluster.ts +2713 -2822
  179. package/src/zspec/zcl/definition/clusters-types.ts +80 -1135
  180. package/src/zspec/zcl/definition/enums.ts +0 -1
  181. package/src/zspec/zcl/definition/foundation.ts +703 -216
  182. package/src/zspec/zcl/definition/status.ts +22 -11
  183. package/src/zspec/zcl/definition/tstype.ts +59 -58
  184. package/src/zspec/zcl/utils.ts +137 -264
  185. package/src/zspec/zcl/zclFrame.ts +25 -130
  186. package/src/zspec/zcl/zclStatusError.ts +2 -2
  187. package/test/adapter/ember/emberAdapter.test.ts +191 -4
  188. package/test/adapter/ezsp/uart.test.ts +10 -10
  189. package/test/adapter/z-stack/adapter.test.ts +88 -32
  190. package/test/adapter/zoh/zohAdapter.test.ts +4 -4
  191. package/test/controller.test.ts +822 -248
  192. package/test/device-ota.test.ts +141 -16
  193. package/test/device.test.ts +731 -0
  194. package/test/requests.bench.ts +2 -0
  195. package/test/zcl.test.ts +70 -95
  196. package/test/zspec/zcl/buffalo.test.ts +251 -11
  197. package/test/zspec/zcl/foundation.test.ts +990 -0
  198. package/test/zspec/zcl/frame.test.ts +84 -69
  199. package/test/zspec/zcl/utils.test.ts +105 -81
  200. package/tsconfig.json +0 -1
  201. package/scripts/check-clusters-changes.ts +0 -328
  202. package/scripts/clusters-changes.log +0 -584
  203. package/scripts/utils.ts +0 -88
  204. package/scripts/zap-update-clusters-report.json +0 -303
  205. package/scripts/zap-update-clusters.ts +0 -1520
  206. package/scripts/zap-update-types.ts +0 -707
  207. package/scripts/zap-xml-clusters-overrides-data.ts +0 -52
  208. package/scripts/zap-xml-clusters-overrides.ts +0 -400
  209. package/scripts/zap-xml-types.ts +0 -146
@@ -1,584 +0,0 @@
1
- Found 582 changes.
2
-
3
- [REMOVED] Clusters > pm1Measurement: 1068 (0x042c)
4
- [REMOVED] Clusters > pm10Measurement: 1069 (0x042d)
5
- [CHANGED] Clusters > name > 1559: piRetailTunnel -> retailTunnel
6
- [CHANGED] Clusters > name > 1796: tunneling -> seTunneling
7
- [CHANGED] Clusters > name > 2817: haMeterIdentification -> seMeterIdentification
8
- [CHANGED] Clusters > genBasic > attributes > name > 8: appProfileVersion -> genericDeviceClass
9
- [REMOVED] Clusters > genIdentify > attributes > identifyCommissionState: 1 (0x0001)
10
- [CHANGED] Clusters > genIdentify > commands > triggerEffect > parameters > effectid > type: UINT8 -> ENUM8
11
- [CHANGED] Clusters > genIdentify > commands > triggerEffect > parameters > effectvariant > type: UINT8 -> ENUM8
12
- [CHANGED] Clusters > genGroups > commandsResponse > addRsp > parameters > status > type: UINT8 -> ENUM8
13
- [CHANGED] Clusters > genGroups > commandsResponse > viewRsp > parameters > status > type: UINT8 -> ENUM8
14
- [CHANGED] Clusters > genGroups > commandsResponse > removeRsp > parameters > status > type: UINT8 -> ENUM8
15
- [CHANGED] Clusters > genScenes > commands > copy > parameters > mode > type: UINT8 -> BITMAP8
16
- [CHANGED] Clusters > genScenes > commandsResponse > addRsp > parameters > status > type: UINT8 -> ENUM8
17
- [CHANGED] Clusters > genScenes > commandsResponse > viewRsp > parameters > status > type: UINT8 -> ENUM8
18
- [CHANGED] Clusters > genScenes > commandsResponse > removeRsp > parameters > status > type: UINT8 -> ENUM8
19
- [CHANGED] Clusters > genScenes > commandsResponse > removeAllRsp > parameters > status > type: UINT8 -> ENUM8
20
- [CHANGED] Clusters > genScenes > commandsResponse > storeRsp > parameters > status > type: UINT8 -> ENUM8
21
- [CHANGED] Clusters > genScenes > commandsResponse > getSceneMembershipRsp > parameters > status > type: UINT8 -> ENUM8
22
- [CHANGED] Clusters > genScenes > commandsResponse > enhancedAddRsp > parameters > status > type: UINT8 -> ENUM8
23
- [CHANGED] Clusters > genScenes > commandsResponse > enhancedViewRsp > parameters > status > type: UINT8 -> ENUM8
24
- [CHANGED] Clusters > genScenes > commandsResponse > copyRsp > parameters > status > type: UINT8 -> ENUM8
25
- [CHANGED] Clusters > genOnOff > commands > offWithEffect > parameters > effectid > type: UINT8 -> ENUM8
26
- [REMOVED] Clusters > genOnOffSwitchCfg > attributes > switchMultiFunction: 2 (0x0002)
27
- [CHANGED] Clusters > genLevelCtrl > attributes > defaultMoveRate > type: UINT16 -> UINT8
28
- [CHANGED] Clusters > genLevelCtrl > commands > move > parameters > movemode > type: UINT8 -> ENUM8
29
- [CHANGED] Clusters > genLevelCtrl > commands > step > parameters > stepmode > type: UINT8 -> ENUM8
30
- [CHANGED] Clusters > genLevelCtrl > commands > moveWithOnOff > parameters > movemode > type: UINT8 -> ENUM8
31
- [CHANGED] Clusters > genLevelCtrl > commands > stepWithOnOff > parameters > stepmode > type: UINT8 -> ENUM8
32
- [CHANGED] Clusters > genAlarms > commands > reset > parameters > alarmcode > type: UINT8 -> ENUM8
33
- [CHANGED] Clusters > genAlarms > commands > reset > parameters > clusterid > type: UINT16 -> CLUSTER_ID
34
- [CHANGED] Clusters > genAlarms > commandsResponse > alarm > parameters > alarmcode > type: UINT8 -> ENUM8
35
- [CHANGED] Clusters > genAlarms > commandsResponse > alarm > parameters > clusterid > type: UINT16 -> CLUSTER_ID
36
- [CHANGED] Clusters > genAlarms > commandsResponse > getRsp > parameters > status > type: UINT8 -> ENUM8
37
- [CHANGED] Clusters > genAlarms > commandsResponse > getRsp > parameters > alarmcode > type: UINT8 -> ENUM8
38
- [CHANGED] Clusters > genAlarms > commandsResponse > getRsp > parameters > clusterid > type: UINT16 -> CLUSTER_ID
39
- [REMOVED] Clusters > genRssiLocation > commands > setAbsolute > parameters > coord1: undefined
40
- [REMOVED] Clusters > genRssiLocation > commands > setAbsolute > parameters > coord2: undefined
41
- [REMOVED] Clusters > genRssiLocation > commands > setAbsolute > parameters > coord3: undefined
42
- [REMOVED] Clusters > genRssiLocation > commandsResponse > locationDataResponse > parameters > coord1: undefined
43
- [REMOVED] Clusters > genRssiLocation > commandsResponse > locationDataResponse > parameters > coord2: undefined
44
- [REMOVED] Clusters > genRssiLocation > commandsResponse > locationDataResponse > parameters > coord3: undefined
45
- [REMOVED] Clusters > genRssiLocation > commandsResponse > locationDataNotification > parameters > coord1: undefined
46
- [REMOVED] Clusters > genRssiLocation > commandsResponse > locationDataNotification > parameters > coord2: undefined
47
- [REMOVED] Clusters > genRssiLocation > commandsResponse > locationDataNotification > parameters > coord3: undefined
48
- [REMOVED] Clusters > genRssiLocation > commandsResponse > compactLocationDataNotification > parameters > coord1: undefined
49
- [REMOVED] Clusters > genRssiLocation > commandsResponse > compactLocationDataNotification > parameters > coord2: undefined
50
- [REMOVED] Clusters > genRssiLocation > commandsResponse > compactLocationDataNotification > parameters > coord3: undefined
51
- [CHANGED] Clusters > genCommissioning > attributes > name > 65: concentratorRus -> concentratorRadius
52
- [CHANGED] Clusters > genCommissioning > commands > restartDevice > parameters > options > type: UINT8 -> BITMAP8
53
- [CHANGED] Clusters > genCommissioning > commands > saveStartupParams > parameters > options > type: UINT8 -> BITMAP8
54
- [CHANGED] Clusters > genCommissioning > commands > restoreStartupParams > parameters > options > type: UINT8 -> BITMAP8
55
- [CHANGED] Clusters > genCommissioning > commands > resetStartupParams > parameters > options > type: UINT8 -> BITMAP8
56
- [CHANGED] Clusters > genCommissioning > commandsResponse > restartDeviceRsp > parameters > status > type: UINT8 -> ENUM8
57
- [CHANGED] Clusters > genCommissioning > commandsResponse > saveStartupParamsRsp > parameters > status > type: UINT8 -> ENUM8
58
- [CHANGED] Clusters > genCommissioning > commandsResponse > restoreStartupParamsRsp > parameters > status > type: UINT8 -> ENUM8
59
- [CHANGED] Clusters > genCommissioning > commandsResponse > resetStartupParamsRsp > parameters > status > type: UINT8 -> ENUM8
60
- [CHANGED] Clusters > genOta > commands > queryNextImageRequest > parameters > fieldControl > type: UINT8 -> BITMAP8
61
- [CHANGED] Clusters > genOta > commands > imageBlockRequest > parameters > fieldControl > type: UINT8 -> BITMAP8
62
- [CHANGED] Clusters > genOta > commands > imagePageRequest > parameters > fieldControl > type: UINT8 -> BITMAP8
63
- [CHANGED] Clusters > genOta > commands > upgradeEndRequest > parameters > status > type: UINT8 -> ENUM8
64
- [CHANGED] Clusters > genOta > commandsResponse > imageNotify > parameters > payloadType > type: UINT8 -> ENUM8
65
- [CHANGED] Clusters > genOta > commandsResponse > queryNextImageResponse > parameters > status > type: UINT8 -> ENUM8
66
- [CHANGED] Clusters > genOta > commandsResponse > imageBlockResponse > parameters > status > type: UINT8 -> ENUM8
67
- [CHANGED] Clusters > genOta > commandsResponse > upgradeEndResponse > parameters > currentTime > type: UINT32 -> UTC
68
- [CHANGED] Clusters > genOta > commandsResponse > upgradeEndResponse > parameters > upgradeTime > type: UINT32 -> UTC
69
- [CHANGED] Clusters > genOta > commandsResponse > queryDeviceSpecificFileResponse > parameters > status > type: UINT8 -> ENUM8
70
- [CHANGED] Clusters > closuresShadeCfg > attributes > mode > ID: 18 (0x0012) -> 17 (0x0011)
71
- [CHANGED] Clusters > closuresDoorLock > attributes > lockType > ID: 38 (0x0026) -> 1 (0x0001)
72
- [CHANGED] Clusters > closuresDoorLock > attributes > lockType > type: BITMAP16 -> ENUM8
73
- [CHANGED] Clusters > closuresDoorLock > attributes > operatingMode > type: UINT32 -> ENUM8
74
- [CHANGED] Clusters > closuresDoorLock > attributes > zigbeeSecurityLevel > type: UINT8 -> ENUM8
75
- [CHANGED] Clusters > closuresDoorLock > commands > lockDoor > parameters > pincodevalue > type: CHAR_STR -> OCTET_STR
76
- [CHANGED] Clusters > closuresDoorLock > commands > unlockDoor > parameters > pincodevalue > type: CHAR_STR -> OCTET_STR
77
- [CHANGED] Clusters > closuresDoorLock > commands > toggleDoor > parameters > pincodevalue > type: CHAR_STR -> OCTET_STR
78
- [CHANGED] Clusters > closuresDoorLock > commands > unlockWithTimeout > parameters > pincodevalue > type: CHAR_STR -> OCTET_STR
79
- [CHANGED] Clusters > closuresDoorLock > commands > setPinCode > parameters > usertype > type: UINT8 -> ENUM8
80
- [CHANGED] Clusters > closuresDoorLock > commands > setPinCode > parameters > pincodevalue > type: CHAR_STR -> OCTET_STR
81
- [CHANGED] Clusters > closuresDoorLock > commands > setWeekDaySchedule > parameters > daysmask > type: UINT8 -> BITMAP8
82
- [CHANGED] Clusters > closuresDoorLock > commands > setHolidaySchedule > parameters > opermodelduringholiday > type: UINT8 -> ENUM8
83
- [CHANGED] Clusters > closuresDoorLock > commands > setUserType > parameters > usertype > type: UINT8 -> ENUM8
84
- [CHANGED] Clusters > closuresDoorLock > commands > setRfidCode > parameters > usertype > type: UINT8 -> ENUM8
85
- [CHANGED] Clusters > closuresDoorLock > commands > setRfidCode > parameters > pincodevalue > type: CHAR_STR -> OCTET_STR
86
- [CHANGED] Clusters > closuresDoorLock > commandsResponse > lockDoorRsp > parameters > status > type: UINT8 -> ENUM8
87
- [CHANGED] Clusters > closuresDoorLock > commandsResponse > unlockDoorRsp > parameters > status > type: UINT8 -> ENUM8
88
- [CHANGED] Clusters > closuresDoorLock > commandsResponse > toggleDoorRsp > parameters > status > type: UINT8 -> ENUM8
89
- [CHANGED] Clusters > closuresDoorLock > commandsResponse > unlockWithTimeoutRsp > parameters > status > type: UINT8 -> ENUM8
90
- [CHANGED] Clusters > closuresDoorLock > commandsResponse > getLogRecordRsp > parameters > eventtype > type: UINT8 -> ENUM8
91
- [CHANGED] Clusters > closuresDoorLock > commandsResponse > getLogRecordRsp > parameters > pincodevalue > type: CHAR_STR -> OCTET_STR
92
- [CHANGED] Clusters > closuresDoorLock > commandsResponse > getPinCodeRsp > parameters > usertype > type: UINT8 -> ENUM8
93
- [CHANGED] Clusters > closuresDoorLock > commandsResponse > getPinCodeRsp > parameters > pincodevalue > type: CHAR_STR -> OCTET_STR
94
- [CHANGED] Clusters > closuresDoorLock > commandsResponse > getWeekDayScheduleRsp > parameters > daysmask > type: UINT8 -> BITMAP8
95
- [CHANGED] Clusters > closuresDoorLock > commandsResponse > getYearDayScheduleRsp > parameters > status > type: UINT8 -> ENUM8
96
- [CHANGED] Clusters > closuresDoorLock > commandsResponse > getHolidayScheduleRsp > parameters > opermodelduringholiday > type: UINT8 -> ENUM8
97
- [CHANGED] Clusters > closuresDoorLock > commandsResponse > getUserTypeRsp > parameters > usertype > type: UINT8 -> ENUM8
98
- [CHANGED] Clusters > closuresDoorLock > commandsResponse > getRfidCodeRsp > parameters > usertype > type: UINT8 -> ENUM8
99
- [CHANGED] Clusters > closuresDoorLock > commandsResponse > getRfidCodeRsp > parameters > pincodevalue > type: CHAR_STR -> OCTET_STR
100
- [CHANGED] Clusters > closuresDoorLock > commandsResponse > operationEventNotification > parameters > data > type: UINT8 -> CHAR_STR
101
- [CHANGED] Clusters > closuresDoorLock > commandsResponse > programmingEventNotification > parameters > usertype > type: UINT8 -> ENUM8
102
- [CHANGED] Clusters > closuresDoorLock > commandsResponse > programmingEventNotification > parameters > data > type: UINT8 -> CHAR_STR
103
- [CHANGED] Clusters > hvacThermostat > commands > setpointRaiseLower > parameters > mode > type: UINT8 -> ENUM8
104
- [CHANGED] Clusters > hvacThermostat > commands > setWeeklySchedule > parameters > dayofweek > type: UINT8 -> BITMAP8
105
- [CHANGED] Clusters > hvacThermostat > commands > setWeeklySchedule > parameters > mode > type: UINT8 -> BITMAP8
106
- [CHANGED] Clusters > hvacThermostat > commands > getWeeklySchedule > parameters > daystoreturn > type: UINT8 -> BITMAP8
107
- [CHANGED] Clusters > hvacThermostat > commands > getWeeklySchedule > parameters > modetoreturn > type: UINT8 -> BITMAP8
108
- [CHANGED] Clusters > hvacThermostat > commandsResponse > getWeeklyScheduleRsp > parameters > dayofweek > type: UINT8 -> BITMAP8
109
- [CHANGED] Clusters > hvacThermostat > commandsResponse > getWeeklyScheduleRsp > parameters > mode > type: UINT8 -> BITMAP8
110
- [CHANGED] Clusters > hvacThermostat > commandsResponse > getRelayStatusLogRsp > parameters > relaystatus > type: UINT16 -> BITMAP8
111
- [CHANGED] Clusters > hvacThermostat > commandsResponse > getRelayStatusLogRsp > parameters > localtemp > type: UINT16 -> INT16
112
- [CHANGED] Clusters > hvacThermostat > commandsResponse > getRelayStatusLogRsp > parameters > setpoint > type: UINT16 -> INT16
113
- [CHANGED] Clusters > lightingColorCtrl > attributes > colorCapabilities > type: UINT16 -> BITMAP16
114
- [CHANGED] Clusters > lightingColorCtrl > commands > moveToHue > parameters > direction > type: UINT8 -> ENUM8
115
- [CHANGED] Clusters > lightingColorCtrl > commands > moveHue > parameters > movemode > type: UINT8 -> ENUM8
116
- [CHANGED] Clusters > lightingColorCtrl > commands > stepHue > parameters > stepmode > type: UINT8 -> ENUM8
117
- [CHANGED] Clusters > lightingColorCtrl > commands > moveSaturation > parameters > movemode > type: UINT8 -> ENUM8
118
- [CHANGED] Clusters > lightingColorCtrl > commands > stepSaturation > parameters > stepmode > type: UINT8 -> ENUM8
119
- [CHANGED] Clusters > lightingColorCtrl > commands > enhancedMoveToHue > parameters > direction > type: UINT8 -> ENUM8
120
- [CHANGED] Clusters > lightingColorCtrl > commands > enhancedMoveHue > parameters > movemode > type: UINT8 -> ENUM8
121
- [CHANGED] Clusters > lightingColorCtrl > commands > enhancedStepHue > parameters > stepmode > type: UINT8 -> ENUM8
122
- [CHANGED] Clusters > lightingColorCtrl > commands > colorLoopSet > parameters > updateflags > type: UINT8 -> BITMAP8
123
- [CHANGED] Clusters > lightingColorCtrl > commands > colorLoopSet > parameters > action > type: UINT8 -> ENUM8
124
- [CHANGED] Clusters > lightingColorCtrl > commands > colorLoopSet > parameters > direction > type: UINT8 -> ENUM8
125
- [REMOVED] Clusters > lightingColorCtrl > commands > stopMoveStep > parameters > bits: undefined
126
- [REMOVED] Clusters > lightingColorCtrl > commands > stopMoveStep > parameters > bytee: undefined
127
- [REMOVED] Clusters > lightingColorCtrl > commands > stopMoveStep > parameters > action: undefined
128
- [REMOVED] Clusters > lightingColorCtrl > commands > stopMoveStep > parameters > direction: undefined
129
- [REMOVED] Clusters > lightingColorCtrl > commands > stopMoveStep > parameters > time: undefined
130
- [REMOVED] Clusters > lightingColorCtrl > commands > stopMoveStep > parameters > starthue: undefined
131
- [CHANGED] Clusters > lightingColorCtrl > commands > moveColorTemp > parameters > movemode > type: UINT8 -> ENUM8
132
- [CHANGED] Clusters > lightingColorCtrl > commands > stepColorTemp > parameters > stepmode > type: UINT8 -> ENUM8
133
- [CHANGED] Clusters > ssIasZone > commands > enrollRsp > parameters > enrollrspcode > type: UINT8 -> ENUM8
134
- [CHANGED] Clusters > ssIasZone > commandsResponse > statusChangeNotification > parameters > zonestatus > type: UINT16 -> BITMAP16
135
- [CHANGED] Clusters > ssIasZone > commandsResponse > statusChangeNotification > parameters > extendedstatus > type: UINT8 -> BITMAP8
136
- [CHANGED] Clusters > ssIasZone > commandsResponse > enrollReq > parameters > zonetype > type: UINT16 -> ENUM16
137
- [CHANGED] Clusters > ssIasAce > commands > arm > parameters > armmode > type: UINT8 -> ENUM8
138
- [CHANGED] Clusters > ssIasAce > commands > getZoneStatus > parameters > zonestatusmaskflag > type: UINT8 -> BOOLEAN
139
- [CHANGED] Clusters > ssIasAce > commands > getZoneStatus > parameters > zonestatusmask > type: UINT16 -> BITMAP16
140
- [CHANGED] Clusters > ssIasAce > commandsResponse > armRsp > parameters > armnotification > type: UINT8 -> ENUM8
141
- [CHANGED] Clusters > ssIasAce > commandsResponse > getZoneIDMapRsp > parameters > zoneidmapsection0 > type: UINT16 -> BITMAP16
142
- [CHANGED] Clusters > ssIasAce > commandsResponse > getZoneIDMapRsp > parameters > zoneidmapsection1 > type: UINT16 -> BITMAP16
143
- [CHANGED] Clusters > ssIasAce > commandsResponse > getZoneIDMapRsp > parameters > zoneidmapsection2 > type: UINT16 -> BITMAP16
144
- [CHANGED] Clusters > ssIasAce > commandsResponse > getZoneIDMapRsp > parameters > zoneidmapsection3 > type: UINT16 -> BITMAP16
145
- [CHANGED] Clusters > ssIasAce > commandsResponse > getZoneIDMapRsp > parameters > zoneidmapsection4 > type: UINT16 -> BITMAP16
146
- [CHANGED] Clusters > ssIasAce > commandsResponse > getZoneIDMapRsp > parameters > zoneidmapsection5 > type: UINT16 -> BITMAP16
147
- [CHANGED] Clusters > ssIasAce > commandsResponse > getZoneIDMapRsp > parameters > zoneidmapsection6 > type: UINT16 -> BITMAP16
148
- [CHANGED] Clusters > ssIasAce > commandsResponse > getZoneIDMapRsp > parameters > zoneidmapsection7 > type: UINT16 -> BITMAP16
149
- [CHANGED] Clusters > ssIasAce > commandsResponse > getZoneIDMapRsp > parameters > zoneidmapsection8 > type: UINT16 -> BITMAP16
150
- [CHANGED] Clusters > ssIasAce > commandsResponse > getZoneIDMapRsp > parameters > zoneidmapsection9 > type: UINT16 -> BITMAP16
151
- [CHANGED] Clusters > ssIasAce > commandsResponse > getZoneIDMapRsp > parameters > zoneidmapsection10 > type: UINT16 -> BITMAP16
152
- [CHANGED] Clusters > ssIasAce > commandsResponse > getZoneIDMapRsp > parameters > zoneidmapsection11 > type: UINT16 -> BITMAP16
153
- [CHANGED] Clusters > ssIasAce > commandsResponse > getZoneIDMapRsp > parameters > zoneidmapsection12 > type: UINT16 -> BITMAP16
154
- [CHANGED] Clusters > ssIasAce > commandsResponse > getZoneIDMapRsp > parameters > zoneidmapsection13 > type: UINT16 -> BITMAP16
155
- [CHANGED] Clusters > ssIasAce > commandsResponse > getZoneIDMapRsp > parameters > zoneidmapsection14 > type: UINT16 -> BITMAP16
156
- [CHANGED] Clusters > ssIasAce > commandsResponse > getZoneIDMapRsp > parameters > zoneidmapsection15 > type: UINT16 -> BITMAP16
157
- [CHANGED] Clusters > ssIasAce > commandsResponse > getZoneInfoRsp > parameters > zonetype > type: UINT16 -> ENUM16
158
- [CHANGED] Clusters > ssIasAce > commandsResponse > zoneStatusChanged > parameters > zonestatus > type: UINT16 -> ENUM16
159
- [CHANGED] Clusters > ssIasAce > commandsResponse > zoneStatusChanged > parameters > audiblenotif > type: UINT8 -> ENUM8
160
- [CHANGED] Clusters > ssIasAce > commandsResponse > panelStatusChanged > parameters > panelstatus > type: UINT8 -> ENUM8
161
- [CHANGED] Clusters > ssIasAce > commandsResponse > panelStatusChanged > parameters > audiblenotif > type: UINT8 -> ENUM8
162
- [CHANGED] Clusters > ssIasAce > commandsResponse > panelStatusChanged > parameters > alarmstatus > type: UINT8 -> ENUM8
163
- [CHANGED] Clusters > ssIasAce > commandsResponse > getPanelStatusRsp > parameters > panelstatus > type: UINT8 -> ENUM8
164
- [CHANGED] Clusters > ssIasAce > commandsResponse > getPanelStatusRsp > parameters > audiblenotif > type: UINT8 -> ENUM8
165
- [CHANGED] Clusters > ssIasAce > commandsResponse > getPanelStatusRsp > parameters > alarmstatus > type: UINT8 -> ENUM8
166
- [CHANGED] Clusters > ssIasAce > commandsResponse > getZoneStatusRsp > parameters > zonestatuscomplete > type: UINT8 -> BOOLEAN
167
- [CHANGED] Clusters > ssIasWd > commands > startWarning > parameters > startwarninginfo > type: UINT8 -> BITMAP8
168
- [CHANGED] Clusters > ssIasWd > commands > startWarning > parameters > strobelevel > type: UINT8 -> ENUM8
169
- [CHANGED] Clusters > ssIasWd > commands > squawk > parameters > squawkinfo > type: UINT8 -> BITMAP8
170
- [CHANGED] Clusters > piGenericTunnel > commands > matchProtocolAddr > parameters > protocoladdr > type: CHAR_STR -> OCTET_STR
171
- [CHANGED] Clusters > piGenericTunnel > commandsResponse > matchProtocolAddrRsp > parameters > protocoladdr > type: CHAR_STR -> OCTET_STR
172
- [CHANGED] Clusters > piGenericTunnel > commandsResponse > advertiseProtocolAddr > parameters > protocoladdr > type: CHAR_STR -> OCTET_STR
173
- [CHANGED] Clusters > piBacnetProtocolTunnel > commands > transferNpdu > parameters > npdu > type: UINT8 -> LIST_UINT8
174
- [REMOVED] Clusters > piAnalogOutputReg > attributes > updateInterval: 118 (0x0076)
175
- [CHANGED] Clusters > piMultistateInputReg > attributes > name > 75: objectId -> objectIdentifier
176
- [CHANGED] Clusters > piMultistateInputExt > attributes > name > 6: alarmValue -> alarmValues
177
- [CHANGED] Clusters > piMultistateInputExt > attributes > alarmValues > type: UINT16 -> SET
178
- [CHANGED] Clusters > piMultistateInputExt > attributes > faultValues > type: UINT16 -> SET
179
- [CHANGED] Clusters > piMultistateOutputReg > attributes > name > 75: objectId -> objectIdentifier
180
- [CHANGED] Clusters > piMultistateValueReg > attributes > name > 75: objectId -> objectIdentifier
181
- [CHANGED] Clusters > piMultistateValueExt > attributes > name > 6: alarmValue -> alarmValues
182
- [CHANGED] Clusters > piMultistateValueExt > attributes > alarmValues > type: UINT16 -> SET
183
- [CHANGED] Clusters > piMultistateValueExt > attributes > faultValues > type: UINT16 -> SET
184
- [CHANGED] Clusters > pi11073ProtocolTunnel > commands > name > 1: connectReq -> connectRequest
185
- [CHANGED] Clusters > pi11073ProtocolTunnel > commands > name > 2: disconnectReq -> disconnectRequest
186
- [CHANGED] Clusters > pi11073ProtocolTunnel > commands > name > 3: connectStatusNoti -> connectStatusNotification
187
- [REMOVED] Clusters > seMetering > attributes > intervalReadReportingPeriod: 16 (0x0010)
188
- [CHANGED] Clusters > seMetering > attributes > currentBlockReceived > type: UINT48 -> ENUM8
189
- [CHANGED] Clusters > seMetering > attributes > name > 783: operatingTariffLevel -> operatingTariffLevelDelivered
190
- [CHANGED] Clusters > seMetering > attributes > name > 1025: currentdayConsumpDelivered -> currentDayConsumpDelivered
191
- [CHANGED] Clusters > seMetering > attributes > name > 1026: currentdayConsumpReceived -> currentDayConsumpReceived
192
- [CHANGED] Clusters > seMetering > attributes > name > 1027: previousdayConsumpDelivered -> previousDayConsumpDelivered
193
- [CHANGED] Clusters > seMetering > attributes > name > 1028: previousdayConsumpReceived -> previousDayConsumpReceived
194
- [CHANGED] Clusters > seMetering > attributes > name > 1041: currentdayMaxEnergyCarrDemand -> currentDayMaxEnergyCarrDemand
195
- [CHANGED] Clusters > seMetering > attributes > name > 1042: previousdayMaxEnergyCarrDemand -> previousDayMaxEnergyCarrDemand
196
- [CHANGED] Clusters > seMetering > attributes > name > 2560: billToDate -> billToDateDelivered
197
- [CHANGED] Clusters > seMetering > attributes > name > 2561: billToDateTimeStamp -> billToDateTimeStampDelivered
198
- [CHANGED] Clusters > seMetering > attributes > name > 2562: projectedBill -> projectedBillDelivered
199
- [CHANGED] Clusters > seMetering > attributes > name > 2563: projectedBillTimeStamp -> projectedBillTimeStampDelivered
200
- [CHANGED] Clusters > seMetering > commands > name > 1: reqMirror -> requestMirrorRsp
201
- [CHANGED] Clusters > seMetering > commands > name > 2: mirrorRem -> mirrorRemoved
202
- [CHANGED] Clusters > seMetering > commands > name > 3: reqFastPollMode -> requestFastPollMode
203
- [CHANGED] Clusters > seMetering > commands > getSnapshot > ID: 4 (0x0004) -> 6 (0x0006)
204
- [CHANGED] Clusters > seMetering > commands > name > 6: mirrorReportAttrRsp -> getSnapshot
205
- [CHANGED] Clusters > seMetering > commandsResponse > name > 1: reqMirrorRsp -> requestMirror
206
- [CHANGED] Clusters > seMetering > commandsResponse > name > 2: mirrorRemRsp -> removeMirror
207
- [CHANGED] Clusters > seMetering > commandsResponse > name > 3: reqFastPollModeRsp -> requestFastPollModeRsp
208
- [CHANGED] Clusters > seMetering > commandsResponse > name > 4: getSnapshotRsp -> scheduleSnapshotRsp
209
- [CHANGED] Clusters > haApplianceStatistics > commandsResponse > logNotification > parameters > timestamp > type: UINT32 -> UTC
210
- [CHANGED] Clusters > haApplianceStatistics > commandsResponse > logRsp > parameters > timestamp > type: UINT32 -> UTC
211
- [CHANGED] Clusters > haElectricalMeasurement > commands > getMeasurementProfile > parameters > attrId > type: UINT16 -> ATTR_ID
212
- [CHANGED] Clusters > haElectricalMeasurement > commands > getMeasurementProfile > parameters > starttime > type: UINT32 -> UTC
213
- [CHANGED] Clusters > haElectricalMeasurement > commandsResponse > getProfileInfoRsp > parameters > profileintervalperiod > type: UINT8 -> ENUM8
214
- [CHANGED] Clusters > haElectricalMeasurement > commandsResponse > getMeasurementProfileRsp > parameters > starttime > type: UINT32 -> UTC
215
- [CHANGED] Clusters > haElectricalMeasurement > commandsResponse > getMeasurementProfileRsp > parameters > status > type: UINT8 -> ENUM8
216
- [CHANGED] Clusters > haElectricalMeasurement > commandsResponse > getMeasurementProfileRsp > parameters > profileintervalperiod > type: UINT8 -> ENUM8
217
- [CHANGED] Clusters > haElectricalMeasurement > commandsResponse > getMeasurementProfileRsp > parameters > attrId > type: UINT16 -> ATTR_ID
218
- [CHANGED] Clusters > haElectricalMeasurement > commandsResponse > getMeasurementProfileRsp > parameters > intervals > type: LIST_UINT8 -> BUFFER
219
- [CHANGED] Clusters > touchlink > commandsResponse > scanResponse > parameters > zigbeeInformation > type: UINT8 -> BITMAP8
220
- [CHANGED] Clusters > touchlink > commandsResponse > scanResponse > parameters > touchlinkInformation > type: UINT8 -> BITMAP8
221
- [CHANGED] Clusters > touchlink > commandsResponse > scanResponse > parameters > keyBitmask > type: UINT16 -> BITMAP16
222
- [CHANGED] Clusters > touchlink > commandsResponse > networkStart > parameters > status > type: ENUM8 -> UINT8
223
- [CHANGED] Clusters > touchlink > commandsResponse > networkJoinRouter > parameters > status > type: ENUM8 -> UINT8
224
- [CHANGED] Clusters > touchlink > commandsResponse > networkJoinEndDevice > parameters > status > type: ENUM8 -> UINT8
225
-
226
- [ADDED] Clusters > piPartition: 22 (0x0016)
227
- [ADDED] Clusters > powerProfile: 26 (0x001a)
228
- [ADDED] Clusters > haApplianceControl: 27 (0x001b)
229
- [ADDED] Clusters > pulseWidthModulation: 28 (0x001c)
230
- [ADDED] Clusters > keepAlive: 37 (0x0025)
231
- [ADDED] Clusters > retailTunnel: 1559 (0x0617)
232
- [ADDED] Clusters > seTunneling: 1796 (0x0704)
233
- [ADDED] Clusters > seMeterIdentification: 2817 (0x0b01)
234
- [ADDED] Clusters > genBasic > attributes > genericDeviceClass: 8 (0x0008)
235
- [ADDED] Clusters > genPowerCfg > attributes > battery2Voltage: 64 (0x0040)
236
- [ADDED] Clusters > genPowerCfg > attributes > battery2PercentageRemaining: 65 (0x0041)
237
- [ADDED] Clusters > genPowerCfg > attributes > battery2Manufacturer: 80 (0x0050)
238
- [ADDED] Clusters > genPowerCfg > attributes > battery2Size: 81 (0x0051)
239
- [ADDED] Clusters > genPowerCfg > attributes > battery2AHrRating: 82 (0x0052)
240
- [ADDED] Clusters > genPowerCfg > attributes > battery2Quantity: 83 (0x0053)
241
- [ADDED] Clusters > genPowerCfg > attributes > battery2RatedVoltage: 84 (0x0054)
242
- [ADDED] Clusters > genPowerCfg > attributes > battery2AlarmMask: 85 (0x0055)
243
- [ADDED] Clusters > genPowerCfg > attributes > battery2VoltageMinThreshold: 86 (0x0056)
244
- [ADDED] Clusters > genPowerCfg > attributes > battery2VoltageThreshold1: 87 (0x0057)
245
- [ADDED] Clusters > genPowerCfg > attributes > battery2VoltageThreshold2: 88 (0x0058)
246
- [ADDED] Clusters > genPowerCfg > attributes > battery2VoltageThreshold3: 89 (0x0059)
247
- [ADDED] Clusters > genPowerCfg > attributes > battery2PercentageMinThreshold: 90 (0x005a)
248
- [ADDED] Clusters > genPowerCfg > attributes > battery2PercentageThreshold1: 91 (0x005b)
249
- [ADDED] Clusters > genPowerCfg > attributes > battery2PercentageThreshold2: 92 (0x005c)
250
- [ADDED] Clusters > genPowerCfg > attributes > battery2PercentageThreshold3: 93 (0x005d)
251
- [ADDED] Clusters > genPowerCfg > attributes > battery2AlarmState: 94 (0x005e)
252
- [ADDED] Clusters > genPowerCfg > attributes > battery3Voltage: 96 (0x0060)
253
- [ADDED] Clusters > genPowerCfg > attributes > battery3PercentageRemaining: 97 (0x0061)
254
- [ADDED] Clusters > genPowerCfg > attributes > battery3Manufacturer: 112 (0x0070)
255
- [ADDED] Clusters > genPowerCfg > attributes > battery3Size: 113 (0x0071)
256
- [ADDED] Clusters > genPowerCfg > attributes > battery3AHrRating: 114 (0x0072)
257
- [ADDED] Clusters > genPowerCfg > attributes > battery3Quantity: 115 (0x0073)
258
- [ADDED] Clusters > genPowerCfg > attributes > battery3RatedVoltage: 116 (0x0074)
259
- [ADDED] Clusters > genPowerCfg > attributes > battery3AlarmMask: 117 (0x0075)
260
- [ADDED] Clusters > genPowerCfg > attributes > battery3VoltageMinThreshold: 118 (0x0076)
261
- [ADDED] Clusters > genPowerCfg > attributes > battery3VoltageThreshold1: 119 (0x0077)
262
- [ADDED] Clusters > genPowerCfg > attributes > battery3VoltageThreshold2: 120 (0x0078)
263
- [ADDED] Clusters > genPowerCfg > attributes > battery3VoltageThreshold3: 121 (0x0079)
264
- [ADDED] Clusters > genPowerCfg > attributes > battery3PercentageMinThreshold: 122 (0x007a)
265
- [ADDED] Clusters > genPowerCfg > attributes > battery3PercentageThreshold1: 123 (0x007b)
266
- [ADDED] Clusters > genPowerCfg > attributes > battery3PercentageThreshold2: 124 (0x007c)
267
- [ADDED] Clusters > genPowerCfg > attributes > battery3PercentageThreshold3: 125 (0x007d)
268
- [ADDED] Clusters > genPowerCfg > attributes > battery3AlarmState: 126 (0x007e)
269
- [ADDED] Clusters > genScenes > commands > recall > parameters > transitionTime
270
- [ADDED] Clusters > genLevelCtrl > attributes > currentFrequency: 4 (0x0004)
271
- [ADDED] Clusters > genLevelCtrl > attributes > minFrequency: 5 (0x0005)
272
- [ADDED] Clusters > genLevelCtrl > attributes > maxFrequency: 6 (0x0006)
273
- [ADDED] Clusters > genLevelCtrl > commands > moveToLevel > parameters > optionsMask
274
- [ADDED] Clusters > genLevelCtrl > commands > moveToLevel > parameters > optionsOverride
275
- [ADDED] Clusters > genLevelCtrl > commands > move > parameters > optionsMask
276
- [ADDED] Clusters > genLevelCtrl > commands > move > parameters > optionsOverride
277
- [ADDED] Clusters > genLevelCtrl > commands > step > parameters > optionsMask
278
- [ADDED] Clusters > genLevelCtrl > commands > step > parameters > optionsOverride
279
- [ADDED] Clusters > genLevelCtrl > commands > stop > parameters > optionsMask
280
- [ADDED] Clusters > genLevelCtrl > commands > stop > parameters > optionsOverride
281
- [ADDED] Clusters > genLevelCtrl > commands > moveToLevelWithOnOff > parameters > optionsMask
282
- [ADDED] Clusters > genLevelCtrl > commands > moveToLevelWithOnOff > parameters > optionsOverride
283
- [ADDED] Clusters > genLevelCtrl > commands > moveWithOnOff > parameters > optionsMask
284
- [ADDED] Clusters > genLevelCtrl > commands > moveWithOnOff > parameters > optionsOverride
285
- [ADDED] Clusters > genLevelCtrl > commands > stepWithOnOff > parameters > optionsMask
286
- [ADDED] Clusters > genLevelCtrl > commands > stepWithOnOff > parameters > optionsOverride
287
- [ADDED] Clusters > genLevelCtrl > commands > stopWithOnOff > parameters > optionsMask
288
- [ADDED] Clusters > genLevelCtrl > commands > stopWithOnOff > parameters > optionsOverride
289
- [ADDED] Clusters > genLevelCtrl > commands > moveToClosestFrequency: 8 (0x0008)
290
- [ADDED] Clusters > genRssiLocation > commands > setAbsolute > parameters > coordinate1
291
- [ADDED] Clusters > genRssiLocation > commands > setAbsolute > parameters > coordinate2
292
- [ADDED] Clusters > genRssiLocation > commands > setAbsolute > parameters > coordinate3
293
- [ADDED] Clusters > genRssiLocation > commandsResponse > locationDataResponse > parameters > coordinate1
294
- [ADDED] Clusters > genRssiLocation > commandsResponse > locationDataResponse > parameters > coordinate2
295
- [ADDED] Clusters > genRssiLocation > commandsResponse > locationDataResponse > parameters > coordinate3
296
- [ADDED] Clusters > genRssiLocation > commandsResponse > locationDataNotification > parameters > coordinate1
297
- [ADDED] Clusters > genRssiLocation > commandsResponse > locationDataNotification > parameters > coordinate2
298
- [ADDED] Clusters > genRssiLocation > commandsResponse > locationDataNotification > parameters > coordinate3
299
- [ADDED] Clusters > genRssiLocation > commandsResponse > compactLocationDataNotification > parameters > coordinate1
300
- [ADDED] Clusters > genRssiLocation > commandsResponse > compactLocationDataNotification > parameters > coordinate2
301
- [ADDED] Clusters > genRssiLocation > commandsResponse > compactLocationDataNotification > parameters > coordinate3
302
- [ADDED] Clusters > genCommissioning > attributes > concentratorRadius: 65 (0x0041)
303
- [ADDED] Clusters > genOta > attributes > upgradeActivationPolicy: 11 (0x000b)
304
- [ADDED] Clusters > genOta > attributes > upgradeTimeoutPolicy: 12 (0x000c)
305
- [ADDED] Clusters > greenPower > attributes > gpsMaxSinkTableEntries
306
- [ADDED] Clusters > greenPower > attributes > sinkTable: 1 (0x0001)
307
- [ADDED] Clusters > greenPower > attributes > gpsCommunicationMode: 2 (0x0002)
308
- [ADDED] Clusters > greenPower > attributes > gpsCommissioningExitMode: 3 (0x0003)
309
- [ADDED] Clusters > greenPower > attributes > gpsCommissioningWindow: 4 (0x0004)
310
- [ADDED] Clusters > greenPower > attributes > gpsSecurityLevel: 5 (0x0005)
311
- [ADDED] Clusters > greenPower > attributes > gpsFunctionality: 6 (0x0006)
312
- [ADDED] Clusters > greenPower > attributes > gpsActiveFunctionality: 7 (0x0007)
313
- [ADDED] Clusters > greenPower > attributes > gpsMaxProxyTableEntries: 16 (0x0010)
314
- [ADDED] Clusters > greenPower > attributes > proxyTable: 17 (0x0011)
315
- [ADDED] Clusters > greenPower > attributes > gppNotificationRetryNumber: 18 (0x0012)
316
- [ADDED] Clusters > greenPower > attributes > gppNotificationRetryTimer: 19 (0x0013)
317
- [ADDED] Clusters > greenPower > attributes > gppMaxSearchCounter: 20 (0x0014)
318
- [ADDED] Clusters > greenPower > attributes > gppBlockGpdId: 21 (0x0015)
319
- [ADDED] Clusters > greenPower > attributes > gppFunctionality: 22 (0x0016)
320
- [ADDED] Clusters > greenPower > attributes > gppActiveFunctionality: 23 (0x0017)
321
- [ADDED] Clusters > greenPower > attributes > gpSharedSecurityKeyType: 32 (0x0020)
322
- [ADDED] Clusters > greenPower > attributes > gpSharedSecurityKey: 33 (0x0021)
323
- [ADDED] Clusters > greenPower > attributes > gpLinkKey: 34 (0x0022)
324
- [ADDED] Clusters > greenPower > commands > pairingSearch: 1 (0x0001)
325
- [ADDED] Clusters > greenPower > commands > tunnelingStop: 3 (0x0003)
326
- [ADDED] Clusters > greenPower > commands > sinkCommissioningMode: 4 (0x0004)
327
- [ADDED] Clusters > greenPower > commands > translationTableUpdate: 7 (0x0007)
328
- [ADDED] Clusters > greenPower > commands > translationTableReq: 8 (0x0008)
329
- [ADDED] Clusters > greenPower > commands > sinkTableReq: 10 (0x000a)
330
- [ADDED] Clusters > greenPower > commands > proxyTableRsp: 11 (0x000b)
331
- [ADDED] Clusters > greenPower > commandsResponse > notificationResponse
332
- [ADDED] Clusters > greenPower > commandsResponse > translationTableRsp: 8 (0x0008)
333
- [ADDED] Clusters > greenPower > commandsResponse > sinkTableRsp: 10 (0x000a)
334
- [ADDED] Clusters > greenPower > commandsResponse > proxyTableReq: 11 (0x000b)
335
- [ADDED] Clusters > mobileDeviceCfg > commandsResponse > keepAliveNotification
336
- [ADDED] Clusters > neighborCleaning > commands > purgeEntries
337
- [ADDED] Clusters > closuresDoorLock > attributes > supportedOperatingModes: 38 (0x0026)
338
- [ADDED] Clusters > hvacThermostat > attributes > occupiedSetback: 52 (0x0034)
339
- [ADDED] Clusters > hvacThermostat > attributes > occupiedSetbackMin: 53 (0x0035)
340
- [ADDED] Clusters > hvacThermostat > attributes > occupiedSetbackMax: 54 (0x0036)
341
- [ADDED] Clusters > hvacThermostat > attributes > unoccupiedSetback: 55 (0x0037)
342
- [ADDED] Clusters > hvacThermostat > attributes > unoccupiedSetbackMin: 56 (0x0038)
343
- [ADDED] Clusters > hvacThermostat > attributes > unoccupiedSetbackMax: 57 (0x0039)
344
- [ADDED] Clusters > hvacThermostat > attributes > emergencyHeatDelta: 58 (0x003a)
345
- [ADDED] Clusters > lightingColorCtrl > commands > moveToHue > parameters > optionsMask
346
- [ADDED] Clusters > lightingColorCtrl > commands > moveToHue > parameters > optionsOverride
347
- [ADDED] Clusters > lightingColorCtrl > commands > moveHue > parameters > optionsMask
348
- [ADDED] Clusters > lightingColorCtrl > commands > moveHue > parameters > optionsOverride
349
- [ADDED] Clusters > lightingColorCtrl > commands > stepHue > parameters > optionsMask
350
- [ADDED] Clusters > lightingColorCtrl > commands > stepHue > parameters > optionsOverride
351
- [ADDED] Clusters > lightingColorCtrl > commands > moveToSaturation > parameters > optionsMask
352
- [ADDED] Clusters > lightingColorCtrl > commands > moveToSaturation > parameters > optionsOverride
353
- [ADDED] Clusters > lightingColorCtrl > commands > moveSaturation > parameters > optionsMask
354
- [ADDED] Clusters > lightingColorCtrl > commands > moveSaturation > parameters > optionsOverride
355
- [ADDED] Clusters > lightingColorCtrl > commands > stepSaturation > parameters > optionsMask
356
- [ADDED] Clusters > lightingColorCtrl > commands > stepSaturation > parameters > optionsOverride
357
- [ADDED] Clusters > lightingColorCtrl > commands > moveToHueAndSaturation > parameters > optionsMask
358
- [ADDED] Clusters > lightingColorCtrl > commands > moveToHueAndSaturation > parameters > optionsOverride
359
- [ADDED] Clusters > lightingColorCtrl > commands > moveToColor > parameters > optionsMask
360
- [ADDED] Clusters > lightingColorCtrl > commands > moveToColor > parameters > optionsOverride
361
- [ADDED] Clusters > lightingColorCtrl > commands > moveColor > parameters > optionsMask
362
- [ADDED] Clusters > lightingColorCtrl > commands > moveColor > parameters > optionsOverride
363
- [ADDED] Clusters > lightingColorCtrl > commands > stepColor > parameters > optionsMask
364
- [ADDED] Clusters > lightingColorCtrl > commands > stepColor > parameters > optionsOverride
365
- [ADDED] Clusters > lightingColorCtrl > commands > moveToColorTemp > parameters > optionsMask
366
- [ADDED] Clusters > lightingColorCtrl > commands > moveToColorTemp > parameters > optionsOverride
367
- [ADDED] Clusters > lightingColorCtrl > commands > enhancedMoveToHue > parameters > optionsMask
368
- [ADDED] Clusters > lightingColorCtrl > commands > enhancedMoveToHue > parameters > optionsOverride
369
- [ADDED] Clusters > lightingColorCtrl > commands > enhancedMoveHue > parameters > optionsMask
370
- [ADDED] Clusters > lightingColorCtrl > commands > enhancedMoveHue > parameters > optionsOverride
371
- [ADDED] Clusters > lightingColorCtrl > commands > enhancedStepHue > parameters > optionsMask
372
- [ADDED] Clusters > lightingColorCtrl > commands > enhancedStepHue > parameters > optionsOverride
373
- [ADDED] Clusters > lightingColorCtrl > commands > enhancedMoveToHueAndSaturation > parameters > optionsMask
374
- [ADDED] Clusters > lightingColorCtrl > commands > enhancedMoveToHueAndSaturation > parameters > optionsOverride
375
- [ADDED] Clusters > lightingColorCtrl > commands > colorLoopSet > parameters > optionsMask
376
- [ADDED] Clusters > lightingColorCtrl > commands > colorLoopSet > parameters > optionsOverride
377
- [ADDED] Clusters > lightingColorCtrl > commands > stopMoveStep > parameters > optionsMask
378
- [ADDED] Clusters > lightingColorCtrl > commands > stopMoveStep > parameters > optionsOverride
379
- [ADDED] Clusters > lightingColorCtrl > commands > moveColorTemp > parameters > optionsMask
380
- [ADDED] Clusters > lightingColorCtrl > commands > moveColorTemp > parameters > optionsOverride
381
- [ADDED] Clusters > lightingColorCtrl > commands > stepColorTemp > parameters > optionsMask
382
- [ADDED] Clusters > lightingColorCtrl > commands > stepColorTemp > parameters > optionsOverride
383
- [ADDED] Clusters > ssIasZone > commands > initTestMode > parameters > testModeDuration
384
- [ADDED] Clusters > ssIasZone > commands > initTestMode > parameters > currentZoneSensitivityLevel
385
- [ADDED] Clusters > ssIasZone > commandsResponse > statusChangeNotification > parameters > zoneID
386
- [ADDED] Clusters > ssIasZone > commandsResponse > statusChangeNotification > parameters > delay
387
- [ADDED] Clusters > ssIasAce > commands > bypass > parameters > armDisarmCode
388
- [ADDED] Clusters > piMultistateInputReg > attributes > objectIdentifier: 75 (0x004b)
389
- [ADDED] Clusters > piMultistateInputExt > attributes > alarmValues: 6 (0x0006)
390
- [ADDED] Clusters > piMultistateOutputReg > attributes > objectIdentifier: 75 (0x004b)
391
- [ADDED] Clusters > piMultistateValueReg > attributes > objectIdentifier: 75 (0x004b)
392
- [ADDED] Clusters > piMultistateValueExt > attributes > alarmValues: 6 (0x0006)
393
- [ADDED] Clusters > pi11073ProtocolTunnel > commands > transferApdu > parameters > apdu
394
- [ADDED] Clusters > pi11073ProtocolTunnel > commands > connectRequest > parameters > control
395
- [ADDED] Clusters > pi11073ProtocolTunnel > commands > connectRequest > parameters > idleTimeout
396
- [ADDED] Clusters > pi11073ProtocolTunnel > commands > connectRequest > parameters > managerTarget
397
- [ADDED] Clusters > pi11073ProtocolTunnel > commands > connectRequest > parameters > managerEndpoint
398
- [ADDED] Clusters > pi11073ProtocolTunnel > commands > disconnectRequest > parameters > managerTarget
399
- [ADDED] Clusters > pi11073ProtocolTunnel > commands > connectStatusNotification > parameters > status
400
- [ADDED] Clusters > pi11073ProtocolTunnel > commands > connectRequest: 1 (0x0001)
401
- [ADDED] Clusters > pi11073ProtocolTunnel > commands > disconnectRequest: 2 (0x0002)
402
- [ADDED] Clusters > pi11073ProtocolTunnel > commands > connectStatusNotification: 3 (0x0003)
403
- [ADDED] Clusters > piIso7818ProtocolTunnel > commands > transferApdu
404
- [ADDED] Clusters > piIso7818ProtocolTunnel > commands > insertSmartCard: 1 (0x0001)
405
- [ADDED] Clusters > piIso7818ProtocolTunnel > commands > extractSmartCard: 2 (0x0002)
406
- [ADDED] Clusters > piIso7818ProtocolTunnel > commandsResponse > transferApdu
407
- [ADDED] Clusters > seMetering > attributes > previousBlockPeriodConsumpReceived: 28 (0x001c)
408
- [ADDED] Clusters > seMetering > attributes > lastBlockSwitchTime: 34 (0x0022)
409
- [ADDED] Clusters > seMetering > attributes > cpp1SummationDelivered: 508 (0x01fc)
410
- [ADDED] Clusters > seMetering > attributes > cpp2SummationDelivered: 510 (0x01fe)
411
- [ADDED] Clusters > seMetering > attributes > remainingBattLifeInDays: 517 (0x0205)
412
- [ADDED] Clusters > seMetering > attributes > currentMeterId: 518 (0x0206)
413
- [ADDED] Clusters > seMetering > attributes > ambientConsumptionIndicator: 519 (0x0207)
414
- [ADDED] Clusters > seMetering > attributes > operatingTariffLevelDelivered: 783 (0x030f)
415
- [ADDED] Clusters > seMetering > attributes > operatingTariffLevelReceived: 784 (0x0310)
416
- [ADDED] Clusters > seMetering > attributes > customIdNumber: 785 (0x0311)
417
- [ADDED] Clusters > seMetering > attributes > alternativeUnitOfMeasure: 786 (0x0312)
418
- [ADDED] Clusters > seMetering > attributes > alternativeDemandFormatting: 786 (0x0312)
419
- [ADDED] Clusters > seMetering > attributes > alternativeConsumptionFormatting: 786 (0x0312)
420
- [ADDED] Clusters > seMetering > attributes > currentDayConsumpDelivered: 1025 (0x0401)
421
- [ADDED] Clusters > seMetering > attributes > currentDayConsumpReceived: 1026 (0x0402)
422
- [ADDED] Clusters > seMetering > attributes > previousDayConsumpDelivered: 1027 (0x0403)
423
- [ADDED] Clusters > seMetering > attributes > previousDayConsumpReceived: 1028 (0x0404)
424
- [ADDED] Clusters > seMetering > attributes > currentDayMaxEnergyCarrDemand: 1041 (0x0411)
425
- [ADDED] Clusters > seMetering > attributes > previousDayMaxEnergyCarrDemand: 1042 (0x0412)
426
- [ADDED] Clusters > seMetering > attributes > previousDay2ConsumptionDelivered: 1056 (0x0420)
427
- [ADDED] Clusters > seMetering > attributes > previousDay2ConsumptionReceived: 1057 (0x0421)
428
- [ADDED] Clusters > seMetering > attributes > previousDay3ConsumptionDelivered: 1058 (0x0422)
429
- [ADDED] Clusters > seMetering > attributes > previousDay3ConsumptionReceived: 1059 (0x0423)
430
- [ADDED] Clusters > seMetering > attributes > previousDay4ConsumptionDelivered: 1060 (0x0424)
431
- [ADDED] Clusters > seMetering > attributes > previousDay4ConsumptionReceived: 1061 (0x0425)
432
- [ADDED] Clusters > seMetering > attributes > previousDay5ConsumptionDelivered: 1062 (0x0426)
433
- [ADDED] Clusters > seMetering > attributes > previousDay5ConsumptionReceived: 1063 (0x0427)
434
- [ADDED] Clusters > seMetering > attributes > previousDay6ConsumptionDelivered: 1064 (0x0428)
435
- [ADDED] Clusters > seMetering > attributes > previousDay6ConsumptionReceived: 1056 (0x0420)
436
- [ADDED] Clusters > seMetering > attributes > previousDay7ConsumptionDelivered: 1066 (0x042a)
437
- [ADDED] Clusters > seMetering > attributes > previousDay7ConsumptionReceived: 1067 (0x042b)
438
- [ADDED] Clusters > seMetering > attributes > previousDay8ConsumptionDelivered: 1068 (0x042c)
439
- [ADDED] Clusters > seMetering > attributes > previousDay8ConsumptionReceived: 1069 (0x042d)
440
- [ADDED] Clusters > seMetering > attributes > currentWeekConsumptionDelivered: 1072 (0x0430)
441
- [ADDED] Clusters > seMetering > attributes > currentWeekConsumptionReceived: 1073 (0x0431)
442
- [ADDED] Clusters > seMetering > attributes > previousWeekConsumptionDelivered: 1074 (0x0432)
443
- [ADDED] Clusters > seMetering > attributes > previousWeekConsumptionReceived: 1075 (0x0433)
444
- [ADDED] Clusters > seMetering > attributes > previousWeek2ConsumptionDelivered: 1076 (0x0434)
445
- [ADDED] Clusters > seMetering > attributes > previousWeek2ConsumptionReceived: 1077 (0x0435)
446
- [ADDED] Clusters > seMetering > attributes > previousWeek3ConsumptionDelivered: 1078 (0x0436)
447
- [ADDED] Clusters > seMetering > attributes > previousWeek3ConsumptionReceived: 1079 (0x0437)
448
- [ADDED] Clusters > seMetering > attributes > previousWeek4ConsumptionDelivered: 1080 (0x0438)
449
- [ADDED] Clusters > seMetering > attributes > previousWeek4ConsumptionReceived: 1081 (0x0439)
450
- [ADDED] Clusters > seMetering > attributes > previousWeek5ConsumptionDelivered: 1082 (0x043a)
451
- [ADDED] Clusters > seMetering > attributes > previousWeek5ConsumptionReceived: 1083 (0x043b)
452
- [ADDED] Clusters > seMetering > attributes > currentMonthConsumptionDelivered: 1088 (0x0440)
453
- [ADDED] Clusters > seMetering > attributes > currentMonthConsumptionReceived: 1089 (0x0441)
454
- [ADDED] Clusters > seMetering > attributes > previousMonthConsumptionDelivered: 1090 (0x0442)
455
- [ADDED] Clusters > seMetering > attributes > previousMonthConsumptionReceived: 1091 (0x0443)
456
- [ADDED] Clusters > seMetering > attributes > previousMonth2ConsumptionDelivered: 1092 (0x0444)
457
- [ADDED] Clusters > seMetering > attributes > previousMonth2ConsumptionReceived: 1093 (0x0445)
458
- [ADDED] Clusters > seMetering > attributes > previousMonth3ConsumptionDelivered: 1094 (0x0446)
459
- [ADDED] Clusters > seMetering > attributes > previousMonth3ConsumptionReceived: 1095 (0x0447)
460
- [ADDED] Clusters > seMetering > attributes > previousMonth4ConsumptionDelivered: 1096 (0x0448)
461
- [ADDED] Clusters > seMetering > attributes > previousMonth4ConsumptionReceived: 1097 (0x0449)
462
- [ADDED] Clusters > seMetering > attributes > previousMonth5ConsumptionDelivered: 1098 (0x044a)
463
- [ADDED] Clusters > seMetering > attributes > previousMonth5ConsumptionReceived: 1099 (0x044b)
464
- [ADDED] Clusters > seMetering > attributes > previousMonth6ConsumptionDelivered: 1100 (0x044c)
465
- [ADDED] Clusters > seMetering > attributes > previousMonth6ConsumptionReceived: 1101 (0x044d)
466
- [ADDED] Clusters > seMetering > attributes > previousMonth7ConsumptionDelivered: 1102 (0x044e)
467
- [ADDED] Clusters > seMetering > attributes > previousMonth7ConsumptionReceived: 1103 (0x044f)
468
- [ADDED] Clusters > seMetering > attributes > previousMonth8ConsumptionDelivered: 1104 (0x0450)
469
- [ADDED] Clusters > seMetering > attributes > previousMonth8ConsumptionReceived: 1105 (0x0451)
470
- [ADDED] Clusters > seMetering > attributes > previousMonth9ConsumptionDelivered: 1106 (0x0452)
471
- [ADDED] Clusters > seMetering > attributes > previousMonth9ConsumptionReceived: 1107 (0x0453)
472
- [ADDED] Clusters > seMetering > attributes > previousMonth10ConsumptionDelivered: 1108 (0x0454)
473
- [ADDED] Clusters > seMetering > attributes > previousMonth10ConsumptionReceived: 1109 (0x0455)
474
- [ADDED] Clusters > seMetering > attributes > previousMonth11ConsumptionDelivered: 1110 (0x0456)
475
- [ADDED] Clusters > seMetering > attributes > previousMonth11ConsumptionReceived: 1111 (0x0457)
476
- [ADDED] Clusters > seMetering > attributes > previousMonth12ConsumptionDelivered: 1112 (0x0458)
477
- [ADDED] Clusters > seMetering > attributes > previousMonth12ConsumptionReceived: 1113 (0x0459)
478
- [ADDED] Clusters > seMetering > attributes > previousMonth13ConsumptionDelivered: 1114 (0x045a)
479
- [ADDED] Clusters > seMetering > attributes > previousMonth13ConsumptionReceived: 1115 (0x045b)
480
- [ADDED] Clusters > seMetering > attributes > historicalFreezeTime: 1116 (0x045c)
481
- [ADDED] Clusters > seMetering > attributes > loadLimitSupplyState: 1541 (0x0605)
482
- [ADDED] Clusters > seMetering > attributes > loadLimitCounter: 1542 (0x0606)
483
- [ADDED] Clusters > seMetering > attributes > supplyTamperState: 1543 (0x0607)
484
- [ADDED] Clusters > seMetering > attributes > supplyDepletionState: 1544 (0x0608)
485
- [ADDED] Clusters > seMetering > attributes > supplyUncontrolledFlowState: 1545 (0x0609)
486
- [ADDED] Clusters > seMetering > attributes > billToDateDelivered: 2560 (0x0a00)
487
- [ADDED] Clusters > seMetering > attributes > billToDateTimeStampDelivered: 2561 (0x0a01)
488
- [ADDED] Clusters > seMetering > attributes > projectedBillDelivered: 2562 (0x0a02)
489
- [ADDED] Clusters > seMetering > attributes > projectedBillTimeStampDelivered: 2563 (0x0a03)
490
- [ADDED] Clusters > seMetering > attributes > billDeliveredTrailingDigit: 2564 (0x0a04)
491
- [ADDED] Clusters > seMetering > attributes > billToDateReceived: 2576 (0x0a10)
492
- [ADDED] Clusters > seMetering > attributes > billToDateTimeStampReceived: 2577 (0x0a11)
493
- [ADDED] Clusters > seMetering > attributes > projectedBillReceived: 2578 (0x0a12)
494
- [ADDED] Clusters > seMetering > attributes > projectedBillTimeStampReceived: 2579 (0x0a13)
495
- [ADDED] Clusters > seMetering > attributes > billReceivedTrailingDigit: 2580 (0x0a14)
496
- [ADDED] Clusters > seMetering > commands > getProfile > parameters > intervalChannel
497
- [ADDED] Clusters > seMetering > commands > getProfile > parameters > endTime
498
- [ADDED] Clusters > seMetering > commands > getProfile > parameters > numberOfPeriods
499
- [ADDED] Clusters > seMetering > commands > requestMirrorRsp > parameters > endpointId
500
- [ADDED] Clusters > seMetering > commands > mirrorRemoved > parameters > removedEndpointId
501
- [ADDED] Clusters > seMetering > commands > requestFastPollMode > parameters > fastPollUpdatePeriod
502
- [ADDED] Clusters > seMetering > commands > requestFastPollMode > parameters > duration
503
- [ADDED] Clusters > seMetering > commands > getSnapshot > parameters > earliestStartTime
504
- [ADDED] Clusters > seMetering > commands > getSnapshot > parameters > latestEndTime
505
- [ADDED] Clusters > seMetering > commands > getSnapshot > parameters > offset
506
- [ADDED] Clusters > seMetering > commands > getSnapshot > parameters > cause
507
- [ADDED] Clusters > seMetering > commands > takeSnapshot > parameters > cause
508
- [ADDED] Clusters > seMetering > commands > getSnapshot > parameters > earliestStartTime
509
- [ADDED] Clusters > seMetering > commands > getSnapshot > parameters > latestEndTime
510
- [ADDED] Clusters > seMetering > commands > getSnapshot > parameters > offset
511
- [ADDED] Clusters > seMetering > commands > getSnapshot > parameters > cause
512
- [ADDED] Clusters > seMetering > commands > requestMirrorRsp: 1 (0x0001)
513
- [ADDED] Clusters > seMetering > commands > mirrorRemoved: 2 (0x0002)
514
- [ADDED] Clusters > seMetering > commands > requestFastPollMode: 3 (0x0003)
515
- [ADDED] Clusters > seMetering > commands > schneduleSnapshot: 4 (0x0004)
516
- [ADDED] Clusters > seMetering > commands > startSampling: 7 (0x0007)
517
- [ADDED] Clusters > seMetering > commands > getSampledData: 8 (0x0008)
518
- [ADDED] Clusters > seMetering > commands > mirrorReportAttributeRsp: 9 (0x0009)
519
- [ADDED] Clusters > seMetering > commands > resetLoadLimitCounter: 10 (0x000a)
520
- [ADDED] Clusters > seMetering > commands > changeSupply: 11 (0x000b)
521
- [ADDED] Clusters > seMetering > commands > localChangeSupply: 12 (0x000c)
522
- [ADDED] Clusters > seMetering > commands > setSupplyStatus: 13 (0x000d)
523
- [ADDED] Clusters > seMetering > commands > setUncontrolledFlowThreshold: 14 (0x000e)
524
- [ADDED] Clusters > seMetering > commandsResponse > getProfileRsp > parameters > endTime
525
- [ADDED] Clusters > seMetering > commandsResponse > getProfileRsp > parameters > status
526
- [ADDED] Clusters > seMetering > commandsResponse > getProfileRsp > parameters > profileIntervalPeriod
527
- [ADDED] Clusters > seMetering > commandsResponse > getProfileRsp > parameters > numberOfPeriodsDelivered
528
- [ADDED] Clusters > seMetering > commandsResponse > getProfileRsp > parameters > intervals
529
- [ADDED] Clusters > seMetering > commandsResponse > requestFastPollModeRsp > parameters > appliedUpdatePeriod
530
- [ADDED] Clusters > seMetering > commandsResponse > requestFastPollModeRsp > parameters > fastPollModeEndTime
531
- [ADDED] Clusters > seMetering > commandsResponse > scheduleSnapshotRsp > parameters > issuerEventId
532
- [ADDED] Clusters > seMetering > commandsResponse > requestMirror: 1 (0x0001)
533
- [ADDED] Clusters > seMetering > commandsResponse > removeMirror: 2 (0x0002)
534
- [ADDED] Clusters > seMetering > commandsResponse > requestFastPollModeRsp: 3 (0x0003)
535
- [ADDED] Clusters > seMetering > commandsResponse > scheduleSnapshotRsp: 4 (0x0004)
536
- [ADDED] Clusters > seMetering > commandsResponse > takeSnapshotRsp: 5 (0x0005)
537
- [ADDED] Clusters > seMetering > commandsResponse > publishSnapshot: 6 (0x0006)
538
- [ADDED] Clusters > seMetering > commandsResponse > getSampledDataRsp: 7 (0x0007)
539
- [ADDED] Clusters > seMetering > commandsResponse > configureMirror: 8 (0x0008)
540
- [ADDED] Clusters > seMetering > commandsResponse > configureNotificationScheme: 9 (0x0009)
541
- [ADDED] Clusters > seMetering > commandsResponse > configureNotificationFlag: 10 (0x000a)
542
- [ADDED] Clusters > seMetering > commandsResponse > getNotifiedMessage: 11 (0x000b)
543
- [ADDED] Clusters > seMetering > commandsResponse > supplyStatusRsp: 12 (0x000c)
544
- [ADDED] Clusters > seMetering > commandsResponse > startSamplingRsp: 13 (0x000d)
545
- [ADDED] Clusters > telecommunicationsInformation > commands > requestInfo
546
- [ADDED] Clusters > telecommunicationsInformation > commands > pushInfoResponse: 1 (0x0001)
547
- [ADDED] Clusters > telecommunicationsInformation > commands > sendPreference: 2 (0x0002)
548
- [ADDED] Clusters > telecommunicationsInformation > commands > requestPreferenceRsp: 3 (0x0003)
549
- [ADDED] Clusters > telecommunicationsInformation > commands > update: 4 (0x0004)
550
- [ADDED] Clusters > telecommunicationsInformation > commands > delete: 5 (0x0005)
551
- [ADDED] Clusters > telecommunicationsInformation > commands > configureNodeDescription: 6 (0x0006)
552
- [ADDED] Clusters > telecommunicationsInformation > commands > configureDeliveryEnable: 7 (0x0007)
553
- [ADDED] Clusters > telecommunicationsInformation > commands > configurePushInfoTimer: 8 (0x0008)
554
- [ADDED] Clusters > telecommunicationsInformation > commands > configureSetRootId: 9 (0x0009)
555
- [ADDED] Clusters > telecommunicationsInformation > commandsResponse > requestInfoRsp
556
- [ADDED] Clusters > telecommunicationsInformation > commandsResponse > pushInfo: 1 (0x0001)
557
- [ADDED] Clusters > telecommunicationsInformation > commandsResponse > sendPreferenceRsp: 2 (0x0002)
558
- [ADDED] Clusters > telecommunicationsInformation > commandsResponse > serverRequestPreference: 3 (0x0003)
559
- [ADDED] Clusters > telecommunicationsInformation > commandsResponse > requestPreferenceConfirmation: 4 (0x0004)
560
- [ADDED] Clusters > telecommunicationsInformation > commandsResponse > updateRsp: 5 (0x0005)
561
- [ADDED] Clusters > telecommunicationsInformation > commandsResponse > deleteRsp: 6 (0x0006)
562
- [ADDED] Clusters > telecommunicationsVoiceOverZigbee > commands > establishmentRequest
563
- [ADDED] Clusters > telecommunicationsVoiceOverZigbee > commands > voiceTransmission
564
- [ADDED] Clusters > telecommunicationsVoiceOverZigbee > commands > voiceTransmissionCompletion
565
- [ADDED] Clusters > telecommunicationsVoiceOverZigbee > commands > controlResponse
566
- [ADDED] Clusters > telecommunicationsVoiceOverZigbee > commandsResponse > establishmentRsp
567
- [ADDED] Clusters > telecommunicationsVoiceOverZigbee > commandsResponse > voiceTransmissionRsp: 1 (0x0001)
568
- [ADDED] Clusters > telecommunicationsVoiceOverZigbee > commandsResponse > control: 2 (0x0002)
569
- [ADDED] Clusters > telecommunicationsChatting > commands > joinChatReq
570
- [ADDED] Clusters > telecommunicationsChatting > commands > leaveChatReq: 1 (0x0001)
571
- [ADDED] Clusters > telecommunicationsChatting > commands > searchChatReq: 2 (0x0002)
572
- [ADDED] Clusters > telecommunicationsChatting > commands > switchCharmanRsp: 3 (0x0003)
573
- [ADDED] Clusters > telecommunicationsChatting > commands > startChatReq: 4 (0x0004)
574
- [ADDED] Clusters > telecommunicationsChatting > commands > chatMessage: 5 (0x0005)
575
- [ADDED] Clusters > telecommunicationsChatting > commands > getNodeInfoReq: 6 (0x0006)
576
- [ADDED] Clusters > telecommunicationsChatting > commandsResponse > startChatRsp
577
- [ADDED] Clusters > telecommunicationsChatting > commandsResponse > joinChatRsp: 1 (0x0001)
578
- [ADDED] Clusters > telecommunicationsChatting > commandsResponse > userLeft: 2 (0x0002)
579
- [ADDED] Clusters > telecommunicationsChatting > commandsResponse > userJoined: 3 (0x0003)
580
- [ADDED] Clusters > telecommunicationsChatting > commandsResponse > searchChatRsp: 4 (0x0004)
581
- [ADDED] Clusters > telecommunicationsChatting > commandsResponse > switchChairmanReq: 5 (0x0005)
582
- [ADDED] Clusters > telecommunicationsChatting > commandsResponse > switchChairmanConfirm: 6 (0x0006)
583
- [ADDED] Clusters > telecommunicationsChatting > commandsResponse > switchChairmanNotification: 7 (0x0007)
584
- [ADDED] Clusters > telecommunicationsChatting > commandsResponse > getNodeInfoRsp: 8 (0x0008)