@matter/types 0.16.0-alpha.0-20251022-5a69ce65a → 0.16.0-alpha.0-20251027-17770fb28

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 (888) hide show
  1. package/dist/cjs/cluster/mutation/{ElementModifier.d.ts → ClusterTypeModifier.d.ts} +8 -8
  2. package/dist/cjs/cluster/mutation/ClusterTypeModifier.d.ts.map +1 -0
  3. package/dist/cjs/cluster/mutation/{ElementModifier.js → ClusterTypeModifier.js} +6 -6
  4. package/dist/cjs/cluster/mutation/{ElementModifier.js.map → ClusterTypeModifier.js.map} +2 -2
  5. package/dist/cjs/cluster/mutation/MutableCluster.d.ts +7 -7
  6. package/dist/cjs/cluster/mutation/MutableCluster.d.ts.map +1 -1
  7. package/dist/cjs/cluster/mutation/MutableCluster.js +4 -4
  8. package/dist/cjs/cluster/mutation/MutableCluster.js.map +1 -1
  9. package/dist/cjs/cluster/mutation/index.d.ts +1 -1
  10. package/dist/cjs/cluster/mutation/index.d.ts.map +1 -1
  11. package/dist/cjs/cluster/mutation/index.js +1 -1
  12. package/dist/cjs/cluster/mutation/index.js.map +1 -1
  13. package/dist/cjs/clusters/access-control.d.ts +96 -47
  14. package/dist/cjs/clusters/access-control.d.ts.map +1 -1
  15. package/dist/cjs/clusters/access-control.js +16 -8
  16. package/dist/cjs/clusters/access-control.js.map +1 -1
  17. package/dist/cjs/clusters/account-login.d.ts +20 -20
  18. package/dist/cjs/clusters/account-login.js +12 -12
  19. package/dist/cjs/clusters/actions.d.ts +36 -5
  20. package/dist/cjs/clusters/actions.d.ts.map +1 -1
  21. package/dist/cjs/clusters/actions.js +26 -1
  22. package/dist/cjs/clusters/actions.js.map +1 -1
  23. package/dist/cjs/clusters/administrator-commissioning.d.ts +29 -25
  24. package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
  25. package/dist/cjs/clusters/administrator-commissioning.js +7 -6
  26. package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
  27. package/dist/cjs/clusters/air-quality.js +1 -1
  28. package/dist/cjs/clusters/air-quality.js.map +1 -1
  29. package/dist/cjs/clusters/alarm-base.d.ts +4 -4
  30. package/dist/cjs/clusters/alarm-base.js +2 -2
  31. package/dist/cjs/clusters/application-launcher.d.ts +49 -23
  32. package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
  33. package/dist/cjs/clusters/application-launcher.js +7 -3
  34. package/dist/cjs/clusters/application-launcher.js.map +1 -1
  35. package/dist/cjs/clusters/basic-information.d.ts +22 -19
  36. package/dist/cjs/clusters/basic-information.d.ts.map +1 -1
  37. package/dist/cjs/clusters/basic-information.js +21 -18
  38. package/dist/cjs/clusters/basic-information.js.map +1 -1
  39. package/dist/cjs/clusters/boolean-state-configuration.d.ts +15 -15
  40. package/dist/cjs/clusters/boolean-state-configuration.js +3 -3
  41. package/dist/cjs/clusters/bridged-device-basic-information.d.ts +56 -12
  42. package/dist/cjs/clusters/bridged-device-basic-information.d.ts.map +1 -1
  43. package/dist/cjs/clusters/bridged-device-basic-information.js +18 -4
  44. package/dist/cjs/clusters/bridged-device-basic-information.js.map +1 -1
  45. package/dist/cjs/clusters/channel.d.ts +12 -0
  46. package/dist/cjs/clusters/channel.d.ts.map +1 -1
  47. package/dist/cjs/clusters/channel.js +4 -0
  48. package/dist/cjs/clusters/channel.js.map +1 -1
  49. package/dist/cjs/clusters/color-control.d.ts +128 -119
  50. package/dist/cjs/clusters/color-control.d.ts.map +1 -1
  51. package/dist/cjs/clusters/color-control.js +52 -68
  52. package/dist/cjs/clusters/color-control.js.map +1 -1
  53. package/dist/cjs/clusters/commissioner-control.d.ts +8 -4
  54. package/dist/cjs/clusters/commissioner-control.d.ts.map +1 -1
  55. package/dist/cjs/clusters/commissioner-control.js +5 -1
  56. package/dist/cjs/clusters/commissioner-control.js.map +1 -1
  57. package/dist/cjs/clusters/concentration-measurement.d.ts +7 -9
  58. package/dist/cjs/clusters/concentration-measurement.d.ts.map +1 -1
  59. package/dist/cjs/clusters/concentration-measurement.js +11 -12
  60. package/dist/cjs/clusters/concentration-measurement.js.map +1 -1
  61. package/dist/cjs/clusters/content-control.d.ts +44 -30
  62. package/dist/cjs/clusters/content-control.d.ts.map +1 -1
  63. package/dist/cjs/clusters/content-control.js +6 -6
  64. package/dist/cjs/clusters/content-control.js.map +1 -1
  65. package/dist/cjs/clusters/content-launcher.d.ts +32 -32
  66. package/dist/cjs/clusters/content-launcher.js +1 -1
  67. package/dist/cjs/clusters/descriptor.d.ts +43 -10
  68. package/dist/cjs/clusters/descriptor.d.ts.map +1 -1
  69. package/dist/cjs/clusters/descriptor.js +21 -4
  70. package/dist/cjs/clusters/descriptor.js.map +1 -1
  71. package/dist/cjs/clusters/device-energy-management-mode.d.ts +9 -0
  72. package/dist/cjs/clusters/device-energy-management-mode.d.ts.map +1 -1
  73. package/dist/cjs/clusters/device-energy-management-mode.js +3 -0
  74. package/dist/cjs/clusters/device-energy-management-mode.js.map +1 -1
  75. package/dist/cjs/clusters/device-energy-management.d.ts +133 -24
  76. package/dist/cjs/clusters/device-energy-management.d.ts.map +1 -1
  77. package/dist/cjs/clusters/device-energy-management.js +38 -12
  78. package/dist/cjs/clusters/device-energy-management.js.map +1 -1
  79. package/dist/cjs/clusters/dishwasher-alarm.d.ts +3 -3
  80. package/dist/cjs/clusters/dishwasher-alarm.js +1 -1
  81. package/dist/cjs/clusters/dishwasher-mode.d.ts +9 -0
  82. package/dist/cjs/clusters/dishwasher-mode.d.ts.map +1 -1
  83. package/dist/cjs/clusters/dishwasher-mode.js +3 -0
  84. package/dist/cjs/clusters/dishwasher-mode.js.map +1 -1
  85. package/dist/cjs/clusters/door-lock.d.ts +182 -266
  86. package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
  87. package/dist/cjs/clusters/door-lock.js +80 -111
  88. package/dist/cjs/clusters/door-lock.js.map +1 -1
  89. package/dist/cjs/clusters/ecosystem-information.d.ts +93 -49
  90. package/dist/cjs/clusters/ecosystem-information.d.ts.map +1 -1
  91. package/dist/cjs/clusters/ecosystem-information.js +36 -24
  92. package/dist/cjs/clusters/ecosystem-information.js.map +1 -1
  93. package/dist/cjs/clusters/electrical-energy-measurement.d.ts +285 -209
  94. package/dist/cjs/clusters/electrical-energy-measurement.d.ts.map +1 -1
  95. package/dist/cjs/clusters/electrical-energy-measurement.js +33 -13
  96. package/dist/cjs/clusters/electrical-energy-measurement.js.map +2 -2
  97. package/dist/cjs/clusters/electrical-power-measurement.d.ts +201 -126
  98. package/dist/cjs/clusters/electrical-power-measurement.d.ts.map +1 -1
  99. package/dist/cjs/clusters/electrical-power-measurement.js +45 -23
  100. package/dist/cjs/clusters/electrical-power-measurement.js.map +2 -2
  101. package/dist/cjs/clusters/energy-evse-mode.d.ts +9 -0
  102. package/dist/cjs/clusters/energy-evse-mode.d.ts.map +1 -1
  103. package/dist/cjs/clusters/energy-evse-mode.js +3 -0
  104. package/dist/cjs/clusters/energy-evse-mode.js.map +1 -1
  105. package/dist/cjs/clusters/energy-evse.d.ts +61 -45
  106. package/dist/cjs/clusters/energy-evse.d.ts.map +1 -1
  107. package/dist/cjs/clusters/energy-evse.js +28 -33
  108. package/dist/cjs/clusters/energy-evse.js.map +1 -1
  109. package/dist/cjs/clusters/energy-preference.d.ts +5 -9
  110. package/dist/cjs/clusters/energy-preference.d.ts.map +1 -1
  111. package/dist/cjs/clusters/energy-preference.js +1 -3
  112. package/dist/cjs/clusters/energy-preference.js.map +1 -1
  113. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +59 -69
  114. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
  115. package/dist/cjs/clusters/ethernet-network-diagnostics.js +21 -25
  116. package/dist/cjs/clusters/ethernet-network-diagnostics.js.map +1 -1
  117. package/dist/cjs/clusters/fan-control.d.ts +334 -148
  118. package/dist/cjs/clusters/fan-control.d.ts.map +1 -1
  119. package/dist/cjs/clusters/fan-control.js +107 -56
  120. package/dist/cjs/clusters/fan-control.js.map +1 -1
  121. package/dist/cjs/clusters/flow-measurement.js +1 -1
  122. package/dist/cjs/clusters/flow-measurement.js.map +1 -1
  123. package/dist/cjs/clusters/general-commissioning.d.ts +90 -69
  124. package/dist/cjs/clusters/general-commissioning.d.ts.map +1 -1
  125. package/dist/cjs/clusters/general-commissioning.js +26 -23
  126. package/dist/cjs/clusters/general-commissioning.js.map +1 -1
  127. package/dist/cjs/clusters/general-diagnostics.d.ts +51 -52
  128. package/dist/cjs/clusters/general-diagnostics.d.ts.map +1 -1
  129. package/dist/cjs/clusters/general-diagnostics.js +13 -13
  130. package/dist/cjs/clusters/general-diagnostics.js.map +1 -1
  131. package/dist/cjs/clusters/group-key-management.d.ts +28 -22
  132. package/dist/cjs/clusters/group-key-management.d.ts.map +1 -1
  133. package/dist/cjs/clusters/group-key-management.js +13 -10
  134. package/dist/cjs/clusters/group-key-management.js.map +1 -1
  135. package/dist/cjs/clusters/groups.d.ts +0 -12
  136. package/dist/cjs/clusters/groups.d.ts.map +1 -1
  137. package/dist/cjs/clusters/groups.js +1 -7
  138. package/dist/cjs/clusters/groups.js.map +1 -1
  139. package/dist/cjs/clusters/icd-management.d.ts +809 -145
  140. package/dist/cjs/clusters/icd-management.d.ts.map +1 -1
  141. package/dist/cjs/clusters/icd-management.js +182 -34
  142. package/dist/cjs/clusters/icd-management.js.map +1 -1
  143. package/dist/cjs/clusters/identify.d.ts +12 -1
  144. package/dist/cjs/clusters/identify.d.ts.map +1 -1
  145. package/dist/cjs/clusters/identify.js +13 -2
  146. package/dist/cjs/clusters/identify.js.map +1 -1
  147. package/dist/cjs/clusters/illuminance-measurement.js +1 -1
  148. package/dist/cjs/clusters/illuminance-measurement.js.map +1 -1
  149. package/dist/cjs/clusters/index.d.ts +1 -5
  150. package/dist/cjs/clusters/index.d.ts.map +1 -1
  151. package/dist/cjs/clusters/index.js +3 -15
  152. package/dist/cjs/clusters/index.js.map +1 -1
  153. package/dist/cjs/clusters/joint-fabric-administrator.d.ts +424 -0
  154. package/dist/cjs/clusters/joint-fabric-administrator.d.ts.map +1 -0
  155. package/dist/cjs/clusters/joint-fabric-administrator.js +285 -0
  156. package/dist/cjs/clusters/joint-fabric-administrator.js.map +6 -0
  157. package/dist/cjs/clusters/joint-fabric-datastore.d.ts +1960 -805
  158. package/dist/cjs/clusters/joint-fabric-datastore.d.ts.map +1 -1
  159. package/dist/cjs/clusters/joint-fabric-datastore.js +990 -172
  160. package/dist/cjs/clusters/joint-fabric-datastore.js.map +2 -2
  161. package/dist/cjs/clusters/label.d.ts +9 -6
  162. package/dist/cjs/clusters/label.d.ts.map +1 -1
  163. package/dist/cjs/clusters/label.js +3 -2
  164. package/dist/cjs/clusters/label.js.map +1 -1
  165. package/dist/cjs/clusters/laundry-washer-controls.d.ts +9 -9
  166. package/dist/cjs/clusters/laundry-washer-controls.js +4 -4
  167. package/dist/cjs/clusters/laundry-washer-controls.js.map +1 -1
  168. package/dist/cjs/clusters/laundry-washer-mode.d.ts +2 -2
  169. package/dist/cjs/clusters/level-control.d.ts +11 -15
  170. package/dist/cjs/clusters/level-control.d.ts.map +1 -1
  171. package/dist/cjs/clusters/level-control.js +8 -9
  172. package/dist/cjs/clusters/level-control.js.map +1 -1
  173. package/dist/cjs/clusters/media-playback.d.ts +138 -12
  174. package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
  175. package/dist/cjs/clusters/media-playback.js +41 -4
  176. package/dist/cjs/clusters/media-playback.js.map +1 -1
  177. package/dist/cjs/clusters/messages.d.ts +7 -7
  178. package/dist/cjs/clusters/messages.js +3 -3
  179. package/dist/cjs/clusters/microwave-oven-control.js +4 -4
  180. package/dist/cjs/clusters/microwave-oven-control.js.map +1 -1
  181. package/dist/cjs/clusters/microwave-oven-mode.d.ts +9 -0
  182. package/dist/cjs/clusters/microwave-oven-mode.d.ts.map +1 -1
  183. package/dist/cjs/clusters/microwave-oven-mode.js +3 -0
  184. package/dist/cjs/clusters/microwave-oven-mode.js.map +1 -1
  185. package/dist/cjs/clusters/mode-base.d.ts +31 -2
  186. package/dist/cjs/clusters/mode-base.d.ts.map +1 -1
  187. package/dist/cjs/clusters/mode-base.js +15 -2
  188. package/dist/cjs/clusters/mode-base.js.map +1 -1
  189. package/dist/cjs/clusters/mode-select.d.ts +7 -7
  190. package/dist/cjs/clusters/mode-select.js +2 -2
  191. package/dist/cjs/clusters/network-commissioning.d.ts +259 -201
  192. package/dist/cjs/clusters/network-commissioning.d.ts.map +1 -1
  193. package/dist/cjs/clusters/network-commissioning.js +41 -27
  194. package/dist/cjs/clusters/network-commissioning.js.map +1 -1
  195. package/dist/cjs/clusters/occupancy-sensing.d.ts +14 -20
  196. package/dist/cjs/clusters/occupancy-sensing.d.ts.map +1 -1
  197. package/dist/cjs/clusters/occupancy-sensing.js +4 -6
  198. package/dist/cjs/clusters/occupancy-sensing.js.map +1 -1
  199. package/dist/cjs/clusters/on-off.js +4 -4
  200. package/dist/cjs/clusters/on-off.js.map +1 -1
  201. package/dist/cjs/clusters/operational-credentials.d.ts +367 -77
  202. package/dist/cjs/clusters/operational-credentials.d.ts.map +1 -1
  203. package/dist/cjs/clusters/operational-credentials.js +182 -38
  204. package/dist/cjs/clusters/operational-credentials.js.map +1 -1
  205. package/dist/cjs/clusters/operational-state.d.ts +29 -49
  206. package/dist/cjs/clusters/operational-state.d.ts.map +1 -1
  207. package/dist/cjs/clusters/operational-state.js +7 -10
  208. package/dist/cjs/clusters/operational-state.js.map +1 -1
  209. package/dist/cjs/clusters/ota-software-update-provider.d.ts +54 -22
  210. package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
  211. package/dist/cjs/clusters/ota-software-update-provider.js +27 -11
  212. package/dist/cjs/clusters/ota-software-update-provider.js.map +1 -1
  213. package/dist/cjs/clusters/ota-software-update-requestor.d.ts +12 -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 +6 -5
  216. package/dist/cjs/clusters/ota-software-update-requestor.js.map +1 -1
  217. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +5 -5
  218. package/dist/cjs/clusters/oven-cavity-operational-state.js +3 -3
  219. package/dist/cjs/clusters/oven-mode.d.ts +150 -0
  220. package/dist/cjs/clusters/oven-mode.d.ts.map +1 -1
  221. package/dist/cjs/clusters/oven-mode.js +51 -1
  222. package/dist/cjs/clusters/oven-mode.js.map +1 -1
  223. package/dist/cjs/clusters/power-source.d.ts +18 -6
  224. package/dist/cjs/clusters/power-source.d.ts.map +1 -1
  225. package/dist/cjs/clusters/power-source.js +6 -2
  226. package/dist/cjs/clusters/power-source.js.map +1 -1
  227. package/dist/cjs/clusters/pressure-measurement.d.ts +18 -9
  228. package/dist/cjs/clusters/pressure-measurement.d.ts.map +1 -1
  229. package/dist/cjs/clusters/pressure-measurement.js +10 -7
  230. package/dist/cjs/clusters/pressure-measurement.js.map +1 -1
  231. package/dist/cjs/clusters/pump-configuration-and-control.d.ts +46 -37
  232. package/dist/cjs/clusters/pump-configuration-and-control.d.ts.map +1 -1
  233. package/dist/cjs/clusters/pump-configuration-and-control.js +15 -12
  234. package/dist/cjs/clusters/pump-configuration-and-control.js.map +1 -1
  235. package/dist/cjs/clusters/refrigerator-alarm.d.ts +3 -3
  236. package/dist/cjs/clusters/refrigerator-alarm.js +1 -1
  237. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +9 -0
  238. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
  239. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +3 -0
  240. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
  241. package/dist/cjs/clusters/resource-monitoring.js +1 -1
  242. package/dist/cjs/clusters/resource-monitoring.js.map +1 -1
  243. package/dist/cjs/clusters/rvc-clean-mode.d.ts +16 -3
  244. package/dist/cjs/clusters/rvc-clean-mode.d.ts.map +1 -1
  245. package/dist/cjs/clusters/rvc-clean-mode.js +5 -1
  246. package/dist/cjs/clusters/rvc-clean-mode.js.map +1 -1
  247. package/dist/cjs/clusters/rvc-operational-state.d.ts +78 -49
  248. package/dist/cjs/clusters/rvc-operational-state.d.ts.map +1 -1
  249. package/dist/cjs/clusters/rvc-operational-state.js +19 -11
  250. package/dist/cjs/clusters/rvc-operational-state.js.map +1 -1
  251. package/dist/cjs/clusters/rvc-run-mode.d.ts +9 -0
  252. package/dist/cjs/clusters/rvc-run-mode.d.ts.map +1 -1
  253. package/dist/cjs/clusters/rvc-run-mode.js +3 -0
  254. package/dist/cjs/clusters/rvc-run-mode.js.map +1 -1
  255. package/dist/cjs/clusters/scenes-management.d.ts +14 -45
  256. package/dist/cjs/clusters/scenes-management.d.ts.map +1 -1
  257. package/dist/cjs/clusters/scenes-management.js +7 -22
  258. package/dist/cjs/clusters/scenes-management.js.map +1 -1
  259. package/dist/cjs/clusters/service-area.d.ts +36 -40
  260. package/dist/cjs/clusters/service-area.d.ts.map +1 -1
  261. package/dist/cjs/clusters/service-area.js +10 -12
  262. package/dist/cjs/clusters/service-area.js.map +1 -1
  263. package/dist/cjs/clusters/smoke-co-alarm.d.ts +4 -9
  264. package/dist/cjs/clusters/smoke-co-alarm.d.ts.map +1 -1
  265. package/dist/cjs/clusters/smoke-co-alarm.js.map +1 -1
  266. package/dist/cjs/clusters/software-diagnostics.d.ts +52 -51
  267. package/dist/cjs/clusters/software-diagnostics.d.ts.map +1 -1
  268. package/dist/cjs/clusters/software-diagnostics.js +17 -17
  269. package/dist/cjs/clusters/software-diagnostics.js.map +1 -1
  270. package/dist/cjs/clusters/switch.d.ts +20 -17
  271. package/dist/cjs/clusters/switch.d.ts.map +1 -1
  272. package/dist/cjs/clusters/switch.js +9 -8
  273. package/dist/cjs/clusters/switch.js.map +1 -1
  274. package/dist/cjs/clusters/temperature-control.d.ts +18 -9
  275. package/dist/cjs/clusters/temperature-control.d.ts.map +1 -1
  276. package/dist/cjs/clusters/temperature-control.js +7 -4
  277. package/dist/cjs/clusters/temperature-control.js.map +1 -1
  278. package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts.map +1 -1
  279. package/dist/cjs/clusters/thermostat-user-interface-configuration.js +2 -10
  280. package/dist/cjs/clusters/thermostat-user-interface-configuration.js.map +1 -1
  281. package/dist/cjs/clusters/thermostat.d.ts +406 -420
  282. package/dist/cjs/clusters/thermostat.d.ts.map +1 -1
  283. package/dist/cjs/clusters/thermostat.js +89 -101
  284. package/dist/cjs/clusters/thermostat.js.map +1 -1
  285. package/dist/cjs/clusters/thread-border-router-management.d.ts +9 -9
  286. package/dist/cjs/clusters/thread-border-router-management.js +5 -5
  287. package/dist/cjs/clusters/thread-border-router-management.js.map +1 -1
  288. package/dist/cjs/clusters/thread-network-diagnostics.d.ts +479 -504
  289. package/dist/cjs/clusters/thread-network-diagnostics.d.ts.map +1 -1
  290. package/dist/cjs/clusters/thread-network-diagnostics.js +171 -181
  291. package/dist/cjs/clusters/thread-network-diagnostics.js.map +1 -1
  292. package/dist/cjs/clusters/thread-network-directory.d.ts +3 -3
  293. package/dist/cjs/clusters/thread-network-directory.js +5 -5
  294. package/dist/cjs/clusters/thread-network-directory.js.map +1 -1
  295. package/dist/cjs/clusters/time-synchronization.d.ts +159 -127
  296. package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
  297. package/dist/cjs/clusters/time-synchronization.js +52 -42
  298. package/dist/cjs/clusters/time-synchronization.js.map +1 -1
  299. package/dist/cjs/clusters/unit-localization.d.ts +51 -13
  300. package/dist/cjs/clusters/unit-localization.d.ts.map +1 -1
  301. package/dist/cjs/clusters/unit-localization.js +22 -4
  302. package/dist/cjs/clusters/unit-localization.js.map +1 -1
  303. package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
  304. package/dist/cjs/clusters/valve-configuration-and-control.js +8 -12
  305. package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
  306. package/dist/cjs/clusters/water-heater-management.d.ts +2 -14
  307. package/dist/cjs/clusters/water-heater-management.d.ts.map +1 -1
  308. package/dist/cjs/clusters/water-heater-management.js +5 -9
  309. package/dist/cjs/clusters/water-heater-management.js.map +1 -1
  310. package/dist/cjs/clusters/water-heater-mode.d.ts +9 -0
  311. package/dist/cjs/clusters/water-heater-mode.d.ts.map +1 -1
  312. package/dist/cjs/clusters/water-heater-mode.js +3 -0
  313. package/dist/cjs/clusters/water-heater-mode.js.map +1 -1
  314. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +57 -72
  315. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
  316. package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -26
  317. package/dist/cjs/clusters/wi-fi-network-diagnostics.js.map +1 -1
  318. package/dist/cjs/clusters/wi-fi-network-management.d.ts +39 -1
  319. package/dist/cjs/clusters/wi-fi-network-management.d.ts.map +1 -1
  320. package/dist/cjs/clusters/wi-fi-network-management.js +22 -3
  321. package/dist/cjs/clusters/wi-fi-network-management.js.map +1 -1
  322. package/dist/cjs/clusters/window-covering.d.ts +105 -3
  323. package/dist/cjs/clusters/window-covering.d.ts.map +1 -1
  324. package/dist/cjs/clusters/window-covering.js +35 -1
  325. package/dist/cjs/clusters/window-covering.js.map +1 -1
  326. package/dist/cjs/globals/Currency.d.ts +27 -0
  327. package/dist/cjs/globals/Currency.d.ts.map +1 -0
  328. package/dist/cjs/globals/{Tod.js → Currency.js} +8 -22
  329. package/dist/cjs/globals/Currency.js.map +6 -0
  330. package/dist/cjs/globals/Locationdesc.d.ts +7 -7
  331. package/dist/cjs/globals/Locationdesc.js +5 -5
  332. package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
  333. package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
  334. package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
  335. package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
  336. package/dist/cjs/globals/MeasurementType.d.ts +14 -2
  337. package/dist/cjs/globals/MeasurementType.d.ts.map +1 -1
  338. package/dist/cjs/globals/MeasurementType.js +3 -0
  339. package/dist/cjs/globals/MeasurementType.js.map +1 -1
  340. package/dist/cjs/globals/Namespace.d.ts +13 -3
  341. package/dist/cjs/globals/Namespace.d.ts.map +1 -1
  342. package/dist/cjs/globals/Namespace.js.map +1 -1
  343. package/dist/cjs/globals/Price.d.ts +30 -0
  344. package/dist/cjs/globals/Price.d.ts.map +1 -0
  345. package/dist/cjs/globals/Price.js +33 -0
  346. package/dist/cjs/globals/Price.js.map +6 -0
  347. package/dist/cjs/globals/Priority.d.ts +1 -1
  348. package/dist/cjs/globals/Semtag.d.ts +9 -9
  349. package/dist/cjs/globals/Semtag.js +7 -7
  350. package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  351. package/dist/cjs/globals/Status.d.ts +24 -5
  352. package/dist/cjs/globals/Status.d.ts.map +1 -1
  353. package/dist/cjs/globals/Status.js +3 -0
  354. package/dist/cjs/globals/Status.js.map +1 -1
  355. package/dist/cjs/globals/ThreeLevelAuto.d.ts +33 -0
  356. package/dist/cjs/globals/ThreeLevelAuto.d.ts.map +1 -0
  357. package/dist/cjs/globals/ThreeLevelAuto.js +36 -0
  358. package/dist/cjs/globals/ThreeLevelAuto.js.map +6 -0
  359. package/dist/cjs/globals/WildcardPathFlags.d.ts +2 -2
  360. package/dist/cjs/globals/WildcardPathFlags.js +1 -1
  361. package/dist/cjs/globals/index.d.ts +3 -1
  362. package/dist/cjs/globals/index.d.ts.map +1 -1
  363. package/dist/cjs/globals/index.js +3 -1
  364. package/dist/cjs/globals/index.js.map +1 -1
  365. package/dist/esm/cluster/mutation/{ElementModifier.d.ts → ClusterTypeModifier.d.ts} +8 -8
  366. package/dist/esm/cluster/mutation/ClusterTypeModifier.d.ts.map +1 -0
  367. package/dist/esm/cluster/mutation/{ElementModifier.js → ClusterTypeModifier.js} +3 -3
  368. package/dist/esm/cluster/mutation/{ElementModifier.js.map → ClusterTypeModifier.js.map} +2 -2
  369. package/dist/esm/cluster/mutation/MutableCluster.d.ts +7 -7
  370. package/dist/esm/cluster/mutation/MutableCluster.d.ts.map +1 -1
  371. package/dist/esm/cluster/mutation/MutableCluster.js +4 -4
  372. package/dist/esm/cluster/mutation/MutableCluster.js.map +1 -1
  373. package/dist/esm/cluster/mutation/index.d.ts +1 -1
  374. package/dist/esm/cluster/mutation/index.d.ts.map +1 -1
  375. package/dist/esm/cluster/mutation/index.js +1 -1
  376. package/dist/esm/clusters/access-control.d.ts +96 -47
  377. package/dist/esm/clusters/access-control.d.ts.map +1 -1
  378. package/dist/esm/clusters/access-control.js +16 -8
  379. package/dist/esm/clusters/access-control.js.map +1 -1
  380. package/dist/esm/clusters/account-login.d.ts +20 -20
  381. package/dist/esm/clusters/account-login.js +12 -12
  382. package/dist/esm/clusters/actions.d.ts +36 -5
  383. package/dist/esm/clusters/actions.d.ts.map +1 -1
  384. package/dist/esm/clusters/actions.js +26 -1
  385. package/dist/esm/clusters/actions.js.map +1 -1
  386. package/dist/esm/clusters/administrator-commissioning.d.ts +29 -25
  387. package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
  388. package/dist/esm/clusters/administrator-commissioning.js +7 -6
  389. package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
  390. package/dist/esm/clusters/air-quality.js +1 -1
  391. package/dist/esm/clusters/air-quality.js.map +1 -1
  392. package/dist/esm/clusters/alarm-base.d.ts +4 -4
  393. package/dist/esm/clusters/alarm-base.js +2 -2
  394. package/dist/esm/clusters/application-launcher.d.ts +49 -23
  395. package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
  396. package/dist/esm/clusters/application-launcher.js +7 -3
  397. package/dist/esm/clusters/application-launcher.js.map +1 -1
  398. package/dist/esm/clusters/basic-information.d.ts +22 -19
  399. package/dist/esm/clusters/basic-information.d.ts.map +1 -1
  400. package/dist/esm/clusters/basic-information.js +22 -18
  401. package/dist/esm/clusters/basic-information.js.map +1 -1
  402. package/dist/esm/clusters/boolean-state-configuration.d.ts +15 -15
  403. package/dist/esm/clusters/boolean-state-configuration.js +3 -3
  404. package/dist/esm/clusters/bridged-device-basic-information.d.ts +56 -12
  405. package/dist/esm/clusters/bridged-device-basic-information.d.ts.map +1 -1
  406. package/dist/esm/clusters/bridged-device-basic-information.js +19 -4
  407. package/dist/esm/clusters/bridged-device-basic-information.js.map +1 -1
  408. package/dist/esm/clusters/channel.d.ts +12 -0
  409. package/dist/esm/clusters/channel.d.ts.map +1 -1
  410. package/dist/esm/clusters/channel.js +4 -0
  411. package/dist/esm/clusters/channel.js.map +1 -1
  412. package/dist/esm/clusters/color-control.d.ts +128 -119
  413. package/dist/esm/clusters/color-control.d.ts.map +1 -1
  414. package/dist/esm/clusters/color-control.js +52 -68
  415. package/dist/esm/clusters/color-control.js.map +1 -1
  416. package/dist/esm/clusters/commissioner-control.d.ts +8 -4
  417. package/dist/esm/clusters/commissioner-control.d.ts.map +1 -1
  418. package/dist/esm/clusters/commissioner-control.js +5 -1
  419. package/dist/esm/clusters/commissioner-control.js.map +1 -1
  420. package/dist/esm/clusters/concentration-measurement.d.ts +7 -9
  421. package/dist/esm/clusters/concentration-measurement.d.ts.map +1 -1
  422. package/dist/esm/clusters/concentration-measurement.js +11 -12
  423. package/dist/esm/clusters/concentration-measurement.js.map +1 -1
  424. package/dist/esm/clusters/content-control.d.ts +44 -30
  425. package/dist/esm/clusters/content-control.d.ts.map +1 -1
  426. package/dist/esm/clusters/content-control.js +6 -6
  427. package/dist/esm/clusters/content-control.js.map +1 -1
  428. package/dist/esm/clusters/content-launcher.d.ts +32 -32
  429. package/dist/esm/clusters/content-launcher.js +1 -1
  430. package/dist/esm/clusters/descriptor.d.ts +43 -10
  431. package/dist/esm/clusters/descriptor.d.ts.map +1 -1
  432. package/dist/esm/clusters/descriptor.js +22 -5
  433. package/dist/esm/clusters/descriptor.js.map +1 -1
  434. package/dist/esm/clusters/device-energy-management-mode.d.ts +9 -0
  435. package/dist/esm/clusters/device-energy-management-mode.d.ts.map +1 -1
  436. package/dist/esm/clusters/device-energy-management-mode.js +3 -0
  437. package/dist/esm/clusters/device-energy-management-mode.js.map +1 -1
  438. package/dist/esm/clusters/device-energy-management.d.ts +133 -24
  439. package/dist/esm/clusters/device-energy-management.d.ts.map +1 -1
  440. package/dist/esm/clusters/device-energy-management.js +38 -12
  441. package/dist/esm/clusters/device-energy-management.js.map +1 -1
  442. package/dist/esm/clusters/dishwasher-alarm.d.ts +3 -3
  443. package/dist/esm/clusters/dishwasher-alarm.js +1 -1
  444. package/dist/esm/clusters/dishwasher-mode.d.ts +9 -0
  445. package/dist/esm/clusters/dishwasher-mode.d.ts.map +1 -1
  446. package/dist/esm/clusters/dishwasher-mode.js +3 -0
  447. package/dist/esm/clusters/dishwasher-mode.js.map +1 -1
  448. package/dist/esm/clusters/door-lock.d.ts +182 -266
  449. package/dist/esm/clusters/door-lock.d.ts.map +1 -1
  450. package/dist/esm/clusters/door-lock.js +81 -112
  451. package/dist/esm/clusters/door-lock.js.map +1 -1
  452. package/dist/esm/clusters/ecosystem-information.d.ts +93 -49
  453. package/dist/esm/clusters/ecosystem-information.d.ts.map +1 -1
  454. package/dist/esm/clusters/ecosystem-information.js +37 -25
  455. package/dist/esm/clusters/ecosystem-information.js.map +1 -1
  456. package/dist/esm/clusters/electrical-energy-measurement.d.ts +285 -209
  457. package/dist/esm/clusters/electrical-energy-measurement.d.ts.map +1 -1
  458. package/dist/esm/clusters/electrical-energy-measurement.js +33 -13
  459. package/dist/esm/clusters/electrical-energy-measurement.js.map +2 -2
  460. package/dist/esm/clusters/electrical-power-measurement.d.ts +201 -126
  461. package/dist/esm/clusters/electrical-power-measurement.d.ts.map +1 -1
  462. package/dist/esm/clusters/electrical-power-measurement.js +45 -23
  463. package/dist/esm/clusters/electrical-power-measurement.js.map +2 -2
  464. package/dist/esm/clusters/energy-evse-mode.d.ts +9 -0
  465. package/dist/esm/clusters/energy-evse-mode.d.ts.map +1 -1
  466. package/dist/esm/clusters/energy-evse-mode.js +3 -0
  467. package/dist/esm/clusters/energy-evse-mode.js.map +1 -1
  468. package/dist/esm/clusters/energy-evse.d.ts +61 -45
  469. package/dist/esm/clusters/energy-evse.d.ts.map +1 -1
  470. package/dist/esm/clusters/energy-evse.js +28 -33
  471. package/dist/esm/clusters/energy-evse.js.map +1 -1
  472. package/dist/esm/clusters/energy-preference.d.ts +5 -9
  473. package/dist/esm/clusters/energy-preference.d.ts.map +1 -1
  474. package/dist/esm/clusters/energy-preference.js +1 -3
  475. package/dist/esm/clusters/energy-preference.js.map +1 -1
  476. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +59 -69
  477. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
  478. package/dist/esm/clusters/ethernet-network-diagnostics.js +21 -25
  479. package/dist/esm/clusters/ethernet-network-diagnostics.js.map +1 -1
  480. package/dist/esm/clusters/fan-control.d.ts +334 -148
  481. package/dist/esm/clusters/fan-control.d.ts.map +1 -1
  482. package/dist/esm/clusters/fan-control.js +107 -56
  483. package/dist/esm/clusters/fan-control.js.map +1 -1
  484. package/dist/esm/clusters/flow-measurement.js +1 -1
  485. package/dist/esm/clusters/flow-measurement.js.map +1 -1
  486. package/dist/esm/clusters/general-commissioning.d.ts +90 -69
  487. package/dist/esm/clusters/general-commissioning.d.ts.map +1 -1
  488. package/dist/esm/clusters/general-commissioning.js +26 -23
  489. package/dist/esm/clusters/general-commissioning.js.map +1 -1
  490. package/dist/esm/clusters/general-diagnostics.d.ts +51 -52
  491. package/dist/esm/clusters/general-diagnostics.d.ts.map +1 -1
  492. package/dist/esm/clusters/general-diagnostics.js +13 -13
  493. package/dist/esm/clusters/general-diagnostics.js.map +1 -1
  494. package/dist/esm/clusters/group-key-management.d.ts +28 -22
  495. package/dist/esm/clusters/group-key-management.d.ts.map +1 -1
  496. package/dist/esm/clusters/group-key-management.js +13 -10
  497. package/dist/esm/clusters/group-key-management.js.map +1 -1
  498. package/dist/esm/clusters/groups.d.ts +0 -12
  499. package/dist/esm/clusters/groups.d.ts.map +1 -1
  500. package/dist/esm/clusters/groups.js +1 -7
  501. package/dist/esm/clusters/groups.js.map +1 -1
  502. package/dist/esm/clusters/icd-management.d.ts +809 -145
  503. package/dist/esm/clusters/icd-management.d.ts.map +1 -1
  504. package/dist/esm/clusters/icd-management.js +182 -34
  505. package/dist/esm/clusters/icd-management.js.map +1 -1
  506. package/dist/esm/clusters/identify.d.ts +12 -1
  507. package/dist/esm/clusters/identify.d.ts.map +1 -1
  508. package/dist/esm/clusters/identify.js +13 -2
  509. package/dist/esm/clusters/identify.js.map +1 -1
  510. package/dist/esm/clusters/illuminance-measurement.js +1 -1
  511. package/dist/esm/clusters/illuminance-measurement.js.map +1 -1
  512. package/dist/esm/clusters/index.d.ts +1 -5
  513. package/dist/esm/clusters/index.d.ts.map +1 -1
  514. package/dist/esm/clusters/index.js +3 -15
  515. package/dist/esm/clusters/index.js.map +1 -1
  516. package/dist/esm/clusters/joint-fabric-administrator.d.ts +424 -0
  517. package/dist/esm/clusters/joint-fabric-administrator.d.ts.map +1 -0
  518. package/dist/esm/clusters/joint-fabric-administrator.js +265 -0
  519. package/dist/esm/clusters/joint-fabric-administrator.js.map +6 -0
  520. package/dist/esm/clusters/joint-fabric-datastore.d.ts +1960 -805
  521. package/dist/esm/clusters/joint-fabric-datastore.d.ts.map +1 -1
  522. package/dist/esm/clusters/joint-fabric-datastore.js +993 -175
  523. package/dist/esm/clusters/joint-fabric-datastore.js.map +2 -2
  524. package/dist/esm/clusters/label.d.ts +9 -6
  525. package/dist/esm/clusters/label.d.ts.map +1 -1
  526. package/dist/esm/clusters/label.js +3 -2
  527. package/dist/esm/clusters/label.js.map +1 -1
  528. package/dist/esm/clusters/laundry-washer-controls.d.ts +9 -9
  529. package/dist/esm/clusters/laundry-washer-controls.js +4 -4
  530. package/dist/esm/clusters/laundry-washer-controls.js.map +1 -1
  531. package/dist/esm/clusters/laundry-washer-mode.d.ts +2 -2
  532. package/dist/esm/clusters/level-control.d.ts +11 -15
  533. package/dist/esm/clusters/level-control.d.ts.map +1 -1
  534. package/dist/esm/clusters/level-control.js +8 -9
  535. package/dist/esm/clusters/level-control.js.map +1 -1
  536. package/dist/esm/clusters/media-playback.d.ts +138 -12
  537. package/dist/esm/clusters/media-playback.d.ts.map +1 -1
  538. package/dist/esm/clusters/media-playback.js +41 -4
  539. package/dist/esm/clusters/media-playback.js.map +1 -1
  540. package/dist/esm/clusters/messages.d.ts +7 -7
  541. package/dist/esm/clusters/messages.js +3 -3
  542. package/dist/esm/clusters/microwave-oven-control.js +4 -4
  543. package/dist/esm/clusters/microwave-oven-control.js.map +1 -1
  544. package/dist/esm/clusters/microwave-oven-mode.d.ts +9 -0
  545. package/dist/esm/clusters/microwave-oven-mode.d.ts.map +1 -1
  546. package/dist/esm/clusters/microwave-oven-mode.js +3 -0
  547. package/dist/esm/clusters/microwave-oven-mode.js.map +1 -1
  548. package/dist/esm/clusters/mode-base.d.ts +31 -2
  549. package/dist/esm/clusters/mode-base.d.ts.map +1 -1
  550. package/dist/esm/clusters/mode-base.js +15 -2
  551. package/dist/esm/clusters/mode-base.js.map +1 -1
  552. package/dist/esm/clusters/mode-select.d.ts +7 -7
  553. package/dist/esm/clusters/mode-select.js +2 -2
  554. package/dist/esm/clusters/network-commissioning.d.ts +259 -201
  555. package/dist/esm/clusters/network-commissioning.d.ts.map +1 -1
  556. package/dist/esm/clusters/network-commissioning.js +41 -27
  557. package/dist/esm/clusters/network-commissioning.js.map +1 -1
  558. package/dist/esm/clusters/occupancy-sensing.d.ts +14 -20
  559. package/dist/esm/clusters/occupancy-sensing.d.ts.map +1 -1
  560. package/dist/esm/clusters/occupancy-sensing.js +4 -6
  561. package/dist/esm/clusters/occupancy-sensing.js.map +1 -1
  562. package/dist/esm/clusters/on-off.js +4 -4
  563. package/dist/esm/clusters/on-off.js.map +1 -1
  564. package/dist/esm/clusters/operational-credentials.d.ts +367 -77
  565. package/dist/esm/clusters/operational-credentials.d.ts.map +1 -1
  566. package/dist/esm/clusters/operational-credentials.js +183 -39
  567. package/dist/esm/clusters/operational-credentials.js.map +1 -1
  568. package/dist/esm/clusters/operational-state.d.ts +29 -49
  569. package/dist/esm/clusters/operational-state.d.ts.map +1 -1
  570. package/dist/esm/clusters/operational-state.js +7 -10
  571. package/dist/esm/clusters/operational-state.js.map +1 -1
  572. package/dist/esm/clusters/ota-software-update-provider.d.ts +54 -22
  573. package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
  574. package/dist/esm/clusters/ota-software-update-provider.js +27 -11
  575. package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
  576. package/dist/esm/clusters/ota-software-update-requestor.d.ts +12 -10
  577. package/dist/esm/clusters/ota-software-update-requestor.d.ts.map +1 -1
  578. package/dist/esm/clusters/ota-software-update-requestor.js +6 -5
  579. package/dist/esm/clusters/ota-software-update-requestor.js.map +1 -1
  580. package/dist/esm/clusters/oven-cavity-operational-state.d.ts +5 -5
  581. package/dist/esm/clusters/oven-cavity-operational-state.js +3 -3
  582. package/dist/esm/clusters/oven-mode.d.ts +150 -0
  583. package/dist/esm/clusters/oven-mode.d.ts.map +1 -1
  584. package/dist/esm/clusters/oven-mode.js +51 -1
  585. package/dist/esm/clusters/oven-mode.js.map +1 -1
  586. package/dist/esm/clusters/power-source.d.ts +18 -6
  587. package/dist/esm/clusters/power-source.d.ts.map +1 -1
  588. package/dist/esm/clusters/power-source.js +6 -2
  589. package/dist/esm/clusters/power-source.js.map +1 -1
  590. package/dist/esm/clusters/pressure-measurement.d.ts +18 -9
  591. package/dist/esm/clusters/pressure-measurement.d.ts.map +1 -1
  592. package/dist/esm/clusters/pressure-measurement.js +10 -7
  593. package/dist/esm/clusters/pressure-measurement.js.map +1 -1
  594. package/dist/esm/clusters/pump-configuration-and-control.d.ts +46 -37
  595. package/dist/esm/clusters/pump-configuration-and-control.d.ts.map +1 -1
  596. package/dist/esm/clusters/pump-configuration-and-control.js +15 -12
  597. package/dist/esm/clusters/pump-configuration-and-control.js.map +1 -1
  598. package/dist/esm/clusters/refrigerator-alarm.d.ts +3 -3
  599. package/dist/esm/clusters/refrigerator-alarm.js +1 -1
  600. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +9 -0
  601. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
  602. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +3 -0
  603. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
  604. package/dist/esm/clusters/resource-monitoring.js +1 -1
  605. package/dist/esm/clusters/resource-monitoring.js.map +1 -1
  606. package/dist/esm/clusters/rvc-clean-mode.d.ts +16 -3
  607. package/dist/esm/clusters/rvc-clean-mode.d.ts.map +1 -1
  608. package/dist/esm/clusters/rvc-clean-mode.js +5 -1
  609. package/dist/esm/clusters/rvc-clean-mode.js.map +1 -1
  610. package/dist/esm/clusters/rvc-operational-state.d.ts +78 -49
  611. package/dist/esm/clusters/rvc-operational-state.d.ts.map +1 -1
  612. package/dist/esm/clusters/rvc-operational-state.js +19 -11
  613. package/dist/esm/clusters/rvc-operational-state.js.map +1 -1
  614. package/dist/esm/clusters/rvc-run-mode.d.ts +9 -0
  615. package/dist/esm/clusters/rvc-run-mode.d.ts.map +1 -1
  616. package/dist/esm/clusters/rvc-run-mode.js +3 -0
  617. package/dist/esm/clusters/rvc-run-mode.js.map +1 -1
  618. package/dist/esm/clusters/scenes-management.d.ts +14 -45
  619. package/dist/esm/clusters/scenes-management.d.ts.map +1 -1
  620. package/dist/esm/clusters/scenes-management.js +8 -30
  621. package/dist/esm/clusters/scenes-management.js.map +1 -1
  622. package/dist/esm/clusters/service-area.d.ts +36 -40
  623. package/dist/esm/clusters/service-area.d.ts.map +1 -1
  624. package/dist/esm/clusters/service-area.js +10 -12
  625. package/dist/esm/clusters/service-area.js.map +1 -1
  626. package/dist/esm/clusters/smoke-co-alarm.d.ts +4 -9
  627. package/dist/esm/clusters/smoke-co-alarm.d.ts.map +1 -1
  628. package/dist/esm/clusters/smoke-co-alarm.js.map +1 -1
  629. package/dist/esm/clusters/software-diagnostics.d.ts +52 -51
  630. package/dist/esm/clusters/software-diagnostics.d.ts.map +1 -1
  631. package/dist/esm/clusters/software-diagnostics.js +17 -17
  632. package/dist/esm/clusters/software-diagnostics.js.map +1 -1
  633. package/dist/esm/clusters/switch.d.ts +20 -17
  634. package/dist/esm/clusters/switch.d.ts.map +1 -1
  635. package/dist/esm/clusters/switch.js +9 -8
  636. package/dist/esm/clusters/switch.js.map +1 -1
  637. package/dist/esm/clusters/temperature-control.d.ts +18 -9
  638. package/dist/esm/clusters/temperature-control.d.ts.map +1 -1
  639. package/dist/esm/clusters/temperature-control.js +7 -4
  640. package/dist/esm/clusters/temperature-control.js.map +1 -1
  641. package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts.map +1 -1
  642. package/dist/esm/clusters/thermostat-user-interface-configuration.js +2 -10
  643. package/dist/esm/clusters/thermostat-user-interface-configuration.js.map +1 -1
  644. package/dist/esm/clusters/thermostat.d.ts +406 -420
  645. package/dist/esm/clusters/thermostat.d.ts.map +1 -1
  646. package/dist/esm/clusters/thermostat.js +89 -101
  647. package/dist/esm/clusters/thermostat.js.map +1 -1
  648. package/dist/esm/clusters/thread-border-router-management.d.ts +9 -9
  649. package/dist/esm/clusters/thread-border-router-management.js +5 -5
  650. package/dist/esm/clusters/thread-border-router-management.js.map +1 -1
  651. package/dist/esm/clusters/thread-network-diagnostics.d.ts +479 -504
  652. package/dist/esm/clusters/thread-network-diagnostics.d.ts.map +1 -1
  653. package/dist/esm/clusters/thread-network-diagnostics.js +171 -181
  654. package/dist/esm/clusters/thread-network-diagnostics.js.map +1 -1
  655. package/dist/esm/clusters/thread-network-directory.d.ts +3 -3
  656. package/dist/esm/clusters/thread-network-directory.js +5 -5
  657. package/dist/esm/clusters/thread-network-directory.js.map +1 -1
  658. package/dist/esm/clusters/time-synchronization.d.ts +159 -127
  659. package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
  660. package/dist/esm/clusters/time-synchronization.js +52 -42
  661. package/dist/esm/clusters/time-synchronization.js.map +1 -1
  662. package/dist/esm/clusters/unit-localization.d.ts +51 -13
  663. package/dist/esm/clusters/unit-localization.d.ts.map +1 -1
  664. package/dist/esm/clusters/unit-localization.js +23 -5
  665. package/dist/esm/clusters/unit-localization.js.map +1 -1
  666. package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
  667. package/dist/esm/clusters/valve-configuration-and-control.js +8 -12
  668. package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
  669. package/dist/esm/clusters/water-heater-management.d.ts +2 -14
  670. package/dist/esm/clusters/water-heater-management.d.ts.map +1 -1
  671. package/dist/esm/clusters/water-heater-management.js +5 -9
  672. package/dist/esm/clusters/water-heater-management.js.map +1 -1
  673. package/dist/esm/clusters/water-heater-mode.d.ts +9 -0
  674. package/dist/esm/clusters/water-heater-mode.d.ts.map +1 -1
  675. package/dist/esm/clusters/water-heater-mode.js +3 -0
  676. package/dist/esm/clusters/water-heater-mode.js.map +1 -1
  677. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +57 -72
  678. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
  679. package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -26
  680. package/dist/esm/clusters/wi-fi-network-diagnostics.js.map +1 -1
  681. package/dist/esm/clusters/wi-fi-network-management.d.ts +39 -1
  682. package/dist/esm/clusters/wi-fi-network-management.d.ts.map +1 -1
  683. package/dist/esm/clusters/wi-fi-network-management.js +22 -3
  684. package/dist/esm/clusters/wi-fi-network-management.js.map +1 -1
  685. package/dist/esm/clusters/window-covering.d.ts +105 -3
  686. package/dist/esm/clusters/window-covering.d.ts.map +1 -1
  687. package/dist/esm/clusters/window-covering.js +35 -1
  688. package/dist/esm/clusters/window-covering.js.map +1 -1
  689. package/dist/esm/globals/Currency.d.ts +27 -0
  690. package/dist/esm/globals/Currency.d.ts.map +1 -0
  691. package/dist/esm/globals/Currency.js +15 -0
  692. package/dist/esm/globals/Currency.js.map +6 -0
  693. package/dist/esm/globals/Locationdesc.d.ts +7 -7
  694. package/dist/esm/globals/Locationdesc.js +5 -5
  695. package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
  696. package/dist/esm/globals/MeasurementAccuracy.js +3 -3
  697. package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
  698. package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
  699. package/dist/esm/globals/MeasurementType.d.ts +14 -2
  700. package/dist/esm/globals/MeasurementType.d.ts.map +1 -1
  701. package/dist/esm/globals/MeasurementType.js +3 -0
  702. package/dist/esm/globals/MeasurementType.js.map +1 -1
  703. package/dist/esm/globals/Namespace.d.ts +13 -3
  704. package/dist/esm/globals/Namespace.d.ts.map +1 -1
  705. package/dist/esm/globals/Namespace.js.map +1 -1
  706. package/dist/esm/globals/Price.d.ts +30 -0
  707. package/dist/esm/globals/Price.d.ts.map +1 -0
  708. package/dist/esm/globals/Price.js +13 -0
  709. package/dist/esm/globals/Price.js.map +6 -0
  710. package/dist/esm/globals/Priority.d.ts +1 -1
  711. package/dist/esm/globals/Semtag.d.ts +9 -9
  712. package/dist/esm/globals/Semtag.js +7 -7
  713. package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  714. package/dist/esm/globals/Status.d.ts +24 -5
  715. package/dist/esm/globals/Status.d.ts.map +1 -1
  716. package/dist/esm/globals/Status.js +3 -0
  717. package/dist/esm/globals/Status.js.map +1 -1
  718. package/dist/esm/globals/ThreeLevelAuto.d.ts +33 -0
  719. package/dist/esm/globals/ThreeLevelAuto.d.ts.map +1 -0
  720. package/dist/esm/globals/ThreeLevelAuto.js +16 -0
  721. package/dist/esm/globals/ThreeLevelAuto.js.map +6 -0
  722. package/dist/esm/globals/WildcardPathFlags.d.ts +2 -2
  723. package/dist/esm/globals/WildcardPathFlags.js +1 -1
  724. package/dist/esm/globals/index.d.ts +3 -1
  725. package/dist/esm/globals/index.d.ts.map +1 -1
  726. package/dist/esm/globals/index.js +3 -1
  727. package/dist/esm/globals/index.js.map +1 -1
  728. package/package.json +5 -5
  729. package/src/cluster/mutation/{ElementModifier.ts → ClusterTypeModifier.ts} +9 -9
  730. package/src/cluster/mutation/MutableCluster.ts +14 -14
  731. package/src/cluster/mutation/index.ts +1 -1
  732. package/src/clusters/access-control.ts +26 -21
  733. package/src/clusters/account-login.ts +16 -16
  734. package/src/clusters/actions.ts +36 -5
  735. package/src/clusters/administrator-commissioning.ts +9 -8
  736. package/src/clusters/air-quality.ts +1 -1
  737. package/src/clusters/alarm-base.ts +2 -2
  738. package/src/clusters/application-launcher.ts +7 -3
  739. package/src/clusters/basic-information.ts +23 -18
  740. package/src/clusters/boolean-state-configuration.ts +3 -3
  741. package/src/clusters/bridged-device-basic-information.ts +24 -6
  742. package/src/clusters/channel.ts +4 -0
  743. package/src/clusters/color-control.ts +53 -69
  744. package/src/clusters/commissioner-control.ts +9 -5
  745. package/src/clusters/concentration-measurement.ts +12 -13
  746. package/src/clusters/content-control.ts +8 -6
  747. package/src/clusters/content-launcher.ts +2 -2
  748. package/src/clusters/descriptor.ts +25 -7
  749. package/src/clusters/device-energy-management-mode.ts +3 -0
  750. package/src/clusters/device-energy-management.ts +63 -13
  751. package/src/clusters/dishwasher-alarm.ts +1 -1
  752. package/src/clusters/dishwasher-mode.ts +3 -0
  753. package/src/clusters/door-lock.ts +102 -126
  754. package/src/clusters/ecosystem-information.ts +59 -31
  755. package/src/clusters/electrical-energy-measurement.ts +110 -17
  756. package/src/clusters/electrical-power-measurement.ts +116 -28
  757. package/src/clusters/energy-evse-mode.ts +3 -0
  758. package/src/clusters/energy-evse.ts +33 -38
  759. package/src/clusters/energy-preference.ts +3 -3
  760. package/src/clusters/ethernet-network-diagnostics.ts +21 -25
  761. package/src/clusters/fan-control.ts +109 -71
  762. package/src/clusters/flow-measurement.ts +1 -1
  763. package/src/clusters/general-commissioning.ts +43 -28
  764. package/src/clusters/general-diagnostics.ts +14 -14
  765. package/src/clusters/group-key-management.ts +15 -12
  766. package/src/clusters/groups.ts +1 -8
  767. package/src/clusters/icd-management.ts +213 -55
  768. package/src/clusters/identify.ts +13 -2
  769. package/src/clusters/illuminance-measurement.ts +1 -1
  770. package/src/clusters/index.ts +1 -5
  771. package/src/clusters/joint-fabric-administrator.ts +470 -0
  772. package/src/clusters/joint-fabric-datastore.ts +1433 -223
  773. package/src/clusters/label.ts +3 -2
  774. package/src/clusters/laundry-washer-controls.ts +4 -4
  775. package/src/clusters/laundry-washer-mode.ts +2 -2
  776. package/src/clusters/level-control.ts +9 -10
  777. package/src/clusters/media-playback.ts +45 -4
  778. package/src/clusters/messages.ts +3 -3
  779. package/src/clusters/microwave-oven-control.ts +4 -4
  780. package/src/clusters/microwave-oven-mode.ts +3 -0
  781. package/src/clusters/mode-base.ts +15 -2
  782. package/src/clusters/mode-select.ts +3 -3
  783. package/src/clusters/network-commissioning.ts +57 -31
  784. package/src/clusters/occupancy-sensing.ts +6 -8
  785. package/src/clusters/on-off.ts +4 -4
  786. package/src/clusters/operational-credentials.ts +336 -53
  787. package/src/clusters/operational-state.ts +7 -10
  788. package/src/clusters/ota-software-update-provider.ts +27 -11
  789. package/src/clusters/ota-software-update-requestor.ts +6 -5
  790. package/src/clusters/oven-cavity-operational-state.ts +3 -3
  791. package/src/clusters/oven-mode.ts +53 -1
  792. package/src/clusters/power-source.ts +6 -2
  793. package/src/clusters/pressure-measurement.ts +10 -7
  794. package/src/clusters/pump-configuration-and-control.ts +16 -13
  795. package/src/clusters/refrigerator-alarm.ts +1 -1
  796. package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +3 -0
  797. package/src/clusters/resource-monitoring.ts +1 -1
  798. package/src/clusters/rvc-clean-mode.ts +10 -2
  799. package/src/clusters/rvc-operational-state.ts +70 -15
  800. package/src/clusters/rvc-run-mode.ts +3 -0
  801. package/src/clusters/scenes-management.ts +8 -31
  802. package/src/clusters/service-area.ts +10 -12
  803. package/src/clusters/smoke-co-alarm.ts +4 -9
  804. package/src/clusters/software-diagnostics.ts +17 -17
  805. package/src/clusters/switch.ts +11 -10
  806. package/src/clusters/temperature-control.ts +7 -4
  807. package/src/clusters/thermostat-user-interface-configuration.ts +2 -10
  808. package/src/clusters/thermostat.ts +138 -155
  809. package/src/clusters/thread-border-router-management.ts +6 -6
  810. package/src/clusters/thread-network-diagnostics.ts +171 -181
  811. package/src/clusters/thread-network-directory.ts +5 -5
  812. package/src/clusters/time-synchronization.ts +56 -44
  813. package/src/clusters/unit-localization.ts +24 -5
  814. package/src/clusters/valve-configuration-and-control.ts +8 -12
  815. package/src/clusters/water-heater-management.ts +5 -9
  816. package/src/clusters/water-heater-mode.ts +3 -0
  817. package/src/clusters/wi-fi-network-diagnostics.ts +23 -29
  818. package/src/clusters/wi-fi-network-management.ts +22 -3
  819. package/src/clusters/window-covering.ts +35 -1
  820. package/src/globals/Currency.ts +32 -0
  821. package/src/globals/Locationdesc.ts +7 -7
  822. package/src/globals/MeasurementAccuracy.ts +5 -5
  823. package/src/globals/MeasurementAccuracyRange.ts +10 -10
  824. package/src/globals/MeasurementType.ts +17 -2
  825. package/src/globals/Namespace.ts +13 -3
  826. package/src/globals/Price.ts +30 -0
  827. package/src/globals/Priority.ts +1 -1
  828. package/src/globals/Semtag.ts +9 -9
  829. package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
  830. package/src/globals/Status.ts +27 -5
  831. package/src/globals/ThreeLevelAuto.ts +37 -0
  832. package/src/globals/WildcardPathFlags.ts +2 -2
  833. package/src/globals/index.ts +3 -1
  834. package/dist/cjs/cluster/mutation/ElementModifier.d.ts.map +0 -1
  835. package/dist/cjs/clusters/ballast-configuration.d.ts +0 -243
  836. package/dist/cjs/clusters/ballast-configuration.d.ts.map +0 -1
  837. package/dist/cjs/clusters/ballast-configuration.js +0 -253
  838. package/dist/cjs/clusters/ballast-configuration.js.map +0 -6
  839. package/dist/cjs/clusters/joint-fabric-pki.d.ts +0 -172
  840. package/dist/cjs/clusters/joint-fabric-pki.d.ts.map +0 -1
  841. package/dist/cjs/clusters/joint-fabric-pki.js +0 -120
  842. package/dist/cjs/clusters/joint-fabric-pki.js.map +0 -6
  843. package/dist/cjs/clusters/proxy-configuration.d.ts +0 -79
  844. package/dist/cjs/clusters/proxy-configuration.d.ts.map +0 -1
  845. package/dist/cjs/clusters/proxy-configuration.js +0 -73
  846. package/dist/cjs/clusters/proxy-configuration.js.map +0 -6
  847. package/dist/cjs/clusters/proxy-discovery.d.ts +0 -98
  848. package/dist/cjs/clusters/proxy-discovery.d.ts.map +0 -1
  849. package/dist/cjs/clusters/proxy-discovery.js +0 -79
  850. package/dist/cjs/clusters/proxy-discovery.js.map +0 -6
  851. package/dist/cjs/clusters/valid-proxies.d.ts +0 -84
  852. package/dist/cjs/clusters/valid-proxies.d.ts.map +0 -1
  853. package/dist/cjs/clusters/valid-proxies.js +0 -68
  854. package/dist/cjs/clusters/valid-proxies.js.map +0 -6
  855. package/dist/cjs/globals/Tod.d.ts +0 -41
  856. package/dist/cjs/globals/Tod.d.ts.map +0 -1
  857. package/dist/cjs/globals/Tod.js.map +0 -6
  858. package/dist/esm/cluster/mutation/ElementModifier.d.ts.map +0 -1
  859. package/dist/esm/clusters/ballast-configuration.d.ts +0 -243
  860. package/dist/esm/clusters/ballast-configuration.d.ts.map +0 -1
  861. package/dist/esm/clusters/ballast-configuration.js +0 -233
  862. package/dist/esm/clusters/ballast-configuration.js.map +0 -6
  863. package/dist/esm/clusters/joint-fabric-pki.d.ts +0 -172
  864. package/dist/esm/clusters/joint-fabric-pki.d.ts.map +0 -1
  865. package/dist/esm/clusters/joint-fabric-pki.js +0 -100
  866. package/dist/esm/clusters/joint-fabric-pki.js.map +0 -6
  867. package/dist/esm/clusters/proxy-configuration.d.ts +0 -79
  868. package/dist/esm/clusters/proxy-configuration.d.ts.map +0 -1
  869. package/dist/esm/clusters/proxy-configuration.js +0 -53
  870. package/dist/esm/clusters/proxy-configuration.js.map +0 -6
  871. package/dist/esm/clusters/proxy-discovery.d.ts +0 -98
  872. package/dist/esm/clusters/proxy-discovery.d.ts.map +0 -1
  873. package/dist/esm/clusters/proxy-discovery.js +0 -59
  874. package/dist/esm/clusters/proxy-discovery.js.map +0 -6
  875. package/dist/esm/clusters/valid-proxies.d.ts +0 -84
  876. package/dist/esm/clusters/valid-proxies.d.ts.map +0 -1
  877. package/dist/esm/clusters/valid-proxies.js +0 -48
  878. package/dist/esm/clusters/valid-proxies.js.map +0 -6
  879. package/dist/esm/globals/Tod.d.ts +0 -41
  880. package/dist/esm/globals/Tod.d.ts.map +0 -1
  881. package/dist/esm/globals/Tod.js +0 -29
  882. package/dist/esm/globals/Tod.js.map +0 -6
  883. package/src/clusters/ballast-configuration.ts +0 -268
  884. package/src/clusters/joint-fabric-pki.ts +0 -200
  885. package/src/clusters/proxy-configuration.ts +0 -77
  886. package/src/clusters/proxy-discovery.ts +0 -90
  887. package/src/clusters/valid-proxies.ts +0 -90
  888. package/src/globals/Tod.ts +0 -49
@@ -105,7 +105,10 @@ export namespace ThreadNetworkDiagnostics {
105
105
  */
106
106
  export const TlvNeighborTable = TlvObject({
107
107
  /**
108
- * This field shall specify the IEEE 802.15.4 extended address for the neighboring Node.
108
+ * This field shall specify the IEEE 802.15.4 extended address for the neighboring Node. The uint64 value is
109
+ * composed by taking the 8 octets of the extended address EUI-64 and treating them as a big-endian integer. For
110
+ * example, octet string (in hexadecimal, from first octet to last) 00112233AABBCCDD would lead to a value of
111
+ * 0x00112233AABBCCDD.
109
112
  *
110
113
  * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.1
111
114
  */
@@ -120,7 +123,9 @@ export namespace ThreadNetworkDiagnostics {
120
123
  age: TlvField(1, TlvUInt32),
121
124
 
122
125
  /**
123
- * This field shall specify the RLOC16 of the neighboring Node.
126
+ * This field shall specify the RLOC16 of the neighboring Node. The uint16 value is composed by taking the two
127
+ * RLOC16 and treating the octet string as if it was encoding a big-endian integer. For example, octet string
128
+ * (in hexadecimal, from first octet to last) 44AA would lead to a value of 0x44AA.
124
129
  *
125
130
  * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.3
126
131
  */
@@ -227,14 +232,19 @@ export namespace ThreadNetworkDiagnostics {
227
232
  export const TlvRouteTable = TlvObject({
228
233
  /**
229
234
  * This field shall specify the IEEE 802.15.4 extended address for the Node for which this route table entry
230
- * corresponds.
235
+ * corresponds. The uint64 value is composed by taking the 8 octets of the extended address EUI- 64 and treating
236
+ * them as a big-endian integer. For example, octet string (in hexadecimal, from first octet to last)
237
+ * 00112233AABBCCDD would lead to a value of 0x00112233AABBCCDD.
231
238
  *
232
239
  * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.1
233
240
  */
234
241
  extAddress: TlvField(0, TlvUInt64),
235
242
 
236
243
  /**
237
- * This field shall specify the RLOC16 for the Node for which this route table entry corresponds.
244
+ * This field shall specify the RLOC16 for the Node for which this route table entry corresponds. The uint16
245
+ * value is composed by taking the two RLOC16 and treating the octet string as if it was encoding a big-endian
246
+ * integer. For example, octet string (in hexadecimal, from first octet to last) 44AA would lead to a value of
247
+ * 0x44AA.
238
248
  *
239
249
  * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.2
240
250
  */
@@ -519,9 +529,9 @@ export namespace ThreadNetworkDiagnostics {
519
529
  export const ErrorCountsComponent = MutableCluster.Component({
520
530
  attributes: {
521
531
  /**
522
- * The OverrunCount attribute shall indicate the number of packets dropped either at ingress or egress, due
523
- * to lack of buffer memory to retain all packets on the ethernet network interface. The OverrunCount
524
- * attribute shall be reset to 0 upon a reboot of the Node.
532
+ * Indicates the number of packets dropped either at ingress or egress, due to lack of buffer memory to
533
+ * retain all packets on the ethernet network interface. The OverrunCount attribute shall be reset to 0 upon
534
+ * a reboot of the Node.
525
535
  *
526
536
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.7
527
537
  */
@@ -530,12 +540,13 @@ export namespace ThreadNetworkDiagnostics {
530
540
 
531
541
  commands: {
532
542
  /**
543
+ * This command is used to reset the count attributes.
544
+ *
533
545
  * Reception of this command shall reset the following attributes to 0:
534
546
  *
535
547
  * • OverrunCount
536
548
  *
537
- * This command has no associated data. Upon completion, this command shall send a status code set to a
538
- * value of SUCCESS back to the initiator.
549
+ * Upon completion, this command shall send a status code of SUCCESS back to the initiator.
539
550
  *
540
551
  * @see {@link MatterSpecification.v141.Core} § 11.14.7.1
541
552
  */
@@ -549,69 +560,65 @@ export namespace ThreadNetworkDiagnostics {
549
560
  export const MleCountsComponent = MutableCluster.Component({
550
561
  attributes: {
551
562
  /**
552
- * The DetachedRoleCount attribute shall indicate the number of times the Node entered the
553
- * OT_DEVICE_ROLE_DETACHED role as specified within the Thread specification. This value shall only be reset
554
- * upon a Node reboot.
563
+ * Indicates the number of times the Node entered the OT_DEVICE_ROLE_DETACHED role as specified within the
564
+ * Thread specification. This value shall only be reset upon a Node reboot.
555
565
  *
556
566
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.15
557
567
  */
558
568
  detachedRoleCount: OptionalAttribute(0xe, TlvUInt16, { omitChanges: true, default: 0 }),
559
569
 
560
570
  /**
561
- * The ChildRoleCount attribute shall indicate the number of times the Node entered the OT_DEVICE_ROLE_CHILD
562
- * role as specified within the Thread specification. This value shall only be reset upon a Node reboot.
571
+ * Indicates the number of times the Node entered the OT_DEVICE_ROLE_CHILD role as specified within the
572
+ * Thread specification. This value shall only be reset upon a Node reboot.
563
573
  *
564
574
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.16
565
575
  */
566
576
  childRoleCount: OptionalAttribute(0xf, TlvUInt16, { omitChanges: true, default: 0 }),
567
577
 
568
578
  /**
569
- * The RouterRoleCount attribute shall indicate the number of times the Node entered the
570
- * OT_DEVICE_ROLE_ROUTER role as specified within the Thread specification. This value shall only be reset
571
- * upon a Node reboot.
579
+ * Indicates the number of times the Node entered the OT_DEVICE_ROLE_ROUTER role as specified within the
580
+ * Thread specification. This value shall only be reset upon a Node reboot.
572
581
  *
573
582
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.17
574
583
  */
575
584
  routerRoleCount: OptionalAttribute(0x10, TlvUInt16, { omitChanges: true, default: 0 }),
576
585
 
577
586
  /**
578
- * The LeaderRoleCount attribute shall indicate the number of times the Node entered the
579
- * OT_DEVICE_ROLE_LEADER role as specified within the Thread specification. This value shall only be reset
580
- * upon a Node reboot.
587
+ * Indicates the number of times the Node entered the OT_DEVICE_ROLE_LEADER role as specified within the
588
+ * Thread specification. This value shall only be reset upon a Node reboot.
581
589
  *
582
590
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.18
583
591
  */
584
592
  leaderRoleCount: OptionalAttribute(0x11, TlvUInt16, { omitChanges: true, default: 0 }),
585
593
 
586
594
  /**
587
- * The AttachAttemptCount attribute shall indicate the number of attempts that have been made to attach to a
588
- * Thread network while the Node was detached from all Thread networks. This value shall only be reset upon
589
- * a Node reboot.
595
+ * Indicates the number of attempts that have been made to attach to a Thread network while the Node was
596
+ * detached from all Thread networks. This value shall only be reset upon a Node reboot.
590
597
  *
591
598
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.19
592
599
  */
593
600
  attachAttemptCount: OptionalAttribute(0x12, TlvUInt16, { omitChanges: true, default: 0 }),
594
601
 
595
602
  /**
596
- * The PartitionIdChangeCount attribute shall indicate the number of times that the Thread network that the
597
- * Node is connected to has changed its Partition ID. This value shall only be reset upon a Node reboot.
603
+ * Indicates the number of times that the Thread network that the Node is connected to has changed its
604
+ * Partition ID. This value shall only be reset upon a Node reboot.
598
605
  *
599
606
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.20
600
607
  */
601
608
  partitionIdChangeCount: OptionalAttribute(0x13, TlvUInt16, { omitChanges: true, default: 0 }),
602
609
 
603
610
  /**
604
- * The BetterPartitionAttachAttemptCount attribute shall indicate the number of times a Node has attempted
605
- * to attach to a different Thread partition that it has determined is better than the partition it is
606
- * currently attached to. This value shall only be reset upon a Node reboot.
611
+ * Indicates the number of times a Node has attempted to attach to a different Thread partition that it has
612
+ * determined is better than the partition it is currently attached to. This value shall only be reset upon
613
+ * a Node reboot.
607
614
  *
608
615
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.21
609
616
  */
610
617
  betterPartitionAttachAttemptCount: OptionalAttribute(0x14, TlvUInt16, { omitChanges: true, default: 0 }),
611
618
 
612
619
  /**
613
- * The ParentChangeCount attribute shall indicate the number of times a Node has changed its parent. This
614
- * value shall only be reset upon a Node reboot.
620
+ * Indicates the number of times a Node has changed its parent. This value shall only be reset upon a Node
621
+ * reboot.
615
622
  *
616
623
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.22
617
624
  */
@@ -625,312 +632,290 @@ export namespace ThreadNetworkDiagnostics {
625
632
  export const MacCountsComponent = MutableCluster.Component({
626
633
  attributes: {
627
634
  /**
628
- * The TxTotalCount attribute shall indicate the total number of unique MAC frame transmission requests. The
629
- * TxTotalCount attribute shall only be incremented by 1 for each MAC transmission request regardless of the
630
- * amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node
631
- * reboot.
635
+ * Indicates the total number of unique MAC frame transmission requests. The attribute shall only be
636
+ * incremented by 1 for each MAC transmission request regardless of the amount of CCA failures, CSMA-CA
637
+ * attempts, or retransmissions. This value shall only be reset upon a Node reboot.
632
638
  *
633
639
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.23
634
640
  */
635
641
  txTotalCount: OptionalAttribute(0x16, TlvUInt32, { omitChanges: true, default: 0 }),
636
642
 
637
643
  /**
638
- * The TxUnicastCount attribute shall indicate the total number of unique unicast MAC frame transmission
639
- * requests. The TxUnicastCount attribute shall only be incremented by 1 for each unicast MAC transmission
640
- * request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall
641
- * only be reset upon a Node reboot.
644
+ * Indicates the total number of unique unicast MAC frame transmission requests. The attribute shall only be
645
+ * incremented by 1 for each unicast MAC transmission request regardless of the amount of CCA failures,
646
+ * CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
642
647
  *
643
648
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.24
644
649
  */
645
650
  txUnicastCount: OptionalAttribute(0x17, TlvUInt32, { omitChanges: true, default: 0 }),
646
651
 
647
652
  /**
648
- * The TxBroadcastCount attribute shall indicate the total number of unique broadcast MAC frame transmission
649
- * requests. The TxBroadcastCount attribute shall only be incremented by 1 for each broadcast MAC
650
- * transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This
651
- * value shall only be reset upon a Node reboot.
653
+ * Indicates the total number of unique broadcast MAC frame transmission requests. The attribute shall only
654
+ * be incremented by 1 for each broadcast MAC transmission request regardless of the amount of CCA failures,
655
+ * CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
652
656
  *
653
657
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.25
654
658
  */
655
659
  txBroadcastCount: OptionalAttribute(0x18, TlvUInt32, { omitChanges: true, default: 0 }),
656
660
 
657
661
  /**
658
- * The TxAckRequestedCount attribute shall indicate the total number of unique MAC frame transmission
659
- * requests with requested acknowledgment. The TxAckRequestedCount attribute shall only be incremented by 1
660
- * for each MAC transmission request with requested acknowledgment regardless of the amount of CCA failures,
661
- * CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
662
+ * Indicates the total number of unique MAC frame transmission requests with requested acknowledgment. The
663
+ * attribute shall only be incremented by 1 for each MAC transmission request with requested acknowledgment
664
+ * regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
665
+ * reset upon a Node reboot.
662
666
  *
663
667
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.26
664
668
  */
665
669
  txAckRequestedCount: OptionalAttribute(0x19, TlvUInt32, { omitChanges: true, default: 0 }),
666
670
 
667
671
  /**
668
- * The TxAckedCount attribute shall indicate the total number of unique MAC frame transmission requests that
669
- * were acked. The TxAckedCount attribute shall only be incremented by 1 for each MAC transmission request
670
- * that is acked regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value
671
- * shall only be reset upon a Node reboot.
672
+ * Indicates the total number of unique MAC frame transmission requests that were acked. The attribute shall
673
+ * only be incremented by 1 for each MAC transmission request that is acked regardless of the amount of CCA
674
+ * failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
672
675
  *
673
676
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.27
674
677
  */
675
678
  txAckedCount: OptionalAttribute(0x1a, TlvUInt32, { omitChanges: true, default: 0 }),
676
679
 
677
680
  /**
678
- * The TxNoAckRequestedCount attribute shall indicate the total number of unique MAC frame transmission
679
- * requests without requested acknowledgment. The TxNoAckRequestedCount attribute shall only be incremented
680
- * by 1 for each MAC transmission request that is does not request acknowledgement regardless of the amount
681
- * of CCA failures, CSMA-CA attempts, or retransmissions.
681
+ * Indicates the total number of unique MAC frame transmission requests without requested acknowledgment.
682
+ * The attribute shall only be incremented by 1 for each MAC transmission request that is does not request
683
+ * acknowledgement regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
682
684
  *
683
685
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.28
684
686
  */
685
687
  txNoAckRequestedCount: OptionalAttribute(0x1b, TlvUInt32, { omitChanges: true, default: 0 }),
686
688
 
687
689
  /**
688
- * The TxDataCount attribute shall indicate the total number of unique MAC Data frame transmission requests.
689
- * The TxDataCount attribute shall only be incremented by 1 for each MAC Data frame transmission request
690
- * regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
691
- * reset upon a Node reboot.
690
+ * Indicates the total number of unique MAC Data frame transmission requests. The attribute shall only be
691
+ * incremented by 1 for each MAC Data frame transmission request regardless of the amount of CCA failures,
692
+ * CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
692
693
  *
693
694
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.29
694
695
  */
695
696
  txDataCount: OptionalAttribute(0x1c, TlvUInt32, { omitChanges: true, default: 0 }),
696
697
 
697
698
  /**
698
- * The TxDataPollCount attribute shall indicate the total number of unique MAC Data Poll frame transmission
699
- * requests. The TxDataPollCount attribute shall only be incremented by 1 for each MAC Data Poll frame
700
- * transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This
701
- * value shall only be reset upon a Node reboot.
699
+ * Indicates the total number of unique MAC Data Poll frame transmission requests. The attribute shall only
700
+ * be incremented by 1 for each MAC Data Poll frame transmission request regardless of the amount of CCA
701
+ * failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
702
702
  *
703
703
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.30
704
704
  */
705
705
  txDataPollCount: OptionalAttribute(0x1d, TlvUInt32, { omitChanges: true, default: 0 }),
706
706
 
707
707
  /**
708
- * The TxBeaconCount attribute shall indicate the total number of unique MAC Beacon frame transmission
709
- * requests. The TxBeaconCount attribute shall only be incremented by 1 for each MAC Beacon frame
710
- * transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
708
+ * Indicates the total number of unique MAC Beacon frame transmission requests. The attribute shall only be
709
+ * incremented by 1 for each MAC Beacon frame transmission request regardless of the amount of CCA failures,
710
+ * CSMA-CA attempts, or retransmissions.
711
711
  *
712
712
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.31
713
713
  */
714
714
  txBeaconCount: OptionalAttribute(0x1e, TlvUInt32, { omitChanges: true, default: 0 }),
715
715
 
716
716
  /**
717
- * The TxBeaconRequestCount attribute shall indicate the total number of unique MAC Beacon Request frame
718
- * transmission requests. The TxBeaconRequestCount attribute shall only be incremented by 1 for each MAC
719
- * Beacon Request frame transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or
720
- * retransmissions. This value shall only be reset upon a Node reboot.
717
+ * Indicates the total number of unique MAC Beacon Request frame transmission requests. The attribute shall
718
+ * only be incremented by 1 for each MAC Beacon Request frame transmission request regardless of the amount
719
+ * of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
721
720
  *
722
721
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.32
723
722
  */
724
723
  txBeaconRequestCount: OptionalAttribute(0x1f, TlvUInt32, { omitChanges: true, default: 0 }),
725
724
 
726
725
  /**
727
- * The TxOtherCount attribute shall indicate the total number of unique MAC frame transmission requests that
728
- * are not counted by any other attribute. The TxOtherCount attribute shall only be incremented by 1 for
729
- * each MAC frame transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or
730
- * retransmissions. This value shall only be reset upon a Node reboot.
726
+ * Indicates the total number of unique MAC frame transmission requests that are not counted by any other
727
+ * attribute. The attribute shall only be incremented by 1 for each MAC frame transmission request
728
+ * regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
729
+ * reset upon a Node reboot.
731
730
  *
732
731
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.33
733
732
  */
734
733
  txOtherCount: OptionalAttribute(0x20, TlvUInt32, { omitChanges: true, default: 0 }),
735
734
 
736
735
  /**
737
- * The TxRetryCount attribute shall indicate the total number of MAC retransmission attempts. The
738
- * TxRetryCount attribute shall only be incremented by 1 for each retransmission attempt that may be
739
- * triggered by lack of acknowledgement, CSMA/CA failure, or other type of transmission error. This value
740
- * shall only be reset upon a Node reboot.
736
+ * Indicates the total number of MAC retransmission attempts. The attribute shall only be incremented by 1
737
+ * for each retransmission attempt that may be triggered by lack of acknowledgement, CSMA/CA failure, or
738
+ * other type of transmission error. This value shall only be reset upon a Node reboot.
741
739
  *
742
740
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.34
743
741
  */
744
742
  txRetryCount: OptionalAttribute(0x21, TlvUInt32, { omitChanges: true, default: 0 }),
745
743
 
746
744
  /**
747
- * The TxDirectMaxRetryExpiryCount attribute shall indicate the total number of unique MAC transmission
748
- * packets that meet maximal retry limit for direct packets. The TxDirectMaxRetryExpiryCount attribute shall
749
- * only be incremented by 1 for each unique MAC transmission packets that meets the maximal retry limit for
750
- * direct packets. This value shall only be reset upon a Node reboot.
745
+ * Indicates the total number of unique MAC transmission packets that meet maximal retry limit for direct
746
+ * packets. The attribute shall only be incremented by 1 for each unique MAC transmission packets that meets
747
+ * the maximal retry limit for direct packets. This value shall only be reset upon a Node reboot.
751
748
  *
752
749
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.35
753
750
  */
754
751
  txDirectMaxRetryExpiryCount: OptionalAttribute(0x22, TlvUInt32, { omitChanges: true, default: 0 }),
755
752
 
756
753
  /**
757
- * The TxIndirectMaxRetryExpiryCount attribute shall indicate the total number of unique MAC transmission
758
- * packets that meet maximal retry limit for indirect packets. The TxIndirectMaxRetryExpiryCount attribute
759
- * shall only be incremented by 1 for each unique MAC transmission packets that meets the maximal retry
760
- * limit for indirect packets. This value shall only be reset upon a Node reboot.
754
+ * Indicates the total number of unique MAC transmission packets that meet maximal retry limit for indirect
755
+ * packets. The attribute shall only be incremented by 1 for each unique MAC transmission packets that meets
756
+ * the maximal retry limit for indirect packets. This value shall only be reset upon a Node reboot.
761
757
  *
762
758
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.36
763
759
  */
764
760
  txIndirectMaxRetryExpiryCount: OptionalAttribute(0x23, TlvUInt32, { omitChanges: true, default: 0 }),
765
761
 
766
762
  /**
767
- * The TxErrCcaCount attribute shall indicate the total number of CCA failures. The TxErrCcaCount attribute
768
- * shall only be incremented by 1 for each instance of a CCA failure. This value shall only be reset upon a
769
- * Node reboot.
763
+ * Indicates the total number of CCA failures. The TxErrCcaCount attribute shall only be incremented by 1
764
+ * for each instance of a CCA failure. This value shall only be reset upon a Node reboot.
770
765
  *
771
766
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.37
772
767
  */
773
768
  txErrCcaCount: OptionalAttribute(0x24, TlvUInt32, { omitChanges: true, default: 0 }),
774
769
 
775
770
  /**
776
- * The TxErrAbortCount attribute shall indicate the total number of unique MAC transmission request failures
777
- * caused by an abort error. The TxErrAbortCount attribute shall only be incremented by 1 for each unique
778
- * MAC transmission request failure caused by an abort error.
771
+ * Indicates the total number of unique MAC transmission request failures caused by an abort error. The
772
+ * attribute shall only be incremented by 1 for each unique MAC transmission request failure caused by an
773
+ * abort error.
779
774
  *
780
775
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.38
781
776
  */
782
777
  txErrAbortCount: OptionalAttribute(0x25, TlvUInt32, { omitChanges: true, default: 0 }),
783
778
 
784
779
  /**
785
- * The TxErrBusyChannelCount attribute shall indicate the total number of unique MAC transmission request
786
- * failures caused by an error as the result of a busy channel (a CSMA/CA fail). The TxErrBusyChannelCount
787
- * attribute shall only be incremented by 1 for each unique MAC transmission request failure caused by a
788
- * busy channel such as a CSMA/CA failure.
780
+ * Indicates the total number of unique MAC transmission request failures caused by an error as the result
781
+ * of a busy channel (a CSMA/CA fail). The attribute shall only be incremented by 1 for each unique MAC
782
+ * transmission request failure caused by a busy channel such as a CSMA/CA failure.
789
783
  *
790
784
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.39
791
785
  */
792
786
  txErrBusyChannelCount: OptionalAttribute(0x26, TlvUInt32, { omitChanges: true, default: 0 }),
793
787
 
794
788
  /**
795
- * The RxTotalCount attribute shall indicate the total number of received unique MAC frames. This value
796
- * shall only be reset upon a Node reboot.
789
+ * Indicates the total number of received unique MAC frames. This value shall only be reset upon a Node
790
+ * reboot.
797
791
  *
798
792
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.40
799
793
  */
800
794
  rxTotalCount: OptionalAttribute(0x27, TlvUInt32, { omitChanges: true, default: 0 }),
801
795
 
802
796
  /**
803
- * The RxUnicastCount attribute shall indicate the total number of received unique unicast MAC frames. This
804
- * value shall only be reset upon a Node reboot.
797
+ * Indicates the total number of received unique unicast MAC frames. This value shall only be reset upon a
798
+ * Node reboot.
805
799
  *
806
800
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.41
807
801
  */
808
802
  rxUnicastCount: OptionalAttribute(0x28, TlvUInt32, { omitChanges: true, default: 0 }),
809
803
 
810
804
  /**
811
- * The RxBroadcastCount attribute shall indicate the total number of received unique broadcast MAC frames.
812
- * This value shall only be reset upon a Node reboot.
805
+ * Indicates the total number of received unique broadcast MAC frames. This value shall only be reset upon a
806
+ * Node reboot.
813
807
  *
814
808
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.42
815
809
  */
816
810
  rxBroadcastCount: OptionalAttribute(0x29, TlvUInt32, { omitChanges: true, default: 0 }),
817
811
 
818
812
  /**
819
- * The RxDataCount attribute shall indicate the total number of received unique MAC Data frames. This value
820
- * shall only be reset upon a Node reboot.
813
+ * Indicates the total number of received unique MAC Data frames. This value shall only be reset upon a Node
814
+ * reboot.
821
815
  *
822
816
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.43
823
817
  */
824
818
  rxDataCount: OptionalAttribute(0x2a, TlvUInt32, { omitChanges: true, default: 0 }),
825
819
 
826
820
  /**
827
- * The RxDataPollCount attribute shall indicate the total number of received unique MAC Data Poll frames.
828
- * This value shall only be reset upon a Node reboot.
821
+ * Indicates the total number of received unique MAC Data Poll frames. This value shall only be reset upon a
822
+ * Node reboot.
829
823
  *
830
824
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.44
831
825
  */
832
826
  rxDataPollCount: OptionalAttribute(0x2b, TlvUInt32, { omitChanges: true, default: 0 }),
833
827
 
834
828
  /**
835
- * The RxBeaconCount attribute shall indicate the total number of received unique MAC Beacon frames. This
836
- * value shall only be reset upon a Node reboot.
829
+ * Indicates the total number of received unique MAC Beacon frames. This value shall only be reset upon a
830
+ * Node reboot.
837
831
  *
838
832
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.45
839
833
  */
840
834
  rxBeaconCount: OptionalAttribute(0x2c, TlvUInt32, { omitChanges: true, default: 0 }),
841
835
 
842
836
  /**
843
- * The RxBeaconRequestCount attribute shall indicate the total number of received unique MAC Beacon Request
844
- * frames. This value shall only be reset upon a Node reboot.
837
+ * Indicates the total number of received unique MAC Beacon Request frames. This value shall only be reset
838
+ * upon a Node reboot.
845
839
  *
846
840
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.46
847
841
  */
848
842
  rxBeaconRequestCount: OptionalAttribute(0x2d, TlvUInt32, { omitChanges: true, default: 0 }),
849
843
 
850
844
  /**
851
- * The RxOtherCount attribute shall indicate the total number of received unique MAC frame requests that are
852
- * not counted by any other attribute. This value shall only be reset upon a Node reboot.
845
+ * Indicates the total number of received unique MAC frame requests that are not counted by any other
846
+ * attribute. This value shall only be reset upon a Node reboot.
853
847
  *
854
848
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.47
855
849
  */
856
850
  rxOtherCount: OptionalAttribute(0x2e, TlvUInt32, { omitChanges: true, default: 0 }),
857
851
 
858
852
  /**
859
- * The RxAddressFilteredCount attribute shall indicate the total number of received unique MAC frame
860
- * requests that have been dropped as a result of MAC filtering. This value shall only be reset upon a Node
861
- * reboot.
853
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
854
+ * MAC filtering. This value shall only be reset upon a Node reboot.
862
855
  *
863
856
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.48
864
857
  */
865
858
  rxAddressFilteredCount: OptionalAttribute(0x2f, TlvUInt32, { omitChanges: true, default: 0 }),
866
859
 
867
860
  /**
868
- * The RxDestAddrFilteredCount attribute shall indicate the total number of received unique MAC frame
869
- * requests that have been dropped as a result of a destination address check. This value shall only be
870
- * reset upon a Node reboot.
861
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of a
862
+ * destination address check. This value shall only be reset upon a Node reboot.
871
863
  *
872
864
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.49
873
865
  */
874
866
  rxDestAddrFilteredCount: OptionalAttribute(0x30, TlvUInt32, { omitChanges: true, default: 0 }),
875
867
 
876
868
  /**
877
- * The RxDuplicatedCount attribute shall indicate the total number of received MAC frame requests that have
878
- * been dropped as a result of being a duplicate of a previously received MAC frame request. This value
879
- * shall only be reset upon a Node reboot.
869
+ * Indicates the total number of received MAC frame requests that have been dropped as a result of being a
870
+ * duplicate of a previously received MAC frame request. This value shall only be reset upon a Node reboot.
880
871
  *
881
872
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.50
882
873
  */
883
874
  rxDuplicatedCount: OptionalAttribute(0x31, TlvUInt32, { omitChanges: true, default: 0 }),
884
875
 
885
876
  /**
886
- * The RxErrNoFrameCount attribute shall indicate the total number of received unique MAC frame requests
887
- * that have been dropped as a result of missing or malformed frame contents. This value shall only be reset
888
- * upon a Node reboot.
877
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
878
+ * missing or malformed frame contents. This value shall only be reset upon a Node reboot.
889
879
  *
890
880
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.51
891
881
  */
892
882
  rxErrNoFrameCount: OptionalAttribute(0x32, TlvUInt32, { omitChanges: true, default: 0 }),
893
883
 
894
884
  /**
895
- * The RxErrUnknownNeighborCount attribute shall indicate the total number of received unique MAC frame
896
- * requests that have been dropped as a result of originating from an unknown neighbor device. This value
897
- * shall only be reset upon a Node reboot.
885
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
886
+ * originating from an unknown neighbor device. This value shall only be reset upon a Node reboot.
898
887
  *
899
888
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.52
900
889
  */
901
890
  rxErrUnknownNeighborCount: OptionalAttribute(0x33, TlvUInt32, { omitChanges: true, default: 0 }),
902
891
 
903
892
  /**
904
- * The RxErrInvalidSrcAddrCount attribute shall indicate the total number of received unique MAC frame
905
- * requests that have been dropped as a result of containing an invalid source address. This value shall
906
- * only be reset upon a Node reboot.
893
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
894
+ * containing an invalid source address. This value shall only be reset upon a Node reboot.
907
895
  *
908
896
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.53
909
897
  */
910
898
  rxErrInvalidSrcAddrCount: OptionalAttribute(0x34, TlvUInt32, { omitChanges: true, default: 0 }),
911
899
 
912
900
  /**
913
- * The RxErrSecCount attribute shall indicate the total number of received unique MAC frame requests that
914
- * have been dropped as a result of an error with the security of the received frame. This value shall only
915
- * be reset upon a Node reboot.
901
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
902
+ * error with the security of the received frame. This value shall only be reset upon a Node reboot.
916
903
  *
917
904
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.54
918
905
  */
919
906
  rxErrSecCount: OptionalAttribute(0x35, TlvUInt32, { omitChanges: true, default: 0 }),
920
907
 
921
908
  /**
922
- * The RxErrFcsCount attribute shall indicate the total number of received unique MAC frame requests that
923
- * have been dropped as a result of an error with the FCS of the received frame. This value shall only be
924
- * reset upon a Node reboot.
909
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
910
+ * error with the FCS of the received frame. This value shall only be reset upon a Node reboot.
925
911
  *
926
912
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.55
927
913
  */
928
914
  rxErrFcsCount: OptionalAttribute(0x36, TlvUInt32, { omitChanges: true, default: 0 }),
929
915
 
930
916
  /**
931
- * The RxErrOtherCount attribute shall indicate the total number of received unique MAC frame requests that
932
- * have been dropped as a result of an error that is not counted by any other attribute. This value shall
933
- * only be reset upon a Node reboot.
917
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
918
+ * error that is not counted by any other attribute. This value shall only be reset upon a Node reboot.
934
919
  *
935
920
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.56
936
921
  */
@@ -971,110 +956,105 @@ export namespace ThreadNetworkDiagnostics {
971
956
 
972
957
  attributes: {
973
958
  /**
974
- * The Channel attribute shall indicate the 802.15.4 channel number configured on the Node’s Thread
975
- * interface (that is, the Active Operational Dataset’s current Channel value). A value of null shall
976
- * indicate that the Thread interface is not currently configured or operational.
959
+ * Indicates the 802.15.4 channel number configured on the Node’s Thread interface (that is, the Active
960
+ * Operational Dataset’s current Channel value). A value of null shall indicate that the Thread interface is
961
+ * not currently configured or operational.
977
962
  *
978
963
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.1
979
964
  */
980
965
  channel: Attribute(0x0, TlvNullable(TlvUInt16)),
981
966
 
982
967
  /**
983
- * The RoutingRole attribute shall indicate the role that this Node has within the routing of messages
984
- * through the Thread network, as defined by RoutingRoleEnum. The potential roles are defined in the
985
- * following table. A value of null shall indicate that the Thread interface is not currently configured or
986
- * operational.
968
+ * Indicates the role that this Node has within the routing of messages through the Thread network, as
969
+ * defined by RoutingRoleEnum. The potential roles are defined in the following table. A value of null shall
970
+ * indicate that the Thread interface is not currently configured or operational.
987
971
  *
988
972
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.2
989
973
  */
990
974
  routingRole: Attribute(0x1, TlvNullable(TlvEnum<RoutingRole>())),
991
975
 
992
976
  /**
993
- * The NetworkName attribute shall indicate a human-readable (displayable) name for the Thread network that
994
- * the Node has been configured to join to. A value of null shall indicate that the Thread interface is not
995
- * currently configured or operational.
977
+ * Indicates a human-readable (displayable) name for the Thread network that the Node has been configured to
978
+ * join to. A value of null shall indicate that the Thread interface is not currently configured or
979
+ * operational.
996
980
  *
997
981
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.3
998
982
  */
999
983
  networkName: Attribute(0x2, TlvNullable(TlvString.bound({ maxLength: 16 }))),
1000
984
 
1001
985
  /**
1002
- * The PanId attribute shall indicate the 16-bit identifier of the Node on the Thread network. A value of
1003
- * null shall indicate that the Thread interface is not currently configured or operational.
986
+ * Indicates the 16-bit identifier of the Node on the Thread network. A value of null shall indicate that
987
+ * the Thread interface is not currently configured or operational.
1004
988
  *
1005
989
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.4
1006
990
  */
1007
991
  panId: Attribute(0x3, TlvNullable(TlvUInt16)),
1008
992
 
1009
993
  /**
1010
- * The ExtendedPanId attribute shall indicate the unique 64-bit identifier of the Node on the Thread
1011
- * network. A value of null shall indicate that the Thread interface is not currently configured or
1012
- * operational.
994
+ * Indicates the unique 64-bit identifier of the Node on the Thread network. A value of null shall indicate
995
+ * that the Thread interface is not currently configured or operational.
1013
996
  *
1014
997
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.5
1015
998
  */
1016
999
  extendedPanId: Attribute(0x4, TlvNullable(TlvUInt64)),
1017
1000
 
1018
1001
  /**
1019
- * The MeshLocalPrefix attribute shall indicate the mesh-local IPv6 prefix for the Thread network that the
1020
- * Node has been configured to join to. A value of null shall indicate that the Thread interface is not
1021
- * currently configured or operational.
1002
+ * Indicates the mesh-local IPv6 prefix for the Thread network that the Node has been configured to join to.
1003
+ * A value of null shall indicate that the Thread interface is not currently configured or operational.
1022
1004
  *
1023
1005
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.6
1024
1006
  */
1025
1007
  meshLocalPrefix: Attribute(0x5, TlvNullable(TlvByteString)),
1026
1008
 
1027
1009
  /**
1028
- * The NeighborTable attribute shall indicate the current list of Nodes that comprise the neighbor table on
1029
- * the Node.
1010
+ * Indicates the current list of Nodes that comprise the neighbor table on the Node.
1030
1011
  *
1031
1012
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.8
1032
1013
  */
1033
1014
  neighborTable: Attribute(0x7, TlvArray(TlvNeighborTable), { default: [] }),
1034
1015
 
1035
1016
  /**
1036
- * The RouteTable attribute shall indicate the current list of router capable Nodes for which routes have
1037
- * been established.
1017
+ * Indicates the current list of router capable Nodes for which routes have been established.
1038
1018
  *
1039
1019
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.9
1040
1020
  */
1041
1021
  routeTable: Attribute(0x8, TlvArray(TlvRouteTable), { default: [] }),
1042
1022
 
1043
1023
  /**
1044
- * The PartitionId attribute shall indicate the Thread Leader Partition Id for the Thread network to which
1045
- * the Node is joined. Null if not attached to a Thread network.
1024
+ * Indicates the Thread Leader Partition Id for the Thread network to which the Node is joined. Null if not
1025
+ * attached to a Thread network.
1046
1026
  *
1047
1027
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.10
1048
1028
  */
1049
1029
  partitionId: Attribute(0x9, TlvNullable(TlvUInt32)),
1050
1030
 
1051
1031
  /**
1052
- * The Weighting attribute shall indicate the Thread Leader Weight used when operating in the Leader role.
1053
- * Null if not attached to a Thread network.
1032
+ * Indicates the Thread Leader Weight used when operating in the Leader role. Null if not attached to a
1033
+ * Thread network.
1054
1034
  *
1055
1035
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.11
1056
1036
  */
1057
1037
  weighting: Attribute(0xa, TlvNullable(TlvUInt16.bound({ max: 255 }))),
1058
1038
 
1059
1039
  /**
1060
- * The DataVersion attribute shall indicate the full Network Data Version the Node currently uses. Null if
1061
- * not attached to a Thread network.
1040
+ * Indicates the full Network Data Version the Node currently uses. Null if not attached to a Thread
1041
+ * network.
1062
1042
  *
1063
1043
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.12
1064
1044
  */
1065
1045
  dataVersion: Attribute(0xb, TlvNullable(TlvUInt16.bound({ max: 255 }))),
1066
1046
 
1067
1047
  /**
1068
- * The StableDataVersion attribute shall indicate the Network Data Version for the stable subset of data the
1069
- * Node currently uses. Null if not attached to a Thread network.
1048
+ * Indicates the Network Data Version for the stable subset of data the Node currently uses. Null if not
1049
+ * attached to a Thread network.
1070
1050
  *
1071
1051
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.13
1072
1052
  */
1073
1053
  stableDataVersion: Attribute(0xc, TlvNullable(TlvUInt16.bound({ max: 255 }))),
1074
1054
 
1075
1055
  /**
1076
- * The LeaderRouterId attribute shall indicate the 8-bit LeaderRouterId the Node shall attempt to utilize
1077
- * upon becoming a router or leader on the Thread network. Null if not attached to a Thread network.
1056
+ * Indicates the 8-bit LeaderRouterId the Node shall attempt to utilize upon becoming a router or leader on
1057
+ * the Thread network. Null if not attached to a Thread network.
1078
1058
  *
1079
1059
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.14
1080
1060
  */
@@ -1102,27 +1082,27 @@ export namespace ThreadNetworkDiagnostics {
1102
1082
  delay: OptionalAttribute(0x3a, TlvNullable(TlvUInt32), { default: 0 }),
1103
1083
 
1104
1084
  /**
1105
- * The SecurityPolicy attribute indicates the current security policies for the Thread partition to which a
1106
- * Node is connected. Null when there is no dataset configured.
1085
+ * Indicates the current security policies for the Thread partition to which a Node is connected. Null when
1086
+ * there is no dataset configured.
1107
1087
  *
1108
1088
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.60
1109
1089
  */
1110
1090
  securityPolicy: Attribute(0x3b, TlvNullable(TlvSecurityPolicy)),
1111
1091
 
1112
1092
  /**
1113
- * The ChannelPage0Mask attribute indicates the channels within channel page 0, in the 2.4GHz ISM band. The
1114
- * channels are represented in most significant bit order, with bit value 1 meaning selected, bit value 0
1115
- * meaning unselected. For example, the most significant bit of the left-most byte indicates channel 0. If
1116
- * channel 0 and channel 10 are selected, the mask would be: 80 20 00 00. Null when there is no dataset
1117
- * configured.
1093
+ * Indicates the channels within channel page 0, in the 2.4GHz ISM band. The channels are represented in
1094
+ * most significant bit order, with bit value 1 meaning selected, bit value 0 meaning unselected. For
1095
+ * example, the most significant bit of the left-most byte indicates channel
1096
+ *
1097
+ * 0. If channel 0 and channel 10 are selected, the mask would be: 80 20 00 00. Null when there is no
1098
+ * dataset configured.
1118
1099
  *
1119
1100
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.61
1120
1101
  */
1121
1102
  channelPage0Mask: Attribute(0x3c, TlvNullable(TlvByteString.bound({ length: 4 }))),
1122
1103
 
1123
1104
  /**
1124
- * The OperationalDatasetComponents attribute is a collection of flags to indicate the presence of various
1125
- * operationally acquired values.
1105
+ * Indicates a collection of flags to indicate the presence of various operationally acquired values.
1126
1106
  *
1127
1107
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.62
1128
1108
  */
@@ -1138,12 +1118,22 @@ export namespace ThreadNetworkDiagnostics {
1138
1118
  ),
1139
1119
 
1140
1120
  /**
1141
- * @see {@link MatterSpecification.v141.Core} § 11.14.6
1121
+ * Indicates the IEEE 802.15.4 extended address for the Node. A value of null shall indicate that the
1122
+ * extended address is not yet known. The uint64 value is composed by taking the 8 octets of the extended
1123
+ * address EUI-64 and treating them as a big-endian integer. For example, octet string (in hexadecimal, from
1124
+ * first octet to last) 00112233AABBCCDD would lead to a value of 0x00112233AABBCCDD.
1125
+ *
1126
+ * @see {@link MatterSpecification.v141.Core} § 11.14.6.64
1142
1127
  */
1143
1128
  extAddress: Attribute(0x3f, TlvNullable(TlvUInt64)),
1144
1129
 
1145
1130
  /**
1146
- * @see {@link MatterSpecification.v141.Core} § 11.14.6
1131
+ * Indicates the RLOC16 of the Node. A value of null shall indicate that the Thread interface is not
1132
+ * currently configured or operational. The uint16 value is composed by taking the two RLOC16 and treating
1133
+ * the octet string as if it was encoding a big-endian integer. For example, octet string (in hexadecimal,
1134
+ * from first octet to last) 44AA would lead to a value of 0x44AA.
1135
+ *
1136
+ * @see {@link MatterSpecification.v141.Core} § 11.14.6.65
1147
1137
  */
1148
1138
  rloc16: Attribute(0x40, TlvNullable(TlvUInt16))
1149
1139
  },