@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
@@ -81,7 +81,10 @@ export declare namespace ThreadNetworkDiagnostics {
81
81
  */
82
82
  const TlvNeighborTable: import("../tlv/TlvObject.js").ObjectSchema<{
83
83
  /**
84
- * This field shall specify the IEEE 802.15.4 extended address for the neighboring Node.
84
+ * This field shall specify the IEEE 802.15.4 extended address for the neighboring Node. The uint64 value is
85
+ * composed by taking the 8 octets of the extended address EUI-64 and treating them as a big-endian integer. For
86
+ * example, octet string (in hexadecimal, from first octet to last) 00112233AABBCCDD would lead to a value of
87
+ * 0x00112233AABBCCDD.
85
88
  *
86
89
  * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.1
87
90
  */
@@ -94,7 +97,9 @@ export declare namespace ThreadNetworkDiagnostics {
94
97
  */
95
98
  age: import("../tlv/TlvObject.js").FieldType<number>;
96
99
  /**
97
- * This field shall specify the RLOC16 of the neighboring Node.
100
+ * This field shall specify the RLOC16 of the neighboring Node. The uint16 value is composed by taking the two
101
+ * RLOC16 and treating the octet string as if it was encoding a big-endian integer. For example, octet string
102
+ * (in hexadecimal, from first octet to last) 44AA would lead to a value of 0x44AA.
98
103
  *
99
104
  * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.3
100
105
  */
@@ -189,13 +194,18 @@ export declare namespace ThreadNetworkDiagnostics {
189
194
  const TlvRouteTable: import("../tlv/TlvObject.js").ObjectSchema<{
190
195
  /**
191
196
  * This field shall specify the IEEE 802.15.4 extended address for the Node for which this route table entry
192
- * corresponds.
197
+ * corresponds. The uint64 value is composed by taking the 8 octets of the extended address EUI- 64 and treating
198
+ * them as a big-endian integer. For example, octet string (in hexadecimal, from first octet to last)
199
+ * 00112233AABBCCDD would lead to a value of 0x00112233AABBCCDD.
193
200
  *
194
201
  * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.1
195
202
  */
196
203
  extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
197
204
  /**
198
- * This field shall specify the RLOC16 for the Node for which this route table entry corresponds.
205
+ * This field shall specify the RLOC16 for the Node for which this route table entry corresponds. The uint16
206
+ * value is composed by taking the two RLOC16 and treating the octet string as if it was encoding a big-endian
207
+ * integer. For example, octet string (in hexadecimal, from first octet to last) 44AA would lead to a value of
208
+ * 0x44AA.
199
209
  *
200
210
  * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.2
201
211
  */
@@ -450,9 +460,9 @@ export declare namespace ThreadNetworkDiagnostics {
450
460
  const ErrorCountsComponent: {
451
461
  readonly attributes: {
452
462
  /**
453
- * The OverrunCount attribute shall indicate the number of packets dropped either at ingress or egress, due
454
- * to lack of buffer memory to retain all packets on the ethernet network interface. The OverrunCount
455
- * attribute shall be reset to 0 upon a reboot of the Node.
463
+ * Indicates the number of packets dropped either at ingress or egress, due to lack of buffer memory to
464
+ * retain all packets on the ethernet network interface. The OverrunCount attribute shall be reset to 0 upon
465
+ * a reboot of the Node.
456
466
  *
457
467
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.7
458
468
  */
@@ -460,12 +470,13 @@ export declare namespace ThreadNetworkDiagnostics {
460
470
  };
461
471
  readonly commands: {
462
472
  /**
473
+ * This command is used to reset the count attributes.
474
+ *
463
475
  * Reception of this command shall reset the following attributes to 0:
464
476
  *
465
477
  * • OverrunCount
466
478
  *
467
- * This command has no associated data. Upon completion, this command shall send a status code set to a
468
- * value of SUCCESS back to the initiator.
479
+ * Upon completion, this command shall send a status code of SUCCESS back to the initiator.
469
480
  *
470
481
  * @see {@link MatterSpecification.v141.Core} § 11.14.7.1
471
482
  */
@@ -478,62 +489,58 @@ export declare namespace ThreadNetworkDiagnostics {
478
489
  const MleCountsComponent: {
479
490
  readonly attributes: {
480
491
  /**
481
- * The DetachedRoleCount attribute shall indicate the number of times the Node entered the
482
- * OT_DEVICE_ROLE_DETACHED role as specified within the Thread specification. This value shall only be reset
483
- * upon a Node reboot.
492
+ * Indicates the number of times the Node entered the OT_DEVICE_ROLE_DETACHED role as specified within the
493
+ * Thread specification. This value shall only be reset upon a Node reboot.
484
494
  *
485
495
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.15
486
496
  */
487
497
  readonly detachedRoleCount: OptionalAttribute<number, any>;
488
498
  /**
489
- * The ChildRoleCount attribute shall indicate the number of times the Node entered the OT_DEVICE_ROLE_CHILD
490
- * role as specified within the Thread specification. This value shall only be reset upon a Node reboot.
499
+ * Indicates the number of times the Node entered the OT_DEVICE_ROLE_CHILD role as specified within the
500
+ * Thread specification. This value shall only be reset upon a Node reboot.
491
501
  *
492
502
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.16
493
503
  */
494
504
  readonly childRoleCount: OptionalAttribute<number, any>;
495
505
  /**
496
- * The RouterRoleCount attribute shall indicate the number of times the Node entered the
497
- * OT_DEVICE_ROLE_ROUTER role as specified within the Thread specification. This value shall only be reset
498
- * upon a Node reboot.
506
+ * Indicates the number of times the Node entered the OT_DEVICE_ROLE_ROUTER role as specified within the
507
+ * Thread specification. This value shall only be reset upon a Node reboot.
499
508
  *
500
509
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.17
501
510
  */
502
511
  readonly routerRoleCount: OptionalAttribute<number, any>;
503
512
  /**
504
- * The LeaderRoleCount attribute shall indicate the number of times the Node entered the
505
- * OT_DEVICE_ROLE_LEADER role as specified within the Thread specification. This value shall only be reset
506
- * upon a Node reboot.
513
+ * Indicates the number of times the Node entered the OT_DEVICE_ROLE_LEADER role as specified within the
514
+ * Thread specification. This value shall only be reset upon a Node reboot.
507
515
  *
508
516
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.18
509
517
  */
510
518
  readonly leaderRoleCount: OptionalAttribute<number, any>;
511
519
  /**
512
- * The AttachAttemptCount attribute shall indicate the number of attempts that have been made to attach to a
513
- * Thread network while the Node was detached from all Thread networks. This value shall only be reset upon
514
- * a Node reboot.
520
+ * Indicates the number of attempts that have been made to attach to a Thread network while the Node was
521
+ * detached from all Thread networks. This value shall only be reset upon a Node reboot.
515
522
  *
516
523
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.19
517
524
  */
518
525
  readonly attachAttemptCount: OptionalAttribute<number, any>;
519
526
  /**
520
- * The PartitionIdChangeCount attribute shall indicate the number of times that the Thread network that the
521
- * Node is connected to has changed its Partition ID. This value shall only be reset upon a Node reboot.
527
+ * Indicates the number of times that the Thread network that the Node is connected to has changed its
528
+ * Partition ID. This value shall only be reset upon a Node reboot.
522
529
  *
523
530
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.20
524
531
  */
525
532
  readonly partitionIdChangeCount: OptionalAttribute<number, any>;
526
533
  /**
527
- * The BetterPartitionAttachAttemptCount attribute shall indicate the number of times a Node has attempted
528
- * to attach to a different Thread partition that it has determined is better than the partition it is
529
- * currently attached to. This value shall only be reset upon a Node reboot.
534
+ * Indicates the number of times a Node has attempted to attach to a different Thread partition that it has
535
+ * determined is better than the partition it is currently attached to. This value shall only be reset upon
536
+ * a Node reboot.
530
537
  *
531
538
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.21
532
539
  */
533
540
  readonly betterPartitionAttachAttemptCount: OptionalAttribute<number, any>;
534
541
  /**
535
- * The ParentChangeCount attribute shall indicate the number of times a Node has changed its parent. This
536
- * value shall only be reset upon a Node reboot.
542
+ * Indicates the number of times a Node has changed its parent. This value shall only be reset upon a Node
543
+ * reboot.
537
544
  *
538
545
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.22
539
546
  */
@@ -546,279 +553,257 @@ export declare namespace ThreadNetworkDiagnostics {
546
553
  const MacCountsComponent: {
547
554
  readonly attributes: {
548
555
  /**
549
- * The TxTotalCount attribute shall indicate the total number of unique MAC frame transmission requests. The
550
- * TxTotalCount attribute shall only be incremented by 1 for each MAC transmission request regardless of the
551
- * amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node
552
- * reboot.
556
+ * Indicates the total number of unique MAC frame transmission requests. The attribute shall only be
557
+ * incremented by 1 for each MAC transmission request regardless of the amount of CCA failures, CSMA-CA
558
+ * attempts, or retransmissions. This value shall only be reset upon a Node reboot.
553
559
  *
554
560
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.23
555
561
  */
556
562
  readonly txTotalCount: OptionalAttribute<number, any>;
557
563
  /**
558
- * The TxUnicastCount attribute shall indicate the total number of unique unicast MAC frame transmission
559
- * requests. The TxUnicastCount attribute shall only be incremented by 1 for each unicast MAC transmission
560
- * request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall
561
- * only be reset upon a Node reboot.
564
+ * Indicates the total number of unique unicast MAC frame transmission requests. The attribute shall only be
565
+ * incremented by 1 for each unicast MAC transmission request regardless of the amount of CCA failures,
566
+ * CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
562
567
  *
563
568
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.24
564
569
  */
565
570
  readonly txUnicastCount: OptionalAttribute<number, any>;
566
571
  /**
567
- * The TxBroadcastCount attribute shall indicate the total number of unique broadcast MAC frame transmission
568
- * requests. The TxBroadcastCount attribute shall only be incremented by 1 for each broadcast MAC
569
- * transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This
570
- * value shall only be reset upon a Node reboot.
572
+ * Indicates the total number of unique broadcast MAC frame transmission requests. The attribute shall only
573
+ * be incremented by 1 for each broadcast MAC transmission request regardless of the amount of CCA failures,
574
+ * CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
571
575
  *
572
576
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.25
573
577
  */
574
578
  readonly txBroadcastCount: OptionalAttribute<number, any>;
575
579
  /**
576
- * The TxAckRequestedCount attribute shall indicate the total number of unique MAC frame transmission
577
- * requests with requested acknowledgment. The TxAckRequestedCount attribute shall only be incremented by 1
578
- * for each MAC transmission request with requested acknowledgment regardless of the amount of CCA failures,
579
- * CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
580
+ * Indicates the total number of unique MAC frame transmission requests with requested acknowledgment. The
581
+ * attribute shall only be incremented by 1 for each MAC transmission request with requested acknowledgment
582
+ * regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
583
+ * reset upon a Node reboot.
580
584
  *
581
585
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.26
582
586
  */
583
587
  readonly txAckRequestedCount: OptionalAttribute<number, any>;
584
588
  /**
585
- * The TxAckedCount attribute shall indicate the total number of unique MAC frame transmission requests that
586
- * were acked. The TxAckedCount attribute shall only be incremented by 1 for each MAC transmission request
587
- * that is acked regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value
588
- * shall only be reset upon a Node reboot.
589
+ * Indicates the total number of unique MAC frame transmission requests that were acked. The attribute shall
590
+ * only be incremented by 1 for each MAC transmission request that is acked regardless of the amount of CCA
591
+ * failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
589
592
  *
590
593
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.27
591
594
  */
592
595
  readonly txAckedCount: OptionalAttribute<number, any>;
593
596
  /**
594
- * The TxNoAckRequestedCount attribute shall indicate the total number of unique MAC frame transmission
595
- * requests without requested acknowledgment. The TxNoAckRequestedCount attribute shall only be incremented
596
- * by 1 for each MAC transmission request that is does not request acknowledgement regardless of the amount
597
- * of CCA failures, CSMA-CA attempts, or retransmissions.
597
+ * Indicates the total number of unique MAC frame transmission requests without requested acknowledgment.
598
+ * The attribute shall only be incremented by 1 for each MAC transmission request that is does not request
599
+ * acknowledgement regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
598
600
  *
599
601
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.28
600
602
  */
601
603
  readonly txNoAckRequestedCount: OptionalAttribute<number, any>;
602
604
  /**
603
- * The TxDataCount attribute shall indicate the total number of unique MAC Data frame transmission requests.
604
- * The TxDataCount attribute shall only be incremented by 1 for each MAC Data frame transmission request
605
- * regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
606
- * reset upon a Node reboot.
605
+ * Indicates the total number of unique MAC Data frame transmission requests. The attribute shall only be
606
+ * incremented by 1 for each MAC Data frame transmission request regardless of the amount of CCA failures,
607
+ * CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
607
608
  *
608
609
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.29
609
610
  */
610
611
  readonly txDataCount: OptionalAttribute<number, any>;
611
612
  /**
612
- * The TxDataPollCount attribute shall indicate the total number of unique MAC Data Poll frame transmission
613
- * requests. The TxDataPollCount attribute shall only be incremented by 1 for each MAC Data Poll frame
614
- * transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This
615
- * value shall only be reset upon a Node reboot.
613
+ * Indicates the total number of unique MAC Data Poll frame transmission requests. The attribute shall only
614
+ * be incremented by 1 for each MAC Data Poll frame transmission request regardless of the amount of CCA
615
+ * failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
616
616
  *
617
617
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.30
618
618
  */
619
619
  readonly txDataPollCount: OptionalAttribute<number, any>;
620
620
  /**
621
- * The TxBeaconCount attribute shall indicate the total number of unique MAC Beacon frame transmission
622
- * requests. The TxBeaconCount attribute shall only be incremented by 1 for each MAC Beacon frame
623
- * transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
621
+ * Indicates the total number of unique MAC Beacon frame transmission requests. The attribute shall only be
622
+ * incremented by 1 for each MAC Beacon frame transmission request regardless of the amount of CCA failures,
623
+ * CSMA-CA attempts, or retransmissions.
624
624
  *
625
625
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.31
626
626
  */
627
627
  readonly txBeaconCount: OptionalAttribute<number, any>;
628
628
  /**
629
- * The TxBeaconRequestCount attribute shall indicate the total number of unique MAC Beacon Request frame
630
- * transmission requests. The TxBeaconRequestCount attribute shall only be incremented by 1 for each MAC
631
- * Beacon Request frame transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or
632
- * retransmissions. This value shall only be reset upon a Node reboot.
629
+ * Indicates the total number of unique MAC Beacon Request frame transmission requests. The attribute shall
630
+ * only be incremented by 1 for each MAC Beacon Request frame transmission request regardless of the amount
631
+ * of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
633
632
  *
634
633
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.32
635
634
  */
636
635
  readonly txBeaconRequestCount: OptionalAttribute<number, any>;
637
636
  /**
638
- * The TxOtherCount attribute shall indicate the total number of unique MAC frame transmission requests that
639
- * are not counted by any other attribute. The TxOtherCount attribute shall only be incremented by 1 for
640
- * each MAC frame transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or
641
- * retransmissions. This value shall only be reset upon a Node reboot.
637
+ * Indicates the total number of unique MAC frame transmission requests that are not counted by any other
638
+ * attribute. The attribute shall only be incremented by 1 for each MAC frame transmission request
639
+ * regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
640
+ * reset upon a Node reboot.
642
641
  *
643
642
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.33
644
643
  */
645
644
  readonly txOtherCount: OptionalAttribute<number, any>;
646
645
  /**
647
- * The TxRetryCount attribute shall indicate the total number of MAC retransmission attempts. The
648
- * TxRetryCount attribute shall only be incremented by 1 for each retransmission attempt that may be
649
- * triggered by lack of acknowledgement, CSMA/CA failure, or other type of transmission error. This value
650
- * shall only be reset upon a Node reboot.
646
+ * Indicates the total number of MAC retransmission attempts. The attribute shall only be incremented by 1
647
+ * for each retransmission attempt that may be triggered by lack of acknowledgement, CSMA/CA failure, or
648
+ * other type of transmission error. This value shall only be reset upon a Node reboot.
651
649
  *
652
650
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.34
653
651
  */
654
652
  readonly txRetryCount: OptionalAttribute<number, any>;
655
653
  /**
656
- * The TxDirectMaxRetryExpiryCount attribute shall indicate the total number of unique MAC transmission
657
- * packets that meet maximal retry limit for direct packets. The TxDirectMaxRetryExpiryCount attribute shall
658
- * only be incremented by 1 for each unique MAC transmission packets that meets the maximal retry limit for
659
- * direct packets. This value shall only be reset upon a Node reboot.
654
+ * Indicates the total number of unique MAC transmission packets that meet maximal retry limit for direct
655
+ * packets. The attribute shall only be incremented by 1 for each unique MAC transmission packets that meets
656
+ * the maximal retry limit for direct packets. This value shall only be reset upon a Node reboot.
660
657
  *
661
658
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.35
662
659
  */
663
660
  readonly txDirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
664
661
  /**
665
- * The TxIndirectMaxRetryExpiryCount attribute shall indicate the total number of unique MAC transmission
666
- * packets that meet maximal retry limit for indirect packets. The TxIndirectMaxRetryExpiryCount attribute
667
- * shall only be incremented by 1 for each unique MAC transmission packets that meets the maximal retry
668
- * limit for indirect packets. This value shall only be reset upon a Node reboot.
662
+ * Indicates the total number of unique MAC transmission packets that meet maximal retry limit for indirect
663
+ * packets. The attribute shall only be incremented by 1 for each unique MAC transmission packets that meets
664
+ * the maximal retry limit for indirect packets. This value shall only be reset upon a Node reboot.
669
665
  *
670
666
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.36
671
667
  */
672
668
  readonly txIndirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
673
669
  /**
674
- * The TxErrCcaCount attribute shall indicate the total number of CCA failures. The TxErrCcaCount attribute
675
- * shall only be incremented by 1 for each instance of a CCA failure. This value shall only be reset upon a
676
- * Node reboot.
670
+ * Indicates the total number of CCA failures. The TxErrCcaCount attribute shall only be incremented by 1
671
+ * for each instance of a CCA failure. This value shall only be reset upon a Node reboot.
677
672
  *
678
673
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.37
679
674
  */
680
675
  readonly txErrCcaCount: OptionalAttribute<number, any>;
681
676
  /**
682
- * The TxErrAbortCount attribute shall indicate the total number of unique MAC transmission request failures
683
- * caused by an abort error. The TxErrAbortCount attribute shall only be incremented by 1 for each unique
684
- * MAC transmission request failure caused by an abort error.
677
+ * Indicates the total number of unique MAC transmission request failures caused by an abort error. The
678
+ * attribute shall only be incremented by 1 for each unique MAC transmission request failure caused by an
679
+ * abort error.
685
680
  *
686
681
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.38
687
682
  */
688
683
  readonly txErrAbortCount: OptionalAttribute<number, any>;
689
684
  /**
690
- * The TxErrBusyChannelCount attribute shall indicate the total number of unique MAC transmission request
691
- * failures caused by an error as the result of a busy channel (a CSMA/CA fail). The TxErrBusyChannelCount
692
- * attribute shall only be incremented by 1 for each unique MAC transmission request failure caused by a
693
- * busy channel such as a CSMA/CA failure.
685
+ * Indicates the total number of unique MAC transmission request failures caused by an error as the result
686
+ * of a busy channel (a CSMA/CA fail). The attribute shall only be incremented by 1 for each unique MAC
687
+ * transmission request failure caused by a busy channel such as a CSMA/CA failure.
694
688
  *
695
689
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.39
696
690
  */
697
691
  readonly txErrBusyChannelCount: OptionalAttribute<number, any>;
698
692
  /**
699
- * The RxTotalCount attribute shall indicate the total number of received unique MAC frames. This value
700
- * shall only be reset upon a Node reboot.
693
+ * Indicates the total number of received unique MAC frames. This value shall only be reset upon a Node
694
+ * reboot.
701
695
  *
702
696
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.40
703
697
  */
704
698
  readonly rxTotalCount: OptionalAttribute<number, any>;
705
699
  /**
706
- * The RxUnicastCount attribute shall indicate the total number of received unique unicast MAC frames. This
707
- * value shall only be reset upon a Node reboot.
700
+ * Indicates the total number of received unique unicast MAC frames. This value shall only be reset upon a
701
+ * Node reboot.
708
702
  *
709
703
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.41
710
704
  */
711
705
  readonly rxUnicastCount: OptionalAttribute<number, any>;
712
706
  /**
713
- * The RxBroadcastCount attribute shall indicate the total number of received unique broadcast MAC frames.
714
- * This value shall only be reset upon a Node reboot.
707
+ * Indicates the total number of received unique broadcast MAC frames. This value shall only be reset upon a
708
+ * Node reboot.
715
709
  *
716
710
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.42
717
711
  */
718
712
  readonly rxBroadcastCount: OptionalAttribute<number, any>;
719
713
  /**
720
- * The RxDataCount attribute shall indicate the total number of received unique MAC Data frames. This value
721
- * shall only be reset upon a Node reboot.
714
+ * Indicates the total number of received unique MAC Data frames. This value shall only be reset upon a Node
715
+ * reboot.
722
716
  *
723
717
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.43
724
718
  */
725
719
  readonly rxDataCount: OptionalAttribute<number, any>;
726
720
  /**
727
- * The RxDataPollCount attribute shall indicate the total number of received unique MAC Data Poll frames.
728
- * This value shall only be reset upon a Node reboot.
721
+ * Indicates the total number of received unique MAC Data Poll frames. This value shall only be reset upon a
722
+ * Node reboot.
729
723
  *
730
724
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.44
731
725
  */
732
726
  readonly rxDataPollCount: OptionalAttribute<number, any>;
733
727
  /**
734
- * The RxBeaconCount attribute shall indicate the total number of received unique MAC Beacon frames. This
735
- * value shall only be reset upon a Node reboot.
728
+ * Indicates the total number of received unique MAC Beacon frames. This value shall only be reset upon a
729
+ * Node reboot.
736
730
  *
737
731
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.45
738
732
  */
739
733
  readonly rxBeaconCount: OptionalAttribute<number, any>;
740
734
  /**
741
- * The RxBeaconRequestCount attribute shall indicate the total number of received unique MAC Beacon Request
742
- * frames. This value shall only be reset upon a Node reboot.
735
+ * Indicates the total number of received unique MAC Beacon Request frames. This value shall only be reset
736
+ * upon a Node reboot.
743
737
  *
744
738
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.46
745
739
  */
746
740
  readonly rxBeaconRequestCount: OptionalAttribute<number, any>;
747
741
  /**
748
- * The RxOtherCount attribute shall indicate the total number of received unique MAC frame requests that are
749
- * not counted by any other attribute. This value shall only be reset upon a Node reboot.
742
+ * Indicates the total number of received unique MAC frame requests that are not counted by any other
743
+ * attribute. This value shall only be reset upon a Node reboot.
750
744
  *
751
745
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.47
752
746
  */
753
747
  readonly rxOtherCount: OptionalAttribute<number, any>;
754
748
  /**
755
- * The RxAddressFilteredCount attribute shall indicate the total number of received unique MAC frame
756
- * requests that have been dropped as a result of MAC filtering. This value shall only be reset upon a Node
757
- * reboot.
749
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
750
+ * MAC filtering. This value shall only be reset upon a Node reboot.
758
751
  *
759
752
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.48
760
753
  */
761
754
  readonly rxAddressFilteredCount: OptionalAttribute<number, any>;
762
755
  /**
763
- * The RxDestAddrFilteredCount attribute shall indicate the total number of received unique MAC frame
764
- * requests that have been dropped as a result of a destination address check. This value shall only be
765
- * reset upon a Node reboot.
756
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of a
757
+ * destination address check. This value shall only be reset upon a Node reboot.
766
758
  *
767
759
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.49
768
760
  */
769
761
  readonly rxDestAddrFilteredCount: OptionalAttribute<number, any>;
770
762
  /**
771
- * The RxDuplicatedCount attribute shall indicate the total number of received MAC frame requests that have
772
- * been dropped as a result of being a duplicate of a previously received MAC frame request. This value
773
- * shall only be reset upon a Node reboot.
763
+ * Indicates the total number of received MAC frame requests that have been dropped as a result of being a
764
+ * duplicate of a previously received MAC frame request. This value shall only be reset upon a Node reboot.
774
765
  *
775
766
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.50
776
767
  */
777
768
  readonly rxDuplicatedCount: OptionalAttribute<number, any>;
778
769
  /**
779
- * The RxErrNoFrameCount attribute shall indicate the total number of received unique MAC frame requests
780
- * that have been dropped as a result of missing or malformed frame contents. This value shall only be reset
781
- * upon a Node reboot.
770
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
771
+ * missing or malformed frame contents. This value shall only be reset upon a Node reboot.
782
772
  *
783
773
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.51
784
774
  */
785
775
  readonly rxErrNoFrameCount: OptionalAttribute<number, any>;
786
776
  /**
787
- * The RxErrUnknownNeighborCount attribute shall indicate the total number of received unique MAC frame
788
- * requests that have been dropped as a result of originating from an unknown neighbor device. This value
789
- * shall only be reset upon a Node reboot.
777
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
778
+ * originating from an unknown neighbor device. This value shall only be reset upon a Node reboot.
790
779
  *
791
780
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.52
792
781
  */
793
782
  readonly rxErrUnknownNeighborCount: OptionalAttribute<number, any>;
794
783
  /**
795
- * The RxErrInvalidSrcAddrCount attribute shall indicate the total number of received unique MAC frame
796
- * requests that have been dropped as a result of containing an invalid source address. This value shall
797
- * only be reset upon a Node reboot.
784
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
785
+ * containing an invalid source address. This value shall only be reset upon a Node reboot.
798
786
  *
799
787
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.53
800
788
  */
801
789
  readonly rxErrInvalidSrcAddrCount: OptionalAttribute<number, any>;
802
790
  /**
803
- * The RxErrSecCount attribute shall indicate the total number of received unique MAC frame requests that
804
- * have been dropped as a result of an error with the security of the received frame. This value shall only
805
- * be reset upon a Node reboot.
791
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
792
+ * error with the security of the received frame. This value shall only be reset upon a Node reboot.
806
793
  *
807
794
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.54
808
795
  */
809
796
  readonly rxErrSecCount: OptionalAttribute<number, any>;
810
797
  /**
811
- * The RxErrFcsCount attribute shall indicate the total number of received unique MAC frame requests that
812
- * have been dropped as a result of an error with the FCS of the received frame. This value shall only be
813
- * reset upon a Node reboot.
798
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
799
+ * error with the FCS of the received frame. This value shall only be reset upon a Node reboot.
814
800
  *
815
801
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.55
816
802
  */
817
803
  readonly rxErrFcsCount: OptionalAttribute<number, any>;
818
804
  /**
819
- * The RxErrOtherCount attribute shall indicate the total number of received unique MAC frame requests that
820
- * have been dropped as a result of an error that is not counted by any other attribute. This value shall
821
- * only be reset upon a Node reboot.
805
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
806
+ * error that is not counted by any other attribute. This value shall only be reset upon a Node reboot.
822
807
  *
823
808
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.56
824
809
  */
@@ -853,62 +838,61 @@ export declare namespace ThreadNetworkDiagnostics {
853
838
  };
854
839
  readonly attributes: {
855
840
  /**
856
- * The Channel attribute shall indicate the 802.15.4 channel number configured on the Node’s Thread
857
- * interface (that is, the Active Operational Dataset’s current Channel value). A value of null shall
858
- * indicate that the Thread interface is not currently configured or operational.
841
+ * Indicates the 802.15.4 channel number configured on the Node’s Thread interface (that is, the Active
842
+ * Operational Dataset’s current Channel value). A value of null shall indicate that the Thread interface is
843
+ * not currently configured or operational.
859
844
  *
860
845
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.1
861
846
  */
862
847
  readonly channel: Attribute<number | null, any>;
863
848
  /**
864
- * The RoutingRole attribute shall indicate the role that this Node has within the routing of messages
865
- * through the Thread network, as defined by RoutingRoleEnum. The potential roles are defined in the
866
- * following table. A value of null shall indicate that the Thread interface is not currently configured or
867
- * operational.
849
+ * Indicates the role that this Node has within the routing of messages through the Thread network, as
850
+ * defined by RoutingRoleEnum. The potential roles are defined in the following table. A value of null shall
851
+ * indicate that the Thread interface is not currently configured or operational.
868
852
  *
869
853
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.2
870
854
  */
871
855
  readonly routingRole: Attribute<RoutingRole | null, any>;
872
856
  /**
873
- * The NetworkName attribute shall indicate a human-readable (displayable) name for the Thread network that
874
- * the Node has been configured to join to. A value of null shall indicate that the Thread interface is not
875
- * currently configured or operational.
857
+ * Indicates a human-readable (displayable) name for the Thread network that the Node has been configured to
858
+ * join to. A value of null shall indicate that the Thread interface is not currently configured or
859
+ * operational.
876
860
  *
877
861
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.3
878
862
  */
879
863
  readonly networkName: Attribute<string | null, any>;
880
864
  /**
881
- * The PanId attribute shall indicate the 16-bit identifier of the Node on the Thread network. A value of
882
- * null shall indicate that the Thread interface is not currently configured or operational.
865
+ * Indicates the 16-bit identifier of the Node on the Thread network. A value of null shall indicate that
866
+ * the Thread interface is not currently configured or operational.
883
867
  *
884
868
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.4
885
869
  */
886
870
  readonly panId: Attribute<number | null, any>;
887
871
  /**
888
- * The ExtendedPanId attribute shall indicate the unique 64-bit identifier of the Node on the Thread
889
- * network. A value of null shall indicate that the Thread interface is not currently configured or
890
- * operational.
872
+ * Indicates the unique 64-bit identifier of the Node on the Thread network. A value of null shall indicate
873
+ * that the Thread interface is not currently configured or operational.
891
874
  *
892
875
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.5
893
876
  */
894
877
  readonly extendedPanId: Attribute<number | bigint | null, any>;
895
878
  /**
896
- * The MeshLocalPrefix attribute shall indicate the mesh-local IPv6 prefix for the Thread network that the
897
- * Node has been configured to join to. A value of null shall indicate that the Thread interface is not
898
- * currently configured or operational.
879
+ * Indicates the mesh-local IPv6 prefix for the Thread network that the Node has been configured to join to.
880
+ * A value of null shall indicate that the Thread interface is not currently configured or operational.
899
881
  *
900
882
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.6
901
883
  */
902
884
  readonly meshLocalPrefix: Attribute<AllowSharedBufferSource | null, any>;
903
885
  /**
904
- * The NeighborTable attribute shall indicate the current list of Nodes that comprise the neighbor table on
905
- * the Node.
886
+ * Indicates the current list of Nodes that comprise the neighbor table on the Node.
906
887
  *
907
888
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.8
908
889
  */
909
890
  readonly neighborTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
910
891
  /**
911
- * This field shall specify the IEEE 802.15.4 extended address for the neighboring Node.
892
+ * This field shall specify the IEEE 802.15.4 extended address for the neighboring Node. The uint64 value is
893
+ * composed by taking the 8 octets of the extended address EUI-64 and treating them as a big-endian integer. For
894
+ * example, octet string (in hexadecimal, from first octet to last) 00112233AABBCCDD would lead to a value of
895
+ * 0x00112233AABBCCDD.
912
896
  *
913
897
  * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.1
914
898
  */
@@ -921,7 +905,9 @@ export declare namespace ThreadNetworkDiagnostics {
921
905
  */
922
906
  age: import("../tlv/TlvObject.js").FieldType<number>;
923
907
  /**
924
- * This field shall specify the RLOC16 of the neighboring Node.
908
+ * This field shall specify the RLOC16 of the neighboring Node. The uint16 value is composed by taking the two
909
+ * RLOC16 and treating the octet string as if it was encoding a big-endian integer. For example, octet string
910
+ * (in hexadecimal, from first octet to last) 44AA would lead to a value of 0x44AA.
925
911
  *
926
912
  * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.3
927
913
  */
@@ -1006,21 +992,25 @@ export declare namespace ThreadNetworkDiagnostics {
1006
992
  isChild: import("../tlv/TlvObject.js").FieldType<boolean>;
1007
993
  }>[], any>;
1008
994
  /**
1009
- * The RouteTable attribute shall indicate the current list of router capable Nodes for which routes have
1010
- * been established.
995
+ * Indicates the current list of router capable Nodes for which routes have been established.
1011
996
  *
1012
997
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.9
1013
998
  */
1014
999
  readonly routeTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1015
1000
  /**
1016
1001
  * This field shall specify the IEEE 802.15.4 extended address for the Node for which this route table entry
1017
- * corresponds.
1002
+ * corresponds. The uint64 value is composed by taking the 8 octets of the extended address EUI- 64 and treating
1003
+ * them as a big-endian integer. For example, octet string (in hexadecimal, from first octet to last)
1004
+ * 00112233AABBCCDD would lead to a value of 0x00112233AABBCCDD.
1018
1005
  *
1019
1006
  * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.1
1020
1007
  */
1021
1008
  extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1022
1009
  /**
1023
- * This field shall specify the RLOC16 for the Node for which this route table entry corresponds.
1010
+ * This field shall specify the RLOC16 for the Node for which this route table entry corresponds. The uint16
1011
+ * value is composed by taking the two RLOC16 and treating the octet string as if it was encoding a big-endian
1012
+ * integer. For example, octet string (in hexadecimal, from first octet to last) 44AA would lead to a value of
1013
+ * 0x44AA.
1024
1014
  *
1025
1015
  * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.2
1026
1016
  */
@@ -1080,36 +1070,36 @@ export declare namespace ThreadNetworkDiagnostics {
1080
1070
  linkEstablished: import("../tlv/TlvObject.js").FieldType<boolean>;
1081
1071
  }>[], any>;
1082
1072
  /**
1083
- * The PartitionId attribute shall indicate the Thread Leader Partition Id for the Thread network to which
1084
- * the Node is joined. Null if not attached to a Thread network.
1073
+ * Indicates the Thread Leader Partition Id for the Thread network to which the Node is joined. Null if not
1074
+ * attached to a Thread network.
1085
1075
  *
1086
1076
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.10
1087
1077
  */
1088
1078
  readonly partitionId: Attribute<number | null, any>;
1089
1079
  /**
1090
- * The Weighting attribute shall indicate the Thread Leader Weight used when operating in the Leader role.
1091
- * Null if not attached to a Thread network.
1080
+ * Indicates the Thread Leader Weight used when operating in the Leader role. Null if not attached to a
1081
+ * Thread network.
1092
1082
  *
1093
1083
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.11
1094
1084
  */
1095
1085
  readonly weighting: Attribute<number | null, any>;
1096
1086
  /**
1097
- * The DataVersion attribute shall indicate the full Network Data Version the Node currently uses. Null if
1098
- * not attached to a Thread network.
1087
+ * Indicates the full Network Data Version the Node currently uses. Null if not attached to a Thread
1088
+ * network.
1099
1089
  *
1100
1090
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.12
1101
1091
  */
1102
1092
  readonly dataVersion: Attribute<number | null, any>;
1103
1093
  /**
1104
- * The StableDataVersion attribute shall indicate the Network Data Version for the stable subset of data the
1105
- * Node currently uses. Null if not attached to a Thread network.
1094
+ * Indicates the Network Data Version for the stable subset of data the Node currently uses. Null if not
1095
+ * attached to a Thread network.
1106
1096
  *
1107
1097
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.13
1108
1098
  */
1109
1099
  readonly stableDataVersion: Attribute<number | null, any>;
1110
1100
  /**
1111
- * The LeaderRouterId attribute shall indicate the 8-bit LeaderRouterId the Node shall attempt to utilize
1112
- * upon becoming a router or leader on the Thread network. Null if not attached to a Thread network.
1101
+ * Indicates the 8-bit LeaderRouterId the Node shall attempt to utilize upon becoming a router or leader on
1102
+ * the Thread network. Null if not attached to a Thread network.
1113
1103
  *
1114
1104
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.14
1115
1105
  */
@@ -1133,8 +1123,8 @@ export declare namespace ThreadNetworkDiagnostics {
1133
1123
  */
1134
1124
  readonly delay: OptionalAttribute<number | null, any>;
1135
1125
  /**
1136
- * The SecurityPolicy attribute indicates the current security policies for the Thread partition to which a
1137
- * Node is connected. Null when there is no dataset configured.
1126
+ * Indicates the current security policies for the Thread partition to which a Node is connected. Null when
1127
+ * there is no dataset configured.
1138
1128
  *
1139
1129
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.60
1140
1130
  */
@@ -1155,18 +1145,18 @@ export declare namespace ThreadNetworkDiagnostics {
1155
1145
  flags: import("../tlv/TlvObject.js").FieldType<number>;
1156
1146
  }> | null, any>;
1157
1147
  /**
1158
- * The ChannelPage0Mask attribute indicates the channels within channel page 0, in the 2.4GHz ISM band. The
1159
- * channels are represented in most significant bit order, with bit value 1 meaning selected, bit value 0
1160
- * meaning unselected. For example, the most significant bit of the left-most byte indicates channel 0. If
1161
- * channel 0 and channel 10 are selected, the mask would be: 80 20 00 00. Null when there is no dataset
1162
- * configured.
1148
+ * Indicates the channels within channel page 0, in the 2.4GHz ISM band. The channels are represented in
1149
+ * most significant bit order, with bit value 1 meaning selected, bit value 0 meaning unselected. For
1150
+ * example, the most significant bit of the left-most byte indicates channel
1151
+ *
1152
+ * 0. If channel 0 and channel 10 are selected, the mask would be: 80 20 00 00. Null when there is no
1153
+ * dataset configured.
1163
1154
  *
1164
1155
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.61
1165
1156
  */
1166
1157
  readonly channelPage0Mask: Attribute<AllowSharedBufferSource | null, any>;
1167
1158
  /**
1168
- * The OperationalDatasetComponents attribute is a collection of flags to indicate the presence of various
1169
- * operationally acquired values.
1159
+ * Indicates a collection of flags to indicate the presence of various operationally acquired values.
1170
1160
  *
1171
1161
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.62
1172
1162
  */
@@ -1251,11 +1241,21 @@ export declare namespace ThreadNetworkDiagnostics {
1251
1241
  */
1252
1242
  readonly activeNetworkFaultsList: Attribute<NetworkFault[], any>;
1253
1243
  /**
1254
- * @see {@link MatterSpecification.v141.Core} § 11.14.6
1244
+ * Indicates the IEEE 802.15.4 extended address for the Node. A value of null shall indicate that the
1245
+ * extended address is not yet known. The uint64 value is composed by taking the 8 octets of the extended
1246
+ * address EUI-64 and treating them as a big-endian integer. For example, octet string (in hexadecimal, from
1247
+ * first octet to last) 00112233AABBCCDD would lead to a value of 0x00112233AABBCCDD.
1248
+ *
1249
+ * @see {@link MatterSpecification.v141.Core} § 11.14.6.64
1255
1250
  */
1256
1251
  readonly extAddress: Attribute<number | bigint | null, any>;
1257
1252
  /**
1258
- * @see {@link MatterSpecification.v141.Core} § 11.14.6
1253
+ * Indicates the RLOC16 of the Node. A value of null shall indicate that the Thread interface is not
1254
+ * currently configured or operational. The uint16 value is composed by taking the two RLOC16 and treating
1255
+ * the octet string as if it was encoding a big-endian integer. For example, octet string (in hexadecimal,
1256
+ * from first octet to last) 44AA would lead to a value of 0x44AA.
1257
+ *
1258
+ * @see {@link MatterSpecification.v141.Core} § 11.14.6.65
1259
1259
  */
1260
1260
  readonly rloc16: Attribute<number | null, any>;
1261
1261
  };
@@ -1303,9 +1303,9 @@ export declare namespace ThreadNetworkDiagnostics {
1303
1303
  readonly component: {
1304
1304
  readonly attributes: {
1305
1305
  /**
1306
- * The OverrunCount attribute shall indicate the number of packets dropped either at ingress or egress, due
1307
- * to lack of buffer memory to retain all packets on the ethernet network interface. The OverrunCount
1308
- * attribute shall be reset to 0 upon a reboot of the Node.
1306
+ * Indicates the number of packets dropped either at ingress or egress, due to lack of buffer memory to
1307
+ * retain all packets on the ethernet network interface. The OverrunCount attribute shall be reset to 0 upon
1308
+ * a reboot of the Node.
1309
1309
  *
1310
1310
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.7
1311
1311
  */
@@ -1313,12 +1313,13 @@ export declare namespace ThreadNetworkDiagnostics {
1313
1313
  };
1314
1314
  readonly commands: {
1315
1315
  /**
1316
+ * This command is used to reset the count attributes.
1317
+ *
1316
1318
  * Reception of this command shall reset the following attributes to 0:
1317
1319
  *
1318
1320
  * • OverrunCount
1319
1321
  *
1320
- * This command has no associated data. Upon completion, this command shall send a status code set to a
1321
- * value of SUCCESS back to the initiator.
1322
+ * Upon completion, this command shall send a status code of SUCCESS back to the initiator.
1322
1323
  *
1323
1324
  * @see {@link MatterSpecification.v141.Core} § 11.14.7.1
1324
1325
  */
@@ -1332,62 +1333,58 @@ export declare namespace ThreadNetworkDiagnostics {
1332
1333
  readonly component: {
1333
1334
  readonly attributes: {
1334
1335
  /**
1335
- * The DetachedRoleCount attribute shall indicate the number of times the Node entered the
1336
- * OT_DEVICE_ROLE_DETACHED role as specified within the Thread specification. This value shall only be reset
1337
- * upon a Node reboot.
1336
+ * Indicates the number of times the Node entered the OT_DEVICE_ROLE_DETACHED role as specified within the
1337
+ * Thread specification. This value shall only be reset upon a Node reboot.
1338
1338
  *
1339
1339
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.15
1340
1340
  */
1341
1341
  readonly detachedRoleCount: OptionalAttribute<number, any>;
1342
1342
  /**
1343
- * The ChildRoleCount attribute shall indicate the number of times the Node entered the OT_DEVICE_ROLE_CHILD
1344
- * role as specified within the Thread specification. This value shall only be reset upon a Node reboot.
1343
+ * Indicates the number of times the Node entered the OT_DEVICE_ROLE_CHILD role as specified within the
1344
+ * Thread specification. This value shall only be reset upon a Node reboot.
1345
1345
  *
1346
1346
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.16
1347
1347
  */
1348
1348
  readonly childRoleCount: OptionalAttribute<number, any>;
1349
1349
  /**
1350
- * The RouterRoleCount attribute shall indicate the number of times the Node entered the
1351
- * OT_DEVICE_ROLE_ROUTER role as specified within the Thread specification. This value shall only be reset
1352
- * upon a Node reboot.
1350
+ * Indicates the number of times the Node entered the OT_DEVICE_ROLE_ROUTER role as specified within the
1351
+ * Thread specification. This value shall only be reset upon a Node reboot.
1353
1352
  *
1354
1353
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.17
1355
1354
  */
1356
1355
  readonly routerRoleCount: OptionalAttribute<number, any>;
1357
1356
  /**
1358
- * The LeaderRoleCount attribute shall indicate the number of times the Node entered the
1359
- * OT_DEVICE_ROLE_LEADER role as specified within the Thread specification. This value shall only be reset
1360
- * upon a Node reboot.
1357
+ * Indicates the number of times the Node entered the OT_DEVICE_ROLE_LEADER role as specified within the
1358
+ * Thread specification. This value shall only be reset upon a Node reboot.
1361
1359
  *
1362
1360
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.18
1363
1361
  */
1364
1362
  readonly leaderRoleCount: OptionalAttribute<number, any>;
1365
1363
  /**
1366
- * The AttachAttemptCount attribute shall indicate the number of attempts that have been made to attach to a
1367
- * Thread network while the Node was detached from all Thread networks. This value shall only be reset upon
1368
- * a Node reboot.
1364
+ * Indicates the number of attempts that have been made to attach to a Thread network while the Node was
1365
+ * detached from all Thread networks. This value shall only be reset upon a Node reboot.
1369
1366
  *
1370
1367
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.19
1371
1368
  */
1372
1369
  readonly attachAttemptCount: OptionalAttribute<number, any>;
1373
1370
  /**
1374
- * The PartitionIdChangeCount attribute shall indicate the number of times that the Thread network that the
1375
- * Node is connected to has changed its Partition ID. This value shall only be reset upon a Node reboot.
1371
+ * Indicates the number of times that the Thread network that the Node is connected to has changed its
1372
+ * Partition ID. This value shall only be reset upon a Node reboot.
1376
1373
  *
1377
1374
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.20
1378
1375
  */
1379
1376
  readonly partitionIdChangeCount: OptionalAttribute<number, any>;
1380
1377
  /**
1381
- * The BetterPartitionAttachAttemptCount attribute shall indicate the number of times a Node has attempted
1382
- * to attach to a different Thread partition that it has determined is better than the partition it is
1383
- * currently attached to. This value shall only be reset upon a Node reboot.
1378
+ * Indicates the number of times a Node has attempted to attach to a different Thread partition that it has
1379
+ * determined is better than the partition it is currently attached to. This value shall only be reset upon
1380
+ * a Node reboot.
1384
1381
  *
1385
1382
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.21
1386
1383
  */
1387
1384
  readonly betterPartitionAttachAttemptCount: OptionalAttribute<number, any>;
1388
1385
  /**
1389
- * The ParentChangeCount attribute shall indicate the number of times a Node has changed its parent. This
1390
- * value shall only be reset upon a Node reboot.
1386
+ * Indicates the number of times a Node has changed its parent. This value shall only be reset upon a Node
1387
+ * reboot.
1391
1388
  *
1392
1389
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.22
1393
1390
  */
@@ -1401,279 +1398,257 @@ export declare namespace ThreadNetworkDiagnostics {
1401
1398
  readonly component: {
1402
1399
  readonly attributes: {
1403
1400
  /**
1404
- * The TxTotalCount attribute shall indicate the total number of unique MAC frame transmission requests. The
1405
- * TxTotalCount attribute shall only be incremented by 1 for each MAC transmission request regardless of the
1406
- * amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node
1407
- * reboot.
1401
+ * Indicates the total number of unique MAC frame transmission requests. The attribute shall only be
1402
+ * incremented by 1 for each MAC transmission request regardless of the amount of CCA failures, CSMA-CA
1403
+ * attempts, or retransmissions. This value shall only be reset upon a Node reboot.
1408
1404
  *
1409
1405
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.23
1410
1406
  */
1411
1407
  readonly txTotalCount: OptionalAttribute<number, any>;
1412
1408
  /**
1413
- * The TxUnicastCount attribute shall indicate the total number of unique unicast MAC frame transmission
1414
- * requests. The TxUnicastCount attribute shall only be incremented by 1 for each unicast MAC transmission
1415
- * request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall
1416
- * only be reset upon a Node reboot.
1409
+ * Indicates the total number of unique unicast MAC frame transmission requests. The attribute shall only be
1410
+ * incremented by 1 for each unicast MAC transmission request regardless of the amount of CCA failures,
1411
+ * CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
1417
1412
  *
1418
1413
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.24
1419
1414
  */
1420
1415
  readonly txUnicastCount: OptionalAttribute<number, any>;
1421
1416
  /**
1422
- * The TxBroadcastCount attribute shall indicate the total number of unique broadcast MAC frame transmission
1423
- * requests. The TxBroadcastCount attribute shall only be incremented by 1 for each broadcast MAC
1424
- * transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This
1425
- * value shall only be reset upon a Node reboot.
1417
+ * Indicates the total number of unique broadcast MAC frame transmission requests. The attribute shall only
1418
+ * be incremented by 1 for each broadcast MAC transmission request regardless of the amount of CCA failures,
1419
+ * CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
1426
1420
  *
1427
1421
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.25
1428
1422
  */
1429
1423
  readonly txBroadcastCount: OptionalAttribute<number, any>;
1430
1424
  /**
1431
- * The TxAckRequestedCount attribute shall indicate the total number of unique MAC frame transmission
1432
- * requests with requested acknowledgment. The TxAckRequestedCount attribute shall only be incremented by 1
1433
- * for each MAC transmission request with requested acknowledgment regardless of the amount of CCA failures,
1434
- * CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
1425
+ * Indicates the total number of unique MAC frame transmission requests with requested acknowledgment. The
1426
+ * attribute shall only be incremented by 1 for each MAC transmission request with requested acknowledgment
1427
+ * regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
1428
+ * reset upon a Node reboot.
1435
1429
  *
1436
1430
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.26
1437
1431
  */
1438
1432
  readonly txAckRequestedCount: OptionalAttribute<number, any>;
1439
1433
  /**
1440
- * The TxAckedCount attribute shall indicate the total number of unique MAC frame transmission requests that
1441
- * were acked. The TxAckedCount attribute shall only be incremented by 1 for each MAC transmission request
1442
- * that is acked regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value
1443
- * shall only be reset upon a Node reboot.
1434
+ * Indicates the total number of unique MAC frame transmission requests that were acked. The attribute shall
1435
+ * only be incremented by 1 for each MAC transmission request that is acked regardless of the amount of CCA
1436
+ * failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
1444
1437
  *
1445
1438
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.27
1446
1439
  */
1447
1440
  readonly txAckedCount: OptionalAttribute<number, any>;
1448
1441
  /**
1449
- * The TxNoAckRequestedCount attribute shall indicate the total number of unique MAC frame transmission
1450
- * requests without requested acknowledgment. The TxNoAckRequestedCount attribute shall only be incremented
1451
- * by 1 for each MAC transmission request that is does not request acknowledgement regardless of the amount
1452
- * of CCA failures, CSMA-CA attempts, or retransmissions.
1442
+ * Indicates the total number of unique MAC frame transmission requests without requested acknowledgment.
1443
+ * The attribute shall only be incremented by 1 for each MAC transmission request that is does not request
1444
+ * acknowledgement regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
1453
1445
  *
1454
1446
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.28
1455
1447
  */
1456
1448
  readonly txNoAckRequestedCount: OptionalAttribute<number, any>;
1457
1449
  /**
1458
- * The TxDataCount attribute shall indicate the total number of unique MAC Data frame transmission requests.
1459
- * The TxDataCount attribute shall only be incremented by 1 for each MAC Data frame transmission request
1460
- * regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
1461
- * reset upon a Node reboot.
1450
+ * Indicates the total number of unique MAC Data frame transmission requests. The attribute shall only be
1451
+ * incremented by 1 for each MAC Data frame transmission request regardless of the amount of CCA failures,
1452
+ * CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
1462
1453
  *
1463
1454
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.29
1464
1455
  */
1465
1456
  readonly txDataCount: OptionalAttribute<number, any>;
1466
1457
  /**
1467
- * The TxDataPollCount attribute shall indicate the total number of unique MAC Data Poll frame transmission
1468
- * requests. The TxDataPollCount attribute shall only be incremented by 1 for each MAC Data Poll frame
1469
- * transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This
1470
- * value shall only be reset upon a Node reboot.
1458
+ * Indicates the total number of unique MAC Data Poll frame transmission requests. The attribute shall only
1459
+ * be incremented by 1 for each MAC Data Poll frame transmission request regardless of the amount of CCA
1460
+ * failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
1471
1461
  *
1472
1462
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.30
1473
1463
  */
1474
1464
  readonly txDataPollCount: OptionalAttribute<number, any>;
1475
1465
  /**
1476
- * The TxBeaconCount attribute shall indicate the total number of unique MAC Beacon frame transmission
1477
- * requests. The TxBeaconCount attribute shall only be incremented by 1 for each MAC Beacon frame
1478
- * transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
1466
+ * Indicates the total number of unique MAC Beacon frame transmission requests. The attribute shall only be
1467
+ * incremented by 1 for each MAC Beacon frame transmission request regardless of the amount of CCA failures,
1468
+ * CSMA-CA attempts, or retransmissions.
1479
1469
  *
1480
1470
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.31
1481
1471
  */
1482
1472
  readonly txBeaconCount: OptionalAttribute<number, any>;
1483
1473
  /**
1484
- * The TxBeaconRequestCount attribute shall indicate the total number of unique MAC Beacon Request frame
1485
- * transmission requests. The TxBeaconRequestCount attribute shall only be incremented by 1 for each MAC
1486
- * Beacon Request frame transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or
1487
- * retransmissions. This value shall only be reset upon a Node reboot.
1474
+ * Indicates the total number of unique MAC Beacon Request frame transmission requests. The attribute shall
1475
+ * only be incremented by 1 for each MAC Beacon Request frame transmission request regardless of the amount
1476
+ * of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
1488
1477
  *
1489
1478
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.32
1490
1479
  */
1491
1480
  readonly txBeaconRequestCount: OptionalAttribute<number, any>;
1492
1481
  /**
1493
- * The TxOtherCount attribute shall indicate the total number of unique MAC frame transmission requests that
1494
- * are not counted by any other attribute. The TxOtherCount attribute shall only be incremented by 1 for
1495
- * each MAC frame transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or
1496
- * retransmissions. This value shall only be reset upon a Node reboot.
1482
+ * Indicates the total number of unique MAC frame transmission requests that are not counted by any other
1483
+ * attribute. The attribute shall only be incremented by 1 for each MAC frame transmission request
1484
+ * regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
1485
+ * reset upon a Node reboot.
1497
1486
  *
1498
1487
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.33
1499
1488
  */
1500
1489
  readonly txOtherCount: OptionalAttribute<number, any>;
1501
1490
  /**
1502
- * The TxRetryCount attribute shall indicate the total number of MAC retransmission attempts. The
1503
- * TxRetryCount attribute shall only be incremented by 1 for each retransmission attempt that may be
1504
- * triggered by lack of acknowledgement, CSMA/CA failure, or other type of transmission error. This value
1505
- * shall only be reset upon a Node reboot.
1491
+ * Indicates the total number of MAC retransmission attempts. The attribute shall only be incremented by 1
1492
+ * for each retransmission attempt that may be triggered by lack of acknowledgement, CSMA/CA failure, or
1493
+ * other type of transmission error. This value shall only be reset upon a Node reboot.
1506
1494
  *
1507
1495
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.34
1508
1496
  */
1509
1497
  readonly txRetryCount: OptionalAttribute<number, any>;
1510
1498
  /**
1511
- * The TxDirectMaxRetryExpiryCount attribute shall indicate the total number of unique MAC transmission
1512
- * packets that meet maximal retry limit for direct packets. The TxDirectMaxRetryExpiryCount attribute shall
1513
- * only be incremented by 1 for each unique MAC transmission packets that meets the maximal retry limit for
1514
- * direct packets. This value shall only be reset upon a Node reboot.
1499
+ * Indicates the total number of unique MAC transmission packets that meet maximal retry limit for direct
1500
+ * packets. The attribute shall only be incremented by 1 for each unique MAC transmission packets that meets
1501
+ * the maximal retry limit for direct packets. This value shall only be reset upon a Node reboot.
1515
1502
  *
1516
1503
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.35
1517
1504
  */
1518
1505
  readonly txDirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
1519
1506
  /**
1520
- * The TxIndirectMaxRetryExpiryCount attribute shall indicate the total number of unique MAC transmission
1521
- * packets that meet maximal retry limit for indirect packets. The TxIndirectMaxRetryExpiryCount attribute
1522
- * shall only be incremented by 1 for each unique MAC transmission packets that meets the maximal retry
1523
- * limit for indirect packets. This value shall only be reset upon a Node reboot.
1507
+ * Indicates the total number of unique MAC transmission packets that meet maximal retry limit for indirect
1508
+ * packets. The attribute shall only be incremented by 1 for each unique MAC transmission packets that meets
1509
+ * the maximal retry limit for indirect packets. This value shall only be reset upon a Node reboot.
1524
1510
  *
1525
1511
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.36
1526
1512
  */
1527
1513
  readonly txIndirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
1528
1514
  /**
1529
- * The TxErrCcaCount attribute shall indicate the total number of CCA failures. The TxErrCcaCount attribute
1530
- * shall only be incremented by 1 for each instance of a CCA failure. This value shall only be reset upon a
1531
- * Node reboot.
1515
+ * Indicates the total number of CCA failures. The TxErrCcaCount attribute shall only be incremented by 1
1516
+ * for each instance of a CCA failure. This value shall only be reset upon a Node reboot.
1532
1517
  *
1533
1518
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.37
1534
1519
  */
1535
1520
  readonly txErrCcaCount: OptionalAttribute<number, any>;
1536
1521
  /**
1537
- * The TxErrAbortCount attribute shall indicate the total number of unique MAC transmission request failures
1538
- * caused by an abort error. The TxErrAbortCount attribute shall only be incremented by 1 for each unique
1539
- * MAC transmission request failure caused by an abort error.
1522
+ * Indicates the total number of unique MAC transmission request failures caused by an abort error. The
1523
+ * attribute shall only be incremented by 1 for each unique MAC transmission request failure caused by an
1524
+ * abort error.
1540
1525
  *
1541
1526
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.38
1542
1527
  */
1543
1528
  readonly txErrAbortCount: OptionalAttribute<number, any>;
1544
1529
  /**
1545
- * The TxErrBusyChannelCount attribute shall indicate the total number of unique MAC transmission request
1546
- * failures caused by an error as the result of a busy channel (a CSMA/CA fail). The TxErrBusyChannelCount
1547
- * attribute shall only be incremented by 1 for each unique MAC transmission request failure caused by a
1548
- * busy channel such as a CSMA/CA failure.
1530
+ * Indicates the total number of unique MAC transmission request failures caused by an error as the result
1531
+ * of a busy channel (a CSMA/CA fail). The attribute shall only be incremented by 1 for each unique MAC
1532
+ * transmission request failure caused by a busy channel such as a CSMA/CA failure.
1549
1533
  *
1550
1534
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.39
1551
1535
  */
1552
1536
  readonly txErrBusyChannelCount: OptionalAttribute<number, any>;
1553
1537
  /**
1554
- * The RxTotalCount attribute shall indicate the total number of received unique MAC frames. This value
1555
- * shall only be reset upon a Node reboot.
1538
+ * Indicates the total number of received unique MAC frames. This value shall only be reset upon a Node
1539
+ * reboot.
1556
1540
  *
1557
1541
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.40
1558
1542
  */
1559
1543
  readonly rxTotalCount: OptionalAttribute<number, any>;
1560
1544
  /**
1561
- * The RxUnicastCount attribute shall indicate the total number of received unique unicast MAC frames. This
1562
- * value shall only be reset upon a Node reboot.
1545
+ * Indicates the total number of received unique unicast MAC frames. This value shall only be reset upon a
1546
+ * Node reboot.
1563
1547
  *
1564
1548
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.41
1565
1549
  */
1566
1550
  readonly rxUnicastCount: OptionalAttribute<number, any>;
1567
1551
  /**
1568
- * The RxBroadcastCount attribute shall indicate the total number of received unique broadcast MAC frames.
1569
- * This value shall only be reset upon a Node reboot.
1552
+ * Indicates the total number of received unique broadcast MAC frames. This value shall only be reset upon a
1553
+ * Node reboot.
1570
1554
  *
1571
1555
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.42
1572
1556
  */
1573
1557
  readonly rxBroadcastCount: OptionalAttribute<number, any>;
1574
1558
  /**
1575
- * The RxDataCount attribute shall indicate the total number of received unique MAC Data frames. This value
1576
- * shall only be reset upon a Node reboot.
1559
+ * Indicates the total number of received unique MAC Data frames. This value shall only be reset upon a Node
1560
+ * reboot.
1577
1561
  *
1578
1562
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.43
1579
1563
  */
1580
1564
  readonly rxDataCount: OptionalAttribute<number, any>;
1581
1565
  /**
1582
- * The RxDataPollCount attribute shall indicate the total number of received unique MAC Data Poll frames.
1583
- * This value shall only be reset upon a Node reboot.
1566
+ * Indicates the total number of received unique MAC Data Poll frames. This value shall only be reset upon a
1567
+ * Node reboot.
1584
1568
  *
1585
1569
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.44
1586
1570
  */
1587
1571
  readonly rxDataPollCount: OptionalAttribute<number, any>;
1588
1572
  /**
1589
- * The RxBeaconCount attribute shall indicate the total number of received unique MAC Beacon frames. This
1590
- * value shall only be reset upon a Node reboot.
1573
+ * Indicates the total number of received unique MAC Beacon frames. This value shall only be reset upon a
1574
+ * Node reboot.
1591
1575
  *
1592
1576
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.45
1593
1577
  */
1594
1578
  readonly rxBeaconCount: OptionalAttribute<number, any>;
1595
1579
  /**
1596
- * The RxBeaconRequestCount attribute shall indicate the total number of received unique MAC Beacon Request
1597
- * frames. This value shall only be reset upon a Node reboot.
1580
+ * Indicates the total number of received unique MAC Beacon Request frames. This value shall only be reset
1581
+ * upon a Node reboot.
1598
1582
  *
1599
1583
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.46
1600
1584
  */
1601
1585
  readonly rxBeaconRequestCount: OptionalAttribute<number, any>;
1602
1586
  /**
1603
- * The RxOtherCount attribute shall indicate the total number of received unique MAC frame requests that are
1604
- * not counted by any other attribute. This value shall only be reset upon a Node reboot.
1587
+ * Indicates the total number of received unique MAC frame requests that are not counted by any other
1588
+ * attribute. This value shall only be reset upon a Node reboot.
1605
1589
  *
1606
1590
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.47
1607
1591
  */
1608
1592
  readonly rxOtherCount: OptionalAttribute<number, any>;
1609
1593
  /**
1610
- * The RxAddressFilteredCount attribute shall indicate the total number of received unique MAC frame
1611
- * requests that have been dropped as a result of MAC filtering. This value shall only be reset upon a Node
1612
- * reboot.
1594
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
1595
+ * MAC filtering. This value shall only be reset upon a Node reboot.
1613
1596
  *
1614
1597
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.48
1615
1598
  */
1616
1599
  readonly rxAddressFilteredCount: OptionalAttribute<number, any>;
1617
1600
  /**
1618
- * The RxDestAddrFilteredCount attribute shall indicate the total number of received unique MAC frame
1619
- * requests that have been dropped as a result of a destination address check. This value shall only be
1620
- * reset upon a Node reboot.
1601
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of a
1602
+ * destination address check. This value shall only be reset upon a Node reboot.
1621
1603
  *
1622
1604
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.49
1623
1605
  */
1624
1606
  readonly rxDestAddrFilteredCount: OptionalAttribute<number, any>;
1625
1607
  /**
1626
- * The RxDuplicatedCount attribute shall indicate the total number of received MAC frame requests that have
1627
- * been dropped as a result of being a duplicate of a previously received MAC frame request. This value
1628
- * shall only be reset upon a Node reboot.
1608
+ * Indicates the total number of received MAC frame requests that have been dropped as a result of being a
1609
+ * duplicate of a previously received MAC frame request. This value shall only be reset upon a Node reboot.
1629
1610
  *
1630
1611
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.50
1631
1612
  */
1632
1613
  readonly rxDuplicatedCount: OptionalAttribute<number, any>;
1633
1614
  /**
1634
- * The RxErrNoFrameCount attribute shall indicate the total number of received unique MAC frame requests
1635
- * that have been dropped as a result of missing or malformed frame contents. This value shall only be reset
1636
- * upon a Node reboot.
1615
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
1616
+ * missing or malformed frame contents. This value shall only be reset upon a Node reboot.
1637
1617
  *
1638
1618
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.51
1639
1619
  */
1640
1620
  readonly rxErrNoFrameCount: OptionalAttribute<number, any>;
1641
1621
  /**
1642
- * The RxErrUnknownNeighborCount attribute shall indicate the total number of received unique MAC frame
1643
- * requests that have been dropped as a result of originating from an unknown neighbor device. This value
1644
- * shall only be reset upon a Node reboot.
1622
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
1623
+ * originating from an unknown neighbor device. This value shall only be reset upon a Node reboot.
1645
1624
  *
1646
1625
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.52
1647
1626
  */
1648
1627
  readonly rxErrUnknownNeighborCount: OptionalAttribute<number, any>;
1649
1628
  /**
1650
- * The RxErrInvalidSrcAddrCount attribute shall indicate the total number of received unique MAC frame
1651
- * requests that have been dropped as a result of containing an invalid source address. This value shall
1652
- * only be reset upon a Node reboot.
1629
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
1630
+ * containing an invalid source address. This value shall only be reset upon a Node reboot.
1653
1631
  *
1654
1632
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.53
1655
1633
  */
1656
1634
  readonly rxErrInvalidSrcAddrCount: OptionalAttribute<number, any>;
1657
1635
  /**
1658
- * The RxErrSecCount attribute shall indicate the total number of received unique MAC frame requests that
1659
- * have been dropped as a result of an error with the security of the received frame. This value shall only
1660
- * be reset upon a Node reboot.
1636
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
1637
+ * error with the security of the received frame. This value shall only be reset upon a Node reboot.
1661
1638
  *
1662
1639
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.54
1663
1640
  */
1664
1641
  readonly rxErrSecCount: OptionalAttribute<number, any>;
1665
1642
  /**
1666
- * The RxErrFcsCount attribute shall indicate the total number of received unique MAC frame requests that
1667
- * have been dropped as a result of an error with the FCS of the received frame. This value shall only be
1668
- * reset upon a Node reboot.
1643
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
1644
+ * error with the FCS of the received frame. This value shall only be reset upon a Node reboot.
1669
1645
  *
1670
1646
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.55
1671
1647
  */
1672
1648
  readonly rxErrFcsCount: OptionalAttribute<number, any>;
1673
1649
  /**
1674
- * The RxErrOtherCount attribute shall indicate the total number of received unique MAC frame requests that
1675
- * have been dropped as a result of an error that is not counted by any other attribute. This value shall
1676
- * only be reset upon a Node reboot.
1650
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
1651
+ * error that is not counted by any other attribute. This value shall only be reset upon a Node reboot.
1677
1652
  *
1678
1653
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.56
1679
1654
  */
@@ -1710,62 +1685,61 @@ export declare namespace ThreadNetworkDiagnostics {
1710
1685
  };
1711
1686
  readonly attributes: {
1712
1687
  /**
1713
- * The Channel attribute shall indicate the 802.15.4 channel number configured on the Node’s Thread
1714
- * interface (that is, the Active Operational Dataset’s current Channel value). A value of null shall
1715
- * indicate that the Thread interface is not currently configured or operational.
1688
+ * Indicates the 802.15.4 channel number configured on the Node’s Thread interface (that is, the Active
1689
+ * Operational Dataset’s current Channel value). A value of null shall indicate that the Thread interface is
1690
+ * not currently configured or operational.
1716
1691
  *
1717
1692
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.1
1718
1693
  */
1719
1694
  readonly channel: Attribute<number | null, any>;
1720
1695
  /**
1721
- * The RoutingRole attribute shall indicate the role that this Node has within the routing of messages
1722
- * through the Thread network, as defined by RoutingRoleEnum. The potential roles are defined in the
1723
- * following table. A value of null shall indicate that the Thread interface is not currently configured or
1724
- * operational.
1696
+ * Indicates the role that this Node has within the routing of messages through the Thread network, as
1697
+ * defined by RoutingRoleEnum. The potential roles are defined in the following table. A value of null shall
1698
+ * indicate that the Thread interface is not currently configured or operational.
1725
1699
  *
1726
1700
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.2
1727
1701
  */
1728
1702
  readonly routingRole: Attribute<RoutingRole | null, any>;
1729
1703
  /**
1730
- * The NetworkName attribute shall indicate a human-readable (displayable) name for the Thread network that
1731
- * the Node has been configured to join to. A value of null shall indicate that the Thread interface is not
1732
- * currently configured or operational.
1704
+ * Indicates a human-readable (displayable) name for the Thread network that the Node has been configured to
1705
+ * join to. A value of null shall indicate that the Thread interface is not currently configured or
1706
+ * operational.
1733
1707
  *
1734
1708
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.3
1735
1709
  */
1736
1710
  readonly networkName: Attribute<string | null, any>;
1737
1711
  /**
1738
- * The PanId attribute shall indicate the 16-bit identifier of the Node on the Thread network. A value of
1739
- * null shall indicate that the Thread interface is not currently configured or operational.
1712
+ * Indicates the 16-bit identifier of the Node on the Thread network. A value of null shall indicate that
1713
+ * the Thread interface is not currently configured or operational.
1740
1714
  *
1741
1715
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.4
1742
1716
  */
1743
1717
  readonly panId: Attribute<number | null, any>;
1744
1718
  /**
1745
- * The ExtendedPanId attribute shall indicate the unique 64-bit identifier of the Node on the Thread
1746
- * network. A value of null shall indicate that the Thread interface is not currently configured or
1747
- * operational.
1719
+ * Indicates the unique 64-bit identifier of the Node on the Thread network. A value of null shall indicate
1720
+ * that the Thread interface is not currently configured or operational.
1748
1721
  *
1749
1722
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.5
1750
1723
  */
1751
1724
  readonly extendedPanId: Attribute<number | bigint | null, any>;
1752
1725
  /**
1753
- * The MeshLocalPrefix attribute shall indicate the mesh-local IPv6 prefix for the Thread network that the
1754
- * Node has been configured to join to. A value of null shall indicate that the Thread interface is not
1755
- * currently configured or operational.
1726
+ * Indicates the mesh-local IPv6 prefix for the Thread network that the Node has been configured to join to.
1727
+ * A value of null shall indicate that the Thread interface is not currently configured or operational.
1756
1728
  *
1757
1729
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.6
1758
1730
  */
1759
1731
  readonly meshLocalPrefix: Attribute<AllowSharedBufferSource | null, any>;
1760
1732
  /**
1761
- * The NeighborTable attribute shall indicate the current list of Nodes that comprise the neighbor table on
1762
- * the Node.
1733
+ * Indicates the current list of Nodes that comprise the neighbor table on the Node.
1763
1734
  *
1764
1735
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.8
1765
1736
  */
1766
1737
  readonly neighborTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1767
1738
  /**
1768
- * This field shall specify the IEEE 802.15.4 extended address for the neighboring Node.
1739
+ * This field shall specify the IEEE 802.15.4 extended address for the neighboring Node. The uint64 value is
1740
+ * composed by taking the 8 octets of the extended address EUI-64 and treating them as a big-endian integer. For
1741
+ * example, octet string (in hexadecimal, from first octet to last) 00112233AABBCCDD would lead to a value of
1742
+ * 0x00112233AABBCCDD.
1769
1743
  *
1770
1744
  * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.1
1771
1745
  */
@@ -1778,7 +1752,9 @@ export declare namespace ThreadNetworkDiagnostics {
1778
1752
  */
1779
1753
  age: import("../tlv/TlvObject.js").FieldType<number>;
1780
1754
  /**
1781
- * This field shall specify the RLOC16 of the neighboring Node.
1755
+ * This field shall specify the RLOC16 of the neighboring Node. The uint16 value is composed by taking the two
1756
+ * RLOC16 and treating the octet string as if it was encoding a big-endian integer. For example, octet string
1757
+ * (in hexadecimal, from first octet to last) 44AA would lead to a value of 0x44AA.
1782
1758
  *
1783
1759
  * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.3
1784
1760
  */
@@ -1863,21 +1839,25 @@ export declare namespace ThreadNetworkDiagnostics {
1863
1839
  isChild: import("../tlv/TlvObject.js").FieldType<boolean>;
1864
1840
  }>[], any>;
1865
1841
  /**
1866
- * The RouteTable attribute shall indicate the current list of router capable Nodes for which routes have
1867
- * been established.
1842
+ * Indicates the current list of router capable Nodes for which routes have been established.
1868
1843
  *
1869
1844
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.9
1870
1845
  */
1871
1846
  readonly routeTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1872
1847
  /**
1873
1848
  * This field shall specify the IEEE 802.15.4 extended address for the Node for which this route table entry
1874
- * corresponds.
1849
+ * corresponds. The uint64 value is composed by taking the 8 octets of the extended address EUI- 64 and treating
1850
+ * them as a big-endian integer. For example, octet string (in hexadecimal, from first octet to last)
1851
+ * 00112233AABBCCDD would lead to a value of 0x00112233AABBCCDD.
1875
1852
  *
1876
1853
  * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.1
1877
1854
  */
1878
1855
  extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1879
1856
  /**
1880
- * This field shall specify the RLOC16 for the Node for which this route table entry corresponds.
1857
+ * This field shall specify the RLOC16 for the Node for which this route table entry corresponds. The uint16
1858
+ * value is composed by taking the two RLOC16 and treating the octet string as if it was encoding a big-endian
1859
+ * integer. For example, octet string (in hexadecimal, from first octet to last) 44AA would lead to a value of
1860
+ * 0x44AA.
1881
1861
  *
1882
1862
  * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.2
1883
1863
  */
@@ -1937,36 +1917,36 @@ export declare namespace ThreadNetworkDiagnostics {
1937
1917
  linkEstablished: import("../tlv/TlvObject.js").FieldType<boolean>;
1938
1918
  }>[], any>;
1939
1919
  /**
1940
- * The PartitionId attribute shall indicate the Thread Leader Partition Id for the Thread network to which
1941
- * the Node is joined. Null if not attached to a Thread network.
1920
+ * Indicates the Thread Leader Partition Id for the Thread network to which the Node is joined. Null if not
1921
+ * attached to a Thread network.
1942
1922
  *
1943
1923
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.10
1944
1924
  */
1945
1925
  readonly partitionId: Attribute<number | null, any>;
1946
1926
  /**
1947
- * The Weighting attribute shall indicate the Thread Leader Weight used when operating in the Leader role.
1948
- * Null if not attached to a Thread network.
1927
+ * Indicates the Thread Leader Weight used when operating in the Leader role. Null if not attached to a
1928
+ * Thread network.
1949
1929
  *
1950
1930
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.11
1951
1931
  */
1952
1932
  readonly weighting: Attribute<number | null, any>;
1953
1933
  /**
1954
- * The DataVersion attribute shall indicate the full Network Data Version the Node currently uses. Null if
1955
- * not attached to a Thread network.
1934
+ * Indicates the full Network Data Version the Node currently uses. Null if not attached to a Thread
1935
+ * network.
1956
1936
  *
1957
1937
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.12
1958
1938
  */
1959
1939
  readonly dataVersion: Attribute<number | null, any>;
1960
1940
  /**
1961
- * The StableDataVersion attribute shall indicate the Network Data Version for the stable subset of data the
1962
- * Node currently uses. Null if not attached to a Thread network.
1941
+ * Indicates the Network Data Version for the stable subset of data the Node currently uses. Null if not
1942
+ * attached to a Thread network.
1963
1943
  *
1964
1944
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.13
1965
1945
  */
1966
1946
  readonly stableDataVersion: Attribute<number | null, any>;
1967
1947
  /**
1968
- * The LeaderRouterId attribute shall indicate the 8-bit LeaderRouterId the Node shall attempt to utilize
1969
- * upon becoming a router or leader on the Thread network. Null if not attached to a Thread network.
1948
+ * Indicates the 8-bit LeaderRouterId the Node shall attempt to utilize upon becoming a router or leader on
1949
+ * the Thread network. Null if not attached to a Thread network.
1970
1950
  *
1971
1951
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.14
1972
1952
  */
@@ -1990,8 +1970,8 @@ export declare namespace ThreadNetworkDiagnostics {
1990
1970
  */
1991
1971
  readonly delay: OptionalAttribute<number | null, any>;
1992
1972
  /**
1993
- * The SecurityPolicy attribute indicates the current security policies for the Thread partition to which a
1994
- * Node is connected. Null when there is no dataset configured.
1973
+ * Indicates the current security policies for the Thread partition to which a Node is connected. Null when
1974
+ * there is no dataset configured.
1995
1975
  *
1996
1976
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.60
1997
1977
  */
@@ -2012,18 +1992,18 @@ export declare namespace ThreadNetworkDiagnostics {
2012
1992
  flags: import("../tlv/TlvObject.js").FieldType<number>;
2013
1993
  }> | null, any>;
2014
1994
  /**
2015
- * The ChannelPage0Mask attribute indicates the channels within channel page 0, in the 2.4GHz ISM band. The
2016
- * channels are represented in most significant bit order, with bit value 1 meaning selected, bit value 0
2017
- * meaning unselected. For example, the most significant bit of the left-most byte indicates channel 0. If
2018
- * channel 0 and channel 10 are selected, the mask would be: 80 20 00 00. Null when there is no dataset
2019
- * configured.
1995
+ * Indicates the channels within channel page 0, in the 2.4GHz ISM band. The channels are represented in
1996
+ * most significant bit order, with bit value 1 meaning selected, bit value 0 meaning unselected. For
1997
+ * example, the most significant bit of the left-most byte indicates channel
1998
+ *
1999
+ * 0. If channel 0 and channel 10 are selected, the mask would be: 80 20 00 00. Null when there is no
2000
+ * dataset configured.
2020
2001
  *
2021
2002
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.61
2022
2003
  */
2023
2004
  readonly channelPage0Mask: Attribute<AllowSharedBufferSource | null, any>;
2024
2005
  /**
2025
- * The OperationalDatasetComponents attribute is a collection of flags to indicate the presence of various
2026
- * operationally acquired values.
2006
+ * Indicates a collection of flags to indicate the presence of various operationally acquired values.
2027
2007
  *
2028
2008
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.62
2029
2009
  */
@@ -2108,11 +2088,21 @@ export declare namespace ThreadNetworkDiagnostics {
2108
2088
  */
2109
2089
  readonly activeNetworkFaultsList: Attribute<NetworkFault[], any>;
2110
2090
  /**
2111
- * @see {@link MatterSpecification.v141.Core} § 11.14.6
2091
+ * Indicates the IEEE 802.15.4 extended address for the Node. A value of null shall indicate that the
2092
+ * extended address is not yet known. The uint64 value is composed by taking the 8 octets of the extended
2093
+ * address EUI-64 and treating them as a big-endian integer. For example, octet string (in hexadecimal, from
2094
+ * first octet to last) 00112233AABBCCDD would lead to a value of 0x00112233AABBCCDD.
2095
+ *
2096
+ * @see {@link MatterSpecification.v141.Core} § 11.14.6.64
2112
2097
  */
2113
2098
  readonly extAddress: Attribute<number | bigint | null, any>;
2114
2099
  /**
2115
- * @see {@link MatterSpecification.v141.Core} § 11.14.6
2100
+ * Indicates the RLOC16 of the Node. A value of null shall indicate that the Thread interface is not
2101
+ * currently configured or operational. The uint16 value is composed by taking the two RLOC16 and treating
2102
+ * the octet string as if it was encoding a big-endian integer. For example, octet string (in hexadecimal,
2103
+ * from first octet to last) 44AA would lead to a value of 0x44AA.
2104
+ *
2105
+ * @see {@link MatterSpecification.v141.Core} § 11.14.6.65
2116
2106
  */
2117
2107
  readonly rloc16: Attribute<number | null, any>;
2118
2108
  };
@@ -2160,9 +2150,9 @@ export declare namespace ThreadNetworkDiagnostics {
2160
2150
  readonly component: {
2161
2151
  readonly attributes: {
2162
2152
  /**
2163
- * The OverrunCount attribute shall indicate the number of packets dropped either at ingress or egress, due
2164
- * to lack of buffer memory to retain all packets on the ethernet network interface. The OverrunCount
2165
- * attribute shall be reset to 0 upon a reboot of the Node.
2153
+ * Indicates the number of packets dropped either at ingress or egress, due to lack of buffer memory to
2154
+ * retain all packets on the ethernet network interface. The OverrunCount attribute shall be reset to 0 upon
2155
+ * a reboot of the Node.
2166
2156
  *
2167
2157
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.7
2168
2158
  */
@@ -2170,12 +2160,13 @@ export declare namespace ThreadNetworkDiagnostics {
2170
2160
  };
2171
2161
  readonly commands: {
2172
2162
  /**
2163
+ * This command is used to reset the count attributes.
2164
+ *
2173
2165
  * Reception of this command shall reset the following attributes to 0:
2174
2166
  *
2175
2167
  * • OverrunCount
2176
2168
  *
2177
- * This command has no associated data. Upon completion, this command shall send a status code set to a
2178
- * value of SUCCESS back to the initiator.
2169
+ * Upon completion, this command shall send a status code of SUCCESS back to the initiator.
2179
2170
  *
2180
2171
  * @see {@link MatterSpecification.v141.Core} § 11.14.7.1
2181
2172
  */
@@ -2189,62 +2180,58 @@ export declare namespace ThreadNetworkDiagnostics {
2189
2180
  readonly component: {
2190
2181
  readonly attributes: {
2191
2182
  /**
2192
- * The DetachedRoleCount attribute shall indicate the number of times the Node entered the
2193
- * OT_DEVICE_ROLE_DETACHED role as specified within the Thread specification. This value shall only be reset
2194
- * upon a Node reboot.
2183
+ * Indicates the number of times the Node entered the OT_DEVICE_ROLE_DETACHED role as specified within the
2184
+ * Thread specification. This value shall only be reset upon a Node reboot.
2195
2185
  *
2196
2186
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.15
2197
2187
  */
2198
2188
  readonly detachedRoleCount: OptionalAttribute<number, any>;
2199
2189
  /**
2200
- * The ChildRoleCount attribute shall indicate the number of times the Node entered the OT_DEVICE_ROLE_CHILD
2201
- * role as specified within the Thread specification. This value shall only be reset upon a Node reboot.
2190
+ * Indicates the number of times the Node entered the OT_DEVICE_ROLE_CHILD role as specified within the
2191
+ * Thread specification. This value shall only be reset upon a Node reboot.
2202
2192
  *
2203
2193
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.16
2204
2194
  */
2205
2195
  readonly childRoleCount: OptionalAttribute<number, any>;
2206
2196
  /**
2207
- * The RouterRoleCount attribute shall indicate the number of times the Node entered the
2208
- * OT_DEVICE_ROLE_ROUTER role as specified within the Thread specification. This value shall only be reset
2209
- * upon a Node reboot.
2197
+ * Indicates the number of times the Node entered the OT_DEVICE_ROLE_ROUTER role as specified within the
2198
+ * Thread specification. This value shall only be reset upon a Node reboot.
2210
2199
  *
2211
2200
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.17
2212
2201
  */
2213
2202
  readonly routerRoleCount: OptionalAttribute<number, any>;
2214
2203
  /**
2215
- * The LeaderRoleCount attribute shall indicate the number of times the Node entered the
2216
- * OT_DEVICE_ROLE_LEADER role as specified within the Thread specification. This value shall only be reset
2217
- * upon a Node reboot.
2204
+ * Indicates the number of times the Node entered the OT_DEVICE_ROLE_LEADER role as specified within the
2205
+ * Thread specification. This value shall only be reset upon a Node reboot.
2218
2206
  *
2219
2207
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.18
2220
2208
  */
2221
2209
  readonly leaderRoleCount: OptionalAttribute<number, any>;
2222
2210
  /**
2223
- * The AttachAttemptCount attribute shall indicate the number of attempts that have been made to attach to a
2224
- * Thread network while the Node was detached from all Thread networks. This value shall only be reset upon
2225
- * a Node reboot.
2211
+ * Indicates the number of attempts that have been made to attach to a Thread network while the Node was
2212
+ * detached from all Thread networks. This value shall only be reset upon a Node reboot.
2226
2213
  *
2227
2214
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.19
2228
2215
  */
2229
2216
  readonly attachAttemptCount: OptionalAttribute<number, any>;
2230
2217
  /**
2231
- * The PartitionIdChangeCount attribute shall indicate the number of times that the Thread network that the
2232
- * Node is connected to has changed its Partition ID. This value shall only be reset upon a Node reboot.
2218
+ * Indicates the number of times that the Thread network that the Node is connected to has changed its
2219
+ * Partition ID. This value shall only be reset upon a Node reboot.
2233
2220
  *
2234
2221
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.20
2235
2222
  */
2236
2223
  readonly partitionIdChangeCount: OptionalAttribute<number, any>;
2237
2224
  /**
2238
- * The BetterPartitionAttachAttemptCount attribute shall indicate the number of times a Node has attempted
2239
- * to attach to a different Thread partition that it has determined is better than the partition it is
2240
- * currently attached to. This value shall only be reset upon a Node reboot.
2225
+ * Indicates the number of times a Node has attempted to attach to a different Thread partition that it has
2226
+ * determined is better than the partition it is currently attached to. This value shall only be reset upon
2227
+ * a Node reboot.
2241
2228
  *
2242
2229
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.21
2243
2230
  */
2244
2231
  readonly betterPartitionAttachAttemptCount: OptionalAttribute<number, any>;
2245
2232
  /**
2246
- * The ParentChangeCount attribute shall indicate the number of times a Node has changed its parent. This
2247
- * value shall only be reset upon a Node reboot.
2233
+ * Indicates the number of times a Node has changed its parent. This value shall only be reset upon a Node
2234
+ * reboot.
2248
2235
  *
2249
2236
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.22
2250
2237
  */
@@ -2258,279 +2245,257 @@ export declare namespace ThreadNetworkDiagnostics {
2258
2245
  readonly component: {
2259
2246
  readonly attributes: {
2260
2247
  /**
2261
- * The TxTotalCount attribute shall indicate the total number of unique MAC frame transmission requests. The
2262
- * TxTotalCount attribute shall only be incremented by 1 for each MAC transmission request regardless of the
2263
- * amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node
2264
- * reboot.
2248
+ * Indicates the total number of unique MAC frame transmission requests. The attribute shall only be
2249
+ * incremented by 1 for each MAC transmission request regardless of the amount of CCA failures, CSMA-CA
2250
+ * attempts, or retransmissions. This value shall only be reset upon a Node reboot.
2265
2251
  *
2266
2252
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.23
2267
2253
  */
2268
2254
  readonly txTotalCount: OptionalAttribute<number, any>;
2269
2255
  /**
2270
- * The TxUnicastCount attribute shall indicate the total number of unique unicast MAC frame transmission
2271
- * requests. The TxUnicastCount attribute shall only be incremented by 1 for each unicast MAC transmission
2272
- * request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall
2273
- * only be reset upon a Node reboot.
2256
+ * Indicates the total number of unique unicast MAC frame transmission requests. The attribute shall only be
2257
+ * incremented by 1 for each unicast MAC transmission request regardless of the amount of CCA failures,
2258
+ * CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
2274
2259
  *
2275
2260
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.24
2276
2261
  */
2277
2262
  readonly txUnicastCount: OptionalAttribute<number, any>;
2278
2263
  /**
2279
- * The TxBroadcastCount attribute shall indicate the total number of unique broadcast MAC frame transmission
2280
- * requests. The TxBroadcastCount attribute shall only be incremented by 1 for each broadcast MAC
2281
- * transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This
2282
- * value shall only be reset upon a Node reboot.
2264
+ * Indicates the total number of unique broadcast MAC frame transmission requests. The attribute shall only
2265
+ * be incremented by 1 for each broadcast MAC transmission request regardless of the amount of CCA failures,
2266
+ * CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
2283
2267
  *
2284
2268
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.25
2285
2269
  */
2286
2270
  readonly txBroadcastCount: OptionalAttribute<number, any>;
2287
2271
  /**
2288
- * The TxAckRequestedCount attribute shall indicate the total number of unique MAC frame transmission
2289
- * requests with requested acknowledgment. The TxAckRequestedCount attribute shall only be incremented by 1
2290
- * for each MAC transmission request with requested acknowledgment regardless of the amount of CCA failures,
2291
- * CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
2272
+ * Indicates the total number of unique MAC frame transmission requests with requested acknowledgment. The
2273
+ * attribute shall only be incremented by 1 for each MAC transmission request with requested acknowledgment
2274
+ * regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
2275
+ * reset upon a Node reboot.
2292
2276
  *
2293
2277
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.26
2294
2278
  */
2295
2279
  readonly txAckRequestedCount: OptionalAttribute<number, any>;
2296
2280
  /**
2297
- * The TxAckedCount attribute shall indicate the total number of unique MAC frame transmission requests that
2298
- * were acked. The TxAckedCount attribute shall only be incremented by 1 for each MAC transmission request
2299
- * that is acked regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value
2300
- * shall only be reset upon a Node reboot.
2281
+ * Indicates the total number of unique MAC frame transmission requests that were acked. The attribute shall
2282
+ * only be incremented by 1 for each MAC transmission request that is acked regardless of the amount of CCA
2283
+ * failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
2301
2284
  *
2302
2285
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.27
2303
2286
  */
2304
2287
  readonly txAckedCount: OptionalAttribute<number, any>;
2305
2288
  /**
2306
- * The TxNoAckRequestedCount attribute shall indicate the total number of unique MAC frame transmission
2307
- * requests without requested acknowledgment. The TxNoAckRequestedCount attribute shall only be incremented
2308
- * by 1 for each MAC transmission request that is does not request acknowledgement regardless of the amount
2309
- * of CCA failures, CSMA-CA attempts, or retransmissions.
2289
+ * Indicates the total number of unique MAC frame transmission requests without requested acknowledgment.
2290
+ * The attribute shall only be incremented by 1 for each MAC transmission request that is does not request
2291
+ * acknowledgement regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
2310
2292
  *
2311
2293
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.28
2312
2294
  */
2313
2295
  readonly txNoAckRequestedCount: OptionalAttribute<number, any>;
2314
2296
  /**
2315
- * The TxDataCount attribute shall indicate the total number of unique MAC Data frame transmission requests.
2316
- * The TxDataCount attribute shall only be incremented by 1 for each MAC Data frame transmission request
2317
- * regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
2318
- * reset upon a Node reboot.
2297
+ * Indicates the total number of unique MAC Data frame transmission requests. The attribute shall only be
2298
+ * incremented by 1 for each MAC Data frame transmission request regardless of the amount of CCA failures,
2299
+ * CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
2319
2300
  *
2320
2301
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.29
2321
2302
  */
2322
2303
  readonly txDataCount: OptionalAttribute<number, any>;
2323
2304
  /**
2324
- * The TxDataPollCount attribute shall indicate the total number of unique MAC Data Poll frame transmission
2325
- * requests. The TxDataPollCount attribute shall only be incremented by 1 for each MAC Data Poll frame
2326
- * transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This
2327
- * value shall only be reset upon a Node reboot.
2305
+ * Indicates the total number of unique MAC Data Poll frame transmission requests. The attribute shall only
2306
+ * be incremented by 1 for each MAC Data Poll frame transmission request regardless of the amount of CCA
2307
+ * failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
2328
2308
  *
2329
2309
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.30
2330
2310
  */
2331
2311
  readonly txDataPollCount: OptionalAttribute<number, any>;
2332
2312
  /**
2333
- * The TxBeaconCount attribute shall indicate the total number of unique MAC Beacon frame transmission
2334
- * requests. The TxBeaconCount attribute shall only be incremented by 1 for each MAC Beacon frame
2335
- * transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
2313
+ * Indicates the total number of unique MAC Beacon frame transmission requests. The attribute shall only be
2314
+ * incremented by 1 for each MAC Beacon frame transmission request regardless of the amount of CCA failures,
2315
+ * CSMA-CA attempts, or retransmissions.
2336
2316
  *
2337
2317
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.31
2338
2318
  */
2339
2319
  readonly txBeaconCount: OptionalAttribute<number, any>;
2340
2320
  /**
2341
- * The TxBeaconRequestCount attribute shall indicate the total number of unique MAC Beacon Request frame
2342
- * transmission requests. The TxBeaconRequestCount attribute shall only be incremented by 1 for each MAC
2343
- * Beacon Request frame transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or
2344
- * retransmissions. This value shall only be reset upon a Node reboot.
2321
+ * Indicates the total number of unique MAC Beacon Request frame transmission requests. The attribute shall
2322
+ * only be incremented by 1 for each MAC Beacon Request frame transmission request regardless of the amount
2323
+ * of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
2345
2324
  *
2346
2325
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.32
2347
2326
  */
2348
2327
  readonly txBeaconRequestCount: OptionalAttribute<number, any>;
2349
2328
  /**
2350
- * The TxOtherCount attribute shall indicate the total number of unique MAC frame transmission requests that
2351
- * are not counted by any other attribute. The TxOtherCount attribute shall only be incremented by 1 for
2352
- * each MAC frame transmission request regardless of the amount of CCA failures, CSMA-CA attempts, or
2353
- * retransmissions. This value shall only be reset upon a Node reboot.
2329
+ * Indicates the total number of unique MAC frame transmission requests that are not counted by any other
2330
+ * attribute. The attribute shall only be incremented by 1 for each MAC frame transmission request
2331
+ * regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
2332
+ * reset upon a Node reboot.
2354
2333
  *
2355
2334
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.33
2356
2335
  */
2357
2336
  readonly txOtherCount: OptionalAttribute<number, any>;
2358
2337
  /**
2359
- * The TxRetryCount attribute shall indicate the total number of MAC retransmission attempts. The
2360
- * TxRetryCount attribute shall only be incremented by 1 for each retransmission attempt that may be
2361
- * triggered by lack of acknowledgement, CSMA/CA failure, or other type of transmission error. This value
2362
- * shall only be reset upon a Node reboot.
2338
+ * Indicates the total number of MAC retransmission attempts. The attribute shall only be incremented by 1
2339
+ * for each retransmission attempt that may be triggered by lack of acknowledgement, CSMA/CA failure, or
2340
+ * other type of transmission error. This value shall only be reset upon a Node reboot.
2363
2341
  *
2364
2342
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.34
2365
2343
  */
2366
2344
  readonly txRetryCount: OptionalAttribute<number, any>;
2367
2345
  /**
2368
- * The TxDirectMaxRetryExpiryCount attribute shall indicate the total number of unique MAC transmission
2369
- * packets that meet maximal retry limit for direct packets. The TxDirectMaxRetryExpiryCount attribute shall
2370
- * only be incremented by 1 for each unique MAC transmission packets that meets the maximal retry limit for
2371
- * direct packets. This value shall only be reset upon a Node reboot.
2346
+ * Indicates the total number of unique MAC transmission packets that meet maximal retry limit for direct
2347
+ * packets. The attribute shall only be incremented by 1 for each unique MAC transmission packets that meets
2348
+ * the maximal retry limit for direct packets. This value shall only be reset upon a Node reboot.
2372
2349
  *
2373
2350
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.35
2374
2351
  */
2375
2352
  readonly txDirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
2376
2353
  /**
2377
- * The TxIndirectMaxRetryExpiryCount attribute shall indicate the total number of unique MAC transmission
2378
- * packets that meet maximal retry limit for indirect packets. The TxIndirectMaxRetryExpiryCount attribute
2379
- * shall only be incremented by 1 for each unique MAC transmission packets that meets the maximal retry
2380
- * limit for indirect packets. This value shall only be reset upon a Node reboot.
2354
+ * Indicates the total number of unique MAC transmission packets that meet maximal retry limit for indirect
2355
+ * packets. The attribute shall only be incremented by 1 for each unique MAC transmission packets that meets
2356
+ * the maximal retry limit for indirect packets. This value shall only be reset upon a Node reboot.
2381
2357
  *
2382
2358
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.36
2383
2359
  */
2384
2360
  readonly txIndirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
2385
2361
  /**
2386
- * The TxErrCcaCount attribute shall indicate the total number of CCA failures. The TxErrCcaCount attribute
2387
- * shall only be incremented by 1 for each instance of a CCA failure. This value shall only be reset upon a
2388
- * Node reboot.
2362
+ * Indicates the total number of CCA failures. The TxErrCcaCount attribute shall only be incremented by 1
2363
+ * for each instance of a CCA failure. This value shall only be reset upon a Node reboot.
2389
2364
  *
2390
2365
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.37
2391
2366
  */
2392
2367
  readonly txErrCcaCount: OptionalAttribute<number, any>;
2393
2368
  /**
2394
- * The TxErrAbortCount attribute shall indicate the total number of unique MAC transmission request failures
2395
- * caused by an abort error. The TxErrAbortCount attribute shall only be incremented by 1 for each unique
2396
- * MAC transmission request failure caused by an abort error.
2369
+ * Indicates the total number of unique MAC transmission request failures caused by an abort error. The
2370
+ * attribute shall only be incremented by 1 for each unique MAC transmission request failure caused by an
2371
+ * abort error.
2397
2372
  *
2398
2373
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.38
2399
2374
  */
2400
2375
  readonly txErrAbortCount: OptionalAttribute<number, any>;
2401
2376
  /**
2402
- * The TxErrBusyChannelCount attribute shall indicate the total number of unique MAC transmission request
2403
- * failures caused by an error as the result of a busy channel (a CSMA/CA fail). The TxErrBusyChannelCount
2404
- * attribute shall only be incremented by 1 for each unique MAC transmission request failure caused by a
2405
- * busy channel such as a CSMA/CA failure.
2377
+ * Indicates the total number of unique MAC transmission request failures caused by an error as the result
2378
+ * of a busy channel (a CSMA/CA fail). The attribute shall only be incremented by 1 for each unique MAC
2379
+ * transmission request failure caused by a busy channel such as a CSMA/CA failure.
2406
2380
  *
2407
2381
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.39
2408
2382
  */
2409
2383
  readonly txErrBusyChannelCount: OptionalAttribute<number, any>;
2410
2384
  /**
2411
- * The RxTotalCount attribute shall indicate the total number of received unique MAC frames. This value
2412
- * shall only be reset upon a Node reboot.
2385
+ * Indicates the total number of received unique MAC frames. This value shall only be reset upon a Node
2386
+ * reboot.
2413
2387
  *
2414
2388
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.40
2415
2389
  */
2416
2390
  readonly rxTotalCount: OptionalAttribute<number, any>;
2417
2391
  /**
2418
- * The RxUnicastCount attribute shall indicate the total number of received unique unicast MAC frames. This
2419
- * value shall only be reset upon a Node reboot.
2392
+ * Indicates the total number of received unique unicast MAC frames. This value shall only be reset upon a
2393
+ * Node reboot.
2420
2394
  *
2421
2395
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.41
2422
2396
  */
2423
2397
  readonly rxUnicastCount: OptionalAttribute<number, any>;
2424
2398
  /**
2425
- * The RxBroadcastCount attribute shall indicate the total number of received unique broadcast MAC frames.
2426
- * This value shall only be reset upon a Node reboot.
2399
+ * Indicates the total number of received unique broadcast MAC frames. This value shall only be reset upon a
2400
+ * Node reboot.
2427
2401
  *
2428
2402
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.42
2429
2403
  */
2430
2404
  readonly rxBroadcastCount: OptionalAttribute<number, any>;
2431
2405
  /**
2432
- * The RxDataCount attribute shall indicate the total number of received unique MAC Data frames. This value
2433
- * shall only be reset upon a Node reboot.
2406
+ * Indicates the total number of received unique MAC Data frames. This value shall only be reset upon a Node
2407
+ * reboot.
2434
2408
  *
2435
2409
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.43
2436
2410
  */
2437
2411
  readonly rxDataCount: OptionalAttribute<number, any>;
2438
2412
  /**
2439
- * The RxDataPollCount attribute shall indicate the total number of received unique MAC Data Poll frames.
2440
- * This value shall only be reset upon a Node reboot.
2413
+ * Indicates the total number of received unique MAC Data Poll frames. This value shall only be reset upon a
2414
+ * Node reboot.
2441
2415
  *
2442
2416
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.44
2443
2417
  */
2444
2418
  readonly rxDataPollCount: OptionalAttribute<number, any>;
2445
2419
  /**
2446
- * The RxBeaconCount attribute shall indicate the total number of received unique MAC Beacon frames. This
2447
- * value shall only be reset upon a Node reboot.
2420
+ * Indicates the total number of received unique MAC Beacon frames. This value shall only be reset upon a
2421
+ * Node reboot.
2448
2422
  *
2449
2423
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.45
2450
2424
  */
2451
2425
  readonly rxBeaconCount: OptionalAttribute<number, any>;
2452
2426
  /**
2453
- * The RxBeaconRequestCount attribute shall indicate the total number of received unique MAC Beacon Request
2454
- * frames. This value shall only be reset upon a Node reboot.
2427
+ * Indicates the total number of received unique MAC Beacon Request frames. This value shall only be reset
2428
+ * upon a Node reboot.
2455
2429
  *
2456
2430
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.46
2457
2431
  */
2458
2432
  readonly rxBeaconRequestCount: OptionalAttribute<number, any>;
2459
2433
  /**
2460
- * The RxOtherCount attribute shall indicate the total number of received unique MAC frame requests that are
2461
- * not counted by any other attribute. This value shall only be reset upon a Node reboot.
2434
+ * Indicates the total number of received unique MAC frame requests that are not counted by any other
2435
+ * attribute. This value shall only be reset upon a Node reboot.
2462
2436
  *
2463
2437
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.47
2464
2438
  */
2465
2439
  readonly rxOtherCount: OptionalAttribute<number, any>;
2466
2440
  /**
2467
- * The RxAddressFilteredCount attribute shall indicate the total number of received unique MAC frame
2468
- * requests that have been dropped as a result of MAC filtering. This value shall only be reset upon a Node
2469
- * reboot.
2441
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
2442
+ * MAC filtering. This value shall only be reset upon a Node reboot.
2470
2443
  *
2471
2444
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.48
2472
2445
  */
2473
2446
  readonly rxAddressFilteredCount: OptionalAttribute<number, any>;
2474
2447
  /**
2475
- * The RxDestAddrFilteredCount attribute shall indicate the total number of received unique MAC frame
2476
- * requests that have been dropped as a result of a destination address check. This value shall only be
2477
- * reset upon a Node reboot.
2448
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of a
2449
+ * destination address check. This value shall only be reset upon a Node reboot.
2478
2450
  *
2479
2451
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.49
2480
2452
  */
2481
2453
  readonly rxDestAddrFilteredCount: OptionalAttribute<number, any>;
2482
2454
  /**
2483
- * The RxDuplicatedCount attribute shall indicate the total number of received MAC frame requests that have
2484
- * been dropped as a result of being a duplicate of a previously received MAC frame request. This value
2485
- * shall only be reset upon a Node reboot.
2455
+ * Indicates the total number of received MAC frame requests that have been dropped as a result of being a
2456
+ * duplicate of a previously received MAC frame request. This value shall only be reset upon a Node reboot.
2486
2457
  *
2487
2458
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.50
2488
2459
  */
2489
2460
  readonly rxDuplicatedCount: OptionalAttribute<number, any>;
2490
2461
  /**
2491
- * The RxErrNoFrameCount attribute shall indicate the total number of received unique MAC frame requests
2492
- * that have been dropped as a result of missing or malformed frame contents. This value shall only be reset
2493
- * upon a Node reboot.
2462
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
2463
+ * missing or malformed frame contents. This value shall only be reset upon a Node reboot.
2494
2464
  *
2495
2465
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.51
2496
2466
  */
2497
2467
  readonly rxErrNoFrameCount: OptionalAttribute<number, any>;
2498
2468
  /**
2499
- * The RxErrUnknownNeighborCount attribute shall indicate the total number of received unique MAC frame
2500
- * requests that have been dropped as a result of originating from an unknown neighbor device. This value
2501
- * shall only be reset upon a Node reboot.
2469
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
2470
+ * originating from an unknown neighbor device. This value shall only be reset upon a Node reboot.
2502
2471
  *
2503
2472
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.52
2504
2473
  */
2505
2474
  readonly rxErrUnknownNeighborCount: OptionalAttribute<number, any>;
2506
2475
  /**
2507
- * The RxErrInvalidSrcAddrCount attribute shall indicate the total number of received unique MAC frame
2508
- * requests that have been dropped as a result of containing an invalid source address. This value shall
2509
- * only be reset upon a Node reboot.
2476
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
2477
+ * containing an invalid source address. This value shall only be reset upon a Node reboot.
2510
2478
  *
2511
2479
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.53
2512
2480
  */
2513
2481
  readonly rxErrInvalidSrcAddrCount: OptionalAttribute<number, any>;
2514
2482
  /**
2515
- * The RxErrSecCount attribute shall indicate the total number of received unique MAC frame requests that
2516
- * have been dropped as a result of an error with the security of the received frame. This value shall only
2517
- * be reset upon a Node reboot.
2483
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
2484
+ * error with the security of the received frame. This value shall only be reset upon a Node reboot.
2518
2485
  *
2519
2486
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.54
2520
2487
  */
2521
2488
  readonly rxErrSecCount: OptionalAttribute<number, any>;
2522
2489
  /**
2523
- * The RxErrFcsCount attribute shall indicate the total number of received unique MAC frame requests that
2524
- * have been dropped as a result of an error with the FCS of the received frame. This value shall only be
2525
- * reset upon a Node reboot.
2490
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
2491
+ * error with the FCS of the received frame. This value shall only be reset upon a Node reboot.
2526
2492
  *
2527
2493
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.55
2528
2494
  */
2529
2495
  readonly rxErrFcsCount: OptionalAttribute<number, any>;
2530
2496
  /**
2531
- * The RxErrOtherCount attribute shall indicate the total number of received unique MAC frame requests that
2532
- * have been dropped as a result of an error that is not counted by any other attribute. This value shall
2533
- * only be reset upon a Node reboot.
2497
+ * Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
2498
+ * error that is not counted by any other attribute. This value shall only be reset upon a Node reboot.
2534
2499
  *
2535
2500
  * @see {@link MatterSpecification.v141.Core} § 11.14.6.56
2536
2501
  */
@@ -2931,7 +2896,10 @@ export declare namespace ThreadNetworkDiagnostics {
2931
2896
  readonly meshLocalPrefix: Attribute<AllowSharedBufferSource | null, any>;
2932
2897
  readonly neighborTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
2933
2898
  /**
2934
- * This field shall specify the IEEE 802.15.4 extended address for the neighboring Node.
2899
+ * This field shall specify the IEEE 802.15.4 extended address for the neighboring Node. The uint64 value is
2900
+ * composed by taking the 8 octets of the extended address EUI-64 and treating them as a big-endian integer. For
2901
+ * example, octet string (in hexadecimal, from first octet to last) 00112233AABBCCDD would lead to a value of
2902
+ * 0x00112233AABBCCDD.
2935
2903
  *
2936
2904
  * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.1
2937
2905
  */
@@ -2944,7 +2912,9 @@ export declare namespace ThreadNetworkDiagnostics {
2944
2912
  */
2945
2913
  age: import("../tlv/TlvObject.js").FieldType<number>;
2946
2914
  /**
2947
- * This field shall specify the RLOC16 of the neighboring Node.
2915
+ * This field shall specify the RLOC16 of the neighboring Node. The uint16 value is composed by taking the two
2916
+ * RLOC16 and treating the octet string as if it was encoding a big-endian integer. For example, octet string
2917
+ * (in hexadecimal, from first octet to last) 44AA would lead to a value of 0x44AA.
2948
2918
  *
2949
2919
  * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.3
2950
2920
  */
@@ -3031,13 +3001,18 @@ export declare namespace ThreadNetworkDiagnostics {
3031
3001
  readonly routeTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
3032
3002
  /**
3033
3003
  * This field shall specify the IEEE 802.15.4 extended address for the Node for which this route table entry
3034
- * corresponds.
3004
+ * corresponds. The uint64 value is composed by taking the 8 octets of the extended address EUI- 64 and treating
3005
+ * them as a big-endian integer. For example, octet string (in hexadecimal, from first octet to last)
3006
+ * 00112233AABBCCDD would lead to a value of 0x00112233AABBCCDD.
3035
3007
  *
3036
3008
  * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.1
3037
3009
  */
3038
3010
  extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
3039
3011
  /**
3040
- * This field shall specify the RLOC16 for the Node for which this route table entry corresponds.
3012
+ * This field shall specify the RLOC16 for the Node for which this route table entry corresponds. The uint16
3013
+ * value is composed by taking the two RLOC16 and treating the octet string as if it was encoding a big-endian
3014
+ * integer. For example, octet string (in hexadecimal, from first octet to last) 44AA would lead to a value of
3015
+ * 0x44AA.
3041
3016
  *
3042
3017
  * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.2
3043
3018
  */