@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
@@ -86,6 +86,9 @@ export namespace OperationalCredentials {
86
86
  * The intent is to provide some measure of user transparency about which entities have Administer privileges
87
87
  * on the Node.
88
88
  *
89
+ * Clients shall consider the VendorID field value to be untrustworthy until the NOC chain associated with the
90
+ * fabric has passed the Vendor ID Validation Procedure against the associated RCAC.
91
+ *
89
92
  * @see {@link MatterSpecification.v13.Core} § 11.18.4.5.2
90
93
  */
91
94
  vendorId: TlvField(2, TlvVendorId),
@@ -342,8 +345,8 @@ export namespace OperationalCredentials {
342
345
  *
343
346
  * ### Effect When Received
344
347
  *
345
- * If this command is received without an armed fail-safe context (see Section 11.10.6.2, “ArmFailSafe
346
- * Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
348
+ * If this command is received without an armed fail-safe context (see ArmFailSafe), then this command shall
349
+ * fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
347
350
  *
348
351
  * If a prior UpdateNOC or AddNOC command was successfully executed within the fail-safe timer period, then
349
352
  * this command shall fail with a CONSTRAINT_ERROR status code sent back to the initiator.
@@ -357,10 +360,9 @@ export namespace OperationalCredentials {
357
360
  * provides the root of trust certificate within the same Fail- Safe context as the rest of the new fabric’s
358
361
  * operational credentials, even if some other fabric already uses the exact same root of trust certificate.
359
362
  *
360
- * If the NOC provided in the NOCValue encodes an Operational Identifier for a <Root Public Key, Fab
361
- *
362
- * ricID> pair already present on the device, then the device shall process the error by responding with a
363
- * StatusCode of FabricConflict as described in Section 11.18.6.7.2, “Handling Errors”.
363
+ * If the NOC provided in the NOCValue encodes an Operational Identifier for a <Root Public Key, FabricID> pair
364
+ * already present on the device, then the device shall process the error by responding with a StatusCode of
365
+ * FabricConflict as described in Section 11.18.6.7.2, “Handling Errors”.
364
366
  *
365
367
  * If the device already has the CommissionedFabrics attribute equal to the SupportedFabrics attribute, then
366
368
  * the device’s operational credentials table is considered full and the device shall process the error by
@@ -405,11 +407,14 @@ export namespace OperationalCredentials {
405
407
  * Administrator presented in CaseAdminSubject exist within the same entity that is currently invoking
406
408
  * the AddNOC command, within another of the Fabrics of which it is a member.
407
409
  *
410
+ * a. If the Managed Device Feature is implemented by the ACL cluster, then one or more ARL entries with
411
+ * the new FabricIndex may be added to the ARL attribute.
412
+ *
408
413
  * 8. The incoming IPKValue shall be stored in the Fabric-scoped slot within the Group Key Management cluster
409
414
  * (see KeySetWrite), for subsequent use during CASE.
410
415
  *
411
- * 9. The Fabric Index associated with the armed fail-safe context (see Section 11.10.6.2, “ArmFailSafe
412
- * Command”) shall be updated to match the Fabric Index just allocated.
416
+ * 9. The Fabric Index associated with the armed fail-safe context (see ArmFailSafe) shall be updated to
417
+ * match the Fabric Index just allocated.
413
418
  *
414
419
  * 10. If the current secure session was established with PASE, the receiver shall:
415
420
  *
@@ -619,39 +624,40 @@ export namespace OperationalCredentials {
619
624
  * Effect on Receipt
620
625
  *
621
626
  * If the FabricIndex field does not match the FabricIndex of any entry within the Fabrics list, then an
622
- * NOCResponse with a StatusCode of InvalidFabricIndex shall be returned for the command and there shall NOT be
623
- * any permanent changes to any device data.
627
+ * NOCResponse with a StatusCode of InvalidFabricIndex shall be returned for the command and
624
628
  *
625
- * Otherwise, one of the following outcomes shall occur:
629
+ * there shall NOT be any permanent changes to any device data. Otherwise, one of the following outcomes shall
630
+ * occur:
626
631
  *
627
632
  * 1. If the FabricIndex matches the last remaining entry in the Fabrics list, then the device shall delete
628
- * all Matter related data on the node which was created since it was commissioned. This
633
+ * all Matter related data on the node which was created since it was commissioned. This includes all
634
+ * Fabric-Scoped data, including Access Control List, Access Restriction List, bindings, scenes, group
635
+ * keys, operational certificates, etc. All Trusted Roots shall also be removed. If a time synchronization
636
+ * cluster is present on the Node, the TrustedTimeSource and DefaultNtp shall be set to null. Any Matter
637
+ * related data including logs, secure sessions, exchanges and interaction model constructs shall also be
638
+ * removed. Since this operation involves the removal of the secure session data that may underpin the
639
+ * current set of exchanges, the Node invoking the command SHOULD NOT expect a response before terminating
640
+ * its secure session with the target.
629
641
  *
630
- * includes all Fabric-Scoped data, including Access Control List, bindings, scenes, group keys, operational
631
- * certificates, etc. All Trusted Roots shall also be removed. If a time synchronization cluster is present on
632
- * the Node, the TrustedTimeSource and DefaultNtp shall be set to null. Any Matter related data including logs,
633
- * secure sessions, exchanges and interaction model constructs shall also be removed. Since this operation
634
- * involves the removal of the secure session data that may underpin the current set of exchanges, the Node
635
- * invoking the command SHOULD NOT expect a response before terminating its secure session with the target.
642
+ * 2. If the FabricIndex does not equal the accessing fabric index, then the device shall begin the process
643
+ * of irrevocably deleting all associated Fabric-Scoped data, including Access Control Entries, Access
644
+ * Restriction Entries, bindings, group keys, operational certificates, etc. Any remaining Trusted Roots
645
+ * no longer referenced by any operational certificate shall also be removed. If a time synchronization
646
+ * cluster is present on the Node, and the TrustedTimeSource FabricIndex matches the given FabricIndex,
647
+ * the TrustedTimeSource shall be set to null. All secure sessions, exchanges and interaction model
648
+ * constructs related to the Operational Identity under the given Fabric shall also be removed. Following
649
+ * the removal, an NOCResponse with a StatusCode of OK shall be returned.
636
650
  *
637
- * 2. If the FabricIndex does not equal the accessing fabric index, then the device shall begin the process of
638
- * irrevocably deleting all associated Fabric-Scoped data, including Access Control List, bindings, group keys,
639
- * operational certificates, etc. Any remaining Trusted Roots no longer referenced by any operational
640
- * certificate shall also be removed. If a time synchronization cluster is present on the Node, and the
641
- * TrustedTimeSource FabricIndex matches the given FabricIndex, the TrustedTimeSource shall be set to null. All
642
- * secure sessions, exchanges and interaction model constructs related to the Operational Identity under the
643
- * given Fabric shall also be removed. Following the removal, an NOCResponse with a StatusCode of OK shall be
644
- * returned.
645
- *
646
- * 3. If the FabricIndex equals the accessing fabric index, then the device shall begin the process of
647
- * irrevocably deleting all associated Fabric-Scoped data, including Access Control Entries, bindings, group
648
- * keys, operational certificates, etc. Any remaining Trusted Roots no longer referenced by any operational
649
- * certificate shall also be removed. If a time synchronization cluster is present on the Node, and the
650
- * TrustedTimeSource FabricIndex matches the given FabricIndex, the TrustedTimeSource shall be set to null. All
651
- * secure sessions, exchanges and interaction model constructs related to the Operational Identity under the
652
- * given Fabric shall also be removed. Since this operation involves the removal of the secure session data
653
- * that may underpin the current set of exchanges, the Node invoking the command SHOULD NOT expect a response
654
- * before terminating its secure session with the target.
651
+ * 3. If the FabricIndex equals the accessing fabric index, then the device shall begin the process of
652
+ * irrevocably deleting all associated Fabric-Scoped data, including Access Control Entries, Access
653
+ * Restriction Entries, bindings, group keys, operational certificates, etc. Any remaining Trusted Roots
654
+ * no longer referenced by any operational certificate shall also be removed. If a time synchronization
655
+ * cluster is present on the Node, and the TrustedTimeSource FabricIndex matches the given FabricIndex,
656
+ * the TrustedTimeSource shall be set to null. All secure sessions, exchanges and interaction model
657
+ * constructs related to the Operational Identity under the given Fabric shall also be removed. Since this
658
+ * operation involves the removal of the secure session data that may underpin the current set of
659
+ * exchanges, the Node invoking the command SHOULD NOT expect a response before terminating its secure
660
+ * session with the target.
655
661
  *
656
662
  * @see {@link MatterSpecification.v13.Core} § 11.18.6.12.1
657
663
  */
@@ -750,8 +756,8 @@ export namespace OperationalCredentials {
750
756
  commissionedFabrics: Attribute(0x3, TlvUInt8, { persistent: true }),
751
757
 
752
758
  /**
753
- * This attribute shall contain a read-only list of Trusted Root CA Certificates installed on the Node, as
754
- * octet strings containing their Matter Certificate Encoding representation.
759
+ * This attribute shall contain a read-only list of Trusted Root CA Certificates (RCAC) installed on the
760
+ * Node, as octet strings containing their Matter Certificate Encoding representation.
755
761
  *
756
762
  * These certificates are installed through the AddTrustedRootCertificate command.
757
763
  *
@@ -831,8 +837,8 @@ export namespace OperationalCredentials {
831
837
  * shall be tagged as being for a subsequent UpdateNOC, otherwise the internal state of the CSR shall be
832
838
  * tagged as being for a subsequent AddNOC. See AddNOC and UpdateNOC for details about the processing.
833
839
  *
834
- * If this command is received without an armed fail-safe context (see Section 11.10.6.2, “ArmFailSafe
835
- * Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
840
+ * If this command is received without an armed fail-safe context (see ArmFailSafe), then this command
841
+ * shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
836
842
  *
837
843
  * If a prior UpdateNOC or AddNOC command was successfully executed within the fail-safe timer period, then
838
844
  * this command shall fail with a CONSTRAINT_ERROR status code sent back to the initiator.
@@ -872,8 +878,8 @@ export namespace OperationalCredentials {
872
878
  *
873
879
  * Effect When Received
874
880
  *
875
- * If this command is received without an armed fail-safe context (see Section 11.10.6.2, “ArmFailSafe
876
- * Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
881
+ * If this command is received without an armed fail-safe context (see ArmFailSafe), then this command
882
+ * shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
877
883
  *
878
884
  * If a prior UpdateNOC or AddNOC command was successfully executed within the fail-safe timer period, then
879
885
  * this command shall fail with a CONSTRAINT_ERROR status code sent back to the initiator.
@@ -886,7 +892,6 @@ export namespace OperationalCredentials {
886
892
  * then this command shall fail with a CONSTRAINT_ERROR status code sent back to the initiator.
887
893
  *
888
894
  * If any of the following conditions arise, the Node shall process an error by responding with an
889
- *
890
895
  * NOCResponse with a StatusCode of InvalidNOC as described in Section 11.18.6.7.2, “Handling Errors”:
891
896
  *
892
897
  * • The NOC provided in the NOCValue does not refer in its subject to the FabricID associated with the
@@ -981,12 +986,14 @@ export namespace OperationalCredentials {
981
986
  * If the certificate from the RootCACertificate field is already installed, based on exact byte-for-byte
982
987
  * equality, then this command shall succeed with no change to the list.
983
988
  *
984
- * If this command is received without an armed fail-safe context (see Section 11.10.6.2, “ArmFailSafe
985
- * Command”), then this command shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
989
+ * If this command is received without an armed fail-safe context (see ArmFailSafe), then this command
990
+ * shall fail with a FAILSAFE_REQUIRED status code sent back to the initiator.
986
991
  *
987
992
  * If a prior AddTrustedRootCertificate command was successfully invoked within the fail-safe timer period,
988
- * which would cause the new invocation to add a second root certificate within a given fail- safe timer
989
- * period, then this command shall fail with a CONSTRAINT_ERROR status code sent back to the initiator.
993
+ * which would cause the new invocation to add a second root certificate within a given fail-
994
+ *
995
+ * safe timer period, then this command shall fail with a CONSTRAINT_ERROR status code sent back to the
996
+ * initiator.
990
997
  *
991
998
  * If a prior UpdateNOC or AddNOC command was successfully executed within the fail-safe timer period, then
992
999
  * this command shall fail with a CONSTRAINT_ERROR status code sent back to the initiator.
@@ -18,7 +18,7 @@ import {
18
18
  import { TlvArray } from "../tlv/TlvArray.js";
19
19
  import { TlvString } from "../tlv/TlvString.js";
20
20
  import { TlvNullable } from "../tlv/TlvNullable.js";
21
- import { TlvUInt8, TlvUInt32 } from "../tlv/TlvNumber.js";
21
+ import { TlvUInt8, TlvUInt32, TlvEnum } from "../tlv/TlvNumber.js";
22
22
  import { TlvField, TlvOptionalField, TlvObject } from "../tlv/TlvObject.js";
23
23
  import { TypeFromSchema } from "../tlv/TlvSchema.js";
24
24
  import { TlvNoArguments } from "../tlv/TlvNoArguments.js";
@@ -26,6 +26,48 @@ import { Identity } from "#general";
26
26
  import { ClusterRegistry } from "../cluster/ClusterRegistry.js";
27
27
 
28
28
  export namespace OperationalState {
29
+ /**
30
+ * This type defines the set of known operational state values, and is derived from enum8. The following table
31
+ * defines the applicable ranges for values that are defined within this type. All values that are undefined shall
32
+ * be treated as reserved. As shown by the table, states that may be specific to a certain Device Type or other
33
+ * modality shall be defined in a derived cluster of this cluster.
34
+ *
35
+ * The derived cluster-specific state definitions shall NOT duplicate any general state definitions. That is, a
36
+ * derived cluster specification of this cluster cannot define states with the same semantics as the general states
37
+ * defined below.
38
+ *
39
+ * A manufacturer-specific state definition shall NOT duplicate the general state definitions or derived cluster
40
+ * state definitions. That is, a manufacturer-defined state defined for this cluster or a derived cluster thereof
41
+ * cannot define a state with the same semantics as the general states defined below or states defined in a derived
42
+ * cluster. Such manufacturer-specific state definitions shall be scoped in the context of the Vendor ID present in
43
+ * the Basic Information cluster.
44
+ *
45
+ * The following table defines the generally applicable states.
46
+ *
47
+ * @see {@link MatterSpecification.v13.Cluster} § 1.14.4.1
48
+ */
49
+ export enum OperationalStateEnum {
50
+ /**
51
+ * The device is stopped
52
+ */
53
+ Stopped = 0,
54
+
55
+ /**
56
+ * The device is operating
57
+ */
58
+ Running = 1,
59
+
60
+ /**
61
+ * The device is paused during an operation
62
+ */
63
+ Paused = 2,
64
+
65
+ /**
66
+ * The device is in an error state
67
+ */
68
+ Error = 3
69
+ }
70
+
29
71
  /**
30
72
  * The OperationalStateStruct is used to indicate a possible state of the device.
31
73
  *
@@ -37,7 +79,7 @@ export namespace OperationalState {
37
79
  *
38
80
  * @see {@link MatterSpecification.v13.Cluster} § 1.14.4.2.1
39
81
  */
40
- operationalStateId: TlvField(0, TlvUInt8),
82
+ operationalStateId: TlvField(0, TlvEnum<OperationalStateEnum>()),
41
83
 
42
84
  /**
43
85
  * This field shall be present if the OperationalStateID is from the set reserved for Manufacturer Specific
@@ -56,16 +98,60 @@ export namespace OperationalState {
56
98
  */
57
99
  export interface OperationalStateStruct extends TypeFromSchema<typeof TlvOperationalStateStruct> {}
58
100
 
101
+ /**
102
+ * This type defines the set of known operational error values, and is derived from enum8. The following table
103
+ * defines the applicable ranges for values that are defined within this type. All values that are undefined shall
104
+ * be treated as reserved. As shown by the table, errors that may be specific to a certain Device Type or other
105
+ * modality shall be defined in a derived cluster of this cluster.
106
+ *
107
+ * The derived cluster-specific error definitions shall NOT duplicate the general error definitions.
108
+ *
109
+ * That is, a derived cluster specification of this cluster cannot define errors with the same semantics as the
110
+ * general errors defined below.
111
+ *
112
+ * The manufacturer-specific error definitions shall NOT duplicate the general error definitions or derived
113
+ * cluster-specific error definitions. That is, a manufacturer-defined error defined for this cluster or a derived
114
+ * cluster thereof cannot define errors with the same semantics as the general errors defined below or errors
115
+ * defined in a derived cluster. Such manufacturer-specific error definitions shall be scoped in the context of the
116
+ * Vendor ID present in the Basic Information cluster.
117
+ *
118
+ * The set of ErrorStateID field values defined in each of the generic or derived Operational State cluster
119
+ * specifications is called ErrorState.
120
+ *
121
+ * @see {@link MatterSpecification.v13.Cluster} § 1.14.4.3
122
+ */
123
+ export enum ErrorState {
124
+ /**
125
+ * The device is not in an error state
126
+ */
127
+ NoError = 0,
128
+
129
+ /**
130
+ * The device is unable to start or resume operation
131
+ */
132
+ UnableToStartOrResume = 1,
133
+
134
+ /**
135
+ * The device was unable to complete the current operation
136
+ */
137
+ UnableToCompleteOperation = 2,
138
+
139
+ /**
140
+ * The device cannot process the command in its current state
141
+ */
142
+ CommandInvalidInState = 3
143
+ }
144
+
59
145
  /**
60
146
  * @see {@link MatterSpecification.v13.Cluster} § 1.14.4.4
61
147
  */
62
- export const TlvErrorState = TlvObject({
148
+ export const TlvErrorStateStruct = TlvObject({
63
149
  /**
64
150
  * This shall be populated with a value from the ErrorStateEnum.
65
151
  *
66
152
  * @see {@link MatterSpecification.v13.Cluster} § 1.14.4.4.1
67
153
  */
68
- errorStateId: TlvField(0, TlvUInt8),
154
+ errorStateId: TlvField(0, TlvEnum<ErrorState>()),
69
155
 
70
156
  /**
71
157
  * This field shall be present if the ErrorStateID is from the set reserved for Manufacturer Specific Errors,
@@ -90,7 +176,7 @@ export namespace OperationalState {
90
176
  /**
91
177
  * @see {@link MatterSpecification.v13.Cluster} § 1.14.4.4
92
178
  */
93
- export interface ErrorState extends TypeFromSchema<typeof TlvErrorState> {}
179
+ export interface ErrorStateStruct extends TypeFromSchema<typeof TlvErrorStateStruct> {}
94
180
 
95
181
  /**
96
182
  * This command shall be supported by an implementation if any of the other commands defined by this cluster are
@@ -109,7 +195,7 @@ export namespace OperationalState {
109
195
  *
110
196
  * @see {@link MatterSpecification.v13.Cluster} § 1.14.6.5.1
111
197
  */
112
- commandResponseState: TlvField(0, TlvErrorState)
198
+ commandResponseState: TlvField(0, TlvErrorStateStruct)
113
199
  });
114
200
 
115
201
  /**
@@ -128,7 +214,7 @@ export namespace OperationalState {
128
214
  *
129
215
  * @see {@link MatterSpecification.v13.Cluster} § 1.14.7.1
130
216
  */
131
- export const TlvOperationalErrorEvent = TlvObject({ errorState: TlvField(0, TlvErrorState) });
217
+ export const TlvOperationalErrorEvent = TlvObject({ errorState: TlvField(0, TlvErrorStateStruct) });
132
218
 
133
219
  /**
134
220
  * Body of the OperationalState operationalError event
@@ -153,9 +239,10 @@ export namespace OperationalState {
153
239
 
154
240
  /**
155
241
  * The total operational time, in seconds, from when the operation was started via an initial Start command or
156
- * manual action, until the operation completed. This includes any time spent while paused. There may be cases
157
- * whereby the total operational time exceeds the maximum value that can be conveyed by this attribute, in such
158
- * instances, this attribute shall be populated with null.
242
+ * autonomous/manual starting action, until the operation completed. This includes any time
243
+ *
244
+ * spent while paused. There may be cases whereby the total operational time exceeds the maximum value that can
245
+ * be conveyed by this attribute, in such instances, this attribute shall be populated with null.
159
246
  *
160
247
  * @see {@link MatterSpecification.v13.Cluster} § 1.14.7.2.2
161
248
  */
@@ -178,40 +265,13 @@ export namespace OperationalState {
178
265
  */
179
266
  export interface OperationCompletionEvent extends TypeFromSchema<typeof TlvOperationCompletionEvent> {}
180
267
 
181
- /**
182
- * The following table defines the generally applicable ErrorState values.
183
- *
184
- * @see {@link MatterSpecification.v13.Cluster} § 1.14.4.3.1
185
- */
186
- export enum GeneralErrorState {
187
- /**
188
- * The device is not in an error state
189
- */
190
- NoError = 0,
191
-
192
- /**
193
- * The device is unable to start or resume operation
194
- */
195
- UnableToStartOrResume = 1,
196
-
197
- /**
198
- * The device was unable to complete the current operation
199
- */
200
- UnableToCompleteOperation = 2,
201
-
202
- /**
203
- * The device cannot process the command in its current state
204
- */
205
- CommandInvalidInState = 3
206
- }
207
-
208
268
  /**
209
269
  * @see {@link Cluster}
210
270
  */
211
271
  export const ClusterInstance = MutableCluster({
212
272
  id: 0x60,
213
273
  name: "OperationalState",
214
- revision: 2,
274
+ revision: 3,
215
275
 
216
276
  attributes: {
217
277
  /**
@@ -229,9 +289,10 @@ export namespace OperationalState {
229
289
 
230
290
  /**
231
291
  * This attribute represents the current phase of operation being performed by the server. This shall be
232
- * the positional index representing the value from the set provided in the PhaseList Attribute, where the
233
- * first item in that list is an index of 0. Thus, this attribute shall have a maximum value that is
234
- * "length(PhaseList) - 1".
292
+ * the positional index representing the value from the set provided in the PhaseList Attribute,
293
+ *
294
+ * where the first item in that list is an index of 0. Thus, this attribute shall have a maximum value that
295
+ * is "length(PhaseList) - 1".
235
296
  *
236
297
  * Null if the PhaseList attribute is null or if the PhaseList attribute is an empty list.
237
298
  *
@@ -240,24 +301,37 @@ export namespace OperationalState {
240
301
  currentPhase: Attribute(0x1, TlvNullable(TlvUInt8)),
241
302
 
242
303
  /**
243
- * Indicates the estimated time left before the operation is completed, in seconds. Changes to this value
244
- * shall NOT be reported in a subscription (note the C Quality). A Client implementation may periodically
245
- * poll this value to ensure alignment of any local rendering of the CountdownTime with the device provided
246
- * value.
304
+ * Indicates the estimated time left before the operation is completed, in seconds.
247
305
  *
248
- * A value of 0 means that the operation has completed.
306
+ * A value of 0 (zero) means that the operation has completed.
249
307
  *
250
- * When this attribute is null, that represents that there is no time currently defined until operation
251
- * completion. This may happen, for example, because no operation is in progress or because the completion
252
- * time is unknown.
308
+ * A value of null represents that there is no time currently defined until operation completion. This may
309
+ * happen, for example, because no operation is in progress or because the completion time is unknown.
310
+ *
311
+ * Changes to this attribute shall only be marked as reportable in the following cases:
312
+ *
313
+ * • If it has changed due to a change in the CurrentPhase or OperationalState attributes, or
314
+ *
315
+ * • When it changes from 0 to any other value and vice versa, or
316
+ *
317
+ * • When it changes from null to any other value and vice versa, or
318
+ *
319
+ * • When it increases, or
320
+ *
321
+ * • When there is any increase or decrease in the estimated time remaining that was due to progressing
322
+ * insight of the server’s control logic, or
323
+ *
324
+ * • When it changes at a rate significantly different from one unit per second.
325
+ *
326
+ * Changes to this attribute merely due to the normal passage of time with no other dynamic change of
327
+ * device state shall NOT be reported.
328
+ *
329
+ * As this attribute is not being reported during a regular countdown, clients SHOULD NOT rely on the
330
+ * reporting of this attribute in order to keep track of the remaining duration.
253
331
  *
254
332
  * @see {@link MatterSpecification.v13.Cluster} § 1.14.5.3
255
333
  */
256
- countdownTime: OptionalAttribute(
257
- 0x2,
258
- TlvNullable(TlvUInt32.bound({ max: 259200 })),
259
- { omitChanges: true, default: null }
260
- ),
334
+ countdownTime: OptionalAttribute(0x2, TlvNullable(TlvUInt32.bound({ max: 259200 })), { default: null }),
261
335
 
262
336
  /**
263
337
  * This attribute describes the set of possible operational states that the device exposes. An operational
@@ -279,7 +353,7 @@ export namespace OperationalState {
279
353
  *
280
354
  * @see {@link MatterSpecification.v13.Cluster} § 1.14.5.5
281
355
  */
282
- operationalState: Attribute(0x4, TlvUInt8),
356
+ operationalState: Attribute(0x4, TlvEnum<OperationalStateEnum>()),
283
357
 
284
358
  /**
285
359
  * This attribute shall specify the details of any current error condition being experienced on the device
@@ -290,7 +364,7 @@ export namespace OperationalState {
290
364
  *
291
365
  * @see {@link MatterSpecification.v13.Cluster} § 1.14.5.6
292
366
  */
293
- operationalError: Attribute(0x5, TlvErrorState)
367
+ operationalError: Attribute(0x5, TlvErrorStateStruct)
294
368
  },
295
369
 
296
370
  commands: {
@@ -443,10 +517,14 @@ export namespace OperationalState {
443
517
  operationalError: Event(0x0, EventPriority.Critical, TlvOperationalErrorEvent),
444
518
 
445
519
  /**
446
- * This event is generated when the overall operation ends, successfully or otherwise. For example, the
447
- * completion of a cleaning operation in a Robot Vacuum Cleaner, or the completion of a wash cycle in a
520
+ * This event SHOULD be generated when the overall operation ends, successfully or otherwise. For example,
521
+ * the completion of a cleaning operation in a Robot Vacuum Cleaner, or the completion of a wash cycle in a
448
522
  * Washing Machine.
449
523
  *
524
+ * It is highly recommended that appliances device types employing the Operational State cluster support
525
+ * this event, even if it is optional. This assists clients in executing automations or issuing
526
+ * notifications at critical points in the device operation cycles.
527
+ *
450
528
  * This event shall contain the following fields:
451
529
  *
452
530
  * @see {@link MatterSpecification.v13.Cluster} § 1.14.7.2
@@ -20,9 +20,8 @@ import { ClusterRegistry } from "../cluster/ClusterRegistry.js";
20
20
 
21
21
  export namespace OtaSoftwareUpdateProvider {
22
22
  /**
23
- * Note that only HTTP over TLS (HTTPS) is supported (see RFC 7230). Using HTTP without TLS shall
24
- *
25
- * NOT be supported, as there is no way to authenticate the involved participants.
23
+ * Note that only HTTP over TLS (HTTPS) is supported (see RFC 7230). Using HTTP without TLS shall NOT be supported,
24
+ * as there is no way to authenticate the involved participants.
26
25
  *
27
26
  * @see {@link MatterSpecification.v13.Core} § 11.20.6.4.3
28
27
  */
@@ -107,9 +106,10 @@ export namespace OtaSoftwareUpdateProvider {
107
106
  hardwareVersion: TlvOptionalField(4, TlvUInt16),
108
107
 
109
108
  /**
110
- * The location, if present, shall provide the same value as the Basic Information Cluster Location attribute
111
- * for the OTA Requestor as configured. This may be used by the OTA Provider logic to allow per-region
112
- * selection of the Software Image.
109
+ * The location, if present, shall provide the same value as the Basic Information Cluster Location
110
+ *
111
+ * attribute for the OTA Requestor as configured. This may be used by the OTA Provider logic to allow
112
+ * per-region selection of the Software Image.
113
113
  *
114
114
  * @see {@link MatterSpecification.v13.Core} § 11.20.6.5.1.6
115
115
  */
@@ -244,27 +244,27 @@ export namespace OtaSoftwareUpdateProvider {
244
244
  *
245
245
  * a. The Operational Node ID in the host field shall match the NodeID of the OTA Provider responding with
246
246
  * the QueryImageResponse. The usage of a different Node ID than that of the provider is reserved for
247
- * future use. This constraint reduces the number of independent
248
- *
249
- * CASE secure channel sessions that have to be maintained to proceed with OTA software updates, thus reducing
250
- * energy and resource utilization for the software update process.
247
+ * future use. This constraint reduces the number of independent CASE secure channel sessions that have
248
+ * to be maintained to proceed with OTA software updates, thus reducing energy and resource utilization
249
+ * for the software update process.
251
250
  *
252
- * 4. The user section of the authority field shall be absent, as there are no "users" to be considered.
251
+ * 4. The user section of the authority field shall be absent, as there are no "users" to be considered.
253
252
  *
254
- * 5. The port section of the authority field shall be absent, as the port for transport shall be determined
255
- * through Operational Discovery of the target Node.
253
+ * 5. The port section of the authority field shall be absent, as the port for transport shall be determined
254
+ * through Operational Discovery of the target Node.
256
255
  *
257
- * 6. The URI shall not contain a query field.
256
+ * 6. The URI shall NOT contain a query field.
258
257
  *
259
- * 7. The URI shall not contain a fragment field.
258
+ * 7. The URI shall NOT contain a fragment field.
260
259
  *
261
- * 8. The path field shall employ absolute path representation and shall contain the file designator of the
262
- * software image to download at the BDX server. When used with the BDX server, the leading / separating the
263
- * URI authority from the path shall be omitted. When contacting the BDX server, further processing of the file
264
- * designator shall NOT be done, including handling of URL-encoded escape sequences. Rather, the exact octets
265
- * of the path, as received shall be the values used by both client and server in handling the file designator.
260
+ * 8. The path field shall employ absolute path representation and shall contain the file designator of the
261
+ * software image to download at the BDX server. When used with the BDX server, the leading / separating
262
+ * the URI authority from the path shall be omitted. When contacting the BDX server, further processing of
263
+ * the file designator shall NOT be done, including handling of URL-encoded escape sequences. Rather, the
264
+ * exact octets of the path, as received shall be the values used by both client and server in handling
265
+ * the file designator.
266
266
  *
267
- * a. The path shall only contain valid URI characters.
267
+ * a. The path shall only contain valid URI characters.
268
268
  *
269
269
  * These rules above for BDX URIs simplify parsing for OTA Requestors receiving Image URIs. The following
270
270
  * example procedure shows how the format constraints simplify the extraction of the necessary data to reach
@@ -450,7 +450,7 @@ export namespace OtaSoftwareUpdateProvider {
450
450
 
451
451
  /**
452
452
  * See Section 11.20.3.6, “Applying a software update” for the semantics of the values. This enumeration is used in
453
- * the Action field of the ApplyUpdateResponse command. See (Section 11.20.6.5.4.1, “Action Field”).
453
+ * the Action field of the ApplyUpdateResponse command. See (Action).
454
454
  *
455
455
  * @see {@link MatterSpecification.v13.Core} § 11.20.6.4.2
456
456
  */
@@ -533,7 +533,7 @@ export namespace OtaSoftwareUpdateProvider {
533
533
  * may never come back (e.g. device removed from Fabric altogether, or a critical malfunction), an OTA Provider
534
534
  * shall NOT expect every OTA Requestor to invoke this command for correct operation of the OTA Provider.
535
535
  *
536
- * This command shall be considered optional and shall not result in reduced availability of the OTA Provider
536
+ * This command shall be considered optional and shall NOT result in reduced availability of the OTA Provider
537
537
  * functionality if OTA Requestors never invoke this command.
538
538
  *
539
539
  * Effect on Receipt
@@ -46,11 +46,9 @@ export namespace OtaSoftwareUpdateRequestor {
46
46
  providerNodeId: TlvField(1, TlvNodeId),
47
47
 
48
48
  /**
49
- * This field shall contain the endpoint number which has the OTA Provider device type and OTA
50
- *
51
- * Software Update Provider cluster server on the ProviderNodeID. This is provided to avoid having to do
52
- * discovery of the location of that endpoint by walking over all endpoints and checking their Descriptor
53
- * Cluster.
49
+ * This field shall contain the endpoint number which has the OTA Provider device type and OTA Software Update
50
+ * Provider cluster server on the ProviderNodeID. This is provided to avoid having to do discovery of the
51
+ * location of that endpoint by walking over all endpoints and checking their Descriptor Cluster.
54
52
  *
55
53
  * @see {@link MatterSpecification.v13.Core} § 11.20.7.4.4.2
56
54
  */
@@ -496,7 +494,7 @@ export namespace OtaSoftwareUpdateRequestor {
496
494
  defaultOtaProviders: WritableFabricScopedAttribute(
497
495
  0x0,
498
496
  TlvArray(TlvProviderLocation),
499
- { default: [], writeAcl: AccessLevel.Administer }
497
+ { persistent: true, default: [], writeAcl: AccessLevel.Administer }
500
498
  ),
501
499
 
502
500
  /**