@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
@@ -95,17 +95,19 @@ export declare namespace ScenesManagement {
95
95
  /**
96
96
  * This field shall be present for all instances in a given ExtensionFieldSetStruct.
97
97
  *
98
- * The data type of AttributeValue shall be the data type of the attribute indicated by AttributeID.
98
+ * Which Value* field is used shall be determined based on the data type of the attribute indicated by
99
+ * AttributeID, as described in the Value* Fields subsection.
99
100
  *
100
101
  * The AttributeID field shall NOT refer to an attribute without the Scenes ("S") designation in the Quality
101
102
  * column of the cluster specification.
102
103
  *
103
- * 1.4.7.3.2. ValueUnsigned8, ValueSigned8, ValueUnsigned16, ValueSigned16, ValueUnsigned32, ValueSigned32,
104
- * ValueUnsigned64, ValueSigned64 Fields
104
+ * ### 1.4.7.3.2. ValueUnsigned8, ValueSigned8, ValueUnsigned16, ValueSigned16, ValueUnsigned32, ValueSigned32,
105
+ * ValueUnsigned64, ValueSigned64 Fields
105
106
  *
106
107
  * These fields shall indicate the attribute value as part of an extension field set, associated with a given
107
- * AttributeID under an ExtensionFieldSetStruct’s ClusterID. The proper field shall be present that maps to the
108
- * data type of the attribute indicated.
108
+ * AttributeID under an ExtensionFieldSetStruct’s ClusterID. Which of the fields is used shall
109
+ *
110
+ * be determined by the type of the attribute indicated by AttributeID as follows:
109
111
  *
110
112
  * • Data types bool, map8, and uint8 shall map to ValueUnsigned8.
111
113
  *
@@ -119,33 +121,48 @@ export declare namespace ScenesManagement {
119
121
  *
120
122
  * • Data types int24 and int32 shall map to ValueSigned32.
121
123
  *
122
- * • Data types map64, uint48, uint56 and uint64 shall map to ValueUnsigned64.
124
+ * • Data types map64, uint40, uint48, uint56 and uint64 shall map to ValueUnsigned64.
125
+ *
126
+ * • Data types int40, int48, int56 and int64 shall map to ValueSigned64.
127
+ *
128
+ * • For derived types, the mapping shall be based on the base type. For example, an attribute of type
129
+ * percent shall be treated as if it were of type uint8, whereas an attribute of type percent100ths shall
130
+ * be treated as if it were of type uint16.
131
+ *
132
+ * • For boolean nullable attributes, any value that is not 0 or 1 shall be considered to have the null value.
123
133
  *
124
- * • Data types int48, int56 and int64 shall map to ValueSigned64.
134
+ * • For boolean non-nullable attributes, any value that is not 0 or 1 shall be considered to have the value
135
+ * FALSE.
125
136
  *
126
- * • For nullable attributes, any value that is not a valid numeric value for the attribute’s type after
127
- * accounting for range reductions due to being nullable and constraints shall be considered to have the
128
- * null value for the type.
137
+ * • For non-boolean nullable attributes, any value that is not a valid numeric value for the attribute’s
138
+ * type after accounting for range reductions due to being nullable and constraints shall be considered to
139
+ * have the null value for the type.
129
140
  *
130
- * • For non-nullable attributes, any value that is not a valid numeric value for the attribute’s type after
131
- * accounting for constraints shall be considered to have the maximum legal value in the attribute’s
132
- * constrained range.
141
+ * • For non-boolean non-nullable attributes, any value that is not a valid numeric value for the attribute’s
142
+ * type after accounting for constraints shall be considered to be the valid attribute value that is
143
+ * closest to the provided value.
144
+ *
145
+ * ◦ In the event that an invalid provided value is of equal numerical distance to the two closest valid
146
+ * values, the lowest of those values shall be considered the closest valid attribute value.
147
+ *
148
+ * If the used field does not match the data type of the attribute indicated by AttributeID, the
149
+ * AttributeValuePairStruct shall be considered invalid.
133
150
  *
134
151
  * Examples of processing are:
135
152
  *
136
153
  * • ColorControl cluster CurrentX (AttributeID 0x0003) has a type of uint16 and is not nullable.
137
154
  *
138
- * ◦ AttributeValue of 0xAB12 would be used as-is, as it is in range.
155
+ * ◦ ValueUnsigned16 of 0xAB12 would be used as-is, as it is in range.
139
156
  *
140
- * ◦ AttributeValue of 0xAA0011 is outside of the range of uint16, and would be saturated to the maximum of
141
- * the attribute’s constraint range: 0xFEFF.
157
+ * ◦ ValueUnsigned16 of 0xFF80 is outside of the range allowed for attribute CurrentX, and would be
158
+ * saturated to the closest valid value, which is the maximum of the attribute’s constraint range: 0xFEFF.
142
159
  *
143
160
  * • LevelControl cluster CurrentLevel (AttributeID 0x0000) has a type of uint8 and is nullable.
144
161
  *
145
- * ◦ AttributeValue of 0xA1 would be used as-is, as it is in range.
162
+ * ◦ ValueUnsigned8 of 0xA1 would be used as-is, as it is in range.
146
163
  *
147
- * ◦ AttributeValue of 0xBB12 is outside the range of nullable uint8, and would be considered as the null
148
- * value.
164
+ * ◦ ValueUnsigned8 of 0xFF is outside the range allowed for nullable attribute CurrentLevel, and would be
165
+ * considered as the null value.
149
166
  *
150
167
  * @see {@link MatterSpecification.v13.Cluster} § 1.4.7.3.1
151
168
  */
@@ -190,17 +207,19 @@ export declare namespace ScenesManagement {
190
207
  /**
191
208
  * This field shall be present for all instances in a given ExtensionFieldSetStruct.
192
209
  *
193
- * The data type of AttributeValue shall be the data type of the attribute indicated by AttributeID.
210
+ * Which Value* field is used shall be determined based on the data type of the attribute indicated by
211
+ * AttributeID, as described in the Value* Fields subsection.
194
212
  *
195
213
  * The AttributeID field shall NOT refer to an attribute without the Scenes ("S") designation in the Quality
196
214
  * column of the cluster specification.
197
215
  *
198
- * 1.4.7.3.2. ValueUnsigned8, ValueSigned8, ValueUnsigned16, ValueSigned16, ValueUnsigned32, ValueSigned32,
199
- * ValueUnsigned64, ValueSigned64 Fields
216
+ * ### 1.4.7.3.2. ValueUnsigned8, ValueSigned8, ValueUnsigned16, ValueSigned16, ValueUnsigned32, ValueSigned32,
217
+ * ValueUnsigned64, ValueSigned64 Fields
200
218
  *
201
219
  * These fields shall indicate the attribute value as part of an extension field set, associated with a given
202
- * AttributeID under an ExtensionFieldSetStruct’s ClusterID. The proper field shall be present that maps to the
203
- * data type of the attribute indicated.
220
+ * AttributeID under an ExtensionFieldSetStruct’s ClusterID. Which of the fields is used shall
221
+ *
222
+ * be determined by the type of the attribute indicated by AttributeID as follows:
204
223
  *
205
224
  * • Data types bool, map8, and uint8 shall map to ValueUnsigned8.
206
225
  *
@@ -214,33 +233,48 @@ export declare namespace ScenesManagement {
214
233
  *
215
234
  * • Data types int24 and int32 shall map to ValueSigned32.
216
235
  *
217
- * • Data types map64, uint48, uint56 and uint64 shall map to ValueUnsigned64.
236
+ * • Data types map64, uint40, uint48, uint56 and uint64 shall map to ValueUnsigned64.
237
+ *
238
+ * • Data types int40, int48, int56 and int64 shall map to ValueSigned64.
218
239
  *
219
- * • Data types int48, int56 and int64 shall map to ValueSigned64.
240
+ * • For derived types, the mapping shall be based on the base type. For example, an attribute of type
241
+ * percent shall be treated as if it were of type uint8, whereas an attribute of type percent100ths shall
242
+ * be treated as if it were of type uint16.
220
243
  *
221
- * • For nullable attributes, any value that is not a valid numeric value for the attribute’s type after
222
- * accounting for range reductions due to being nullable and constraints shall be considered to have the
223
- * null value for the type.
244
+ * • For boolean nullable attributes, any value that is not 0 or 1 shall be considered to have the null value.
224
245
  *
225
- * • For non-nullable attributes, any value that is not a valid numeric value for the attribute’s type after
226
- * accounting for constraints shall be considered to have the maximum legal value in the attribute’s
227
- * constrained range.
246
+ * • For boolean non-nullable attributes, any value that is not 0 or 1 shall be considered to have the value
247
+ * FALSE.
248
+ *
249
+ * • For non-boolean nullable attributes, any value that is not a valid numeric value for the attribute’s
250
+ * type after accounting for range reductions due to being nullable and constraints shall be considered to
251
+ * have the null value for the type.
252
+ *
253
+ * • For non-boolean non-nullable attributes, any value that is not a valid numeric value for the attribute’s
254
+ * type after accounting for constraints shall be considered to be the valid attribute value that is
255
+ * closest to the provided value.
256
+ *
257
+ * ◦ In the event that an invalid provided value is of equal numerical distance to the two closest valid
258
+ * values, the lowest of those values shall be considered the closest valid attribute value.
259
+ *
260
+ * If the used field does not match the data type of the attribute indicated by AttributeID, the
261
+ * AttributeValuePairStruct shall be considered invalid.
228
262
  *
229
263
  * Examples of processing are:
230
264
  *
231
265
  * • ColorControl cluster CurrentX (AttributeID 0x0003) has a type of uint16 and is not nullable.
232
266
  *
233
- * ◦ AttributeValue of 0xAB12 would be used as-is, as it is in range.
267
+ * ◦ ValueUnsigned16 of 0xAB12 would be used as-is, as it is in range.
234
268
  *
235
- * ◦ AttributeValue of 0xAA0011 is outside of the range of uint16, and would be saturated to the maximum of
236
- * the attribute’s constraint range: 0xFEFF.
269
+ * ◦ ValueUnsigned16 of 0xFF80 is outside of the range allowed for attribute CurrentX, and would be
270
+ * saturated to the closest valid value, which is the maximum of the attribute’s constraint range: 0xFEFF.
237
271
  *
238
272
  * • LevelControl cluster CurrentLevel (AttributeID 0x0000) has a type of uint8 and is nullable.
239
273
  *
240
- * ◦ AttributeValue of 0xA1 would be used as-is, as it is in range.
274
+ * ◦ ValueUnsigned8 of 0xA1 would be used as-is, as it is in range.
241
275
  *
242
- * ◦ AttributeValue of 0xBB12 is outside the range of nullable uint8, and would be considered as the null
243
- * value.
276
+ * ◦ ValueUnsigned8 of 0xFF is outside the range allowed for nullable attribute CurrentLevel, and would be
277
+ * considered as the null value.
244
278
  *
245
279
  * @see {@link MatterSpecification.v13.Cluster} § 1.4.7.3.1
246
280
  */
@@ -316,17 +350,19 @@ export declare namespace ScenesManagement {
316
350
  /**
317
351
  * This field shall be present for all instances in a given ExtensionFieldSetStruct.
318
352
  *
319
- * The data type of AttributeValue shall be the data type of the attribute indicated by AttributeID.
353
+ * Which Value* field is used shall be determined based on the data type of the attribute indicated by
354
+ * AttributeID, as described in the Value* Fields subsection.
320
355
  *
321
356
  * The AttributeID field shall NOT refer to an attribute without the Scenes ("S") designation in the Quality
322
357
  * column of the cluster specification.
323
358
  *
324
- * 1.4.7.3.2. ValueUnsigned8, ValueSigned8, ValueUnsigned16, ValueSigned16, ValueUnsigned32, ValueSigned32,
325
- * ValueUnsigned64, ValueSigned64 Fields
359
+ * ### 1.4.7.3.2. ValueUnsigned8, ValueSigned8, ValueUnsigned16, ValueSigned16, ValueUnsigned32, ValueSigned32,
360
+ * ValueUnsigned64, ValueSigned64 Fields
326
361
  *
327
362
  * These fields shall indicate the attribute value as part of an extension field set, associated with a given
328
- * AttributeID under an ExtensionFieldSetStruct’s ClusterID. The proper field shall be present that maps to the
329
- * data type of the attribute indicated.
363
+ * AttributeID under an ExtensionFieldSetStruct’s ClusterID. Which of the fields is used shall
364
+ *
365
+ * be determined by the type of the attribute indicated by AttributeID as follows:
330
366
  *
331
367
  * • Data types bool, map8, and uint8 shall map to ValueUnsigned8.
332
368
  *
@@ -340,33 +376,48 @@ export declare namespace ScenesManagement {
340
376
  *
341
377
  * • Data types int24 and int32 shall map to ValueSigned32.
342
378
  *
343
- * • Data types map64, uint48, uint56 and uint64 shall map to ValueUnsigned64.
379
+ * • Data types map64, uint40, uint48, uint56 and uint64 shall map to ValueUnsigned64.
380
+ *
381
+ * • Data types int40, int48, int56 and int64 shall map to ValueSigned64.
382
+ *
383
+ * • For derived types, the mapping shall be based on the base type. For example, an attribute of type
384
+ * percent shall be treated as if it were of type uint8, whereas an attribute of type percent100ths shall
385
+ * be treated as if it were of type uint16.
344
386
  *
345
- * • Data types int48, int56 and int64 shall map to ValueSigned64.
387
+ * • For boolean nullable attributes, any value that is not 0 or 1 shall be considered to have the null value.
346
388
  *
347
- * • For nullable attributes, any value that is not a valid numeric value for the attribute’s type after
348
- * accounting for range reductions due to being nullable and constraints shall be considered to have the
349
- * null value for the type.
389
+ * • For boolean non-nullable attributes, any value that is not 0 or 1 shall be considered to have the value
390
+ * FALSE.
350
391
  *
351
- * • For non-nullable attributes, any value that is not a valid numeric value for the attribute’s type after
352
- * accounting for constraints shall be considered to have the maximum legal value in the attribute’s
353
- * constrained range.
392
+ * • For non-boolean nullable attributes, any value that is not a valid numeric value for the attribute’s
393
+ * type after accounting for range reductions due to being nullable and constraints shall be considered to
394
+ * have the null value for the type.
395
+ *
396
+ * • For non-boolean non-nullable attributes, any value that is not a valid numeric value for the attribute’s
397
+ * type after accounting for constraints shall be considered to be the valid attribute value that is
398
+ * closest to the provided value.
399
+ *
400
+ * ◦ In the event that an invalid provided value is of equal numerical distance to the two closest valid
401
+ * values, the lowest of those values shall be considered the closest valid attribute value.
402
+ *
403
+ * If the used field does not match the data type of the attribute indicated by AttributeID, the
404
+ * AttributeValuePairStruct shall be considered invalid.
354
405
  *
355
406
  * Examples of processing are:
356
407
  *
357
408
  * • ColorControl cluster CurrentX (AttributeID 0x0003) has a type of uint16 and is not nullable.
358
409
  *
359
- * ◦ AttributeValue of 0xAB12 would be used as-is, as it is in range.
410
+ * ◦ ValueUnsigned16 of 0xAB12 would be used as-is, as it is in range.
360
411
  *
361
- * ◦ AttributeValue of 0xAA0011 is outside of the range of uint16, and would be saturated to the maximum of
362
- * the attribute’s constraint range: 0xFEFF.
412
+ * ◦ ValueUnsigned16 of 0xFF80 is outside of the range allowed for attribute CurrentX, and would be
413
+ * saturated to the closest valid value, which is the maximum of the attribute’s constraint range: 0xFEFF.
363
414
  *
364
415
  * • LevelControl cluster CurrentLevel (AttributeID 0x0000) has a type of uint8 and is nullable.
365
416
  *
366
- * ◦ AttributeValue of 0xA1 would be used as-is, as it is in range.
417
+ * ◦ ValueUnsigned8 of 0xA1 would be used as-is, as it is in range.
367
418
  *
368
- * ◦ AttributeValue of 0xBB12 is outside the range of nullable uint8, and would be considered as the null
369
- * value.
419
+ * ◦ ValueUnsigned8 of 0xFF is outside the range allowed for nullable attribute CurrentLevel, and would be
420
+ * considered as the null value.
370
421
  *
371
422
  * @see {@link MatterSpecification.v13.Cluster} § 1.4.7.3.1
372
423
  */
@@ -504,17 +555,19 @@ export declare namespace ScenesManagement {
504
555
  /**
505
556
  * This field shall be present for all instances in a given ExtensionFieldSetStruct.
506
557
  *
507
- * The data type of AttributeValue shall be the data type of the attribute indicated by AttributeID.
558
+ * Which Value* field is used shall be determined based on the data type of the attribute indicated by
559
+ * AttributeID, as described in the Value* Fields subsection.
508
560
  *
509
561
  * The AttributeID field shall NOT refer to an attribute without the Scenes ("S") designation in the Quality
510
562
  * column of the cluster specification.
511
563
  *
512
- * 1.4.7.3.2. ValueUnsigned8, ValueSigned8, ValueUnsigned16, ValueSigned16, ValueUnsigned32, ValueSigned32,
513
- * ValueUnsigned64, ValueSigned64 Fields
564
+ * ### 1.4.7.3.2. ValueUnsigned8, ValueSigned8, ValueUnsigned16, ValueSigned16, ValueUnsigned32, ValueSigned32,
565
+ * ValueUnsigned64, ValueSigned64 Fields
514
566
  *
515
567
  * These fields shall indicate the attribute value as part of an extension field set, associated with a given
516
- * AttributeID under an ExtensionFieldSetStruct’s ClusterID. The proper field shall be present that maps to the
517
- * data type of the attribute indicated.
568
+ * AttributeID under an ExtensionFieldSetStruct’s ClusterID. Which of the fields is used shall
569
+ *
570
+ * be determined by the type of the attribute indicated by AttributeID as follows:
518
571
  *
519
572
  * • Data types bool, map8, and uint8 shall map to ValueUnsigned8.
520
573
  *
@@ -528,33 +581,48 @@ export declare namespace ScenesManagement {
528
581
  *
529
582
  * • Data types int24 and int32 shall map to ValueSigned32.
530
583
  *
531
- * • Data types map64, uint48, uint56 and uint64 shall map to ValueUnsigned64.
584
+ * • Data types map64, uint40, uint48, uint56 and uint64 shall map to ValueUnsigned64.
585
+ *
586
+ * • Data types int40, int48, int56 and int64 shall map to ValueSigned64.
587
+ *
588
+ * • For derived types, the mapping shall be based on the base type. For example, an attribute of type
589
+ * percent shall be treated as if it were of type uint8, whereas an attribute of type percent100ths shall
590
+ * be treated as if it were of type uint16.
591
+ *
592
+ * • For boolean nullable attributes, any value that is not 0 or 1 shall be considered to have the null value.
593
+ *
594
+ * • For boolean non-nullable attributes, any value that is not 0 or 1 shall be considered to have the value
595
+ * FALSE.
532
596
  *
533
- * • Data types int48, int56 and int64 shall map to ValueSigned64.
597
+ * • For non-boolean nullable attributes, any value that is not a valid numeric value for the attribute’s
598
+ * type after accounting for range reductions due to being nullable and constraints shall be considered to
599
+ * have the null value for the type.
534
600
  *
535
- * • For nullable attributes, any value that is not a valid numeric value for the attribute’s type after
536
- * accounting for range reductions due to being nullable and constraints shall be considered to have the
537
- * null value for the type.
601
+ * • For non-boolean non-nullable attributes, any value that is not a valid numeric value for the attribute’s
602
+ * type after accounting for constraints shall be considered to be the valid attribute value that is
603
+ * closest to the provided value.
538
604
  *
539
- * For non-nullable attributes, any value that is not a valid numeric value for the attribute’s type after
540
- * accounting for constraints shall be considered to have the maximum legal value in the attribute’s
541
- * constrained range.
605
+ * In the event that an invalid provided value is of equal numerical distance to the two closest valid
606
+ * values, the lowest of those values shall be considered the closest valid attribute value.
607
+ *
608
+ * If the used field does not match the data type of the attribute indicated by AttributeID, the
609
+ * AttributeValuePairStruct shall be considered invalid.
542
610
  *
543
611
  * Examples of processing are:
544
612
  *
545
613
  * • ColorControl cluster CurrentX (AttributeID 0x0003) has a type of uint16 and is not nullable.
546
614
  *
547
- * ◦ AttributeValue of 0xAB12 would be used as-is, as it is in range.
615
+ * ◦ ValueUnsigned16 of 0xAB12 would be used as-is, as it is in range.
548
616
  *
549
- * ◦ AttributeValue of 0xAA0011 is outside of the range of uint16, and would be saturated to the maximum of
550
- * the attribute’s constraint range: 0xFEFF.
617
+ * ◦ ValueUnsigned16 of 0xFF80 is outside of the range allowed for attribute CurrentX, and would be
618
+ * saturated to the closest valid value, which is the maximum of the attribute’s constraint range: 0xFEFF.
551
619
  *
552
620
  * • LevelControl cluster CurrentLevel (AttributeID 0x0000) has a type of uint8 and is nullable.
553
621
  *
554
- * ◦ AttributeValue of 0xA1 would be used as-is, as it is in range.
622
+ * ◦ ValueUnsigned8 of 0xA1 would be used as-is, as it is in range.
555
623
  *
556
- * ◦ AttributeValue of 0xBB12 is outside the range of nullable uint8, and would be considered as the null
557
- * value.
624
+ * ◦ ValueUnsigned8 of 0xFF is outside the range allowed for nullable attribute CurrentLevel, and would be
625
+ * considered as the null value.
558
626
  *
559
627
  * @see {@link MatterSpecification.v13.Cluster} § 1.4.7.3.1
560
628
  */
@@ -904,9 +972,7 @@ export declare namespace ScenesManagement {
904
972
  */
905
973
  groupIdentifierFrom: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
906
974
  /**
907
- * This field shall be set to the same values as in the corresponding fields of the received CopyScene
908
- *
909
- * command.
975
+ * This field shall be set to the same values as in the corresponding fields of the received CopyScene command.
910
976
  *
911
977
  * @see {@link MatterSpecification.v13.Cluster} § 1.4.9.16.3
912
978
  */
@@ -986,17 +1052,19 @@ export declare namespace ScenesManagement {
986
1052
  /**
987
1053
  * This field shall be present for all instances in a given ExtensionFieldSetStruct.
988
1054
  *
989
- * The data type of AttributeValue shall be the data type of the attribute indicated by AttributeID.
1055
+ * Which Value* field is used shall be determined based on the data type of the attribute indicated by
1056
+ * AttributeID, as described in the Value* Fields subsection.
990
1057
  *
991
1058
  * The AttributeID field shall NOT refer to an attribute without the Scenes ("S") designation in the Quality
992
1059
  * column of the cluster specification.
993
1060
  *
994
- * 1.4.7.3.2. ValueUnsigned8, ValueSigned8, ValueUnsigned16, ValueSigned16, ValueUnsigned32, ValueSigned32,
995
- * ValueUnsigned64, ValueSigned64 Fields
1061
+ * ### 1.4.7.3.2. ValueUnsigned8, ValueSigned8, ValueUnsigned16, ValueSigned16, ValueUnsigned32, ValueSigned32,
1062
+ * ValueUnsigned64, ValueSigned64 Fields
996
1063
  *
997
1064
  * These fields shall indicate the attribute value as part of an extension field set, associated with a given
998
- * AttributeID under an ExtensionFieldSetStruct’s ClusterID. The proper field shall be present that maps to the
999
- * data type of the attribute indicated.
1065
+ * AttributeID under an ExtensionFieldSetStruct’s ClusterID. Which of the fields is used shall
1066
+ *
1067
+ * be determined by the type of the attribute indicated by AttributeID as follows:
1000
1068
  *
1001
1069
  * • Data types bool, map8, and uint8 shall map to ValueUnsigned8.
1002
1070
  *
@@ -1010,33 +1078,48 @@ export declare namespace ScenesManagement {
1010
1078
  *
1011
1079
  * • Data types int24 and int32 shall map to ValueSigned32.
1012
1080
  *
1013
- * • Data types map64, uint48, uint56 and uint64 shall map to ValueUnsigned64.
1081
+ * • Data types map64, uint40, uint48, uint56 and uint64 shall map to ValueUnsigned64.
1082
+ *
1083
+ * • Data types int40, int48, int56 and int64 shall map to ValueSigned64.
1084
+ *
1085
+ * • For derived types, the mapping shall be based on the base type. For example, an attribute of type
1086
+ * percent shall be treated as if it were of type uint8, whereas an attribute of type percent100ths shall
1087
+ * be treated as if it were of type uint16.
1088
+ *
1089
+ * • For boolean nullable attributes, any value that is not 0 or 1 shall be considered to have the null value.
1014
1090
  *
1015
- * • Data types int48, int56 and int64 shall map to ValueSigned64.
1091
+ * • For boolean non-nullable attributes, any value that is not 0 or 1 shall be considered to have the value
1092
+ * FALSE.
1016
1093
  *
1017
- * • For nullable attributes, any value that is not a valid numeric value for the attribute’s type after
1018
- * accounting for range reductions due to being nullable and constraints shall be considered to have the
1019
- * null value for the type.
1094
+ * • For non-boolean nullable attributes, any value that is not a valid numeric value for the attribute’s
1095
+ * type after accounting for range reductions due to being nullable and constraints shall be considered to
1096
+ * have the null value for the type.
1020
1097
  *
1021
- * • For non-nullable attributes, any value that is not a valid numeric value for the attribute’s type after
1022
- * accounting for constraints shall be considered to have the maximum legal value in the attribute’s
1023
- * constrained range.
1098
+ * • For non-boolean non-nullable attributes, any value that is not a valid numeric value for the attribute’s
1099
+ * type after accounting for constraints shall be considered to be the valid attribute value that is
1100
+ * closest to the provided value.
1101
+ *
1102
+ * ◦ In the event that an invalid provided value is of equal numerical distance to the two closest valid
1103
+ * values, the lowest of those values shall be considered the closest valid attribute value.
1104
+ *
1105
+ * If the used field does not match the data type of the attribute indicated by AttributeID, the
1106
+ * AttributeValuePairStruct shall be considered invalid.
1024
1107
  *
1025
1108
  * Examples of processing are:
1026
1109
  *
1027
1110
  * • ColorControl cluster CurrentX (AttributeID 0x0003) has a type of uint16 and is not nullable.
1028
1111
  *
1029
- * ◦ AttributeValue of 0xAB12 would be used as-is, as it is in range.
1112
+ * ◦ ValueUnsigned16 of 0xAB12 would be used as-is, as it is in range.
1030
1113
  *
1031
- * ◦ AttributeValue of 0xAA0011 is outside of the range of uint16, and would be saturated to the maximum of
1032
- * the attribute’s constraint range: 0xFEFF.
1114
+ * ◦ ValueUnsigned16 of 0xFF80 is outside of the range allowed for attribute CurrentX, and would be
1115
+ * saturated to the closest valid value, which is the maximum of the attribute’s constraint range: 0xFEFF.
1033
1116
  *
1034
1117
  * • LevelControl cluster CurrentLevel (AttributeID 0x0000) has a type of uint8 and is nullable.
1035
1118
  *
1036
- * ◦ AttributeValue of 0xA1 would be used as-is, as it is in range.
1119
+ * ◦ ValueUnsigned8 of 0xA1 would be used as-is, as it is in range.
1037
1120
  *
1038
- * ◦ AttributeValue of 0xBB12 is outside the range of nullable uint8, and would be considered as the null
1039
- * value.
1121
+ * ◦ ValueUnsigned8 of 0xFF is outside the range allowed for nullable attribute CurrentLevel, and would be
1122
+ * considered as the null value.
1040
1123
  *
1041
1124
  * @see {@link MatterSpecification.v13.Cluster} § 1.4.7.3.1
1042
1125
  */
@@ -1223,17 +1306,19 @@ export declare namespace ScenesManagement {
1223
1306
  /**
1224
1307
  * This field shall be present for all instances in a given ExtensionFieldSetStruct.
1225
1308
  *
1226
- * The data type of AttributeValue shall be the data type of the attribute indicated by AttributeID.
1309
+ * Which Value* field is used shall be determined based on the data type of the attribute indicated by
1310
+ * AttributeID, as described in the Value* Fields subsection.
1227
1311
  *
1228
1312
  * The AttributeID field shall NOT refer to an attribute without the Scenes ("S") designation in the Quality
1229
1313
  * column of the cluster specification.
1230
1314
  *
1231
- * 1.4.7.3.2. ValueUnsigned8, ValueSigned8, ValueUnsigned16, ValueSigned16, ValueUnsigned32, ValueSigned32,
1232
- * ValueUnsigned64, ValueSigned64 Fields
1315
+ * ### 1.4.7.3.2. ValueUnsigned8, ValueSigned8, ValueUnsigned16, ValueSigned16, ValueUnsigned32, ValueSigned32,
1316
+ * ValueUnsigned64, ValueSigned64 Fields
1233
1317
  *
1234
1318
  * These fields shall indicate the attribute value as part of an extension field set, associated with a given
1235
- * AttributeID under an ExtensionFieldSetStruct’s ClusterID. The proper field shall be present that maps to the
1236
- * data type of the attribute indicated.
1319
+ * AttributeID under an ExtensionFieldSetStruct’s ClusterID. Which of the fields is used shall
1320
+ *
1321
+ * be determined by the type of the attribute indicated by AttributeID as follows:
1237
1322
  *
1238
1323
  * • Data types bool, map8, and uint8 shall map to ValueUnsigned8.
1239
1324
  *
@@ -1247,33 +1332,48 @@ export declare namespace ScenesManagement {
1247
1332
  *
1248
1333
  * • Data types int24 and int32 shall map to ValueSigned32.
1249
1334
  *
1250
- * • Data types map64, uint48, uint56 and uint64 shall map to ValueUnsigned64.
1335
+ * • Data types map64, uint40, uint48, uint56 and uint64 shall map to ValueUnsigned64.
1336
+ *
1337
+ * • Data types int40, int48, int56 and int64 shall map to ValueSigned64.
1338
+ *
1339
+ * • For derived types, the mapping shall be based on the base type. For example, an attribute of type
1340
+ * percent shall be treated as if it were of type uint8, whereas an attribute of type percent100ths shall
1341
+ * be treated as if it were of type uint16.
1342
+ *
1343
+ * • For boolean nullable attributes, any value that is not 0 or 1 shall be considered to have the null value.
1344
+ *
1345
+ * • For boolean non-nullable attributes, any value that is not 0 or 1 shall be considered to have the value
1346
+ * FALSE.
1347
+ *
1348
+ * • For non-boolean nullable attributes, any value that is not a valid numeric value for the attribute’s
1349
+ * type after accounting for range reductions due to being nullable and constraints shall be considered to
1350
+ * have the null value for the type.
1251
1351
  *
1252
- * • Data types int48, int56 and int64 shall map to ValueSigned64.
1352
+ * • For non-boolean non-nullable attributes, any value that is not a valid numeric value for the attribute’s
1353
+ * type after accounting for constraints shall be considered to be the valid attribute value that is
1354
+ * closest to the provided value.
1253
1355
  *
1254
- * For nullable attributes, any value that is not a valid numeric value for the attribute’s type after
1255
- * accounting for range reductions due to being nullable and constraints shall be considered to have the
1256
- * null value for the type.
1356
+ * In the event that an invalid provided value is of equal numerical distance to the two closest valid
1357
+ * values, the lowest of those values shall be considered the closest valid attribute value.
1257
1358
  *
1258
- * For non-nullable attributes, any value that is not a valid numeric value for the attribute’s type after
1259
- * accounting for constraints shall be considered to have the maximum legal value in the attribute’s
1260
- * constrained range.
1359
+ * If the used field does not match the data type of the attribute indicated by AttributeID, the
1360
+ * AttributeValuePairStruct shall be considered invalid.
1261
1361
  *
1262
1362
  * Examples of processing are:
1263
1363
  *
1264
1364
  * • ColorControl cluster CurrentX (AttributeID 0x0003) has a type of uint16 and is not nullable.
1265
1365
  *
1266
- * ◦ AttributeValue of 0xAB12 would be used as-is, as it is in range.
1366
+ * ◦ ValueUnsigned16 of 0xAB12 would be used as-is, as it is in range.
1267
1367
  *
1268
- * ◦ AttributeValue of 0xAA0011 is outside of the range of uint16, and would be saturated to the maximum of
1269
- * the attribute’s constraint range: 0xFEFF.
1368
+ * ◦ ValueUnsigned16 of 0xFF80 is outside of the range allowed for attribute CurrentX, and would be
1369
+ * saturated to the closest valid value, which is the maximum of the attribute’s constraint range: 0xFEFF.
1270
1370
  *
1271
1371
  * • LevelControl cluster CurrentLevel (AttributeID 0x0000) has a type of uint8 and is nullable.
1272
1372
  *
1273
- * ◦ AttributeValue of 0xA1 would be used as-is, as it is in range.
1373
+ * ◦ ValueUnsigned8 of 0xA1 would be used as-is, as it is in range.
1274
1374
  *
1275
- * ◦ AttributeValue of 0xBB12 is outside the range of nullable uint8, and would be considered as the null
1276
- * value.
1375
+ * ◦ ValueUnsigned8 of 0xFF is outside the range allowed for nullable attribute CurrentLevel, and would be
1376
+ * considered as the null value.
1277
1377
  *
1278
1378
  * @see {@link MatterSpecification.v13.Cluster} § 1.4.7.3.1
1279
1379
  */
@@ -1382,17 +1482,19 @@ export declare namespace ScenesManagement {
1382
1482
  /**
1383
1483
  * This field shall be present for all instances in a given ExtensionFieldSetStruct.
1384
1484
  *
1385
- * The data type of AttributeValue shall be the data type of the attribute indicated by AttributeID.
1485
+ * Which Value* field is used shall be determined based on the data type of the attribute indicated by
1486
+ * AttributeID, as described in the Value* Fields subsection.
1386
1487
  *
1387
1488
  * The AttributeID field shall NOT refer to an attribute without the Scenes ("S") designation in the Quality
1388
1489
  * column of the cluster specification.
1389
1490
  *
1390
- * 1.4.7.3.2. ValueUnsigned8, ValueSigned8, ValueUnsigned16, ValueSigned16, ValueUnsigned32, ValueSigned32,
1391
- * ValueUnsigned64, ValueSigned64 Fields
1491
+ * ### 1.4.7.3.2. ValueUnsigned8, ValueSigned8, ValueUnsigned16, ValueSigned16, ValueUnsigned32, ValueSigned32,
1492
+ * ValueUnsigned64, ValueSigned64 Fields
1392
1493
  *
1393
1494
  * These fields shall indicate the attribute value as part of an extension field set, associated with a given
1394
- * AttributeID under an ExtensionFieldSetStruct’s ClusterID. The proper field shall be present that maps to the
1395
- * data type of the attribute indicated.
1495
+ * AttributeID under an ExtensionFieldSetStruct’s ClusterID. Which of the fields is used shall
1496
+ *
1497
+ * be determined by the type of the attribute indicated by AttributeID as follows:
1396
1498
  *
1397
1499
  * • Data types bool, map8, and uint8 shall map to ValueUnsigned8.
1398
1500
  *
@@ -1406,33 +1508,48 @@ export declare namespace ScenesManagement {
1406
1508
  *
1407
1509
  * • Data types int24 and int32 shall map to ValueSigned32.
1408
1510
  *
1409
- * • Data types map64, uint48, uint56 and uint64 shall map to ValueUnsigned64.
1511
+ * • Data types map64, uint40, uint48, uint56 and uint64 shall map to ValueUnsigned64.
1512
+ *
1513
+ * • Data types int40, int48, int56 and int64 shall map to ValueSigned64.
1514
+ *
1515
+ * • For derived types, the mapping shall be based on the base type. For example, an attribute of type
1516
+ * percent shall be treated as if it were of type uint8, whereas an attribute of type percent100ths shall
1517
+ * be treated as if it were of type uint16.
1518
+ *
1519
+ * • For boolean nullable attributes, any value that is not 0 or 1 shall be considered to have the null value.
1410
1520
  *
1411
- * • Data types int48, int56 and int64 shall map to ValueSigned64.
1521
+ * • For boolean non-nullable attributes, any value that is not 0 or 1 shall be considered to have the value
1522
+ * FALSE.
1412
1523
  *
1413
- * • For nullable attributes, any value that is not a valid numeric value for the attribute’s type after
1414
- * accounting for range reductions due to being nullable and constraints shall be considered to have the
1415
- * null value for the type.
1524
+ * • For non-boolean nullable attributes, any value that is not a valid numeric value for the attribute’s
1525
+ * type after accounting for range reductions due to being nullable and constraints shall be considered to
1526
+ * have the null value for the type.
1416
1527
  *
1417
- * • For non-nullable attributes, any value that is not a valid numeric value for the attribute’s type after
1418
- * accounting for constraints shall be considered to have the maximum legal value in the attribute’s
1419
- * constrained range.
1528
+ * • For non-boolean non-nullable attributes, any value that is not a valid numeric value for the attribute’s
1529
+ * type after accounting for constraints shall be considered to be the valid attribute value that is
1530
+ * closest to the provided value.
1531
+ *
1532
+ * ◦ In the event that an invalid provided value is of equal numerical distance to the two closest valid
1533
+ * values, the lowest of those values shall be considered the closest valid attribute value.
1534
+ *
1535
+ * If the used field does not match the data type of the attribute indicated by AttributeID, the
1536
+ * AttributeValuePairStruct shall be considered invalid.
1420
1537
  *
1421
1538
  * Examples of processing are:
1422
1539
  *
1423
1540
  * • ColorControl cluster CurrentX (AttributeID 0x0003) has a type of uint16 and is not nullable.
1424
1541
  *
1425
- * ◦ AttributeValue of 0xAB12 would be used as-is, as it is in range.
1542
+ * ◦ ValueUnsigned16 of 0xAB12 would be used as-is, as it is in range.
1426
1543
  *
1427
- * ◦ AttributeValue of 0xAA0011 is outside of the range of uint16, and would be saturated to the maximum of
1428
- * the attribute’s constraint range: 0xFEFF.
1544
+ * ◦ ValueUnsigned16 of 0xFF80 is outside of the range allowed for attribute CurrentX, and would be
1545
+ * saturated to the closest valid value, which is the maximum of the attribute’s constraint range: 0xFEFF.
1429
1546
  *
1430
1547
  * • LevelControl cluster CurrentLevel (AttributeID 0x0000) has a type of uint8 and is nullable.
1431
1548
  *
1432
- * ◦ AttributeValue of 0xA1 would be used as-is, as it is in range.
1549
+ * ◦ ValueUnsigned8 of 0xA1 would be used as-is, as it is in range.
1433
1550
  *
1434
- * ◦ AttributeValue of 0xBB12 is outside the range of nullable uint8, and would be considered as the null
1435
- * value.
1551
+ * ◦ ValueUnsigned8 of 0xFF is outside the range allowed for nullable attribute CurrentLevel, and would be
1552
+ * considered as the null value.
1436
1553
  *
1437
1554
  * @see {@link MatterSpecification.v13.Cluster} § 1.4.7.3.1
1438
1555
  */
@@ -1680,9 +1797,7 @@ export declare namespace ScenesManagement {
1680
1797
  */
1681
1798
  groupIdentifierFrom: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
1682
1799
  /**
1683
- * This field shall be set to the same values as in the corresponding fields of the received CopyScene
1684
- *
1685
- * command.
1800
+ * This field shall be set to the same values as in the corresponding fields of the received CopyScene command.
1686
1801
  *
1687
1802
  * @see {@link MatterSpecification.v13.Cluster} § 1.4.9.16.3
1688
1803
  */
@@ -1852,17 +1967,19 @@ export declare namespace ScenesManagement {
1852
1967
  /**
1853
1968
  * This field shall be present for all instances in a given ExtensionFieldSetStruct.
1854
1969
  *
1855
- * The data type of AttributeValue shall be the data type of the attribute indicated by AttributeID.
1970
+ * Which Value* field is used shall be determined based on the data type of the attribute indicated by
1971
+ * AttributeID, as described in the Value* Fields subsection.
1856
1972
  *
1857
1973
  * The AttributeID field shall NOT refer to an attribute without the Scenes ("S") designation in the Quality
1858
1974
  * column of the cluster specification.
1859
1975
  *
1860
- * 1.4.7.3.2. ValueUnsigned8, ValueSigned8, ValueUnsigned16, ValueSigned16, ValueUnsigned32, ValueSigned32,
1861
- * ValueUnsigned64, ValueSigned64 Fields
1976
+ * ### 1.4.7.3.2. ValueUnsigned8, ValueSigned8, ValueUnsigned16, ValueSigned16, ValueUnsigned32, ValueSigned32,
1977
+ * ValueUnsigned64, ValueSigned64 Fields
1862
1978
  *
1863
1979
  * These fields shall indicate the attribute value as part of an extension field set, associated with a given
1864
- * AttributeID under an ExtensionFieldSetStruct’s ClusterID. The proper field shall be present that maps to the
1865
- * data type of the attribute indicated.
1980
+ * AttributeID under an ExtensionFieldSetStruct’s ClusterID. Which of the fields is used shall
1981
+ *
1982
+ * be determined by the type of the attribute indicated by AttributeID as follows:
1866
1983
  *
1867
1984
  * • Data types bool, map8, and uint8 shall map to ValueUnsigned8.
1868
1985
  *
@@ -1876,33 +1993,48 @@ export declare namespace ScenesManagement {
1876
1993
  *
1877
1994
  * • Data types int24 and int32 shall map to ValueSigned32.
1878
1995
  *
1879
- * • Data types map64, uint48, uint56 and uint64 shall map to ValueUnsigned64.
1996
+ * • Data types map64, uint40, uint48, uint56 and uint64 shall map to ValueUnsigned64.
1997
+ *
1998
+ * • Data types int40, int48, int56 and int64 shall map to ValueSigned64.
1999
+ *
2000
+ * • For derived types, the mapping shall be based on the base type. For example, an attribute of type
2001
+ * percent shall be treated as if it were of type uint8, whereas an attribute of type percent100ths shall
2002
+ * be treated as if it were of type uint16.
1880
2003
  *
1881
- * • Data types int48, int56 and int64 shall map to ValueSigned64.
2004
+ * • For boolean nullable attributes, any value that is not 0 or 1 shall be considered to have the null value.
1882
2005
  *
1883
- * • For nullable attributes, any value that is not a valid numeric value for the attribute’s type after
1884
- * accounting for range reductions due to being nullable and constraints shall be considered to have the
1885
- * null value for the type.
2006
+ * • For boolean non-nullable attributes, any value that is not 0 or 1 shall be considered to have the value
2007
+ * FALSE.
1886
2008
  *
1887
- * • For non-nullable attributes, any value that is not a valid numeric value for the attribute’s type after
1888
- * accounting for constraints shall be considered to have the maximum legal value in the attribute’s
1889
- * constrained range.
2009
+ * • For non-boolean nullable attributes, any value that is not a valid numeric value for the attribute’s
2010
+ * type after accounting for range reductions due to being nullable and constraints shall be considered to
2011
+ * have the null value for the type.
2012
+ *
2013
+ * • For non-boolean non-nullable attributes, any value that is not a valid numeric value for the attribute’s
2014
+ * type after accounting for constraints shall be considered to be the valid attribute value that is
2015
+ * closest to the provided value.
2016
+ *
2017
+ * ◦ In the event that an invalid provided value is of equal numerical distance to the two closest valid
2018
+ * values, the lowest of those values shall be considered the closest valid attribute value.
2019
+ *
2020
+ * If the used field does not match the data type of the attribute indicated by AttributeID, the
2021
+ * AttributeValuePairStruct shall be considered invalid.
1890
2022
  *
1891
2023
  * Examples of processing are:
1892
2024
  *
1893
2025
  * • ColorControl cluster CurrentX (AttributeID 0x0003) has a type of uint16 and is not nullable.
1894
2026
  *
1895
- * ◦ AttributeValue of 0xAB12 would be used as-is, as it is in range.
2027
+ * ◦ ValueUnsigned16 of 0xAB12 would be used as-is, as it is in range.
1896
2028
  *
1897
- * ◦ AttributeValue of 0xAA0011 is outside of the range of uint16, and would be saturated to the maximum of
1898
- * the attribute’s constraint range: 0xFEFF.
2029
+ * ◦ ValueUnsigned16 of 0xFF80 is outside of the range allowed for attribute CurrentX, and would be
2030
+ * saturated to the closest valid value, which is the maximum of the attribute’s constraint range: 0xFEFF.
1899
2031
  *
1900
2032
  * • LevelControl cluster CurrentLevel (AttributeID 0x0000) has a type of uint8 and is nullable.
1901
2033
  *
1902
- * ◦ AttributeValue of 0xA1 would be used as-is, as it is in range.
2034
+ * ◦ ValueUnsigned8 of 0xA1 would be used as-is, as it is in range.
1903
2035
  *
1904
- * ◦ AttributeValue of 0xBB12 is outside the range of nullable uint8, and would be considered as the null
1905
- * value.
2036
+ * ◦ ValueUnsigned8 of 0xFF is outside the range allowed for nullable attribute CurrentLevel, and would be
2037
+ * considered as the null value.
1906
2038
  *
1907
2039
  * @see {@link MatterSpecification.v13.Cluster} § 1.4.7.3.1
1908
2040
  */
@@ -2011,17 +2143,19 @@ export declare namespace ScenesManagement {
2011
2143
  /**
2012
2144
  * This field shall be present for all instances in a given ExtensionFieldSetStruct.
2013
2145
  *
2014
- * The data type of AttributeValue shall be the data type of the attribute indicated by AttributeID.
2146
+ * Which Value* field is used shall be determined based on the data type of the attribute indicated by
2147
+ * AttributeID, as described in the Value* Fields subsection.
2015
2148
  *
2016
2149
  * The AttributeID field shall NOT refer to an attribute without the Scenes ("S") designation in the Quality
2017
2150
  * column of the cluster specification.
2018
2151
  *
2019
- * 1.4.7.3.2. ValueUnsigned8, ValueSigned8, ValueUnsigned16, ValueSigned16, ValueUnsigned32, ValueSigned32,
2020
- * ValueUnsigned64, ValueSigned64 Fields
2152
+ * ### 1.4.7.3.2. ValueUnsigned8, ValueSigned8, ValueUnsigned16, ValueSigned16, ValueUnsigned32, ValueSigned32,
2153
+ * ValueUnsigned64, ValueSigned64 Fields
2021
2154
  *
2022
2155
  * These fields shall indicate the attribute value as part of an extension field set, associated with a given
2023
- * AttributeID under an ExtensionFieldSetStruct’s ClusterID. The proper field shall be present that maps to the
2024
- * data type of the attribute indicated.
2156
+ * AttributeID under an ExtensionFieldSetStruct’s ClusterID. Which of the fields is used shall
2157
+ *
2158
+ * be determined by the type of the attribute indicated by AttributeID as follows:
2025
2159
  *
2026
2160
  * • Data types bool, map8, and uint8 shall map to ValueUnsigned8.
2027
2161
  *
@@ -2035,33 +2169,48 @@ export declare namespace ScenesManagement {
2035
2169
  *
2036
2170
  * • Data types int24 and int32 shall map to ValueSigned32.
2037
2171
  *
2038
- * • Data types map64, uint48, uint56 and uint64 shall map to ValueUnsigned64.
2172
+ * • Data types map64, uint40, uint48, uint56 and uint64 shall map to ValueUnsigned64.
2039
2173
  *
2040
- * • Data types int48, int56 and int64 shall map to ValueSigned64.
2174
+ * • Data types int40, int48, int56 and int64 shall map to ValueSigned64.
2041
2175
  *
2042
- * • For nullable attributes, any value that is not a valid numeric value for the attribute’s type after
2043
- * accounting for range reductions due to being nullable and constraints shall be considered to have the
2044
- * null value for the type.
2176
+ * • For derived types, the mapping shall be based on the base type. For example, an attribute of type
2177
+ * percent shall be treated as if it were of type uint8, whereas an attribute of type percent100ths shall
2178
+ * be treated as if it were of type uint16.
2045
2179
  *
2046
- * • For non-nullable attributes, any value that is not a valid numeric value for the attribute’s type after
2047
- * accounting for constraints shall be considered to have the maximum legal value in the attribute’s
2048
- * constrained range.
2180
+ * • For boolean nullable attributes, any value that is not 0 or 1 shall be considered to have the null value.
2181
+ *
2182
+ * For boolean non-nullable attributes, any value that is not 0 or 1 shall be considered to have the value
2183
+ * FALSE.
2184
+ *
2185
+ * • For non-boolean nullable attributes, any value that is not a valid numeric value for the attribute’s
2186
+ * type after accounting for range reductions due to being nullable and constraints shall be considered to
2187
+ * have the null value for the type.
2188
+ *
2189
+ * • For non-boolean non-nullable attributes, any value that is not a valid numeric value for the attribute’s
2190
+ * type after accounting for constraints shall be considered to be the valid attribute value that is
2191
+ * closest to the provided value.
2192
+ *
2193
+ * ◦ In the event that an invalid provided value is of equal numerical distance to the two closest valid
2194
+ * values, the lowest of those values shall be considered the closest valid attribute value.
2195
+ *
2196
+ * If the used field does not match the data type of the attribute indicated by AttributeID, the
2197
+ * AttributeValuePairStruct shall be considered invalid.
2049
2198
  *
2050
2199
  * Examples of processing are:
2051
2200
  *
2052
2201
  * • ColorControl cluster CurrentX (AttributeID 0x0003) has a type of uint16 and is not nullable.
2053
2202
  *
2054
- * ◦ AttributeValue of 0xAB12 would be used as-is, as it is in range.
2203
+ * ◦ ValueUnsigned16 of 0xAB12 would be used as-is, as it is in range.
2055
2204
  *
2056
- * ◦ AttributeValue of 0xAA0011 is outside of the range of uint16, and would be saturated to the maximum of
2057
- * the attribute’s constraint range: 0xFEFF.
2205
+ * ◦ ValueUnsigned16 of 0xFF80 is outside of the range allowed for attribute CurrentX, and would be
2206
+ * saturated to the closest valid value, which is the maximum of the attribute’s constraint range: 0xFEFF.
2058
2207
  *
2059
2208
  * • LevelControl cluster CurrentLevel (AttributeID 0x0000) has a type of uint8 and is nullable.
2060
2209
  *
2061
- * ◦ AttributeValue of 0xA1 would be used as-is, as it is in range.
2210
+ * ◦ ValueUnsigned8 of 0xA1 would be used as-is, as it is in range.
2062
2211
  *
2063
- * ◦ AttributeValue of 0xBB12 is outside the range of nullable uint8, and would be considered as the null
2064
- * value.
2212
+ * ◦ ValueUnsigned8 of 0xFF is outside the range allowed for nullable attribute CurrentLevel, and would be
2213
+ * considered as the null value.
2065
2214
  *
2066
2215
  * @see {@link MatterSpecification.v13.Cluster} § 1.4.7.3.1
2067
2216
  */
@@ -2309,9 +2458,7 @@ export declare namespace ScenesManagement {
2309
2458
  */
2310
2459
  groupIdentifierFrom: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
2311
2460
  /**
2312
- * This field shall be set to the same values as in the corresponding fields of the received CopyScene
2313
- *
2314
- * command.
2461
+ * This field shall be set to the same values as in the corresponding fields of the received CopyScene command.
2315
2462
  *
2316
2463
  * @see {@link MatterSpecification.v13.Cluster} § 1.4.9.16.3
2317
2464
  */
@@ -2332,7 +2479,7 @@ export declare namespace ScenesManagement {
2332
2479
  * In most cases scenes are associated with a particular group identifier. Scenes may also exist without a group,
2333
2480
  * in which case the value 0 replaces the group identifier. Note that extra care is required in these cases to
2334
2481
  * avoid a scene identifier collision, and that commands related to scenes without a group may only be unicast,
2335
- * i.e., they may not be multicast or broadcast.
2482
+ * i.e., they shall NOT be multicast or broadcast.
2336
2483
  *
2337
2484
  * NOTE Support for Scenes Management cluster is provisional.
2338
2485
  *