@matter/types 0.13.0-alpha.0-20250304-d4a7592a4 → 0.13.0-alpha.0-20250307-ebf84a05a

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 (807) hide show
  1. package/dist/cjs/clusters/access-control.d.ts +3972 -522
  2. package/dist/cjs/clusters/access-control.d.ts.map +1 -1
  3. package/dist/cjs/clusters/access-control.js +640 -116
  4. package/dist/cjs/clusters/access-control.js.map +2 -2
  5. package/dist/cjs/clusters/actions.d.ts +10 -9
  6. package/dist/cjs/clusters/actions.d.ts.map +1 -1
  7. package/dist/cjs/clusters/actions.js +4 -4
  8. package/dist/cjs/clusters/actions.js.map +1 -1
  9. package/dist/cjs/clusters/administrator-commissioning.d.ts +156 -129
  10. package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
  11. package/dist/cjs/clusters/administrator-commissioning.js +40 -35
  12. package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
  13. package/dist/cjs/clusters/alarm-base.d.ts +9 -12
  14. package/dist/cjs/clusters/alarm-base.d.ts.map +1 -1
  15. package/dist/cjs/clusters/alarm-base.js +3 -4
  16. package/dist/cjs/clusters/alarm-base.js.map +1 -1
  17. package/dist/cjs/clusters/application-launcher.d.ts +27 -15
  18. package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
  19. package/dist/cjs/clusters/application-launcher.js +7 -4
  20. package/dist/cjs/clusters/application-launcher.js.map +1 -1
  21. package/dist/cjs/clusters/ballast-configuration.d.ts +7 -7
  22. package/dist/cjs/clusters/ballast-configuration.js +7 -7
  23. package/dist/cjs/clusters/basic-information.d.ts +29 -21
  24. package/dist/cjs/clusters/basic-information.d.ts.map +1 -1
  25. package/dist/cjs/clusters/basic-information.js +29 -21
  26. package/dist/cjs/clusters/basic-information.js.map +1 -1
  27. package/dist/cjs/clusters/bridged-device-basic-information.d.ts +816 -34
  28. package/dist/cjs/clusters/bridged-device-basic-information.d.ts.map +1 -1
  29. package/dist/cjs/clusters/bridged-device-basic-information.js +182 -29
  30. package/dist/cjs/clusters/bridged-device-basic-information.js.map +2 -2
  31. package/dist/cjs/clusters/channel.d.ts +115 -124
  32. package/dist/cjs/clusters/channel.d.ts.map +1 -1
  33. package/dist/cjs/clusters/channel.js +15 -16
  34. package/dist/cjs/clusters/channel.js.map +1 -1
  35. package/dist/cjs/clusters/color-control.d.ts +3076 -1366
  36. package/dist/cjs/clusters/color-control.d.ts.map +1 -1
  37. package/dist/cjs/clusters/color-control.js +423 -357
  38. package/dist/cjs/clusters/color-control.js.map +2 -2
  39. package/dist/cjs/clusters/commissioner-control.d.ts +268 -0
  40. package/dist/cjs/clusters/commissioner-control.d.ts.map +1 -0
  41. package/dist/cjs/clusters/commissioner-control.js +194 -0
  42. package/dist/cjs/clusters/commissioner-control.js.map +6 -0
  43. package/dist/cjs/clusters/content-control.d.ts +497 -221
  44. package/dist/cjs/clusters/content-control.d.ts.map +1 -1
  45. package/dist/cjs/clusters/content-control.js +59 -41
  46. package/dist/cjs/clusters/content-control.js.map +2 -2
  47. package/dist/cjs/clusters/content-launcher.d.ts +248 -215
  48. package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
  49. package/dist/cjs/clusters/content-launcher.js +16 -15
  50. package/dist/cjs/clusters/content-launcher.js.map +1 -1
  51. package/dist/cjs/clusters/device-energy-management-mode.d.ts +76 -333
  52. package/dist/cjs/clusters/device-energy-management-mode.d.ts.map +1 -1
  53. package/dist/cjs/clusters/device-energy-management-mode.js +26 -73
  54. package/dist/cjs/clusters/device-energy-management-mode.js.map +1 -1
  55. package/dist/cjs/clusters/device-energy-management.d.ts +1299 -930
  56. package/dist/cjs/clusters/device-energy-management.d.ts.map +1 -1
  57. package/dist/cjs/clusters/device-energy-management.js +189 -160
  58. package/dist/cjs/clusters/device-energy-management.js.map +2 -2
  59. package/dist/cjs/clusters/dishwasher-alarm.d.ts +14 -17
  60. package/dist/cjs/clusters/dishwasher-alarm.d.ts.map +1 -1
  61. package/dist/cjs/clusters/dishwasher-alarm.js +3 -4
  62. package/dist/cjs/clusters/dishwasher-alarm.js.map +1 -1
  63. package/dist/cjs/clusters/dishwasher-mode.d.ts +65 -105
  64. package/dist/cjs/clusters/dishwasher-mode.d.ts.map +1 -1
  65. package/dist/cjs/clusters/dishwasher-mode.js +12 -24
  66. package/dist/cjs/clusters/dishwasher-mode.js.map +1 -1
  67. package/dist/cjs/clusters/door-lock.d.ts +2751 -5427
  68. package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
  69. package/dist/cjs/clusters/door-lock.js +480 -802
  70. package/dist/cjs/clusters/door-lock.js.map +2 -2
  71. package/dist/cjs/clusters/ecosystem-information.d.ts +186 -0
  72. package/dist/cjs/clusters/ecosystem-information.d.ts.map +1 -0
  73. package/dist/cjs/clusters/ecosystem-information.js +154 -0
  74. package/dist/cjs/clusters/ecosystem-information.js.map +6 -0
  75. package/dist/cjs/clusters/electrical-energy-measurement.d.ts +363 -368
  76. package/dist/cjs/clusters/electrical-energy-measurement.d.ts.map +1 -1
  77. package/dist/cjs/clusters/electrical-energy-measurement.js +15 -16
  78. package/dist/cjs/clusters/electrical-energy-measurement.js.map +1 -1
  79. package/dist/cjs/clusters/energy-evse-mode.d.ts +92 -330
  80. package/dist/cjs/clusters/energy-evse-mode.d.ts.map +1 -1
  81. package/dist/cjs/clusters/energy-evse-mode.js +25 -72
  82. package/dist/cjs/clusters/energy-evse-mode.js.map +1 -1
  83. package/dist/cjs/clusters/energy-evse.d.ts +557 -273
  84. package/dist/cjs/clusters/energy-evse.d.ts.map +1 -1
  85. package/dist/cjs/clusters/energy-evse.js +107 -55
  86. package/dist/cjs/clusters/energy-evse.js.map +1 -1
  87. package/dist/cjs/clusters/energy-preference.d.ts +76 -76
  88. package/dist/cjs/clusters/energy-preference.d.ts.map +1 -1
  89. package/dist/cjs/clusters/energy-preference.js +15 -18
  90. package/dist/cjs/clusters/energy-preference.js.map +1 -1
  91. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +3 -9
  92. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
  93. package/dist/cjs/clusters/ethernet-network-diagnostics.js +1 -3
  94. package/dist/cjs/clusters/ethernet-network-diagnostics.js.map +1 -1
  95. package/dist/cjs/clusters/fan-control.d.ts +12 -12
  96. package/dist/cjs/clusters/fan-control.js +4 -4
  97. package/dist/cjs/clusters/fixed-label.d.ts +7 -2
  98. package/dist/cjs/clusters/fixed-label.d.ts.map +1 -1
  99. package/dist/cjs/clusters/fixed-label.js.map +1 -1
  100. package/dist/cjs/clusters/flow-measurement.d.ts +4 -4
  101. package/dist/cjs/clusters/flow-measurement.d.ts.map +1 -1
  102. package/dist/cjs/clusters/flow-measurement.js +6 -6
  103. package/dist/cjs/clusters/flow-measurement.js.map +1 -1
  104. package/dist/cjs/clusters/general-commissioning.d.ts +1416 -111
  105. package/dist/cjs/clusters/general-commissioning.d.ts.map +1 -1
  106. package/dist/cjs/clusters/general-commissioning.js +272 -54
  107. package/dist/cjs/clusters/general-commissioning.js.map +2 -2
  108. package/dist/cjs/clusters/general-diagnostics.d.ts +115 -122
  109. package/dist/cjs/clusters/general-diagnostics.d.ts.map +1 -1
  110. package/dist/cjs/clusters/general-diagnostics.js +31 -33
  111. package/dist/cjs/clusters/general-diagnostics.js.map +1 -1
  112. package/dist/cjs/clusters/group-key-management.d.ts +72 -82
  113. package/dist/cjs/clusters/group-key-management.d.ts.map +1 -1
  114. package/dist/cjs/clusters/group-key-management.js +19 -22
  115. package/dist/cjs/clusters/group-key-management.js.map +1 -1
  116. package/dist/cjs/clusters/groups.d.ts +9 -6
  117. package/dist/cjs/clusters/groups.d.ts.map +1 -1
  118. package/dist/cjs/clusters/groups.js +3 -2
  119. package/dist/cjs/clusters/groups.js.map +1 -1
  120. package/dist/cjs/clusters/icd-management.d.ts +223 -66
  121. package/dist/cjs/clusters/icd-management.d.ts.map +1 -1
  122. package/dist/cjs/clusters/icd-management.js +61 -23
  123. package/dist/cjs/clusters/icd-management.js.map +2 -2
  124. package/dist/cjs/clusters/identify.d.ts +12 -13
  125. package/dist/cjs/clusters/identify.d.ts.map +1 -1
  126. package/dist/cjs/clusters/identify.js +9 -10
  127. package/dist/cjs/clusters/identify.js.map +1 -1
  128. package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -8
  129. package/dist/cjs/clusters/illuminance-measurement.d.ts.map +1 -1
  130. package/dist/cjs/clusters/illuminance-measurement.js +9 -10
  131. package/dist/cjs/clusters/illuminance-measurement.js.map +1 -1
  132. package/dist/cjs/clusters/index.d.ts +11 -1
  133. package/dist/cjs/clusters/index.d.ts.map +1 -1
  134. package/dist/cjs/clusters/index.js +33 -3
  135. package/dist/cjs/clusters/index.js.map +1 -1
  136. package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts +1239 -0
  137. package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts.map +1 -0
  138. package/dist/cjs/clusters/joint-fabric-datastore-cluster.js +490 -0
  139. package/dist/cjs/clusters/joint-fabric-datastore-cluster.js.map +6 -0
  140. package/dist/cjs/clusters/joint-fabric-pki.d.ts +174 -0
  141. package/dist/cjs/clusters/joint-fabric-pki.d.ts.map +1 -0
  142. package/dist/cjs/clusters/joint-fabric-pki.js +120 -0
  143. package/dist/cjs/clusters/joint-fabric-pki.js.map +6 -0
  144. package/dist/cjs/clusters/keypad-input.d.ts +2 -2
  145. package/dist/cjs/clusters/laundry-dryer-controls.d.ts +6 -7
  146. package/dist/cjs/clusters/laundry-dryer-controls.d.ts.map +1 -1
  147. package/dist/cjs/clusters/laundry-dryer-controls.js +5 -9
  148. package/dist/cjs/clusters/laundry-dryer-controls.js.map +1 -1
  149. package/dist/cjs/clusters/laundry-washer-controls.d.ts +74 -62
  150. package/dist/cjs/clusters/laundry-washer-controls.d.ts.map +1 -1
  151. package/dist/cjs/clusters/laundry-washer-controls.js +26 -25
  152. package/dist/cjs/clusters/laundry-washer-controls.js.map +1 -1
  153. package/dist/cjs/clusters/laundry-washer-mode.d.ts +69 -109
  154. package/dist/cjs/clusters/laundry-washer-mode.d.ts.map +1 -1
  155. package/dist/cjs/clusters/laundry-washer-mode.js +13 -25
  156. package/dist/cjs/clusters/laundry-washer-mode.js.map +1 -1
  157. package/dist/cjs/clusters/level-control.d.ts +209 -70
  158. package/dist/cjs/clusters/level-control.d.ts.map +1 -1
  159. package/dist/cjs/clusters/level-control.js +45 -12
  160. package/dist/cjs/clusters/level-control.js.map +1 -1
  161. package/dist/cjs/clusters/localization-configuration.d.ts +5 -6
  162. package/dist/cjs/clusters/localization-configuration.d.ts.map +1 -1
  163. package/dist/cjs/clusters/localization-configuration.js +5 -6
  164. package/dist/cjs/clusters/localization-configuration.js.map +1 -1
  165. package/dist/cjs/clusters/media-input.d.ts +9 -6
  166. package/dist/cjs/clusters/media-input.d.ts.map +1 -1
  167. package/dist/cjs/clusters/media-input.js +3 -2
  168. package/dist/cjs/clusters/media-input.js.map +1 -1
  169. package/dist/cjs/clusters/media-playback.d.ts +29 -24
  170. package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
  171. package/dist/cjs/clusters/media-playback.js +5 -4
  172. package/dist/cjs/clusters/media-playback.js.map +1 -1
  173. package/dist/cjs/clusters/microwave-oven-control.d.ts +54 -48
  174. package/dist/cjs/clusters/microwave-oven-control.d.ts.map +1 -1
  175. package/dist/cjs/clusters/microwave-oven-control.js +19 -17
  176. package/dist/cjs/clusters/microwave-oven-control.js.map +1 -1
  177. package/dist/cjs/clusters/microwave-oven-mode.d.ts +63 -69
  178. package/dist/cjs/clusters/microwave-oven-mode.d.ts.map +1 -1
  179. package/dist/cjs/clusters/microwave-oven-mode.js +14 -11
  180. package/dist/cjs/clusters/microwave-oven-mode.js.map +1 -1
  181. package/dist/cjs/clusters/mode-base.d.ts +27 -46
  182. package/dist/cjs/clusters/mode-base.d.ts.map +1 -1
  183. package/dist/cjs/clusters/mode-base.js +9 -10
  184. package/dist/cjs/clusters/mode-base.js.map +1 -1
  185. package/dist/cjs/clusters/mode-select.d.ts +33 -27
  186. package/dist/cjs/clusters/mode-select.d.ts.map +1 -1
  187. package/dist/cjs/clusters/mode-select.js +14 -13
  188. package/dist/cjs/clusters/mode-select.js.map +1 -1
  189. package/dist/cjs/clusters/network-commissioning.d.ts +263 -240
  190. package/dist/cjs/clusters/network-commissioning.d.ts.map +1 -1
  191. package/dist/cjs/clusters/network-commissioning.js +46 -39
  192. package/dist/cjs/clusters/network-commissioning.js.map +1 -1
  193. package/dist/cjs/clusters/occupancy-sensing.d.ts +1002 -63
  194. package/dist/cjs/clusters/occupancy-sensing.d.ts.map +1 -1
  195. package/dist/cjs/clusters/occupancy-sensing.js +278 -63
  196. package/dist/cjs/clusters/occupancy-sensing.js.map +2 -2
  197. package/dist/cjs/clusters/on-off.d.ts +18 -24
  198. package/dist/cjs/clusters/on-off.d.ts.map +1 -1
  199. package/dist/cjs/clusters/on-off.js +3 -4
  200. package/dist/cjs/clusters/on-off.js.map +1 -1
  201. package/dist/cjs/clusters/operational-credentials.d.ts +98 -85
  202. package/dist/cjs/clusters/operational-credentials.d.ts.map +1 -1
  203. package/dist/cjs/clusters/operational-credentials.js +56 -49
  204. package/dist/cjs/clusters/operational-credentials.js.map +1 -1
  205. package/dist/cjs/clusters/operational-state.d.ts +136 -57
  206. package/dist/cjs/clusters/operational-state.d.ts.map +1 -1
  207. package/dist/cjs/clusters/operational-state.js +62 -36
  208. package/dist/cjs/clusters/operational-state.js.map +2 -2
  209. package/dist/cjs/clusters/ota-software-update-provider.d.ts +43 -42
  210. package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
  211. package/dist/cjs/clusters/ota-software-update-provider.js +20 -19
  212. package/dist/cjs/clusters/ota-software-update-provider.js.map +1 -1
  213. package/dist/cjs/clusters/ota-software-update-requestor.d.ts +6 -10
  214. package/dist/cjs/clusters/ota-software-update-requestor.d.ts.map +1 -1
  215. package/dist/cjs/clusters/ota-software-update-requestor.js +4 -6
  216. package/dist/cjs/clusters/ota-software-update-requestor.js.map +1 -1
  217. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +44 -154
  218. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts.map +1 -1
  219. package/dist/cjs/clusters/oven-cavity-operational-state.js +39 -156
  220. package/dist/cjs/clusters/oven-cavity-operational-state.js.map +1 -1
  221. package/dist/cjs/clusters/oven-mode.d.ts +79 -349
  222. package/dist/cjs/clusters/oven-mode.d.ts.map +1 -1
  223. package/dist/cjs/clusters/oven-mode.js +26 -82
  224. package/dist/cjs/clusters/oven-mode.js.map +1 -1
  225. package/dist/cjs/clusters/power-source.d.ts +169 -44
  226. package/dist/cjs/clusters/power-source.d.ts.map +1 -1
  227. package/dist/cjs/clusters/power-source.js +40 -16
  228. package/dist/cjs/clusters/power-source.js.map +1 -1
  229. package/dist/cjs/clusters/pressure-measurement.js +2 -2
  230. package/dist/cjs/clusters/pressure-measurement.js.map +1 -1
  231. package/dist/cjs/clusters/pump-configuration-and-control.d.ts +73 -63
  232. package/dist/cjs/clusters/pump-configuration-and-control.d.ts.map +1 -1
  233. package/dist/cjs/clusters/pump-configuration-and-control.js +19 -20
  234. package/dist/cjs/clusters/pump-configuration-and-control.js.map +1 -1
  235. package/dist/cjs/clusters/refrigerator-alarm.d.ts +2 -1
  236. package/dist/cjs/clusters/refrigerator-alarm.d.ts.map +1 -1
  237. package/dist/cjs/clusters/refrigerator-alarm.js.map +1 -1
  238. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +59 -91
  239. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
  240. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +11 -19
  241. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
  242. package/dist/cjs/clusters/relative-humidity-measurement.js +1 -1
  243. package/dist/cjs/clusters/relative-humidity-measurement.js.map +1 -1
  244. package/dist/cjs/clusters/rvc-clean-mode.d.ts +59 -103
  245. package/dist/cjs/clusters/rvc-clean-mode.d.ts.map +1 -1
  246. package/dist/cjs/clusters/rvc-clean-mode.js +11 -15
  247. package/dist/cjs/clusters/rvc-clean-mode.js.map +1 -1
  248. package/dist/cjs/clusters/rvc-operational-state.d.ts +81 -25
  249. package/dist/cjs/clusters/rvc-operational-state.d.ts.map +1 -1
  250. package/dist/cjs/clusters/rvc-operational-state.js +49 -20
  251. package/dist/cjs/clusters/rvc-operational-state.js.map +1 -1
  252. package/dist/cjs/clusters/rvc-run-mode.d.ts +85 -129
  253. package/dist/cjs/clusters/rvc-run-mode.d.ts.map +1 -1
  254. package/dist/cjs/clusters/rvc-run-mode.js +16 -15
  255. package/dist/cjs/clusters/rvc-run-mode.js.map +1 -1
  256. package/dist/cjs/clusters/scenes-management.d.ts +328 -181
  257. package/dist/cjs/clusters/scenes-management.d.ts.map +1 -1
  258. package/dist/cjs/clusters/scenes-management.js +37 -22
  259. package/dist/cjs/clusters/scenes-management.js.map +1 -1
  260. package/dist/cjs/clusters/service-area.d.ts +2052 -0
  261. package/dist/cjs/clusters/service-area.d.ts.map +1 -0
  262. package/dist/cjs/clusters/service-area.js +582 -0
  263. package/dist/cjs/clusters/service-area.js.map +6 -0
  264. package/dist/cjs/clusters/smoke-co-alarm.d.ts +10 -18
  265. package/dist/cjs/clusters/smoke-co-alarm.d.ts.map +1 -1
  266. package/dist/cjs/clusters/smoke-co-alarm.js +2 -3
  267. package/dist/cjs/clusters/smoke-co-alarm.js.map +1 -1
  268. package/dist/cjs/clusters/switch.d.ts +478 -191
  269. package/dist/cjs/clusters/switch.d.ts.map +1 -1
  270. package/dist/cjs/clusters/switch.js +145 -57
  271. package/dist/cjs/clusters/switch.js.map +1 -1
  272. package/dist/cjs/clusters/target-navigator.d.ts +1 -1
  273. package/dist/cjs/clusters/target-navigator.js +1 -1
  274. package/dist/cjs/clusters/thermostat.d.ts +3877 -830
  275. package/dist/cjs/clusters/thermostat.d.ts.map +1 -1
  276. package/dist/cjs/clusters/thermostat.js +841 -159
  277. package/dist/cjs/clusters/thermostat.js.map +2 -2
  278. package/dist/cjs/clusters/thread-border-router-management.d.ts +711 -0
  279. package/dist/cjs/clusters/thread-border-router-management.d.ts.map +1 -0
  280. package/dist/cjs/clusters/thread-border-router-management.js +265 -0
  281. package/dist/cjs/clusters/thread-border-router-management.js.map +6 -0
  282. package/dist/cjs/clusters/thread-network-diagnostics.d.ts +81 -55
  283. package/dist/cjs/clusters/thread-network-diagnostics.d.ts.map +1 -1
  284. package/dist/cjs/clusters/thread-network-diagnostics.js +32 -21
  285. package/dist/cjs/clusters/thread-network-diagnostics.js.map +1 -1
  286. package/dist/cjs/clusters/thread-network-directory.d.ts +250 -0
  287. package/dist/cjs/clusters/thread-network-directory.d.ts.map +1 -0
  288. package/dist/cjs/clusters/thread-network-directory.js +187 -0
  289. package/dist/cjs/clusters/thread-network-directory.js.map +6 -0
  290. package/dist/cjs/clusters/time-synchronization.d.ts +101 -76
  291. package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
  292. package/dist/cjs/clusters/time-synchronization.js +30 -23
  293. package/dist/cjs/clusters/time-synchronization.js.map +1 -1
  294. package/dist/cjs/clusters/unit-localization.d.ts +3 -4
  295. package/dist/cjs/clusters/unit-localization.d.ts.map +1 -1
  296. package/dist/cjs/clusters/unit-localization.js.map +1 -1
  297. package/dist/cjs/clusters/user-label.d.ts +2 -1
  298. package/dist/cjs/clusters/user-label.d.ts.map +1 -1
  299. package/dist/cjs/clusters/user-label.js.map +1 -1
  300. package/dist/cjs/clusters/water-heater-management.d.ts +1371 -0
  301. package/dist/cjs/clusters/water-heater-management.d.ts.map +1 -0
  302. package/dist/cjs/clusters/water-heater-management.js +336 -0
  303. package/dist/cjs/clusters/water-heater-management.js.map +6 -0
  304. package/dist/cjs/clusters/water-heater-mode.d.ts +491 -0
  305. package/dist/cjs/clusters/water-heater-mode.d.ts.map +1 -0
  306. package/dist/cjs/clusters/water-heater-mode.js +195 -0
  307. package/dist/cjs/clusters/water-heater-mode.js.map +6 -0
  308. package/dist/cjs/clusters/water-tank-level-monitoring.d.ts +162 -0
  309. package/dist/cjs/clusters/water-tank-level-monitoring.d.ts.map +1 -0
  310. package/dist/cjs/clusters/water-tank-level-monitoring.js +47 -0
  311. package/dist/cjs/clusters/water-tank-level-monitoring.js.map +6 -0
  312. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +20 -27
  313. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
  314. package/dist/cjs/clusters/wi-fi-network-diagnostics.js +6 -8
  315. package/dist/cjs/clusters/wi-fi-network-diagnostics.js.map +1 -1
  316. package/dist/cjs/clusters/wi-fi-network-management.d.ts +91 -0
  317. package/dist/cjs/clusters/wi-fi-network-management.d.ts.map +1 -0
  318. package/dist/cjs/clusters/wi-fi-network-management.js +122 -0
  319. package/dist/cjs/clusters/wi-fi-network-management.js.map +6 -0
  320. package/dist/cjs/clusters/window-covering.d.ts +66 -78
  321. package/dist/cjs/clusters/window-covering.d.ts.map +1 -1
  322. package/dist/cjs/clusters/window-covering.js +26 -37
  323. package/dist/cjs/clusters/window-covering.js.map +1 -1
  324. package/dist/cjs/globals/AtomicAttributeStatus.d.ts +34 -0
  325. package/dist/cjs/globals/AtomicAttributeStatus.d.ts.map +1 -0
  326. package/dist/cjs/globals/AtomicAttributeStatus.js +46 -0
  327. package/dist/cjs/globals/AtomicAttributeStatus.js.map +6 -0
  328. package/dist/cjs/globals/AtomicRequestType.d.ts +24 -0
  329. package/dist/cjs/globals/AtomicRequestType.d.ts.map +1 -0
  330. package/dist/cjs/globals/AtomicRequestType.js +35 -0
  331. package/dist/cjs/globals/AtomicRequestType.js.map +6 -0
  332. package/dist/cjs/globals/Locationdesc.d.ts +79 -0
  333. package/dist/cjs/globals/Locationdesc.d.ts.map +1 -0
  334. package/dist/cjs/globals/Locationdesc.js +89 -0
  335. package/dist/cjs/globals/Locationdesc.js.map +6 -0
  336. package/dist/cjs/globals/Priority.d.ts +1 -1
  337. package/dist/cjs/globals/Semtag.d.ts +6 -6
  338. package/dist/cjs/globals/Semtag.js +4 -4
  339. package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  340. package/dist/cjs/globals/Status.d.ts +18 -3
  341. package/dist/cjs/globals/Status.d.ts.map +1 -1
  342. package/dist/cjs/globals/Status.js +3 -1
  343. package/dist/cjs/globals/Status.js.map +1 -1
  344. package/dist/cjs/globals/Tod.d.ts +2 -2
  345. package/dist/cjs/globals/index.d.ts +3 -0
  346. package/dist/cjs/globals/index.d.ts.map +1 -1
  347. package/dist/cjs/globals/index.js +3 -0
  348. package/dist/cjs/globals/index.js.map +1 -1
  349. package/dist/cjs/schema/QrCodeSchema.d.ts.map +1 -1
  350. package/dist/cjs/schema/QrCodeSchema.js +4 -1
  351. package/dist/cjs/schema/QrCodeSchema.js.map +1 -1
  352. package/dist/esm/clusters/access-control.d.ts +3972 -522
  353. package/dist/esm/clusters/access-control.d.ts.map +1 -1
  354. package/dist/esm/clusters/access-control.js +645 -120
  355. package/dist/esm/clusters/access-control.js.map +2 -2
  356. package/dist/esm/clusters/actions.d.ts +10 -9
  357. package/dist/esm/clusters/actions.d.ts.map +1 -1
  358. package/dist/esm/clusters/actions.js +4 -4
  359. package/dist/esm/clusters/actions.js.map +1 -1
  360. package/dist/esm/clusters/administrator-commissioning.d.ts +156 -129
  361. package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
  362. package/dist/esm/clusters/administrator-commissioning.js +40 -35
  363. package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
  364. package/dist/esm/clusters/alarm-base.d.ts +9 -12
  365. package/dist/esm/clusters/alarm-base.d.ts.map +1 -1
  366. package/dist/esm/clusters/alarm-base.js +3 -4
  367. package/dist/esm/clusters/alarm-base.js.map +1 -1
  368. package/dist/esm/clusters/application-launcher.d.ts +27 -15
  369. package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
  370. package/dist/esm/clusters/application-launcher.js +7 -4
  371. package/dist/esm/clusters/application-launcher.js.map +1 -1
  372. package/dist/esm/clusters/ballast-configuration.d.ts +7 -7
  373. package/dist/esm/clusters/ballast-configuration.js +7 -7
  374. package/dist/esm/clusters/basic-information.d.ts +29 -21
  375. package/dist/esm/clusters/basic-information.d.ts.map +1 -1
  376. package/dist/esm/clusters/basic-information.js +29 -21
  377. package/dist/esm/clusters/basic-information.js.map +1 -1
  378. package/dist/esm/clusters/bridged-device-basic-information.d.ts +816 -34
  379. package/dist/esm/clusters/bridged-device-basic-information.d.ts.map +1 -1
  380. package/dist/esm/clusters/bridged-device-basic-information.js +188 -32
  381. package/dist/esm/clusters/bridged-device-basic-information.js.map +2 -2
  382. package/dist/esm/clusters/channel.d.ts +115 -124
  383. package/dist/esm/clusters/channel.d.ts.map +1 -1
  384. package/dist/esm/clusters/channel.js +15 -16
  385. package/dist/esm/clusters/channel.js.map +1 -1
  386. package/dist/esm/clusters/color-control.d.ts +3076 -1366
  387. package/dist/esm/clusters/color-control.d.ts.map +1 -1
  388. package/dist/esm/clusters/color-control.js +424 -358
  389. package/dist/esm/clusters/color-control.js.map +2 -2
  390. package/dist/esm/clusters/commissioner-control.d.ts +268 -0
  391. package/dist/esm/clusters/commissioner-control.d.ts.map +1 -0
  392. package/dist/esm/clusters/commissioner-control.js +174 -0
  393. package/dist/esm/clusters/commissioner-control.js.map +6 -0
  394. package/dist/esm/clusters/content-control.d.ts +497 -221
  395. package/dist/esm/clusters/content-control.d.ts.map +1 -1
  396. package/dist/esm/clusters/content-control.js +60 -42
  397. package/dist/esm/clusters/content-control.js.map +2 -2
  398. package/dist/esm/clusters/content-launcher.d.ts +248 -215
  399. package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
  400. package/dist/esm/clusters/content-launcher.js +16 -15
  401. package/dist/esm/clusters/content-launcher.js.map +1 -1
  402. package/dist/esm/clusters/device-energy-management-mode.d.ts +76 -333
  403. package/dist/esm/clusters/device-energy-management-mode.d.ts.map +1 -1
  404. package/dist/esm/clusters/device-energy-management-mode.js +26 -80
  405. package/dist/esm/clusters/device-energy-management-mode.js.map +1 -1
  406. package/dist/esm/clusters/device-energy-management.d.ts +1299 -930
  407. package/dist/esm/clusters/device-energy-management.d.ts.map +1 -1
  408. package/dist/esm/clusters/device-energy-management.js +189 -160
  409. package/dist/esm/clusters/device-energy-management.js.map +2 -2
  410. package/dist/esm/clusters/dishwasher-alarm.d.ts +14 -17
  411. package/dist/esm/clusters/dishwasher-alarm.d.ts.map +1 -1
  412. package/dist/esm/clusters/dishwasher-alarm.js +3 -4
  413. package/dist/esm/clusters/dishwasher-alarm.js.map +1 -1
  414. package/dist/esm/clusters/dishwasher-mode.d.ts +65 -105
  415. package/dist/esm/clusters/dishwasher-mode.d.ts.map +1 -1
  416. package/dist/esm/clusters/dishwasher-mode.js +13 -25
  417. package/dist/esm/clusters/dishwasher-mode.js.map +1 -1
  418. package/dist/esm/clusters/door-lock.d.ts +2751 -5427
  419. package/dist/esm/clusters/door-lock.d.ts.map +1 -1
  420. package/dist/esm/clusters/door-lock.js +482 -804
  421. package/dist/esm/clusters/door-lock.js.map +2 -2
  422. package/dist/esm/clusters/ecosystem-information.d.ts +186 -0
  423. package/dist/esm/clusters/ecosystem-information.d.ts.map +1 -0
  424. package/dist/esm/clusters/ecosystem-information.js +134 -0
  425. package/dist/esm/clusters/ecosystem-information.js.map +6 -0
  426. package/dist/esm/clusters/electrical-energy-measurement.d.ts +363 -368
  427. package/dist/esm/clusters/electrical-energy-measurement.d.ts.map +1 -1
  428. package/dist/esm/clusters/electrical-energy-measurement.js +15 -16
  429. package/dist/esm/clusters/electrical-energy-measurement.js.map +1 -1
  430. package/dist/esm/clusters/energy-evse-mode.d.ts +92 -330
  431. package/dist/esm/clusters/energy-evse-mode.d.ts.map +1 -1
  432. package/dist/esm/clusters/energy-evse-mode.js +25 -79
  433. package/dist/esm/clusters/energy-evse-mode.js.map +1 -1
  434. package/dist/esm/clusters/energy-evse.d.ts +557 -273
  435. package/dist/esm/clusters/energy-evse.d.ts.map +1 -1
  436. package/dist/esm/clusters/energy-evse.js +107 -55
  437. package/dist/esm/clusters/energy-evse.js.map +1 -1
  438. package/dist/esm/clusters/energy-preference.d.ts +76 -76
  439. package/dist/esm/clusters/energy-preference.d.ts.map +1 -1
  440. package/dist/esm/clusters/energy-preference.js +15 -18
  441. package/dist/esm/clusters/energy-preference.js.map +1 -1
  442. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +3 -9
  443. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
  444. package/dist/esm/clusters/ethernet-network-diagnostics.js +1 -3
  445. package/dist/esm/clusters/ethernet-network-diagnostics.js.map +1 -1
  446. package/dist/esm/clusters/fan-control.d.ts +12 -12
  447. package/dist/esm/clusters/fan-control.js +4 -4
  448. package/dist/esm/clusters/fixed-label.d.ts +7 -2
  449. package/dist/esm/clusters/fixed-label.d.ts.map +1 -1
  450. package/dist/esm/clusters/fixed-label.js.map +1 -1
  451. package/dist/esm/clusters/flow-measurement.d.ts +4 -4
  452. package/dist/esm/clusters/flow-measurement.d.ts.map +1 -1
  453. package/dist/esm/clusters/flow-measurement.js +6 -6
  454. package/dist/esm/clusters/flow-measurement.js.map +1 -1
  455. package/dist/esm/clusters/general-commissioning.d.ts +1416 -111
  456. package/dist/esm/clusters/general-commissioning.d.ts.map +1 -1
  457. package/dist/esm/clusters/general-commissioning.js +274 -56
  458. package/dist/esm/clusters/general-commissioning.js.map +2 -2
  459. package/dist/esm/clusters/general-diagnostics.d.ts +115 -122
  460. package/dist/esm/clusters/general-diagnostics.d.ts.map +1 -1
  461. package/dist/esm/clusters/general-diagnostics.js +31 -33
  462. package/dist/esm/clusters/general-diagnostics.js.map +1 -1
  463. package/dist/esm/clusters/group-key-management.d.ts +72 -82
  464. package/dist/esm/clusters/group-key-management.d.ts.map +1 -1
  465. package/dist/esm/clusters/group-key-management.js +19 -22
  466. package/dist/esm/clusters/group-key-management.js.map +1 -1
  467. package/dist/esm/clusters/groups.d.ts +9 -6
  468. package/dist/esm/clusters/groups.d.ts.map +1 -1
  469. package/dist/esm/clusters/groups.js +3 -2
  470. package/dist/esm/clusters/groups.js.map +1 -1
  471. package/dist/esm/clusters/icd-management.d.ts +223 -66
  472. package/dist/esm/clusters/icd-management.d.ts.map +1 -1
  473. package/dist/esm/clusters/icd-management.js +61 -23
  474. package/dist/esm/clusters/icd-management.js.map +2 -2
  475. package/dist/esm/clusters/identify.d.ts +12 -13
  476. package/dist/esm/clusters/identify.d.ts.map +1 -1
  477. package/dist/esm/clusters/identify.js +9 -10
  478. package/dist/esm/clusters/identify.js.map +1 -1
  479. package/dist/esm/clusters/illuminance-measurement.d.ts +7 -8
  480. package/dist/esm/clusters/illuminance-measurement.d.ts.map +1 -1
  481. package/dist/esm/clusters/illuminance-measurement.js +9 -10
  482. package/dist/esm/clusters/illuminance-measurement.js.map +1 -1
  483. package/dist/esm/clusters/index.d.ts +11 -1
  484. package/dist/esm/clusters/index.d.ts.map +1 -1
  485. package/dist/esm/clusters/index.js +36 -3
  486. package/dist/esm/clusters/index.js.map +1 -1
  487. package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts +1239 -0
  488. package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts.map +1 -0
  489. package/dist/esm/clusters/joint-fabric-datastore-cluster.js +470 -0
  490. package/dist/esm/clusters/joint-fabric-datastore-cluster.js.map +6 -0
  491. package/dist/esm/clusters/joint-fabric-pki.d.ts +174 -0
  492. package/dist/esm/clusters/joint-fabric-pki.d.ts.map +1 -0
  493. package/dist/esm/clusters/joint-fabric-pki.js +100 -0
  494. package/dist/esm/clusters/joint-fabric-pki.js.map +6 -0
  495. package/dist/esm/clusters/keypad-input.d.ts +2 -2
  496. package/dist/esm/clusters/laundry-dryer-controls.d.ts +6 -7
  497. package/dist/esm/clusters/laundry-dryer-controls.d.ts.map +1 -1
  498. package/dist/esm/clusters/laundry-dryer-controls.js +6 -10
  499. package/dist/esm/clusters/laundry-dryer-controls.js.map +1 -1
  500. package/dist/esm/clusters/laundry-washer-controls.d.ts +74 -62
  501. package/dist/esm/clusters/laundry-washer-controls.d.ts.map +1 -1
  502. package/dist/esm/clusters/laundry-washer-controls.js +26 -25
  503. package/dist/esm/clusters/laundry-washer-controls.js.map +1 -1
  504. package/dist/esm/clusters/laundry-washer-mode.d.ts +69 -109
  505. package/dist/esm/clusters/laundry-washer-mode.d.ts.map +1 -1
  506. package/dist/esm/clusters/laundry-washer-mode.js +14 -26
  507. package/dist/esm/clusters/laundry-washer-mode.js.map +1 -1
  508. package/dist/esm/clusters/level-control.d.ts +209 -70
  509. package/dist/esm/clusters/level-control.d.ts.map +1 -1
  510. package/dist/esm/clusters/level-control.js +45 -12
  511. package/dist/esm/clusters/level-control.js.map +1 -1
  512. package/dist/esm/clusters/localization-configuration.d.ts +5 -6
  513. package/dist/esm/clusters/localization-configuration.d.ts.map +1 -1
  514. package/dist/esm/clusters/localization-configuration.js +5 -6
  515. package/dist/esm/clusters/localization-configuration.js.map +1 -1
  516. package/dist/esm/clusters/media-input.d.ts +9 -6
  517. package/dist/esm/clusters/media-input.d.ts.map +1 -1
  518. package/dist/esm/clusters/media-input.js +3 -2
  519. package/dist/esm/clusters/media-input.js.map +1 -1
  520. package/dist/esm/clusters/media-playback.d.ts +29 -24
  521. package/dist/esm/clusters/media-playback.d.ts.map +1 -1
  522. package/dist/esm/clusters/media-playback.js +5 -4
  523. package/dist/esm/clusters/media-playback.js.map +1 -1
  524. package/dist/esm/clusters/microwave-oven-control.d.ts +54 -48
  525. package/dist/esm/clusters/microwave-oven-control.d.ts.map +1 -1
  526. package/dist/esm/clusters/microwave-oven-control.js +19 -17
  527. package/dist/esm/clusters/microwave-oven-control.js.map +1 -1
  528. package/dist/esm/clusters/microwave-oven-mode.d.ts +63 -69
  529. package/dist/esm/clusters/microwave-oven-mode.d.ts.map +1 -1
  530. package/dist/esm/clusters/microwave-oven-mode.js +14 -11
  531. package/dist/esm/clusters/microwave-oven-mode.js.map +1 -1
  532. package/dist/esm/clusters/mode-base.d.ts +27 -46
  533. package/dist/esm/clusters/mode-base.d.ts.map +1 -1
  534. package/dist/esm/clusters/mode-base.js +9 -10
  535. package/dist/esm/clusters/mode-base.js.map +1 -1
  536. package/dist/esm/clusters/mode-select.d.ts +33 -27
  537. package/dist/esm/clusters/mode-select.d.ts.map +1 -1
  538. package/dist/esm/clusters/mode-select.js +14 -13
  539. package/dist/esm/clusters/mode-select.js.map +1 -1
  540. package/dist/esm/clusters/network-commissioning.d.ts +263 -240
  541. package/dist/esm/clusters/network-commissioning.d.ts.map +1 -1
  542. package/dist/esm/clusters/network-commissioning.js +46 -39
  543. package/dist/esm/clusters/network-commissioning.js.map +1 -1
  544. package/dist/esm/clusters/occupancy-sensing.d.ts +1002 -63
  545. package/dist/esm/clusters/occupancy-sensing.d.ts.map +1 -1
  546. package/dist/esm/clusters/occupancy-sensing.js +287 -65
  547. package/dist/esm/clusters/occupancy-sensing.js.map +2 -2
  548. package/dist/esm/clusters/on-off.d.ts +18 -24
  549. package/dist/esm/clusters/on-off.d.ts.map +1 -1
  550. package/dist/esm/clusters/on-off.js +3 -4
  551. package/dist/esm/clusters/on-off.js.map +1 -1
  552. package/dist/esm/clusters/operational-credentials.d.ts +98 -85
  553. package/dist/esm/clusters/operational-credentials.d.ts.map +1 -1
  554. package/dist/esm/clusters/operational-credentials.js +56 -49
  555. package/dist/esm/clusters/operational-credentials.js.map +1 -1
  556. package/dist/esm/clusters/operational-state.d.ts +136 -57
  557. package/dist/esm/clusters/operational-state.d.ts.map +1 -1
  558. package/dist/esm/clusters/operational-state.js +63 -37
  559. package/dist/esm/clusters/operational-state.js.map +2 -2
  560. package/dist/esm/clusters/ota-software-update-provider.d.ts +43 -42
  561. package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
  562. package/dist/esm/clusters/ota-software-update-provider.js +20 -19
  563. package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
  564. package/dist/esm/clusters/ota-software-update-requestor.d.ts +6 -10
  565. package/dist/esm/clusters/ota-software-update-requestor.d.ts.map +1 -1
  566. package/dist/esm/clusters/ota-software-update-requestor.js +4 -6
  567. package/dist/esm/clusters/ota-software-update-requestor.js.map +1 -1
  568. package/dist/esm/clusters/oven-cavity-operational-state.d.ts +44 -154
  569. package/dist/esm/clusters/oven-cavity-operational-state.d.ts.map +1 -1
  570. package/dist/esm/clusters/oven-cavity-operational-state.js +41 -166
  571. package/dist/esm/clusters/oven-cavity-operational-state.js.map +1 -1
  572. package/dist/esm/clusters/oven-mode.d.ts +79 -349
  573. package/dist/esm/clusters/oven-mode.d.ts.map +1 -1
  574. package/dist/esm/clusters/oven-mode.js +26 -89
  575. package/dist/esm/clusters/oven-mode.js.map +1 -1
  576. package/dist/esm/clusters/power-source.d.ts +169 -44
  577. package/dist/esm/clusters/power-source.d.ts.map +1 -1
  578. package/dist/esm/clusters/power-source.js +40 -16
  579. package/dist/esm/clusters/power-source.js.map +1 -1
  580. package/dist/esm/clusters/pressure-measurement.js +2 -2
  581. package/dist/esm/clusters/pressure-measurement.js.map +1 -1
  582. package/dist/esm/clusters/pump-configuration-and-control.d.ts +73 -63
  583. package/dist/esm/clusters/pump-configuration-and-control.d.ts.map +1 -1
  584. package/dist/esm/clusters/pump-configuration-and-control.js +19 -20
  585. package/dist/esm/clusters/pump-configuration-and-control.js.map +1 -1
  586. package/dist/esm/clusters/refrigerator-alarm.d.ts +2 -1
  587. package/dist/esm/clusters/refrigerator-alarm.d.ts.map +1 -1
  588. package/dist/esm/clusters/refrigerator-alarm.js.map +1 -1
  589. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +59 -91
  590. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
  591. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +12 -20
  592. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
  593. package/dist/esm/clusters/relative-humidity-measurement.js +1 -1
  594. package/dist/esm/clusters/relative-humidity-measurement.js.map +1 -1
  595. package/dist/esm/clusters/rvc-clean-mode.d.ts +59 -103
  596. package/dist/esm/clusters/rvc-clean-mode.d.ts.map +1 -1
  597. package/dist/esm/clusters/rvc-clean-mode.js +11 -15
  598. package/dist/esm/clusters/rvc-clean-mode.js.map +1 -1
  599. package/dist/esm/clusters/rvc-operational-state.d.ts +81 -25
  600. package/dist/esm/clusters/rvc-operational-state.d.ts.map +1 -1
  601. package/dist/esm/clusters/rvc-operational-state.js +49 -20
  602. package/dist/esm/clusters/rvc-operational-state.js.map +1 -1
  603. package/dist/esm/clusters/rvc-run-mode.d.ts +85 -129
  604. package/dist/esm/clusters/rvc-run-mode.d.ts.map +1 -1
  605. package/dist/esm/clusters/rvc-run-mode.js +16 -15
  606. package/dist/esm/clusters/rvc-run-mode.js.map +1 -1
  607. package/dist/esm/clusters/scenes-management.d.ts +328 -181
  608. package/dist/esm/clusters/scenes-management.d.ts.map +1 -1
  609. package/dist/esm/clusters/scenes-management.js +37 -22
  610. package/dist/esm/clusters/scenes-management.js.map +1 -1
  611. package/dist/esm/clusters/service-area.d.ts +2052 -0
  612. package/dist/esm/clusters/service-area.d.ts.map +1 -0
  613. package/dist/esm/clusters/service-area.js +562 -0
  614. package/dist/esm/clusters/service-area.js.map +6 -0
  615. package/dist/esm/clusters/smoke-co-alarm.d.ts +10 -18
  616. package/dist/esm/clusters/smoke-co-alarm.d.ts.map +1 -1
  617. package/dist/esm/clusters/smoke-co-alarm.js +2 -3
  618. package/dist/esm/clusters/smoke-co-alarm.js.map +1 -1
  619. package/dist/esm/clusters/switch.d.ts +478 -191
  620. package/dist/esm/clusters/switch.d.ts.map +1 -1
  621. package/dist/esm/clusters/switch.js +145 -57
  622. package/dist/esm/clusters/switch.js.map +1 -1
  623. package/dist/esm/clusters/target-navigator.d.ts +1 -1
  624. package/dist/esm/clusters/target-navigator.js +1 -1
  625. package/dist/esm/clusters/thermostat.d.ts +3877 -830
  626. package/dist/esm/clusters/thermostat.d.ts.map +1 -1
  627. package/dist/esm/clusters/thermostat.js +842 -160
  628. package/dist/esm/clusters/thermostat.js.map +2 -2
  629. package/dist/esm/clusters/thread-border-router-management.d.ts +711 -0
  630. package/dist/esm/clusters/thread-border-router-management.d.ts.map +1 -0
  631. package/dist/esm/clusters/thread-border-router-management.js +245 -0
  632. package/dist/esm/clusters/thread-border-router-management.js.map +6 -0
  633. package/dist/esm/clusters/thread-network-diagnostics.d.ts +81 -55
  634. package/dist/esm/clusters/thread-network-diagnostics.d.ts.map +1 -1
  635. package/dist/esm/clusters/thread-network-diagnostics.js +32 -21
  636. package/dist/esm/clusters/thread-network-diagnostics.js.map +1 -1
  637. package/dist/esm/clusters/thread-network-directory.d.ts +250 -0
  638. package/dist/esm/clusters/thread-network-directory.d.ts.map +1 -0
  639. package/dist/esm/clusters/thread-network-directory.js +167 -0
  640. package/dist/esm/clusters/thread-network-directory.js.map +6 -0
  641. package/dist/esm/clusters/time-synchronization.d.ts +101 -76
  642. package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
  643. package/dist/esm/clusters/time-synchronization.js +30 -23
  644. package/dist/esm/clusters/time-synchronization.js.map +1 -1
  645. package/dist/esm/clusters/unit-localization.d.ts +3 -4
  646. package/dist/esm/clusters/unit-localization.d.ts.map +1 -1
  647. package/dist/esm/clusters/unit-localization.js.map +1 -1
  648. package/dist/esm/clusters/user-label.d.ts +2 -1
  649. package/dist/esm/clusters/user-label.d.ts.map +1 -1
  650. package/dist/esm/clusters/user-label.js.map +1 -1
  651. package/dist/esm/clusters/water-heater-management.d.ts +1371 -0
  652. package/dist/esm/clusters/water-heater-management.d.ts.map +1 -0
  653. package/dist/esm/clusters/water-heater-management.js +325 -0
  654. package/dist/esm/clusters/water-heater-management.js.map +6 -0
  655. package/dist/esm/clusters/water-heater-mode.d.ts +491 -0
  656. package/dist/esm/clusters/water-heater-mode.d.ts.map +1 -0
  657. package/dist/esm/clusters/water-heater-mode.js +175 -0
  658. package/dist/esm/clusters/water-heater-mode.js.map +6 -0
  659. package/dist/esm/clusters/water-tank-level-monitoring.d.ts +162 -0
  660. package/dist/esm/clusters/water-tank-level-monitoring.d.ts.map +1 -0
  661. package/dist/esm/clusters/water-tank-level-monitoring.js +27 -0
  662. package/dist/esm/clusters/water-tank-level-monitoring.js.map +6 -0
  663. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +20 -27
  664. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
  665. package/dist/esm/clusters/wi-fi-network-diagnostics.js +6 -8
  666. package/dist/esm/clusters/wi-fi-network-diagnostics.js.map +1 -1
  667. package/dist/esm/clusters/wi-fi-network-management.d.ts +91 -0
  668. package/dist/esm/clusters/wi-fi-network-management.d.ts.map +1 -0
  669. package/dist/esm/clusters/wi-fi-network-management.js +102 -0
  670. package/dist/esm/clusters/wi-fi-network-management.js.map +6 -0
  671. package/dist/esm/clusters/window-covering.d.ts +66 -78
  672. package/dist/esm/clusters/window-covering.d.ts.map +1 -1
  673. package/dist/esm/clusters/window-covering.js +26 -37
  674. package/dist/esm/clusters/window-covering.js.map +1 -1
  675. package/dist/esm/globals/AtomicAttributeStatus.d.ts +34 -0
  676. package/dist/esm/globals/AtomicAttributeStatus.d.ts.map +1 -0
  677. package/dist/esm/globals/AtomicAttributeStatus.js +26 -0
  678. package/dist/esm/globals/AtomicAttributeStatus.js.map +6 -0
  679. package/dist/esm/globals/AtomicRequestType.d.ts +24 -0
  680. package/dist/esm/globals/AtomicRequestType.d.ts.map +1 -0
  681. package/dist/esm/globals/AtomicRequestType.js +15 -0
  682. package/dist/esm/globals/AtomicRequestType.js.map +6 -0
  683. package/dist/esm/globals/Locationdesc.d.ts +79 -0
  684. package/dist/esm/globals/Locationdesc.d.ts.map +1 -0
  685. package/dist/esm/globals/Locationdesc.js +69 -0
  686. package/dist/esm/globals/Locationdesc.js.map +6 -0
  687. package/dist/esm/globals/Priority.d.ts +1 -1
  688. package/dist/esm/globals/Semtag.d.ts +6 -6
  689. package/dist/esm/globals/Semtag.js +4 -4
  690. package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  691. package/dist/esm/globals/Status.d.ts +18 -3
  692. package/dist/esm/globals/Status.d.ts.map +1 -1
  693. package/dist/esm/globals/Status.js +3 -1
  694. package/dist/esm/globals/Status.js.map +1 -1
  695. package/dist/esm/globals/Tod.d.ts +2 -2
  696. package/dist/esm/globals/index.d.ts +3 -0
  697. package/dist/esm/globals/index.d.ts.map +1 -1
  698. package/dist/esm/globals/index.js +3 -0
  699. package/dist/esm/globals/index.js.map +1 -1
  700. package/dist/esm/schema/QrCodeSchema.d.ts.map +1 -1
  701. package/dist/esm/schema/QrCodeSchema.js +4 -1
  702. package/dist/esm/schema/QrCodeSchema.js.map +1 -1
  703. package/package.json +5 -5
  704. package/src/clusters/access-control.ts +926 -171
  705. package/src/clusters/actions.ts +12 -11
  706. package/src/clusters/administrator-commissioning.ts +54 -35
  707. package/src/clusters/alarm-base.ts +3 -4
  708. package/src/clusters/application-launcher.ts +22 -7
  709. package/src/clusters/ballast-configuration.ts +7 -7
  710. package/src/clusters/basic-information.ts +29 -21
  711. package/src/clusters/bridged-device-basic-information.ts +264 -41
  712. package/src/clusters/channel.ts +20 -17
  713. package/src/clusters/color-control.ts +589 -426
  714. package/src/clusters/commissioner-control.ts +282 -0
  715. package/src/clusters/content-control.ts +48 -54
  716. package/src/clusters/content-launcher.ts +16 -15
  717. package/src/clusters/device-energy-management-mode.ts +63 -161
  718. package/src/clusters/device-energy-management.ts +246 -193
  719. package/src/clusters/dishwasher-alarm.ts +5 -5
  720. package/src/clusters/dishwasher-mode.ts +46 -87
  721. package/src/clusters/door-lock.ts +786 -1235
  722. package/src/clusters/ecosystem-information.ts +200 -0
  723. package/src/clusters/electrical-energy-measurement.ts +15 -16
  724. package/src/clusters/energy-evse-mode.ts +81 -158
  725. package/src/clusters/energy-evse.ts +138 -72
  726. package/src/clusters/energy-preference.ts +34 -28
  727. package/src/clusters/ethernet-network-diagnostics.ts +1 -3
  728. package/src/clusters/fan-control.ts +5 -5
  729. package/src/clusters/fixed-label.ts +7 -2
  730. package/src/clusters/flow-measurement.ts +6 -6
  731. package/src/clusters/general-commissioning.ts +396 -96
  732. package/src/clusters/general-diagnostics.ts +31 -33
  733. package/src/clusters/group-key-management.ts +22 -24
  734. package/src/clusters/groups.ts +3 -2
  735. package/src/clusters/icd-management.ts +88 -31
  736. package/src/clusters/identify.ts +9 -10
  737. package/src/clusters/illuminance-measurement.ts +9 -10
  738. package/src/clusters/index.ts +14 -1
  739. package/src/clusters/joint-fabric-datastore-cluster.ts +657 -0
  740. package/src/clusters/joint-fabric-pki.ts +202 -0
  741. package/src/clusters/keypad-input.ts +2 -2
  742. package/src/clusters/laundry-dryer-controls.ts +6 -10
  743. package/src/clusters/laundry-washer-controls.ts +28 -27
  744. package/src/clusters/laundry-washer-mode.ts +49 -90
  745. package/src/clusters/level-control.ts +45 -12
  746. package/src/clusters/localization-configuration.ts +5 -6
  747. package/src/clusters/media-input.ts +3 -2
  748. package/src/clusters/media-playback.ts +9 -7
  749. package/src/clusters/microwave-oven-control.ts +19 -17
  750. package/src/clusters/microwave-oven-mode.ts +42 -61
  751. package/src/clusters/mode-base.ts +16 -33
  752. package/src/clusters/mode-select.ts +17 -14
  753. package/src/clusters/network-commissioning.ts +47 -40
  754. package/src/clusters/occupancy-sensing.ts +433 -72
  755. package/src/clusters/on-off.ts +6 -8
  756. package/src/clusters/operational-credentials.ts +54 -47
  757. package/src/clusters/operational-state.ts +136 -58
  758. package/src/clusters/ota-software-update-provider.ts +23 -23
  759. package/src/clusters/ota-software-update-requestor.ts +4 -6
  760. package/src/clusters/oven-cavity-operational-state.ts +43 -171
  761. package/src/clusters/oven-mode.ts +76 -178
  762. package/src/clusters/power-source.ts +45 -21
  763. package/src/clusters/pressure-measurement.ts +2 -2
  764. package/src/clusters/pump-configuration-and-control.ts +35 -23
  765. package/src/clusters/refrigerator-alarm.ts +2 -1
  766. package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +41 -78
  767. package/src/clusters/relative-humidity-measurement.ts +1 -1
  768. package/src/clusters/rvc-clean-mode.ts +42 -101
  769. package/src/clusters/rvc-operational-state.ts +87 -25
  770. package/src/clusters/rvc-run-mode.ts +62 -126
  771. package/src/clusters/scenes-management.ts +38 -23
  772. package/src/clusters/service-area.ts +904 -0
  773. package/src/clusters/smoke-co-alarm.ts +6 -12
  774. package/src/clusters/switch.ts +177 -78
  775. package/src/clusters/target-navigator.ts +1 -1
  776. package/src/clusters/thermostat.ts +1245 -214
  777. package/src/clusters/thread-border-router-management.ts +355 -0
  778. package/src/clusters/thread-network-diagnostics.ts +34 -21
  779. package/src/clusters/thread-network-directory.ts +256 -0
  780. package/src/clusters/time-synchronization.ts +30 -23
  781. package/src/clusters/unit-localization.ts +3 -4
  782. package/src/clusters/user-label.ts +2 -1
  783. package/src/clusters/water-heater-management.ts +457 -0
  784. package/src/clusters/water-heater-mode.ts +301 -0
  785. package/src/clusters/water-tank-level-monitoring.ts +50 -0
  786. package/src/clusters/wi-fi-network-diagnostics.ts +6 -8
  787. package/src/clusters/wi-fi-network-management.ts +119 -0
  788. package/src/clusters/window-covering.ts +26 -37
  789. package/src/globals/AtomicAttributeStatus.ts +41 -0
  790. package/src/globals/AtomicRequestType.ts +27 -0
  791. package/src/globals/Locationdesc.ts +88 -0
  792. package/src/globals/Priority.ts +1 -1
  793. package/src/globals/Semtag.ts +6 -6
  794. package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
  795. package/src/globals/Status.ts +20 -3
  796. package/src/globals/Tod.ts +2 -2
  797. package/src/globals/index.ts +3 -0
  798. package/src/schema/QrCodeSchema.ts +7 -2
  799. package/dist/cjs/clusters/pulse-width-modulation.d.ts +0 -2023
  800. package/dist/cjs/clusters/pulse-width-modulation.d.ts.map +0 -1
  801. package/dist/cjs/clusters/pulse-width-modulation.js +0 -51
  802. package/dist/cjs/clusters/pulse-width-modulation.js.map +0 -6
  803. package/dist/esm/clusters/pulse-width-modulation.d.ts +0 -2023
  804. package/dist/esm/clusters/pulse-width-modulation.d.ts.map +0 -1
  805. package/dist/esm/clusters/pulse-width-modulation.js +0 -31
  806. package/dist/esm/clusters/pulse-width-modulation.js.map +0 -6
  807. package/src/clusters/pulse-width-modulation.ts +0 -54
@@ -48,32 +48,38 @@ var ColorControl;
48
48
  })(Feature = ColorControl2.Feature || (ColorControl2.Feature = {}));
49
49
  let Direction;
50
50
  ((Direction2) => {
51
- Direction2[Direction2["ShortestDistance"] = 0] = "ShortestDistance";
52
- Direction2[Direction2["LongestDistance"] = 1] = "LongestDistance";
51
+ Direction2[Direction2["Shortest"] = 0] = "Shortest";
52
+ Direction2[Direction2["Longest"] = 1] = "Longest";
53
53
  Direction2[Direction2["Up"] = 2] = "Up";
54
54
  Direction2[Direction2["Down"] = 3] = "Down";
55
55
  })(Direction = ColorControl2.Direction || (ColorControl2.Direction = {}));
56
- ColorControl2.Options = { executeIfOff: (0, import_BitmapSchema.BitFlag)(0) };
56
+ ColorControl2.Options = {
57
+ /**
58
+ * Dependency on On/Off cluster
59
+ *
60
+ * This bit shall indicate if this cluster server instance has a dependency with the On/Off cluster.
61
+ *
62
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.6.2.1
63
+ */
64
+ executeIfOff: (0, import_BitmapSchema.BitFlag)(0)
65
+ };
57
66
  ColorControl2.TlvMoveToHueRequest = (0, import_TlvObject.TlvObject)({
58
67
  /**
59
- * The Hue field specifies the hue to be moved to.
68
+ * This field shall indicate the hue to be moved to.
60
69
  *
61
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.4.1
70
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.4.1
62
71
  */
63
72
  hue: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8.bound({ max: 254 })),
64
73
  /**
65
- * The Direction field shall be one of the non-reserved values in Values of the Direction Field.
66
- *
67
- * ### Table 17. Values of the Direction Field
74
+ * This field shall indicate the movement direction.
68
75
  *
69
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.4.2
76
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.4.2
70
77
  */
71
78
  direction: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)()),
72
79
  /**
73
- * The TransitionTime field specifies, in 1/10ths of a second, the time that shall be taken to move to the new
74
- * hue.
80
+ * This field shall indicate, in 1/10ths of a second, the time that shall be taken to move to the new hue.
75
81
  *
76
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.4.3
82
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.4.3
77
83
  */
78
84
  transitionTime: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvUInt16.bound({ max: 65534 })),
79
85
  optionsMask: (0, import_TlvObject.TlvField)(3, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt8, ColorControl2.Options)),
@@ -87,21 +93,16 @@ var ColorControl;
87
93
  })(MoveMode = ColorControl2.MoveMode || (ColorControl2.MoveMode = {}));
88
94
  ColorControl2.TlvMoveHueRequest = (0, import_TlvObject.TlvObject)({
89
95
  /**
90
- * The MoveMode field shall be one of the non-reserved values in Values of the MoveMode Field. If the MoveMode
91
- * field is equal to 0 (Stop), the Rate field shall be ignored.
96
+ * This field shall indicate the mode of movement.
92
97
  *
93
- * ### Table 18. Values of the MoveMode Field
94
- *
95
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.5.1
98
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.5.1
96
99
  */
97
100
  moveMode: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
98
101
  /**
99
- * The Rate field specifies the rate of movement in steps per second. A step is a change in the device’s hue of
100
- * one unit. If the MoveMode field is set to 1 (up) or 3 (down) and the Rate field has a value of zero, the
101
- * command has no effect and a response command shall be sent in response, with the status code set to
102
- * INVALID_COMMAND. If the MoveMode field is set to 0 (stop) the Rate field shall be ignored.
102
+ * This field shall indicate the rate of movement in steps per second. A step is a change in the device’s hue
103
+ * of one unit.
103
104
  *
104
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.5.2
105
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.5.2
105
106
  */
106
107
  rate: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt8),
107
108
  optionsMask: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt8, ColorControl2.Options)),
@@ -114,29 +115,29 @@ var ColorControl;
114
115
  })(StepMode = ColorControl2.StepMode || (ColorControl2.StepMode = {}));
115
116
  ColorControl2.TlvStepHueRequest = (0, import_TlvObject.TlvObject)({
116
117
  /**
117
- * The StepMode field shall be one of the non-reserved values in Values of the StepMode Field.
118
- *
119
- * ### Table 20. Values of the StepMode Field
118
+ * This field shall indicate the mode of the step to be performed.
120
119
  *
121
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.6.1
120
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.6.1
122
121
  */
123
122
  stepMode: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
124
123
  /**
125
- * The change to be added to (or subtracted from) the current value of the device’s hue.
124
+ * This field shall indicate the change to be added to (or subtracted from) the current value of the device’s
125
+ * hue.
126
126
  *
127
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.6.2
127
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.6.2
128
128
  */
129
129
  stepSize: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt8),
130
130
  /**
131
- * The TransitionTime field specifies, in 1/10ths of a second, the time that shall be taken to perform the
132
- * step. A step is a change in the device’s hue of ‘Step size’ units.
131
+ * This field shall indicate, in 1/10ths of a second, the time that shall be taken to perform the step.
132
+ *
133
+ * A step is a change in the device’s hue of Step size units.
133
134
  *
134
135
  * NOTE
135
136
  *
136
137
  * Here the TransitionTime data field is of data type uint8, where uint16 is more common for TransitionTime
137
138
  * data fields in other clusters / commands.
138
139
  *
139
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.6.3
140
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.6.3
140
141
  */
141
142
  transitionTime: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvUInt8),
142
143
  optionsMask: (0, import_TlvObject.TlvField)(3, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt8, ColorControl2.Options)),
@@ -150,21 +151,16 @@ var ColorControl;
150
151
  });
151
152
  ColorControl2.TlvMoveSaturationRequest = (0, import_TlvObject.TlvObject)({
152
153
  /**
153
- * The MoveMode field shall be one of the non-reserved values in Values of the MoveMode Field. If the MoveMode
154
- * field is equal to 0 (Stop), the Rate field shall be ignored.
154
+ * This field shall indicate the mode of movement, as described in the MoveHue command.
155
155
  *
156
- * ### Table 22. Values of the MoveMode Field
157
- *
158
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.8.1
156
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.8.1
159
157
  */
160
158
  moveMode: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
161
159
  /**
162
- * The Rate field specifies the rate of movement in steps per second. A step is a change in the device’s
163
- * saturation of one unit. If the MoveMode field is set to 1 (up) or 3 (down) and the Rate field has a value of
164
- * zero, the command has no effect and a response command shall be sent in response, with the status code set
165
- * to INVALID_COMMAND. If the MoveMode field is set to 0 (stop) the Rate field shall be ignored.
160
+ * This field shall indicate the rate of movement in steps per second. A step is a change in the device’s
161
+ * saturation of one unit.
166
162
  *
167
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.8.2
163
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.8.2
168
164
  */
169
165
  rate: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt8),
170
166
  optionsMask: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt8, ColorControl2.Options)),
@@ -172,29 +168,28 @@ var ColorControl;
172
168
  });
173
169
  ColorControl2.TlvStepSaturationRequest = (0, import_TlvObject.TlvObject)({
174
170
  /**
175
- * The StepMode field shall be one of the non-reserved values in Values of the StepMode Field.
176
- *
177
- * ### Table 24. Values of the StepMode Field
171
+ * This field shall indicate the mode of the step to be performed, as described in the StepHue command.
178
172
  *
179
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.9.1
173
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.9.1
180
174
  */
181
175
  stepMode: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
182
176
  /**
183
- * The change to be added to (or subtracted from) the current value of the device’s saturation.
177
+ * This field shall indicate the change to be added to (or subtracted from) the current value of the device’s
178
+ * saturation.
184
179
  *
185
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.9.2
180
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.9.2
186
181
  */
187
182
  stepSize: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt8),
188
183
  /**
189
- * The TransitionTime field specifies, in 1/10ths of a second, the time that shall be taken to perform the
190
- * step. A step is a change in the device’s saturation of Step size units.
184
+ * This field shall indicate, in 1/10ths of a second, the time that shall be taken to perform the step. A step
185
+ * is a change in the device’s saturation of Step size units.
191
186
  *
192
187
  * NOTE
193
188
  *
194
189
  * Here the TransitionTime data field is of data type uint8, where uint16 is more common for TransitionTime
195
190
  * data fields in other clusters / commands.
196
191
  *
197
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.9.3
192
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.9.3
198
193
  */
199
194
  transitionTime: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvUInt8),
200
195
  optionsMask: (0, import_TlvObject.TlvField)(3, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt8, ColorControl2.Options)),
@@ -216,17 +211,17 @@ var ColorControl;
216
211
  });
217
212
  ColorControl2.TlvMoveColorRequest = (0, import_TlvObject.TlvObject)({
218
213
  /**
219
- * The RateX field specifies the rate of movement in steps per second. A step is a change in the device’s
214
+ * This field shall indicate the rate of movement in steps per second. A step is a change in the device’s
220
215
  * CurrentX attribute of one unit.
221
216
  *
222
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.12.1
217
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.12.1
223
218
  */
224
219
  rateX: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvInt16),
225
220
  /**
226
- * The RateY field specifies the rate of movement in steps per second. A step is a change in the device’s
221
+ * This field shall indicate the rate of movement in steps per second. A step is a change in the device’s
227
222
  * CurrentY attribute of one unit.
228
223
  *
229
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.12.2
224
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.12.2
230
225
  */
231
226
  rateY: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvInt16),
232
227
  optionsMask: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt8, ColorControl2.Options)),
@@ -236,10 +231,9 @@ var ColorControl;
236
231
  stepX: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvInt16),
237
232
  stepY: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvInt16),
238
233
  /**
239
- * The TransitionTime field specifies, in 1/10ths of a second, the time that shall be taken to perform the
240
- * color change.
234
+ * The field shall indicate, in 1/10ths of a second, the time that shall be taken to perform the color change.
241
235
  *
242
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.13.2
236
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.13.2
243
237
  */
244
238
  transitionTime: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvUInt16.bound({ max: 65534 })),
245
239
  optionsMask: (0, import_TlvObject.TlvField)(3, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt8, ColorControl2.Options)),
@@ -253,24 +247,21 @@ var ColorControl;
253
247
  });
254
248
  ColorControl2.TlvMoveColorTemperatureRequest = (0, import_TlvObject.TlvObject)({
255
249
  /**
256
- * This field is identical to the MoveMode field of the MoveHue command of the Color Control cluster (see
257
- * sub-clause MoveHue Command). If the MoveMode field is equal to 0 (Stop), the Rate field shall be ignored.
250
+ * This field shall indicate the mode of movement, as described in the MoveHue command.
258
251
  *
259
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.21.1
252
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.21.1
260
253
  */
261
254
  moveMode: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
262
255
  /**
263
- * The Rate field specifies the rate of movement in steps per second. A step is a change in the color
264
- * temperature of a device by one unit. If the MoveMode field is set to 1 (up) or 3 (down) and the Rate field
265
- * has a value of zero, the command has no effect and a response command shall be sent in response, with the
266
- * status code set to INVALID_COMMAND. If the MoveMode field is set to 0 (stop) the Rate field shall be ignored.
256
+ * This field shall indicate the rate of movement in steps per second. A step is a change in the color
257
+ * temperature of a device by one unit.
267
258
  *
268
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.21.2
259
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.21.2
269
260
  */
270
261
  rate: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16),
271
262
  /**
272
- * The ColorTemperatureMinimumMireds field specifies a lower bound on the ColorTemperatureMireds attribute (≡
273
- * an upper bound on the color temperature in kelvins) for the current move operation
263
+ * This field shall indicate a lower bound on the ColorTemperatureMireds attribute (≡ an upper bound on the
264
+ * color temperature in kelvins) for the current move operation
274
265
  *
275
266
  * ColorTempPhysicalMinMireds <= ColorTemperatureMinimumMireds field <= ColorTemperatureMireds
276
267
  *
@@ -279,12 +270,12 @@ var ColorControl;
279
270
  * ColorTemperatureMinimumMireds field is set to 0, ColorTempPhysicalMinMireds shall be used as the lower bound
280
271
  * for the ColorTemperatureMireds attribute.
281
272
  *
282
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.21.3
273
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.21.3
283
274
  */
284
275
  colorTemperatureMinimumMireds: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvUInt16.bound({ max: 65279 })),
285
276
  /**
286
- * The ColorTemperatureMaximumMireds field specifies an upper bound on the ColorTemperatureMireds attribute (≡
287
- * a lower bound on the color temperature in kelvins) for the current move operation
277
+ * This field shall indicate an upper bound on the ColorTemperatureMireds attribute (≡ a lower bound on the
278
+ * color temperature in kelvins) for the current move operation
288
279
  *
289
280
  * ColorTemperatureMireds <= ColorTemperatureMaximumMireds field <= ColorTempPhysicalMaxMireds
290
281
  *
@@ -293,7 +284,7 @@ var ColorControl;
293
284
  * ColorTemperatureMaximumMireds field is set to 0, ColorTempPhysicalMaxMireds shall be used as the upper bound
294
285
  * for the ColorTemperatureMireds attribute.
295
286
  *
296
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.21.4
287
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.21.4
297
288
  */
298
289
  colorTemperatureMaximumMireds: (0, import_TlvObject.TlvField)(3, import_TlvNumber.TlvUInt16.bound({ max: 65279 })),
299
290
  optionsMask: (0, import_TlvObject.TlvField)(4, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt8, ColorControl2.Options)),
@@ -301,53 +292,52 @@ var ColorControl;
301
292
  });
302
293
  ColorControl2.TlvStepColorTemperatureRequest = (0, import_TlvObject.TlvObject)({
303
294
  /**
304
- * This field is identical to the StepMode field of the StepHue command of the Color Control cluster (see
305
- * sub-clause StepHue Command).
295
+ * This field shall indicate the mode of the step to be performed, as described in the StepHue command.
306
296
  *
307
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.22.1
297
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.22.1
308
298
  */
309
299
  stepMode: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
310
300
  /**
311
- * The StepSize field specifies the change to be added to (or subtracted from) the current value of the
312
- * device’s color temperature.
301
+ * This field shall indicate the change to be added to (or subtracted from) the current value of the device’s
302
+ * color temperature.
313
303
  *
314
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.22.2
304
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.22.2
315
305
  */
316
306
  stepSize: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16),
317
307
  /**
318
- * The TransitionTime field specifies, in units of 1/10ths of a second, the time that shall be taken to perform
319
- * the step. A step is a change to the device’s color temperature of a magnitude corresponding to the StepSize
308
+ * This field shall indicate, in units of 1/10ths of a second, the time that shall be taken to perform the
309
+ * step. A step is a change to the device’s color temperature of a magnitude corresponding to the StepSize
320
310
  * field.
321
311
  *
322
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.22.3
312
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.22.3
323
313
  */
324
314
  transitionTime: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvUInt16.bound({ max: 65534 })),
325
315
  /**
326
- * The ColorTemperatureMinimumMireds field specifies a lower bound on the ColorTemperatureMireds attribute (≡
327
- * an upper bound on the color temperature in kelvins) for the current step operation
316
+ * This field shall indicate a lower bound on the ColorTemperatureMireds attribute (≡ an upper bound on the
317
+ * color temperature in kelvins) for the current step operation
328
318
  *
329
319
  * ColorTempPhysicalMinMireds <= ColorTemperatureMinimumMireds field <= ColorTemperatureMireds
330
320
  *
331
- * As such if the step operation takes the ColorTemperatureMireds attribute towards the value of the Color
332
- * Temperature Minimum Mireds field it shall be clipped so that the above invariant is satisfied. If the
321
+ * As such if the step operation takes the ColorTemperatureMireds attribute towards the value of the
322
+ * ColorTemperatureMinimumMireds field it shall be clipped so that the above invariant is satisfied. If the
333
323
  * ColorTemperatureMinimumMireds field is set to 0, ColorTempPhysicalMinMireds shall be used as the lower bound
334
324
  * for the ColorTemperatureMireds attribute.
335
325
  *
336
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.22.4
326
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.22.4
337
327
  */
338
328
  colorTemperatureMinimumMireds: (0, import_TlvObject.TlvField)(3, import_TlvNumber.TlvUInt16.bound({ max: 65279 })),
339
329
  /**
340
- * The ColorTemperatureMaximumMireds field specifies an upper bound on the ColorTemperatureMireds attribute (≡
341
- * a lower bound on the color temperature in kelvins) for the current step operation
330
+ * This field shall indicate an upper bound on the ColorTemperatureMireds attribute (≡ a lower bound on the
331
+ * color temperature in kelvins) for the current step operation
342
332
  *
343
333
  * ColorTemperatureMireds ≤ ColorTemperatureMaximumMireds field ≤ ColorTempPhysicalMaxMireds
344
334
  *
345
335
  * As such if the step operation takes the ColorTemperatureMireds attribute towards the value of the
346
336
  * ColorTemperatureMaximumMireds field it shall be clipped so that the above invariant is satisfied. If the
347
- * ColorTemperatureMaximum Mireds field is set to 0, ColorTempPhysicalMaxMireds shall be used as the upper
348
- * bound for the ColorTemperatureMireds attribute.
337
+ * ColorTemperatureMaximumMireds field is set to 0, ColorTempPhysicalMaxMireds shall be used as the upper bound
338
+ * for the ColorTemperatureMireds attribute.
349
339
  *
350
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.22.5
340
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.22.5
351
341
  */
352
342
  colorTemperatureMaximumMireds: (0, import_TlvObject.TlvField)(4, import_TlvNumber.TlvUInt16.bound({ max: 65279 })),
353
343
  optionsMask: (0, import_TlvObject.TlvField)(5, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt8, ColorControl2.Options)),
@@ -355,23 +345,21 @@ var ColorControl;
355
345
  });
356
346
  ColorControl2.TlvEnhancedMoveToHueRequest = (0, import_TlvObject.TlvObject)({
357
347
  /**
358
- * The EnhancedHue field specifies the target extended hue for the lamp.
348
+ * This field shall indicate the target extended hue for the light.
359
349
  *
360
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.15.1
350
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.15.1
361
351
  */
362
352
  enhancedHue: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
363
353
  /**
364
- * This field is identical to the Direction field of the MoveToHue command of the Color Control cluster (see
365
- * sub-clause Use of the OptionsMask and OptionsOverride fields).
354
+ * This field shall indicate the movement direction.
366
355
  *
367
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.15.2
356
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.15.2
368
357
  */
369
358
  direction: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)()),
370
359
  /**
371
- * This field is identical to the TransitionTime field of the MoveToHue command of the Color Control cluster
372
- * (see sub-clause Use of the OptionsMask and OptionsOverride fields).
360
+ * This field shall indicate the transition time, as described in the MoveToHue command.
373
361
  *
374
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.15.3
362
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.15.3
375
363
  */
376
364
  transitionTime: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvUInt16.bound({ max: 65534 })),
377
365
  optionsMask: (0, import_TlvObject.TlvField)(3, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt8, ColorControl2.Options)),
@@ -379,19 +367,16 @@ var ColorControl;
379
367
  });
380
368
  ColorControl2.TlvEnhancedMoveHueRequest = (0, import_TlvObject.TlvObject)({
381
369
  /**
382
- * This field is identical to the MoveMode field of the MoveHue command of the Color Control cluster (see
383
- * sub-clause MoveHue Command). If the MoveMode field is equal to 0 (Stop), the Rate field shall be ignored.
370
+ * This field shall indicate the mode of movement, as described in the MoveHue command.
384
371
  *
385
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.16.1
372
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.16.1
386
373
  */
387
374
  moveMode: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
388
375
  /**
389
- * The Rate field specifies the rate of movement in steps per second. A step is a change in the extended hue of
390
- * a device by one unit. If the MoveMode field is set to 1 (up) or 3 (down) and the Rate field has a value of
391
- * zero, the command has no effect and a response command shall be sent in response, with the status code set
392
- * to INVALID_COMMAND. If the MoveMode field is set to 0 (stop) the Rate field shall be ignored.
376
+ * This field shall indicate the rate of movement in steps per second. A step is a change in the extended hue
377
+ * of a device by one unit.
393
378
  *
394
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.16.2
379
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.16.2
395
380
  */
396
381
  rate: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16),
397
382
  optionsMask: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt8, ColorControl2.Options)),
@@ -399,29 +384,28 @@ var ColorControl;
399
384
  });
400
385
  ColorControl2.TlvEnhancedStepHueRequest = (0, import_TlvObject.TlvObject)({
401
386
  /**
402
- * This field is identical to the StepMode field of the StepHue command of the Color Control cluster (see
403
- * sub-clause StepHue Command).
387
+ * This field shall indicate the mode of the step to be performed, as described in the StepHue command.
404
388
  *
405
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.17.1
389
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.17.1
406
390
  */
407
391
  stepMode: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
408
392
  /**
409
- * The StepSize field specifies the change to be added to (or subtracted from) the current value of the
410
- * device’s enhanced hue.
393
+ * This field shall indicate the change to be added to (or subtracted from) the current value of the device’s
394
+ * enhanced hue.
411
395
  *
412
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.17.2
396
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.17.2
413
397
  */
414
398
  stepSize: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16),
415
399
  /**
416
- * The TransitionTime field specifies, in units of 1/10ths of a second, the time that shall be taken to perform
417
- * the step. A step is a change to the device’s enhanced hue of a magnitude corresponding to the StepSize field.
400
+ * The field shall indicate, in units of 1/10ths of a second, the time that shall be taken to perform the step.
401
+ * A step is a change to the device’s enhanced hue of a magnitude corresponding to the StepSize field.
418
402
  *
419
403
  * NOTE
420
404
  *
421
405
  * Here TransitionTime data field is of data type uint16, while the TransitionTime data field of the StepHue
422
406
  * command is of data type uint8.
423
407
  *
424
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.17.3
408
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.17.3
425
409
  */
426
410
  transitionTime: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvUInt16.bound({ max: 65534 })),
427
411
  optionsMask: (0, import_TlvObject.TlvField)(3, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt8, ColorControl2.Options)),
@@ -429,23 +413,21 @@ var ColorControl;
429
413
  });
430
414
  ColorControl2.TlvEnhancedMoveToHueAndSaturationRequest = (0, import_TlvObject.TlvObject)({
431
415
  /**
432
- * The EnhancedHue field specifies the target extended hue for the lamp.
416
+ * This field shall indicate the target extended hue for the light.
433
417
  *
434
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.18.1
418
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.18.1
435
419
  */
436
420
  enhancedHue: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
437
421
  /**
438
- * This field is identical to the Saturation field of the MoveToHueAndSaturation command of the Color Control
439
- * cluster (see sub-clause MoveToHueAndSaturation Command).
422
+ * This field shall indicate the saturation, as described in the MoveToHueAndSaturation command.
440
423
  *
441
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.18.2
424
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.18.2
442
425
  */
443
426
  saturation: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt8.bound({ max: 254 })),
444
427
  /**
445
- * This field is identical to the TransitionTime field of the MoveToHue command of the Color Control cluster
446
- * (see sub-clause MoveToHueAndSaturation Command).
428
+ * This field shall indicate the transition time, as described in the MoveToHue command.
447
429
  *
448
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.18.3
430
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.18.3
449
431
  */
450
432
  transitionTime: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvUInt16.bound({ max: 65534 })),
451
433
  optionsMask: (0, import_TlvObject.TlvField)(3, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt8, ColorControl2.Options)),
@@ -462,77 +444,87 @@ var ColorControl;
462
444
  ColorLoopDirection2[ColorLoopDirection2["Increment"] = 1] = "Increment";
463
445
  })(ColorLoopDirection = ColorControl2.ColorLoopDirection || (ColorControl2.ColorLoopDirection = {}));
464
446
  ColorControl2.UpdateFlags = {
447
+ /**
448
+ * Device adheres to the associated action field.
449
+ *
450
+ * This bit shall indicate whether the server adheres to the Action field in order to process the command.
451
+ *
452
+ * • 0 = Device shall ignore the Action field.
453
+ *
454
+ * • 1 = Device shall adhere to the Action field.
455
+ *
456
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.6.3.1
457
+ */
465
458
  updateAction: (0, import_BitmapSchema.BitFlag)(0),
459
+ /**
460
+ * Device updates the associated direction attribute.
461
+ *
462
+ * This bit shall indicate whether the device updates the ColorLoopDirection attribute with the Direction field.
463
+ *
464
+ * • 0 = Device shall ignore the Direction field.
465
+ *
466
+ * • 1 = Device shall update the ColorLoopDirection attribute with the value of the Direction field.
467
+ *
468
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.6.3.2
469
+ */
466
470
  updateDirection: (0, import_BitmapSchema.BitFlag)(1),
467
- updateTime: (0, import_BitmapSchema.BitFlag)(2),
468
- updateStartHue: (0, import_BitmapSchema.BitFlag)(3),
469
- reserved: (0, import_BitmapSchema.BitField)(4, 4)
470
- };
471
- let Action;
472
- ((Action2) => {
473
- Action2[Action2["DeActivateTheColorLoop"] = 0] = "DeActivateTheColorLoop";
474
- Action2[Action2["ActivateTheColorLoopFromTheValueInTheColorLoopStartEnhancedHueField"] = 1] = "ActivateTheColorLoopFromTheValueInTheColorLoopStartEnhancedHueField";
475
- Action2[Action2["ActivateTheColorLoopFromTheValueOfTheEnhancedCurrentHueAttribute"] = 2] = "ActivateTheColorLoopFromTheValueOfTheEnhancedCurrentHueAttribute";
476
- })(Action = ColorControl2.Action || (ColorControl2.Action = {}));
477
- let ColorLoopSetDirection;
478
- ((ColorLoopSetDirection2) => {
479
- ColorLoopSetDirection2[ColorLoopSetDirection2["DecrementTheHueInTheColorLoop"] = 0] = "DecrementTheHueInTheColorLoop";
480
- ColorLoopSetDirection2[ColorLoopSetDirection2["IncrementTheHueInTheColorLoop"] = 1] = "IncrementTheHueInTheColorLoop";
481
- })(ColorLoopSetDirection = ColorControl2.ColorLoopSetDirection || (ColorControl2.ColorLoopSetDirection = {}));
482
- ColorControl2.TlvColorLoopSetRequest = (0, import_TlvObject.TlvObject)({
483
471
  /**
484
- * The UpdateFlags field specifies which color loop attributes to update before the color loop is started. This
485
- * field shall be formatted as illustrated in Format of the UpdateFlags Field of the ColorLoopSet Command.
472
+ * Device updates the associated time attribute.
486
473
  *
487
- * ### Table 28. Format of the UpdateFlags Field of the ColorLoopSet Command
474
+ * This bit shall indicate whether the device updates the ColorLoopTime attribute with the Time field.
488
475
  *
489
- * The UpdateAction sub-field is 1 bit in length and specifies whether the device shall adhere to the action
490
- * field in order to process the command. If this sub-field is set to 1, the device shall adhere to the action
491
- * field. If this sub-field is set to 0, the device shall ignore the Action field.
476
+ * 0 = Device shall ignore the Time field.
492
477
  *
493
- * The UpdateDirection sub-field is 1 bit in length and specifies whether the device shall update the
494
- * ColorLoopDirection attribute with the Direction field. If this sub-field is set to 1, the device shall
495
- * update the value of the ColorLoopDirection attribute with the value of the Direction field. If this
496
- * sub-field is set to 0, the device shall ignore the Direction field.
478
+ * 1 = Device shall update the value of the ColorLoopTime attribute with the value of the Time field.
497
479
  *
498
- * The UpdateTime sub-field is 1 bit in length and specifies whether the device shall update the ColorLoopTime
499
- * attribute with the Time field. If this sub-field is set to 1, the device shall update the value of the
500
- * ColorLoopTime attribute with the value of the Time field. If this sub-field is set to 0, the device shall
501
- * ignore the Time field.
480
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.6.3.3
481
+ */
482
+ updateTime: (0, import_BitmapSchema.BitFlag)(2),
483
+ /**
484
+ * Device updates the associated start hue attribute.
485
+ *
486
+ * This bit shall indicate whether the device updates the ColorLoopStartEnhancedHue attribute with the value of
487
+ * the StartHue field.
488
+ *
489
+ * • 0 = Device shall ignore the StartHue field.
502
490
  *
503
- * The UpdateStartHue sub-field is 1 bit in length and specifies whether the device shall update the
504
- * ColorLoopStartEnhancedHue attribute with the StartHue field. If this sub-field is set to 1, the device shall
505
- * update the value of the ColorLoopStartEnhancedHue attribute with the value of the StartHue field. If this
506
- * sub-field is set to 0, the device shall ignore the StartHue field.
491
+ * 1 = Device shall update the value of the ColorLoopStartEnhancedHue attribute with the value of the
492
+ * StartHue field.
507
493
  *
508
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.19.1
494
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.6.3.4
509
495
  */
510
- updateFlags: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt8, ColorControl2.UpdateFlags)),
496
+ updateStartHue: (0, import_BitmapSchema.BitFlag)(3)
497
+ };
498
+ let ColorLoopAction;
499
+ ((ColorLoopAction2) => {
500
+ ColorLoopAction2[ColorLoopAction2["Deactivate"] = 0] = "Deactivate";
501
+ ColorLoopAction2[ColorLoopAction2["ActivateFromColorLoopStartEnhancedHue"] = 1] = "ActivateFromColorLoopStartEnhancedHue";
502
+ ColorLoopAction2[ColorLoopAction2["ActivateFromEnhancedCurrentHue"] = 2] = "ActivateFromEnhancedCurrentHue";
503
+ })(ColorLoopAction = ColorControl2.ColorLoopAction || (ColorControl2.ColorLoopAction = {}));
504
+ ColorControl2.TlvColorLoopSetRequest = (0, import_TlvObject.TlvObject)({
511
505
  /**
512
- * The Action field specifies the action to take for the color loop if the UpdateAction sub-field of the
513
- * UpdateFlags field is set to 1. This field shall be set to one of the non-reserved values listed in Values of
514
- * the Action Field of the ColorLoopSet Command.
506
+ * This field shall indicate which color loop attributes to update (from the values supplied in the other
507
+ * fields, see field descriptions below) before the color loop is started.
515
508
  *
516
- * ### Table 29. Values of the Action Field of the ColorLoopSet Command
509
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.19.1
510
+ */
511
+ updateFlags: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt8, ColorControl2.UpdateFlags)),
512
+ /**
513
+ * This field shall indicate the action to take for the color loop.
517
514
  *
518
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.19.2
515
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.19.2
519
516
  */
520
517
  action: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)()),
521
518
  /**
522
- * The Direction field specifies the direction for the color loop if the Update Direction field of the
523
- * UpdateFlags field is set to 1. This field shall be set to one of the non-reserved values listed in Values of
524
- * the Direction Field of the ColorLoopSet Command.
525
- *
526
- * ### Table 30. Values of the Direction Field of the ColorLoopSet Command
519
+ * This field shall indicate the direction for the color loop.
527
520
  *
528
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.19.3
521
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.19.3
529
522
  */
530
523
  direction: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvEnum)()),
531
524
  /**
532
- * The Time field specifies the number of seconds over which to perform a full color loop if the UpdateTime
533
- * sub-field of the UpdateFlags field is set to 1.
525
+ * This field shall indicate the number of seconds over which to perform a full color loop.
534
526
  *
535
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.19.4
527
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.19.4
536
528
  */
537
529
  time: (0, import_TlvObject.TlvField)(3, import_TlvNumber.TlvUInt16),
538
530
  startHue: (0, import_TlvObject.TlvField)(4, import_TlvNumber.TlvUInt16),
@@ -546,7 +538,7 @@ var ColorControl;
546
538
  let DriftCompensation;
547
539
  ((DriftCompensation2) => {
548
540
  DriftCompensation2[DriftCompensation2["None"] = 0] = "None";
549
- DriftCompensation2[DriftCompensation2["OtherUnknown"] = 1] = "OtherUnknown";
541
+ DriftCompensation2[DriftCompensation2["OtherOrUnknown"] = 1] = "OtherOrUnknown";
550
542
  DriftCompensation2[DriftCompensation2["TemperatureMonitoring"] = 2] = "TemperatureMonitoring";
551
543
  DriftCompensation2[DriftCompensation2["OpticalLuminanceMonitoringAndFeedback"] = 3] = "OpticalLuminanceMonitoringAndFeedback";
552
544
  DriftCompensation2[DriftCompensation2["OpticalColorMonitoringAndFeedback"] = 4] = "OpticalColorMonitoringAndFeedback";
@@ -565,10 +557,25 @@ var ColorControl;
565
557
  EnhancedColorMode2[EnhancedColorMode2["EnhancedCurrentHueAndCurrentSaturation"] = 3] = "EnhancedCurrentHueAndCurrentSaturation";
566
558
  })(EnhancedColorMode = ColorControl2.EnhancedColorMode || (ColorControl2.EnhancedColorMode = {}));
567
559
  ColorControl2.ColorCapabilities = {
560
+ /**
561
+ * Supports color specification via hue/saturation.
562
+ */
568
563
  hueSaturation: (0, import_BitmapSchema.BitFlag)(0),
564
+ /**
565
+ * Enhanced hue is supported.
566
+ */
569
567
  enhancedHue: (0, import_BitmapSchema.BitFlag)(1),
568
+ /**
569
+ * Color loop is supported.
570
+ */
570
571
  colorLoop: (0, import_BitmapSchema.BitFlag)(2),
572
+ /**
573
+ * Supports color specification via XY.
574
+ */
571
575
  xy: (0, import_BitmapSchema.BitFlag)(3),
576
+ /**
577
+ * Supports color specification via color temperature.
578
+ */
572
579
  colorTemperature: (0, import_BitmapSchema.BitFlag)(4)
573
580
  };
574
581
  ColorControl2.HueSaturationComponent = import_MutableCluster.MutableCluster.Component({
@@ -577,23 +584,37 @@ var ColorControl;
577
584
  * The CurrentHue attribute contains the current hue value of the light. It is updated as fast as practical
578
585
  * during commands that change the hue.
579
586
  *
580
- * The hue in degrees shall be related to the CurrentHue attribute by the relationship: Hue = CurrentHue x
581
- * 360 / 254 (CurrentHue in the range 0 to 254 inclusive)
587
+ * The hue in degrees shall be related to the CurrentHue attribute by the relationship:
582
588
  *
583
- * If this attribute is implemented then the CurrentSaturation and ColorMode attributes shall also be
584
- * implemented.
589
+ * Hue = "CurrentHue" * 360 / 254
590
+ *
591
+ * where CurrentHue is in the range from 0 to 254 inclusive.
592
+ *
593
+ * Changes to this attribute shall only be marked as reportable in the following cases:
594
+ *
595
+ * • At most once per second or
596
+ *
597
+ * • At the end of the movement/transition.
585
598
  *
586
599
  * @see {@link MatterSpecification.v13.Cluster} § 3.2.7.2
587
600
  */
588
601
  currentHue: (0, import_Cluster.Attribute)(0, import_TlvNumber.TlvUInt8.bound({ max: 254 }), { persistent: true, default: 0 }),
589
602
  /**
590
- * The CurrentSaturation attribute holds the current saturation value of the light. It is updated as fast
591
- * as practical during commands that change the saturation.
603
+ * Indicates the current saturation value of the light. It is updated as fast as practical during commands
604
+ * that change the saturation.
605
+ *
606
+ * The saturation (on a scale from 0.0 to 1.0) shall be related to the CurrentSaturation attribute by the
607
+ * relationship:
592
608
  *
593
- * The saturation shall be related to the CurrentSaturation attribute by the relationship: Saturation =
594
- * CurrentSaturation/254 (CurrentSaturation in the range 0 to 254 inclusive)
609
+ * Saturation = "CurrentSaturation" / 254
595
610
  *
596
- * If this attribute is implemented then the CurrentHue and ColorMode attributes shall also be implemented.
611
+ * where CurrentSaturation is in the range from 0 to 254 inclusive.
612
+ *
613
+ * Changes to this attribute shall only be marked as reportable in the following cases:
614
+ *
615
+ * • At most once per second or
616
+ *
617
+ * • At the end of the movement/transition.
597
618
  *
598
619
  * @see {@link MatterSpecification.v13.Cluster} § 3.2.7.3
599
620
  */
@@ -605,31 +626,31 @@ var ColorControl;
605
626
  },
606
627
  commands: {
607
628
  /**
608
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.4
629
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.4
609
630
  */
610
631
  moveToHue: (0, import_Cluster.Command)(0, ColorControl2.TlvMoveToHueRequest, 0, import_Cluster.TlvNoResponse),
611
632
  /**
612
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.5
633
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.5
613
634
  */
614
635
  moveHue: (0, import_Cluster.Command)(1, ColorControl2.TlvMoveHueRequest, 1, import_Cluster.TlvNoResponse),
615
636
  /**
616
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.6
637
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.6
617
638
  */
618
639
  stepHue: (0, import_Cluster.Command)(2, ColorControl2.TlvStepHueRequest, 2, import_Cluster.TlvNoResponse),
619
640
  /**
620
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.7
641
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.7
621
642
  */
622
643
  moveToSaturation: (0, import_Cluster.Command)(3, ColorControl2.TlvMoveToSaturationRequest, 3, import_Cluster.TlvNoResponse),
623
644
  /**
624
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.8
645
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.8
625
646
  */
626
647
  moveSaturation: (0, import_Cluster.Command)(4, ColorControl2.TlvMoveSaturationRequest, 4, import_Cluster.TlvNoResponse),
627
648
  /**
628
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.9
649
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.9
629
650
  */
630
651
  stepSaturation: (0, import_Cluster.Command)(5, ColorControl2.TlvStepSaturationRequest, 5, import_Cluster.TlvNoResponse),
631
652
  /**
632
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.10
653
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.10
633
654
  */
634
655
  moveToHueAndSaturation: (0, import_Cluster.Command)(6, ColorControl2.TlvMoveToHueAndSaturationRequest, 6, import_Cluster.TlvNoResponse)
635
656
  }
@@ -637,11 +658,20 @@ var ColorControl;
637
658
  ColorControl2.XyComponent = import_MutableCluster.MutableCluster.Component({
638
659
  attributes: {
639
660
  /**
640
- * The CurrentX attribute contains the current value of the normalized chromaticity value x, as defined in
641
- * the CIE xyY Color Space. It is updated as fast as practical during commands that change the color.
661
+ * Indicates the current value of the normalized chromaticity value x, as defined in the CIE xyY Color
662
+ * Space. It is updated as fast as practical during commands that change the color.
663
+ *
664
+ * The value of x shall be related to the CurrentX attribute by the relationship
665
+ *
666
+ * x = "CurrentX" / 65536
667
+ *
668
+ * where CurrentX is in the range from 0 to 65279 inclusive.
642
669
  *
643
- * The value of x shall be related to the CurrentX attribute by the relationship x = CurrentX / 65536
644
- * (CurrentX in the range 0 to 65279 inclusive)
670
+ * Changes to this attribute shall only be marked as reportable in the following cases:
671
+ *
672
+ * • At most once per second or
673
+ *
674
+ * • At the end of the movement/transition.
645
675
  *
646
676
  * @see {@link MatterSpecification.v13.Cluster} § 3.2.7.5
647
677
  */
@@ -651,11 +681,20 @@ var ColorControl;
651
681
  { scene: true, persistent: true, default: 24939 }
652
682
  ),
653
683
  /**
654
- * The CurrentY attribute contains the current value of the normalized chromaticity value y, as defined in
655
- * the CIE xyY Color Space. It is updated as fast as practical during commands that change the color.
684
+ * Indicates the current value of the normalized chromaticity value y, as defined in the CIE xyY Color
685
+ * Space. It is updated as fast as practical during commands that change the color.
686
+ *
687
+ * The value of y shall be related to the CurrentY attribute by the relationship
688
+ *
689
+ * y = "CurrentY" / 65536
690
+ *
691
+ * where CurrentY is in the range from 0 to 65279 inclusive.
692
+ *
693
+ * Changes to this attribute shall only be marked as reportable in the following cases:
694
+ *
695
+ * • At most once per second or
656
696
  *
657
- * The value of y shall be related to the CurrentY attribute by the relationship y = CurrentY / 65536
658
- * (CurrentY in the range 0 to 65279 inclusive)
697
+ * At the end of the movement/transition.
659
698
  *
660
699
  * @see {@link MatterSpecification.v13.Cluster} § 3.2.7.6
661
700
  */
@@ -667,15 +706,15 @@ var ColorControl;
667
706
  },
668
707
  commands: {
669
708
  /**
670
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.11
709
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.11
671
710
  */
672
711
  moveToColor: (0, import_Cluster.Command)(7, ColorControl2.TlvMoveToColorRequest, 7, import_Cluster.TlvNoResponse),
673
712
  /**
674
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.12
713
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.12
675
714
  */
676
715
  moveColor: (0, import_Cluster.Command)(8, ColorControl2.TlvMoveColorRequest, 8, import_Cluster.TlvNoResponse),
677
716
  /**
678
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.13
717
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.13
679
718
  */
680
719
  stepColor: (0, import_Cluster.Command)(9, ColorControl2.TlvStepColorRequest, 9, import_Cluster.TlvNoResponse)
681
720
  }
@@ -683,16 +722,23 @@ var ColorControl;
683
722
  ColorControl2.ColorTemperatureComponent = import_MutableCluster.MutableCluster.Component({
684
723
  attributes: {
685
724
  /**
686
- * The ColorTemperatureMireds attribute contains a scaled inverse of the current value of the color
687
- * temperature. The unit of ColorTemperatureMireds is the mired (micro reciprocal degree), a.k.a. mirek
688
- * (micro reciprocal kelvin). It is updated as fast as practical during commands that change the color.
725
+ * Indicates a scaled inverse of the current value of the color temperature. The unit of
726
+ * ColorTemperatureMireds is the mired (micro reciprocal degree), a.k.a. mirek (micro reciprocal kelvin).
727
+ * It is updated as fast as practical during commands that change the color.
689
728
  *
690
- * The color temperature value in kelvins shall be related to the ColorTemperatureMireds attribute in
691
- * mireds by the relationship
729
+ * Changes to this attribute shall only be marked as reportable in the following cases:
692
730
  *
693
- * Color temperature in kelvins = 1,000,000 / ColorTemperatureMireds, where ColorTemperatureMireds is in
694
- * the range 1 to 65279 mireds inclusive, giving a color temperature range from 1,000,000 kelvins to 15.32
695
- * kelvins.
731
+ * At most once per second or
732
+ *
733
+ * At the end of the movement/transition.
734
+ *
735
+ * The color temperature value in kelvins shall be related to the ColorTemperatureMireds attribute in mired
736
+ * by the relationship
737
+ *
738
+ * "Color temperature [K]" = "1,000,000" / "ColorTemperatureMireds"
739
+ *
740
+ * where ColorTemperatureMireds is in the range from 1 to 65279 inclusive, giving a color temperature range
741
+ * from 1,000,000 K to 15.32 K.
696
742
  *
697
743
  * If this attribute is implemented then the ColorMode attribute shall also be implemented.
698
744
  *
@@ -700,72 +746,72 @@ var ColorControl;
700
746
  */
701
747
  colorTemperatureMireds: (0, import_Cluster.Attribute)(7, import_TlvNumber.TlvUInt16, { scene: true, persistent: true, default: 250 }),
702
748
  /**
703
- * The ColorTempPhysicalMinMireds attribute indicates the minimum mired value supported by the hardware.
704
- * ColorTempPhysicalMinMireds corresponds to the maximum color temperature in kelvins supported by the
705
- * hardware. ColorTempPhysicalMinMireds <= ColorTemperatureMireds.
749
+ * Indicates the minimum mired value supported by the hardware. ColorTempPhysicalMinMireds corresponds to
750
+ * the maximum color temperature in kelvins supported by the hardware.
751
+ *
752
+ * ColorTempPhysicalMinMireds <= ColorTemperatureMireds.
706
753
  *
707
754
  * @see {@link MatterSpecification.v13.Cluster} § 3.2.7.20
708
755
  */
709
- colorTempPhysicalMinMireds: (0, import_Cluster.Attribute)(16395, import_TlvNumber.TlvUInt16.bound({ max: 65279 }), { default: 0 }),
756
+ colorTempPhysicalMinMireds: (0, import_Cluster.Attribute)(16395, import_TlvNumber.TlvUInt16.bound({ min: 1, max: 65279 }), { default: 1 }),
710
757
  /**
711
- * The ColorTempPhysicalMaxMireds attribute indicates the maximum mired value supported by the hardware.
712
- * ColorTempPhysicalMaxMireds corresponds to the minimum color temperature in kelvins supported by the
713
- * hardware. ColorTemperatureMireds <= ColorTempPhysicalMaxMireds.
758
+ * Indicates the maximum mired value supported by the hardware. ColorTempPhysicalMaxMireds corresponds to
759
+ * the minimum color temperature in kelvins supported by the hardware.
760
+ *
761
+ * ColorTemperatureMireds <= ColorTempPhysicalMaxMireds.
714
762
  *
715
763
  * @see {@link MatterSpecification.v13.Cluster} § 3.2.7.21
716
764
  */
717
765
  colorTempPhysicalMaxMireds: (0, import_Cluster.Attribute)(16396, import_TlvNumber.TlvUInt16.bound({ max: 65279 }), { default: 65279 }),
718
766
  /**
719
- * The CoupleColorTempToLevelMinMireds attribute specifies a lower bound on the value of the
720
- * ColorTemperatureMireds attribute for the purposes of coupling the ColorTemperatureMireds attribute to
721
- * the CurrentLevel attribute when the CoupleColorTempToLevel bit of the Options attribute of the Level
722
- * Control cluster is equal to 1. When coupling the ColorTemperatureMireds attribute to the CurrentLevel
723
- * attribute, this value shall correspond to a CurrentLevel value of 0xFE (100%).
767
+ * Indicates a lower bound on the value of the ColorTemperatureMireds attribute for the purposes of
768
+ * coupling the ColorTemperatureMireds attribute to the CurrentLevel attribute when the
769
+ * CoupleColorTempToLevel bit of the Options attribute of the Level Control cluster is equal to 1. When
770
+ * coupling the ColorTemperatureMireds attribute to the CurrentLevel attribute, this value shall correspond
771
+ * to a CurrentLevel value of 254 (100%).
724
772
  *
725
- * This attribute shall be set such that the following relationship exists: ColorTempPhysicalMinMireds
726
- * CoupleColorTempToLevelMinMireds ColorTemperatureMireds
773
+ * This attribute shall be set such that the following relationship exists: ColorTempPhysicalMinMireds <=
774
+ * CoupleColorTempToLevelMinMireds <= ColorTemperatureMireds
727
775
  *
728
776
  * Note that since this attribute is stored as a micro reciprocal degree (mired) value (i.e. color
729
777
  * temperature in kelvins = 1,000,000 / CoupleColorTempToLevelMinMireds), the
730
778
  * CoupleColorTempToLevelMinMireds attribute corresponds to an upper bound on the value of the color
731
- * temperature in kelvins supported by the device.
779
+ * temperature
780
+ *
781
+ * in kelvins supported by the device.
732
782
  *
733
783
  * @see {@link MatterSpecification.v13.Cluster} § 3.2.7.22
734
784
  */
735
785
  coupleColorTempToLevelMinMireds: (0, import_Cluster.OptionalAttribute)(16397, import_TlvNumber.TlvUInt16),
736
786
  /**
737
- * The StartUpColorTemperatureMireds attribute shall define the desired startup color temperature value a
738
- * lamp shall use when it is supplied with power and this value shall be reflected in the
739
- * ColorTemperatureMireds attribute. In addition, the ColorMode and EnhancedColorMode attributes shall be
740
- * set to 0x02 (color temperature). The values of the StartUpColorTemperatureMireds attribute are listed in
741
- * the table below,
742
- *
743
- * Table 12. Values of the StartUpColorTemperatureMireds attribute
787
+ * Indicates the desired startup color temperature value the light shall use when it is supplied with power
788
+ * and this value shall be reflected in the ColorTemperatureMireds attribute. In addition, the ColorMode
789
+ * and EnhancedColorMode attributes shall be set to 2 (ColorTemperatureMireds). The values of the
790
+ * StartUpColorTemperatureMireds attribute are listed in the table below,
744
791
  *
745
792
  * @see {@link MatterSpecification.v13.Cluster} § 3.2.7.23
746
793
  */
747
794
  startUpColorTemperatureMireds: (0, import_Cluster.OptionalWritableAttribute)(
748
795
  16400,
749
- (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16.bound({ max: 65279 })),
796
+ (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16.bound({ min: 1, max: 65279 })),
750
797
  { persistent: true, writeAcl: import_model.AccessLevel.Manage }
751
798
  )
752
799
  },
753
800
  commands: {
754
801
  /**
755
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.14
802
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.14
756
803
  */
757
804
  moveToColorTemperature: (0, import_Cluster.Command)(10, ColorControl2.TlvMoveToColorTemperatureRequest, 10, import_Cluster.TlvNoResponse),
758
805
  /**
759
- * The MoveColorTemperature command allows the color temperature of a lamp to be moved at a specified rate.
806
+ * This command allows the color temperature of the light to be moved at a specified rate.
760
807
  *
761
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.21
808
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.21
762
809
  */
763
810
  moveColorTemperature: (0, import_Cluster.Command)(75, ColorControl2.TlvMoveColorTemperatureRequest, 75, import_Cluster.TlvNoResponse),
764
811
  /**
765
- * The StepColorTemperature command allows the color temperature of a lamp to be stepped with a specified
766
- * step size.
812
+ * This command allows the color temperature of the light to be stepped with a specified step size.
767
813
  *
768
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.22
814
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.22
769
815
  */
770
816
  stepColorTemperature: (0, import_Cluster.Command)(76, ColorControl2.TlvStepColorTemperatureRequest, 76, import_Cluster.TlvNoResponse)
771
817
  }
@@ -773,15 +819,20 @@ var ColorControl;
773
819
  ColorControl2.EnhancedHueComponent = import_MutableCluster.MutableCluster.Component({
774
820
  attributes: {
775
821
  /**
776
- * The EnhancedCurrentHue attribute represents non-equidistant steps along the CIE 1931 color triangle, and
777
- * it provides 16-bits precision.
822
+ * Indicates the non-equidistant steps along the CIE 1931 color triangle, and it provides 16-bits precision.
778
823
  *
779
824
  * The upper 8 bits of this attribute shall be used as an index in the implementation specific XY lookup
780
- * table to provide the non-equidistance steps. The lower 8 bits shall be used to interpolate between these
825
+ * table to provide the non-equidistant steps. The lower 8 bits shall be used to interpolate between these
781
826
  * steps in a linear way in order to provide color zoom for the user.
782
827
  *
783
- * To provide compatibility with standard ZCL, the CurrentHue attribute shall contain a hue value in the
784
- * range 0 to 254, calculated from the EnhancedCurrentHue attribute.
828
+ * To provide compatibility with clients not supporting EHUE, the CurrentHue attribute shall contain a hue
829
+ * value in the range 0 to 254, calculated from the EnhancedCurrentHue attribute.
830
+ *
831
+ * Changes to this attribute shall only be marked as reportable in the following cases:
832
+ *
833
+ * • At most once per second or
834
+ *
835
+ * • At the end of the movement/transition.
785
836
  *
786
837
  * @see {@link MatterSpecification.v13.Cluster} § 3.2.7.12
787
838
  */
@@ -789,31 +840,30 @@ var ColorControl;
789
840
  },
790
841
  commands: {
791
842
  /**
792
- * The EnhancedMoveToHue command allows lamps to be moved in a smooth continuous transition from their
793
- * current hue to a target hue.
843
+ * This command allows the light to be moved in a smooth continuous transition from their current hue to a
844
+ * target hue.
794
845
  *
795
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.15
846
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.15
796
847
  */
797
848
  enhancedMoveToHue: (0, import_Cluster.Command)(64, ColorControl2.TlvEnhancedMoveToHueRequest, 64, import_Cluster.TlvNoResponse),
798
849
  /**
799
- * The EnhancedMoveHue command allows lamps to be moved in a continuous stepped transition from their
800
- * current hue to a target hue.
850
+ * This command allows the light to start a continuous transition starting from their current hue.
801
851
  *
802
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.16
852
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.16
803
853
  */
804
854
  enhancedMoveHue: (0, import_Cluster.Command)(65, ColorControl2.TlvEnhancedMoveHueRequest, 65, import_Cluster.TlvNoResponse),
805
855
  /**
806
- * The EnhancedStepHue command allows lamps to be moved in a stepped transition from their current hue to a
807
- * target hue, resulting in a linear transition through XY space.
856
+ * This command allows the light to be moved in a stepped transition from their current hue, resulting in a
857
+ * linear transition through XY space.
808
858
  *
809
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.17
859
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.17
810
860
  */
811
861
  enhancedStepHue: (0, import_Cluster.Command)(66, ColorControl2.TlvEnhancedStepHueRequest, 66, import_Cluster.TlvNoResponse),
812
862
  /**
813
- * The EnhancedMoveToHueAndSaturation command allows lamps to be moved in a smooth continuous transition
814
- * from their current hue to a target hue and from their current saturation to a target saturation.
863
+ * This command allows the light to be moved in a smooth continuous transition from their current hue to a
864
+ * target hue and from their current saturation to a target saturation.
815
865
  *
816
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.18
866
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.18
817
867
  */
818
868
  enhancedMoveToHueAndSaturation: (0, import_Cluster.Command)(
819
869
  67,
@@ -826,9 +876,8 @@ var ColorControl;
826
876
  ColorControl2.ColorLoopComponent = import_MutableCluster.MutableCluster.Component({
827
877
  attributes: {
828
878
  /**
829
- * The ColorLoopActive attribute specifies the current active status of the color loop. If this attribute
830
- * has the value 0, the color loop shall not be active. If this attribute has the value 1, the color loop
831
- * shall be active. All other values (2 to 254) are reserved.
879
+ * Indicates the current active status of the color loop. If this attribute has the value 0, the color loop
880
+ * shall NOT be active. If this attribute has the value 1, the color loop shall be active.
832
881
  *
833
882
  * @see {@link MatterSpecification.v13.Cluster} § 3.2.7.14
834
883
  */
@@ -838,9 +887,9 @@ var ColorControl;
838
887
  { scene: true, persistent: true, default: 0 /* Inactive */ }
839
888
  ),
840
889
  /**
841
- * The ColorLoopDirection attribute specifies the current direction of the color loop. If this attribute
842
- * has the value 0, the EnhancedCurrentHue attribute shall be decremented. If this attribute has the value
843
- * 1, the EnhancedCurrentHue attribute shall be incremented. All other values (2 to 254) are reserved.
890
+ * Indicates the current direction of the color loop. If this attribute has the value 0, the
891
+ * EnhancedCurrentHue attribute shall be decremented. If this attribute has the value 1, the
892
+ * EnhancedCurrentHue attribute shall be incremented.
844
893
  *
845
894
  * @see {@link MatterSpecification.v13.Cluster} § 3.2.7.15
846
895
  */
@@ -850,23 +899,21 @@ var ColorControl;
850
899
  { scene: true, persistent: true, default: 0 /* Decrement */ }
851
900
  ),
852
901
  /**
853
- * The ColorLoopTime attribute specifies the number of seconds it shall take to perform a full color loop,
854
- * i.e., to cycle all values of the EnhancedCurrentHue attribute (between 0 and 0xFFFE).
902
+ * Indicates the number of seconds it shall take to perform a full color loop, i.e., to cycle all values of
903
+ * the EnhancedCurrentHue attribute (between 0 and 65534).
855
904
  *
856
905
  * @see {@link MatterSpecification.v13.Cluster} § 3.2.7.16
857
906
  */
858
907
  colorLoopTime: (0, import_Cluster.Attribute)(16388, import_TlvNumber.TlvUInt16, { scene: true, persistent: true, default: 25 }),
859
908
  /**
860
- * The ColorLoopStartEnhancedHue attribute specifies the value of the EnhancedCurrentHue attribute from
861
- * which the color loop shall be started.
909
+ * Indicates the value of the EnhancedCurrentHue attribute from which the color loop shall be started.
862
910
  *
863
911
  * @see {@link MatterSpecification.v13.Cluster} § 3.2.7.17
864
912
  */
865
913
  colorLoopStartEnhancedHue: (0, import_Cluster.Attribute)(16389, import_TlvNumber.TlvUInt16, { default: 8960 }),
866
914
  /**
867
- * The ColorLoopStoredEnhancedHue attribute specifies the value of the EnhancedCurrentHue attribute before
868
- * the color loop was started. Once the color loop is complete, the EnhancedCurrentHue attribute shall be
869
- * restored to this value.
915
+ * Indicates the value of the EnhancedCurrentHue attribute before the color loop was started. Once the
916
+ * color loop is complete, the EnhancedCurrentHue attribute shall be restored to this value.
870
917
  *
871
918
  * @see {@link MatterSpecification.v13.Cluster} § 3.2.7.18
872
919
  */
@@ -874,10 +921,10 @@ var ColorControl;
874
921
  },
875
922
  commands: {
876
923
  /**
877
- * The Color Loop Set command allows a color loop to be activated such that the color lamp cycles through
878
- * its range of hues.
924
+ * This command allows a color loop to be activated such that the color light cycles through its range of
925
+ * hues.
879
926
  *
880
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.19
927
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.19
881
928
  */
882
929
  colorLoopSet: (0, import_Cluster.Command)(68, ColorControl2.TlvColorLoopSetRequest, 68, import_Cluster.TlvNoResponse)
883
930
  }
@@ -885,12 +932,13 @@ var ColorControl;
885
932
  ColorControl2.HueSaturationOrXyOrColorTemperatureComponent = import_MutableCluster.MutableCluster.Component({
886
933
  commands: {
887
934
  /**
888
- * The StopMoveStep command is provided to allow MoveTo and Step commands to be stopped. (Note this
889
- * automatically provides symmetry to the Level Control cluster.)
935
+ * This command is provided to allow MoveTo and Step commands to be stopped.
936
+ *
937
+ * NOTE This automatically provides symmetry to the Level Control cluster.
890
938
  *
891
- * NOTE the StopMoveStep command has no effect on an active color loop.
939
+ * NOTE The StopMoveStep command has no effect on an active color loop.
892
940
  *
893
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.11.20
941
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.20
894
942
  */
895
943
  stopMoveStep: (0, import_Cluster.Command)(71, ColorControl2.TlvStopMoveStepRequest, 71, import_Cluster.TlvNoResponse)
896
944
  }
@@ -898,7 +946,7 @@ var ColorControl;
898
946
  ColorControl2.Base = import_MutableCluster.MutableCluster.Component({
899
947
  id: 768,
900
948
  name: "ColorControl",
901
- revision: 6,
949
+ revision: 7,
902
950
  features: {
903
951
  /**
904
952
  * HueSaturation
@@ -933,54 +981,60 @@ var ColorControl;
933
981
  },
934
982
  attributes: {
935
983
  /**
936
- * The RemainingTime attribute holds the time remaining, in 1/10ths of a second, until the currently active
984
+ * Indicates the time remaining, in 1/10ths of a second, until transitions due to the currently active
937
985
  * command will be complete.
938
986
  *
987
+ * Changes to this attribute shall only be marked as reportable in the following cases:
988
+ *
989
+ * • When it changes from 0 to any value higher than 10, or
990
+ *
991
+ * • When it changes, with a delta larger than 10, caused by the invoke of a command, or
992
+ *
993
+ * • When it changes to 0.
994
+ *
995
+ * For commands with a transition time or changes to the transition time less than 1 second, changes to
996
+ * this attribute shall NOT be reported.
997
+ *
998
+ * As this attribute is not being reported during a regular countdown, clients SHOULD NOT rely on the
999
+ * reporting of this attribute in order to keep track of the remaining duration.
1000
+ *
939
1001
  * @see {@link MatterSpecification.v13.Cluster} § 3.2.7.4
940
1002
  */
941
1003
  remainingTime: (0, import_Cluster.OptionalAttribute)(2, import_TlvNumber.TlvUInt16, { default: 0 }),
942
1004
  /**
943
- * The DriftCompensation attribute indicates what mechanism, if any, is in use for compensation for
944
- * color/intensity drift over time. It shall be one of the non-reserved values in Values of the
945
- * DriftCompensation Attribute.
946
- *
947
- * ### Table 8. Values of the DriftCompensation Attribute
1005
+ * Indicates what mechanism, if any, is in use for compensation for color/intensity drift over time.
948
1006
  *
949
1007
  * @see {@link MatterSpecification.v13.Cluster} § 3.2.7.7
950
1008
  */
951
1009
  driftCompensation: (0, import_Cluster.OptionalAttribute)(5, (0, import_TlvNumber.TlvEnum)()),
952
1010
  /**
953
- * The CompensationText attribute holds a textual indication of what mechanism, if any, is in use to
954
- * compensate for color/intensity drift over time.
1011
+ * This attribute shall contain a textual indication of what mechanism, if any, is in use to compensate for
1012
+ * color/intensity drift over time.
955
1013
  *
956
1014
  * @see {@link MatterSpecification.v13.Cluster} § 3.2.7.8
957
1015
  */
958
1016
  compensationText: (0, import_Cluster.OptionalAttribute)(6, import_TlvString.TlvString.bound({ maxLength: 254 })),
959
1017
  /**
960
- * The ColorMode attribute indicates which attributes are currently determining the color of the device.
1018
+ * Indicates which attributes are currently determining the color of the device.
961
1019
  *
962
1020
  * The value of the ColorMode attribute cannot be written directly - it is set upon reception of any
963
1021
  * command in section Commands to the appropriate mode for that command.
964
1022
  *
965
- * Table 9. Values of the ColorMode Attribute
966
- *
967
1023
  * @see {@link MatterSpecification.v13.Cluster} § 3.2.7.10
968
1024
  */
969
1025
  colorMode: (0, import_Cluster.Attribute)(8, (0, import_TlvNumber.TlvEnum)(), { persistent: true }),
970
1026
  /**
971
- * The Options attribute is meant to be changed only during commissioning. The Options attribute is a
972
- * bitmap that determines the default behavior of some cluster commands. Each command that is dependent on
973
- * the Options attribute shall first construct a temporary Options bitmap that is in effect during the
974
- * command processing. The temporary Options bitmap has the same format and meaning as the Options
975
- * attribute, but includes any bits that may be overridden by command fields.
1027
+ * Indicates a bitmap that determines the default behavior of some cluster commands. Each command that is
1028
+ * dependent on the Options attribute shall first construct a temporary Options bitmap that is in effect
1029
+ * during the command processing. The temporary Options bitmap has the same format and meaning as the
1030
+ * Options attribute, but includes any bits that may be overridden by command fields.
1031
+ *
1032
+ * This attribute is meant to be changed only during commissioning.
976
1033
  *
977
1034
  * Below is the format and description of the Options attribute and temporary Options bitmap and the effect
978
1035
  * on dependent commands.
979
1036
  *
980
- * Table 10. Options Attribute
981
- *
982
- * ExecuteIfOff Options bit: Command execution shall NOT continue beyond the Options processing if all of
983
- * these criteria are true:
1037
+ * Command execution shall NOT continue beyond the Options processing if all of these criteria are true:
984
1038
  *
985
1039
  * • The On/Off cluster exists on the same endpoint as this cluster.
986
1040
  *
@@ -992,115 +1046,120 @@ var ColorControl;
992
1046
  */
993
1047
  options: (0, import_Cluster.WritableAttribute)(15, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt8, ColorControl2.Options)),
994
1048
  /**
995
- * The NumberOfPrimaries attribute contains the number of color primaries implemented on this device. A
996
- * value of null shall indicate that the number of primaries is unknown.
1049
+ * Indicates the number of color primaries implemented on this device. A value of null shall indicate that
1050
+ * the number of primaries is unknown.
997
1051
  *
998
1052
  * Where this attribute is implemented, the attributes below for indicating the “x” and “y” color values of
999
1053
  * the primaries shall also be implemented for each of the primaries from 1 to NumberOfPrimaries, without
1000
1054
  * leaving gaps. Implementation of the Primary1Intensity attribute and subsequent intensity attributes is
1001
1055
  * optional.
1002
1056
  *
1003
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.1
1057
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7.24
1004
1058
  */
1005
1059
  numberOfPrimaries: (0, import_Cluster.FixedAttribute)(16, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt8.bound({ max: 6 }))),
1006
1060
  /**
1007
- * The Primary1X attribute contains the normalized chromaticity value x for this primary, as defined in the
1008
- * CIE xyY Color Space.
1061
+ * Indicates the normalized chromaticity value x for this primary, as defined in the CIE xyY Color Space.
1009
1062
  *
1010
1063
  * The value of x shall be related to the Primary1X attribute by the relationship x = Primary1X / 65536
1011
1064
  * (Primary1X in the range 0 to 65279 inclusive)
1012
1065
  *
1013
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.2
1066
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7.25
1014
1067
  */
1015
1068
  primary1X: (0, import_Cluster.OptionalFixedAttribute)(17, import_TlvNumber.TlvUInt16.bound({ max: 65279 })),
1016
1069
  /**
1017
- * The Primary1Y attribute contains the normalized chromaticity value y for this primary, as defined in the
1018
- * CIE xyY Color Space.
1070
+ * Indicates the normalized chromaticity value y for this primary, as defined in the CIE xyY Color Space.
1019
1071
  *
1020
1072
  * The value of y shall be related to the Primary1Y attribute by the relationship y = Primary1Y / 65536
1021
1073
  * (Primary1Y in the range 0 to 65279 inclusive)
1022
1074
  *
1023
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.3
1075
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7.26
1024
1076
  */
1025
1077
  primary1Y: (0, import_Cluster.OptionalFixedAttribute)(18, import_TlvNumber.TlvUInt16.bound({ max: 65279 })),
1026
1078
  /**
1027
- * The Primary1intensity attribute contains a representation of the maximum intensity of this primary as
1028
- * defined in the Dimming Light Curve in the Ballast Configuration cluster (see Ballast Configuration
1029
- * Cluster), normalized such that the primary with the highest maximum intensity contains the value 0xFE.
1079
+ * Indicates a representation of the maximum intensity of this primary as defined in the Dimming Light
1080
+ * Curve in the Ballast Configuration cluster (see Ballast Configuration Cluster), normalized such that the
1081
+ * primary with the highest maximum intensity contains the value 254.
1030
1082
  *
1031
1083
  * A value of null shall indicate that this primary is not available.
1032
1084
  *
1033
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.8.4
1085
+ * 3.2.7.28. Primary2X, Primary2Y, Primary2Intensity, Primary3X, Primary3Y, Primary3Intensity, Primary4X,
1086
+ * Primary4Y, Primary4Intensity, Primary5X, Primary5Y, Primary5Intensity, Primary6X, Primary6Y and
1087
+ * Primary6Intensity Attributes
1088
+ *
1089
+ * These attributes shall represent the capabilities of the 2nd, 3rd, 4th, 5th and 6th primaries, where
1090
+ * present, in the same way as for the Primary1X, Primary1Y and Primary1Intensity attributes.
1091
+ *
1092
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7.27
1034
1093
  */
1035
1094
  primary1Intensity: (0, import_Cluster.OptionalFixedAttribute)(19, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt8)),
1036
1095
  /**
1037
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.8
1096
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7
1038
1097
  */
1039
1098
  primary2X: (0, import_Cluster.OptionalFixedAttribute)(21, import_TlvNumber.TlvUInt16.bound({ max: 65279 })),
1040
1099
  /**
1041
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.8
1100
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7
1042
1101
  */
1043
1102
  primary2Y: (0, import_Cluster.OptionalFixedAttribute)(22, import_TlvNumber.TlvUInt16.bound({ max: 65279 })),
1044
1103
  /**
1045
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.8
1104
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7
1046
1105
  */
1047
1106
  primary2Intensity: (0, import_Cluster.OptionalFixedAttribute)(23, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt8)),
1048
1107
  /**
1049
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.8
1108
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7
1050
1109
  */
1051
1110
  primary3X: (0, import_Cluster.OptionalFixedAttribute)(25, import_TlvNumber.TlvUInt16.bound({ max: 65279 })),
1052
1111
  /**
1053
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.8
1112
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7
1054
1113
  */
1055
1114
  primary3Y: (0, import_Cluster.OptionalFixedAttribute)(26, import_TlvNumber.TlvUInt16.bound({ max: 65279 })),
1056
1115
  /**
1057
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.8
1116
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7
1058
1117
  */
1059
1118
  primary3Intensity: (0, import_Cluster.OptionalFixedAttribute)(27, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt8)),
1060
1119
  /**
1061
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.9
1120
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7
1062
1121
  */
1063
1122
  primary4X: (0, import_Cluster.OptionalFixedAttribute)(32, import_TlvNumber.TlvUInt16.bound({ max: 65279 })),
1064
1123
  /**
1065
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.9
1124
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7
1066
1125
  */
1067
1126
  primary4Y: (0, import_Cluster.OptionalFixedAttribute)(33, import_TlvNumber.TlvUInt16.bound({ max: 65279 })),
1068
1127
  /**
1069
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.9
1128
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7
1070
1129
  */
1071
1130
  primary4Intensity: (0, import_Cluster.OptionalFixedAttribute)(34, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt8)),
1072
1131
  /**
1073
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.9
1132
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7
1074
1133
  */
1075
1134
  primary5X: (0, import_Cluster.OptionalFixedAttribute)(36, import_TlvNumber.TlvUInt16.bound({ max: 65279 })),
1076
1135
  /**
1077
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.9
1136
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7
1078
1137
  */
1079
1138
  primary5Y: (0, import_Cluster.OptionalFixedAttribute)(37, import_TlvNumber.TlvUInt16.bound({ max: 65279 })),
1080
1139
  /**
1081
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.9
1140
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7
1082
1141
  */
1083
1142
  primary5Intensity: (0, import_Cluster.OptionalFixedAttribute)(38, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt8)),
1084
1143
  /**
1085
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.9
1144
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7
1086
1145
  */
1087
1146
  primary6X: (0, import_Cluster.OptionalFixedAttribute)(40, import_TlvNumber.TlvUInt16.bound({ max: 65279 })),
1088
1147
  /**
1089
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.9
1148
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7
1090
1149
  */
1091
1150
  primary6Y: (0, import_Cluster.OptionalFixedAttribute)(41, import_TlvNumber.TlvUInt16.bound({ max: 65279 })),
1092
1151
  /**
1093
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.9
1152
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7
1094
1153
  */
1095
1154
  primary6Intensity: (0, import_Cluster.OptionalFixedAttribute)(42, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt8)),
1096
1155
  /**
1097
- * The WhitePointX attribute contains the normalized chromaticity value x, as defined in the CIE xyY Color
1098
- * Space, of the current white point of the device.
1156
+ * Indicates the normalized chromaticity value x, as defined in the CIE xyY Color Space, of the current
1157
+ * white point of the device.
1099
1158
  *
1100
1159
  * The value of x shall be related to the WhitePointX attribute by the relationship x = WhitePointX / 65536
1101
1160
  * (WhitePointX in the range 0 to 65279 inclusive)
1102
1161
  *
1103
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.10.1
1162
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7.29
1104
1163
  */
1105
1164
  whitePointX: (0, import_Cluster.OptionalWritableAttribute)(
1106
1165
  48,
@@ -1108,14 +1167,13 @@ var ColorControl;
1108
1167
  { writeAcl: import_model.AccessLevel.Manage }
1109
1168
  ),
1110
1169
  /**
1111
- * The WhitePointY attribute contains the normalized chromaticity value y, as defined in the CIE xyY
1112
- *
1113
- * Color Space, of the current white point of the device.
1170
+ * Indicates the normalized chromaticity value y, as defined in the CIE xyY Color Space, of the current
1171
+ * white point of the device.
1114
1172
  *
1115
1173
  * The value of y shall be related to the WhitePointY attribute by the relationship y = WhitePointY / 65536
1116
1174
  * (WhitePointY in the range 0 to 65279 inclusive)
1117
1175
  *
1118
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.10.2
1176
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7.30
1119
1177
  */
1120
1178
  whitePointY: (0, import_Cluster.OptionalWritableAttribute)(
1121
1179
  49,
@@ -1123,13 +1181,13 @@ var ColorControl;
1123
1181
  { writeAcl: import_model.AccessLevel.Manage }
1124
1182
  ),
1125
1183
  /**
1126
- * The ColorPointRX attribute contains the normalized chromaticity value x, as defined in the CIE xyY Color
1127
- * Space, of the red color point of the device.
1184
+ * Indicates the normalized chromaticity value x, as defined in the CIE xyY Color Space, of the red color
1185
+ * point of the device.
1128
1186
  *
1129
1187
  * The value of x shall be related to the ColorPointRX attribute by the relationship x = ColorPointRX /
1130
1188
  * 65536 (ColorPointRX in the range 0 to 65279 inclusive)
1131
1189
  *
1132
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.10.3
1190
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7.31
1133
1191
  */
1134
1192
  colorPointRx: (0, import_Cluster.OptionalWritableAttribute)(
1135
1193
  50,
@@ -1137,13 +1195,13 @@ var ColorControl;
1137
1195
  { writeAcl: import_model.AccessLevel.Manage }
1138
1196
  ),
1139
1197
  /**
1140
- * The ColorPointRY attribute contains the normalized chromaticity value y, as defined in the CIE xyY Color
1141
- * Space, of the red color point of the device.
1198
+ * Indicates the normalized chromaticity value y, as defined in the CIE xyY Color Space, of the red color
1199
+ * point of the device.
1142
1200
  *
1143
1201
  * The value of y shall be related to the ColorPointRY attribute by the relationship y = ColorPointRY /
1144
1202
  * 65536 (ColorPointRY in the range 0 to 65279 inclusive)
1145
1203
  *
1146
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.10.4
1204
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7.32
1147
1205
  */
1148
1206
  colorPointRy: (0, import_Cluster.OptionalWritableAttribute)(
1149
1207
  51,
@@ -1151,14 +1209,22 @@ var ColorControl;
1151
1209
  { writeAcl: import_model.AccessLevel.Manage }
1152
1210
  ),
1153
1211
  /**
1154
- * The ColorPointRIntensity attribute contains a representation of the relative intensity of the red color
1155
- * point as defined in the Dimming Light Curve in the Ballast Configuration cluster (see Ballast
1156
- * Configuration Cluster), normalized such that the color point with the highest relative intensity
1157
- * contains the value 0xFE.
1212
+ * Indicates a representation of the relative intensity of the red color point as defined in the Dimming
1213
+ * Light Curve in the Ballast Configuration cluster (see Ballast Configuration Cluster), normalized such
1214
+ * that the color point with the highest relative intensity contains the value 254.
1158
1215
  *
1159
1216
  * A value of null shall indicate an invalid value.
1160
1217
  *
1161
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.10.5
1218
+ * 3.2.7.34. ColorPointGX, ColorPointGY, ColorPointGIntensity, ColorPointBX, ColorPointBY and
1219
+ * ColorPointBIntensity Attributes
1220
+ *
1221
+ * These attributes shall represent the chromaticity values and intensities of the green and blue color
1222
+ * points, in the same way as for the ColorPointRX, ColorPointRY and ColorPointRIntensity attributes.
1223
+ *
1224
+ * If any one of these red, green or blue color point attributes is implemented then they shall all be
1225
+ * implemented.
1226
+ *
1227
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7.33
1162
1228
  */
1163
1229
  colorPointRIntensity: (0, import_Cluster.OptionalWritableAttribute)(
1164
1230
  52,
@@ -1166,7 +1232,7 @@ var ColorControl;
1166
1232
  { writeAcl: import_model.AccessLevel.Manage }
1167
1233
  ),
1168
1234
  /**
1169
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.10
1235
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7
1170
1236
  */
1171
1237
  colorPointGx: (0, import_Cluster.OptionalWritableAttribute)(
1172
1238
  54,
@@ -1174,7 +1240,7 @@ var ColorControl;
1174
1240
  { writeAcl: import_model.AccessLevel.Manage }
1175
1241
  ),
1176
1242
  /**
1177
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.10
1243
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7
1178
1244
  */
1179
1245
  colorPointGy: (0, import_Cluster.OptionalWritableAttribute)(
1180
1246
  55,
@@ -1182,7 +1248,7 @@ var ColorControl;
1182
1248
  { writeAcl: import_model.AccessLevel.Manage }
1183
1249
  ),
1184
1250
  /**
1185
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.10
1251
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7
1186
1252
  */
1187
1253
  colorPointGIntensity: (0, import_Cluster.OptionalWritableAttribute)(
1188
1254
  56,
@@ -1190,7 +1256,7 @@ var ColorControl;
1190
1256
  { writeAcl: import_model.AccessLevel.Manage }
1191
1257
  ),
1192
1258
  /**
1193
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.10
1259
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7
1194
1260
  */
1195
1261
  colorPointBx: (0, import_Cluster.OptionalWritableAttribute)(
1196
1262
  58,
@@ -1198,7 +1264,7 @@ var ColorControl;
1198
1264
  { writeAcl: import_model.AccessLevel.Manage }
1199
1265
  ),
1200
1266
  /**
1201
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.10
1267
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7
1202
1268
  */
1203
1269
  colorPointBy: (0, import_Cluster.OptionalWritableAttribute)(
1204
1270
  59,
@@ -1206,7 +1272,7 @@ var ColorControl;
1206
1272
  { writeAcl: import_model.AccessLevel.Manage }
1207
1273
  ),
1208
1274
  /**
1209
- * @see {@link MatterSpecification.v13.Cluster} § 3.2.10
1275
+ * @see {@link MatterSpecification.v13.Cluster} § 3.2.7
1210
1276
  */
1211
1277
  colorPointBIntensity: (0, import_Cluster.OptionalWritableAttribute)(
1212
1278
  60,
@@ -1214,15 +1280,11 @@ var ColorControl;
1214
1280
  { writeAcl: import_model.AccessLevel.Manage }
1215
1281
  ),
1216
1282
  /**
1217
- * The EnhancedColorMode attribute specifies which attributes are currently determining the color of the
1218
- * device, as detailed in Values of the EnhancedColorMode Attribute.
1219
- *
1220
- * ### Table 11. Values of the EnhancedColorMode Attribute
1283
+ * Indicates which attributes are currently determining the color of the device.
1221
1284
  *
1222
- * To provide compatibility with standard ZCL, the original ColorMode attribute shall indicate ‘CurrentHue
1223
- * and CurrentSaturation when the light uses the EnhancedCurrentHue attribute. If the ColorMode attribute
1224
- * is changed, e.g., due to one of the standard Color Control cluster commands defined in the ZCL, its new
1225
- * value shall be copied to the EnhancedColorMode attribute.
1285
+ * To provide compatibility with clients not supporting EHUE, the original ColorMode attribute shall
1286
+ * indicate CurrentHue and CurrentSaturation when the light uses the EnhancedCurrentHue attribute. If the
1287
+ * ColorMode attribute is changed, its new value shall be copied to the EnhancedColorMode attribute.
1226
1288
  *
1227
1289
  * @see {@link MatterSpecification.v13.Cluster} § 3.2.7.13
1228
1290
  */
@@ -1232,6 +1294,8 @@ var ColorControl;
1232
1294
  { scene: true, persistent: true, default: 1 /* CurrentXAndCurrentY */ }
1233
1295
  ),
1234
1296
  /**
1297
+ * Indicates the color control capabilities of the device.
1298
+ *
1235
1299
  * Bits 0-4 of the ColorCapabilities attribute shall have the same values as the corresponding bits of the
1236
1300
  * FeatureMap attribute. All other bits in ColorCapabilities shall be 0.
1237
1301
  *
@@ -1251,7 +1315,9 @@ var ColorControl;
1251
1315
  { flags: { colorLoop: true }, component: ColorControl2.ColorLoopComponent },
1252
1316
  { flags: { hueSaturation: true }, component: ColorControl2.HueSaturationOrXyOrColorTemperatureComponent },
1253
1317
  { flags: { xy: true }, component: ColorControl2.HueSaturationOrXyOrColorTemperatureComponent },
1254
- { flags: { colorTemperature: true }, component: ColorControl2.HueSaturationOrXyOrColorTemperatureComponent }
1318
+ { flags: { colorTemperature: true }, component: ColorControl2.HueSaturationOrXyOrColorTemperatureComponent },
1319
+ { flags: { enhancedHue: true, hueSaturation: false }, component: false },
1320
+ { flags: { colorLoop: true, enhancedHue: false }, component: false }
1255
1321
  )
1256
1322
  });
1257
1323
  ColorControl2.ClusterInstance = (0, import_MutableCluster.MutableCluster)(ColorControl2.Base);