@matter/types 0.16.0-alpha.0-20251103-b47ffa15b → 0.16.0-alpha.0-20251106-4e10fd77b

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 (605) hide show
  1. package/dist/cjs/clusters/access-control.d.ts +250 -250
  2. package/dist/cjs/clusters/access-control.js +39 -39
  3. package/dist/cjs/clusters/account-login.d.ts +29 -29
  4. package/dist/cjs/clusters/account-login.js +11 -11
  5. package/dist/cjs/clusters/actions.d.ts +108 -108
  6. package/dist/cjs/clusters/actions.js +39 -39
  7. package/dist/cjs/clusters/administrator-commissioning.d.ts +54 -54
  8. package/dist/cjs/clusters/administrator-commissioning.js +12 -12
  9. package/dist/cjs/clusters/air-quality.d.ts +5 -5
  10. package/dist/cjs/clusters/air-quality.js +1 -1
  11. package/dist/cjs/clusters/alarm-base.d.ts +43 -43
  12. package/dist/cjs/clusters/alarm-base.js +14 -14
  13. package/dist/cjs/clusters/application-basic.d.ts +16 -16
  14. package/dist/cjs/clusters/application-basic.js +10 -10
  15. package/dist/cjs/clusters/application-launcher.d.ts +104 -104
  16. package/dist/cjs/clusters/application-launcher.js +13 -13
  17. package/dist/cjs/clusters/audio-output.d.ts +37 -37
  18. package/dist/cjs/clusters/audio-output.js +8 -8
  19. package/dist/cjs/clusters/basic-information.d.ts +55 -55
  20. package/dist/cjs/clusters/basic-information.js +35 -35
  21. package/dist/cjs/clusters/binding.d.ts +12 -12
  22. package/dist/cjs/clusters/binding.js +5 -5
  23. package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
  24. package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
  25. package/dist/cjs/clusters/boolean-state.d.ts +7 -7
  26. package/dist/cjs/clusters/boolean-state.js +3 -3
  27. package/dist/cjs/clusters/bridged-device-basic-information.d.ts +105 -105
  28. package/dist/cjs/clusters/bridged-device-basic-information.js +29 -29
  29. package/dist/cjs/clusters/channel.d.ts +561 -561
  30. package/dist/cjs/clusters/channel.js +73 -73
  31. package/dist/cjs/clusters/color-control.d.ts +658 -658
  32. package/dist/cjs/clusters/color-control.js +116 -116
  33. package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
  34. package/dist/cjs/clusters/commissioner-control.js +5 -5
  35. package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
  36. package/dist/cjs/clusters/concentration-measurement.js +11 -11
  37. package/dist/cjs/clusters/content-app-observer.d.ts +18 -18
  38. package/dist/cjs/clusters/content-app-observer.js +6 -6
  39. package/dist/cjs/clusters/content-control.d.ts +366 -366
  40. package/dist/cjs/clusters/content-control.js +58 -58
  41. package/dist/cjs/clusters/content-launcher.d.ts +479 -479
  42. package/dist/cjs/clusters/content-launcher.js +39 -39
  43. package/dist/cjs/clusters/descriptor.d.ts +30 -30
  44. package/dist/cjs/clusters/descriptor.js +9 -9
  45. package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
  46. package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
  47. package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
  48. package/dist/cjs/clusters/device-energy-management.js +87 -87
  49. package/dist/cjs/clusters/diagnostic-logs.d.ts +37 -37
  50. package/dist/cjs/clusters/diagnostic-logs.js +8 -8
  51. package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
  52. package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
  53. package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
  54. package/dist/cjs/clusters/dishwasher-mode.js +8 -8
  55. package/dist/cjs/clusters/door-lock.d.ts +1349 -1349
  56. package/dist/cjs/clusters/door-lock.js +227 -227
  57. package/dist/cjs/clusters/ecosystem-information.d.ts +35 -35
  58. package/dist/cjs/clusters/ecosystem-information.js +14 -14
  59. package/dist/cjs/clusters/electrical-energy-measurement.d.ts +276 -276
  60. package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
  61. package/dist/cjs/clusters/electrical-power-measurement.d.ts +200 -200
  62. package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
  63. package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
  64. package/dist/cjs/clusters/energy-evse-mode.js +8 -8
  65. package/dist/cjs/clusters/energy-evse.d.ts +323 -323
  66. package/dist/cjs/clusters/energy-evse.js +73 -73
  67. package/dist/cjs/clusters/energy-preference.d.ts +49 -49
  68. package/dist/cjs/clusters/energy-preference.js +9 -9
  69. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
  70. package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
  71. package/dist/cjs/clusters/fan-control.d.ts +83 -83
  72. package/dist/cjs/clusters/fan-control.js +19 -19
  73. package/dist/cjs/clusters/fixed-label.d.ts +2 -2
  74. package/dist/cjs/clusters/fixed-label.js +1 -1
  75. package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
  76. package/dist/cjs/clusters/flow-measurement.js +4 -4
  77. package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
  78. package/dist/cjs/clusters/general-commissioning.js +25 -25
  79. package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
  80. package/dist/cjs/clusters/general-diagnostics.js +40 -40
  81. package/dist/cjs/clusters/group-key-management.d.ts +119 -119
  82. package/dist/cjs/clusters/group-key-management.js +23 -23
  83. package/dist/cjs/clusters/groups.d.ts +78 -78
  84. package/dist/cjs/clusters/groups.js +21 -21
  85. package/dist/cjs/clusters/icd-management.d.ts +131 -131
  86. package/dist/cjs/clusters/icd-management.js +29 -29
  87. package/dist/cjs/clusters/identify.d.ts +16 -16
  88. package/dist/cjs/clusters/identify.js +6 -6
  89. package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
  90. package/dist/cjs/clusters/illuminance-measurement.js +5 -5
  91. package/dist/cjs/clusters/joint-fabric-administrator.d.ts +34 -34
  92. package/dist/cjs/clusters/joint-fabric-administrator.js +10 -10
  93. package/dist/cjs/clusters/joint-fabric-datastore.d.ts +232 -232
  94. package/dist/cjs/clusters/joint-fabric-datastore.js +73 -73
  95. package/dist/cjs/clusters/keypad-input.d.ts +18 -18
  96. package/dist/cjs/clusters/keypad-input.js +3 -3
  97. package/dist/cjs/clusters/label.d.ts +10 -10
  98. package/dist/cjs/clusters/label.js +3 -3
  99. package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
  100. package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
  101. package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
  102. package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
  103. package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
  104. package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
  105. package/dist/cjs/clusters/level-control.d.ts +303 -303
  106. package/dist/cjs/clusters/level-control.js +32 -32
  107. package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
  108. package/dist/cjs/clusters/localization-configuration.js +2 -2
  109. package/dist/cjs/clusters/low-power.d.ts +2 -2
  110. package/dist/cjs/clusters/low-power.js +1 -1
  111. package/dist/cjs/clusters/media-input.d.ts +47 -47
  112. package/dist/cjs/clusters/media-input.js +11 -11
  113. package/dist/cjs/clusters/media-playback.d.ts +390 -390
  114. package/dist/cjs/clusters/media-playback.js +57 -57
  115. package/dist/cjs/clusters/messages.d.ts +154 -154
  116. package/dist/cjs/clusters/messages.js +38 -38
  117. package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
  118. package/dist/cjs/clusters/microwave-oven-control.js +17 -17
  119. package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
  120. package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
  121. package/dist/cjs/clusters/mode-base.d.ts +59 -59
  122. package/dist/cjs/clusters/mode-base.js +13 -13
  123. package/dist/cjs/clusters/mode-select.d.ts +51 -51
  124. package/dist/cjs/clusters/mode-select.js +13 -13
  125. package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
  126. package/dist/cjs/clusters/network-commissioning.js +46 -46
  127. package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
  128. package/dist/cjs/clusters/occupancy-sensing.js +20 -20
  129. package/dist/cjs/clusters/on-off.d.ts +103 -103
  130. package/dist/cjs/clusters/on-off.js +19 -19
  131. package/dist/cjs/clusters/operational-credentials.d.ts +106 -106
  132. package/dist/cjs/clusters/operational-credentials.js +38 -38
  133. package/dist/cjs/clusters/operational-state.d.ts +67 -67
  134. package/dist/cjs/clusters/operational-state.js +21 -21
  135. package/dist/cjs/clusters/ota-software-update-provider.d.ts +65 -65
  136. package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
  137. package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
  138. package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
  139. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
  140. package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
  141. package/dist/cjs/clusters/oven-mode.d.ts +49 -49
  142. package/dist/cjs/clusters/oven-mode.js +8 -8
  143. package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
  144. package/dist/cjs/clusters/power-source-configuration.js +1 -1
  145. package/dist/cjs/clusters/power-source.d.ts +155 -155
  146. package/dist/cjs/clusters/power-source.js +41 -41
  147. package/dist/cjs/clusters/power-topology.d.ts +8 -8
  148. package/dist/cjs/clusters/power-topology.js +2 -2
  149. package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
  150. package/dist/cjs/clusters/pressure-measurement.js +9 -9
  151. package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
  152. package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
  153. package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
  154. package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
  155. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
  156. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
  157. package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
  158. package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
  159. package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
  160. package/dist/cjs/clusters/resource-monitoring.js +7 -7
  161. package/dist/cjs/clusters/rvc-clean-mode.d.ts +49 -49
  162. package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
  163. package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
  164. package/dist/cjs/clusters/rvc-operational-state.js +17 -17
  165. package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
  166. package/dist/cjs/clusters/rvc-run-mode.js +9 -9
  167. package/dist/cjs/clusters/scenes-management.d.ts +244 -244
  168. package/dist/cjs/clusters/scenes-management.js +69 -69
  169. package/dist/cjs/clusters/service-area.d.ts +128 -128
  170. package/dist/cjs/clusters/service-area.js +26 -26
  171. package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
  172. package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
  173. package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
  174. package/dist/cjs/clusters/software-diagnostics.js +14 -14
  175. package/dist/cjs/clusters/switch.d.ts +105 -105
  176. package/dist/cjs/clusters/switch.js +23 -23
  177. package/dist/cjs/clusters/target-navigator.d.ts +32 -32
  178. package/dist/cjs/clusters/target-navigator.js +10 -10
  179. package/dist/cjs/clusters/temperature-control.d.ts +45 -45
  180. package/dist/cjs/clusters/temperature-control.js +12 -12
  181. package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
  182. package/dist/cjs/clusters/temperature-measurement.js +4 -4
  183. package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
  184. package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
  185. package/dist/cjs/clusters/thermostat.d.ts +514 -514
  186. package/dist/cjs/clusters/thermostat.js +114 -114
  187. package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
  188. package/dist/cjs/clusters/thread-border-router-management.js +14 -14
  189. package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
  190. package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
  191. package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
  192. package/dist/cjs/clusters/thread-network-directory.js +11 -11
  193. package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
  194. package/dist/cjs/clusters/time-format-localization.js +3 -3
  195. package/dist/cjs/clusters/time-synchronization.d.ts +246 -246
  196. package/dist/cjs/clusters/time-synchronization.js +47 -47
  197. package/dist/cjs/clusters/unit-localization.d.ts +9 -9
  198. package/dist/cjs/clusters/unit-localization.js +2 -2
  199. package/dist/cjs/clusters/user-label.d.ts +2 -2
  200. package/dist/cjs/clusters/user-label.js +1 -1
  201. package/dist/cjs/clusters/valve-configuration-and-control.d.ts +81 -81
  202. package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
  203. package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
  204. package/dist/cjs/clusters/wake-on-lan.js +2 -2
  205. package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
  206. package/dist/cjs/clusters/water-heater-management.js +16 -16
  207. package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
  208. package/dist/cjs/clusters/water-heater-mode.js +8 -8
  209. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
  210. package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
  211. package/dist/cjs/clusters/wi-fi-network-management.d.ts +8 -8
  212. package/dist/cjs/clusters/wi-fi-network-management.js +4 -4
  213. package/dist/cjs/clusters/window-covering.d.ts +183 -183
  214. package/dist/cjs/clusters/window-covering.js +49 -49
  215. package/dist/cjs/dcl/operational-certificate.d.ts +8 -1
  216. package/dist/cjs/dcl/operational-certificate.d.ts.map +1 -1
  217. package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
  218. package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
  219. package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
  220. package/dist/cjs/globals/Currency.d.ts +2 -2
  221. package/dist/cjs/globals/Locationdesc.d.ts +5 -5
  222. package/dist/cjs/globals/Locationdesc.js +3 -3
  223. package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
  224. package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
  225. package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
  226. package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
  227. package/dist/cjs/globals/MeasurementType.d.ts +1 -1
  228. package/dist/cjs/globals/Namespace.d.ts +1 -1
  229. package/dist/cjs/globals/Price.d.ts +2 -2
  230. package/dist/cjs/globals/Priority.d.ts +1 -1
  231. package/dist/cjs/globals/Semtag.d.ts +6 -6
  232. package/dist/cjs/globals/Semtag.js +4 -4
  233. package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  234. package/dist/cjs/globals/Status.d.ts +36 -36
  235. package/dist/cjs/globals/ThreeLevelAuto.d.ts +1 -1
  236. package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
  237. package/dist/esm/clusters/access-control.d.ts +250 -250
  238. package/dist/esm/clusters/access-control.js +39 -39
  239. package/dist/esm/clusters/account-login.d.ts +29 -29
  240. package/dist/esm/clusters/account-login.js +11 -11
  241. package/dist/esm/clusters/actions.d.ts +108 -108
  242. package/dist/esm/clusters/actions.js +39 -39
  243. package/dist/esm/clusters/administrator-commissioning.d.ts +54 -54
  244. package/dist/esm/clusters/administrator-commissioning.js +12 -12
  245. package/dist/esm/clusters/air-quality.d.ts +5 -5
  246. package/dist/esm/clusters/air-quality.js +1 -1
  247. package/dist/esm/clusters/alarm-base.d.ts +43 -43
  248. package/dist/esm/clusters/alarm-base.js +14 -14
  249. package/dist/esm/clusters/application-basic.d.ts +16 -16
  250. package/dist/esm/clusters/application-basic.js +10 -10
  251. package/dist/esm/clusters/application-launcher.d.ts +104 -104
  252. package/dist/esm/clusters/application-launcher.js +13 -13
  253. package/dist/esm/clusters/audio-output.d.ts +37 -37
  254. package/dist/esm/clusters/audio-output.js +8 -8
  255. package/dist/esm/clusters/basic-information.d.ts +55 -55
  256. package/dist/esm/clusters/basic-information.js +35 -35
  257. package/dist/esm/clusters/binding.d.ts +12 -12
  258. package/dist/esm/clusters/binding.js +5 -5
  259. package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
  260. package/dist/esm/clusters/boolean-state-configuration.js +18 -18
  261. package/dist/esm/clusters/boolean-state.d.ts +7 -7
  262. package/dist/esm/clusters/boolean-state.js +3 -3
  263. package/dist/esm/clusters/bridged-device-basic-information.d.ts +105 -105
  264. package/dist/esm/clusters/bridged-device-basic-information.js +29 -29
  265. package/dist/esm/clusters/channel.d.ts +561 -561
  266. package/dist/esm/clusters/channel.js +73 -73
  267. package/dist/esm/clusters/color-control.d.ts +658 -658
  268. package/dist/esm/clusters/color-control.js +116 -116
  269. package/dist/esm/clusters/commissioner-control.d.ts +16 -16
  270. package/dist/esm/clusters/commissioner-control.js +5 -5
  271. package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
  272. package/dist/esm/clusters/concentration-measurement.js +11 -11
  273. package/dist/esm/clusters/content-app-observer.d.ts +18 -18
  274. package/dist/esm/clusters/content-app-observer.js +6 -6
  275. package/dist/esm/clusters/content-control.d.ts +366 -366
  276. package/dist/esm/clusters/content-control.js +58 -58
  277. package/dist/esm/clusters/content-launcher.d.ts +479 -479
  278. package/dist/esm/clusters/content-launcher.js +39 -39
  279. package/dist/esm/clusters/descriptor.d.ts +30 -30
  280. package/dist/esm/clusters/descriptor.js +9 -9
  281. package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
  282. package/dist/esm/clusters/device-energy-management-mode.js +8 -8
  283. package/dist/esm/clusters/device-energy-management.d.ts +544 -544
  284. package/dist/esm/clusters/device-energy-management.js +87 -87
  285. package/dist/esm/clusters/diagnostic-logs.d.ts +37 -37
  286. package/dist/esm/clusters/diagnostic-logs.js +8 -8
  287. package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
  288. package/dist/esm/clusters/dishwasher-alarm.js +14 -14
  289. package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
  290. package/dist/esm/clusters/dishwasher-mode.js +8 -8
  291. package/dist/esm/clusters/door-lock.d.ts +1349 -1349
  292. package/dist/esm/clusters/door-lock.js +227 -227
  293. package/dist/esm/clusters/ecosystem-information.d.ts +35 -35
  294. package/dist/esm/clusters/ecosystem-information.js +14 -14
  295. package/dist/esm/clusters/electrical-energy-measurement.d.ts +276 -276
  296. package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
  297. package/dist/esm/clusters/electrical-power-measurement.d.ts +200 -200
  298. package/dist/esm/clusters/electrical-power-measurement.js +39 -39
  299. package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
  300. package/dist/esm/clusters/energy-evse-mode.js +8 -8
  301. package/dist/esm/clusters/energy-evse.d.ts +323 -323
  302. package/dist/esm/clusters/energy-evse.js +73 -73
  303. package/dist/esm/clusters/energy-preference.d.ts +49 -49
  304. package/dist/esm/clusters/energy-preference.js +9 -9
  305. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
  306. package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
  307. package/dist/esm/clusters/fan-control.d.ts +83 -83
  308. package/dist/esm/clusters/fan-control.js +19 -19
  309. package/dist/esm/clusters/fixed-label.d.ts +2 -2
  310. package/dist/esm/clusters/fixed-label.js +1 -1
  311. package/dist/esm/clusters/flow-measurement.d.ts +5 -5
  312. package/dist/esm/clusters/flow-measurement.js +4 -4
  313. package/dist/esm/clusters/general-commissioning.d.ts +104 -104
  314. package/dist/esm/clusters/general-commissioning.js +25 -25
  315. package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
  316. package/dist/esm/clusters/general-diagnostics.js +40 -40
  317. package/dist/esm/clusters/group-key-management.d.ts +119 -119
  318. package/dist/esm/clusters/group-key-management.js +23 -23
  319. package/dist/esm/clusters/groups.d.ts +78 -78
  320. package/dist/esm/clusters/groups.js +21 -21
  321. package/dist/esm/clusters/icd-management.d.ts +131 -131
  322. package/dist/esm/clusters/icd-management.js +29 -29
  323. package/dist/esm/clusters/identify.d.ts +16 -16
  324. package/dist/esm/clusters/identify.js +6 -6
  325. package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
  326. package/dist/esm/clusters/illuminance-measurement.js +5 -5
  327. package/dist/esm/clusters/joint-fabric-administrator.d.ts +34 -34
  328. package/dist/esm/clusters/joint-fabric-administrator.js +10 -10
  329. package/dist/esm/clusters/joint-fabric-datastore.d.ts +232 -232
  330. package/dist/esm/clusters/joint-fabric-datastore.js +73 -73
  331. package/dist/esm/clusters/keypad-input.d.ts +18 -18
  332. package/dist/esm/clusters/keypad-input.js +3 -3
  333. package/dist/esm/clusters/label.d.ts +10 -10
  334. package/dist/esm/clusters/label.js +3 -3
  335. package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
  336. package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
  337. package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
  338. package/dist/esm/clusters/laundry-washer-controls.js +6 -6
  339. package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
  340. package/dist/esm/clusters/laundry-washer-mode.js +5 -5
  341. package/dist/esm/clusters/level-control.d.ts +303 -303
  342. package/dist/esm/clusters/level-control.js +32 -32
  343. package/dist/esm/clusters/localization-configuration.d.ts +3 -3
  344. package/dist/esm/clusters/localization-configuration.js +2 -2
  345. package/dist/esm/clusters/low-power.d.ts +2 -2
  346. package/dist/esm/clusters/low-power.js +1 -1
  347. package/dist/esm/clusters/media-input.d.ts +47 -47
  348. package/dist/esm/clusters/media-input.js +11 -11
  349. package/dist/esm/clusters/media-playback.d.ts +390 -390
  350. package/dist/esm/clusters/media-playback.js +57 -57
  351. package/dist/esm/clusters/messages.d.ts +154 -154
  352. package/dist/esm/clusters/messages.js +38 -38
  353. package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
  354. package/dist/esm/clusters/microwave-oven-control.js +17 -17
  355. package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
  356. package/dist/esm/clusters/microwave-oven-mode.js +7 -7
  357. package/dist/esm/clusters/mode-base.d.ts +59 -59
  358. package/dist/esm/clusters/mode-base.js +13 -13
  359. package/dist/esm/clusters/mode-select.d.ts +51 -51
  360. package/dist/esm/clusters/mode-select.js +13 -13
  361. package/dist/esm/clusters/network-commissioning.d.ts +325 -325
  362. package/dist/esm/clusters/network-commissioning.js +46 -46
  363. package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
  364. package/dist/esm/clusters/occupancy-sensing.js +20 -20
  365. package/dist/esm/clusters/on-off.d.ts +103 -103
  366. package/dist/esm/clusters/on-off.js +19 -19
  367. package/dist/esm/clusters/operational-credentials.d.ts +106 -106
  368. package/dist/esm/clusters/operational-credentials.js +38 -38
  369. package/dist/esm/clusters/operational-state.d.ts +67 -67
  370. package/dist/esm/clusters/operational-state.js +21 -21
  371. package/dist/esm/clusters/ota-software-update-provider.d.ts +65 -65
  372. package/dist/esm/clusters/ota-software-update-provider.js +25 -25
  373. package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
  374. package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
  375. package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
  376. package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
  377. package/dist/esm/clusters/oven-mode.d.ts +49 -49
  378. package/dist/esm/clusters/oven-mode.js +8 -8
  379. package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
  380. package/dist/esm/clusters/power-source-configuration.js +1 -1
  381. package/dist/esm/clusters/power-source.d.ts +155 -155
  382. package/dist/esm/clusters/power-source.js +41 -41
  383. package/dist/esm/clusters/power-topology.d.ts +8 -8
  384. package/dist/esm/clusters/power-topology.js +2 -2
  385. package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
  386. package/dist/esm/clusters/pressure-measurement.js +9 -9
  387. package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
  388. package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
  389. package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
  390. package/dist/esm/clusters/refrigerator-alarm.js +11 -11
  391. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
  392. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
  393. package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
  394. package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
  395. package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
  396. package/dist/esm/clusters/resource-monitoring.js +7 -7
  397. package/dist/esm/clusters/rvc-clean-mode.d.ts +49 -49
  398. package/dist/esm/clusters/rvc-clean-mode.js +9 -9
  399. package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
  400. package/dist/esm/clusters/rvc-operational-state.js +17 -17
  401. package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
  402. package/dist/esm/clusters/rvc-run-mode.js +9 -9
  403. package/dist/esm/clusters/scenes-management.d.ts +244 -244
  404. package/dist/esm/clusters/scenes-management.js +69 -69
  405. package/dist/esm/clusters/service-area.d.ts +128 -128
  406. package/dist/esm/clusters/service-area.js +26 -26
  407. package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
  408. package/dist/esm/clusters/smoke-co-alarm.js +30 -30
  409. package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
  410. package/dist/esm/clusters/software-diagnostics.js +14 -14
  411. package/dist/esm/clusters/switch.d.ts +105 -105
  412. package/dist/esm/clusters/switch.js +23 -23
  413. package/dist/esm/clusters/target-navigator.d.ts +32 -32
  414. package/dist/esm/clusters/target-navigator.js +10 -10
  415. package/dist/esm/clusters/temperature-control.d.ts +45 -45
  416. package/dist/esm/clusters/temperature-control.js +12 -12
  417. package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
  418. package/dist/esm/clusters/temperature-measurement.js +4 -4
  419. package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
  420. package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
  421. package/dist/esm/clusters/thermostat.d.ts +514 -514
  422. package/dist/esm/clusters/thermostat.js +114 -114
  423. package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
  424. package/dist/esm/clusters/thread-border-router-management.js +14 -14
  425. package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
  426. package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
  427. package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
  428. package/dist/esm/clusters/thread-network-directory.js +11 -11
  429. package/dist/esm/clusters/time-format-localization.d.ts +12 -12
  430. package/dist/esm/clusters/time-format-localization.js +3 -3
  431. package/dist/esm/clusters/time-synchronization.d.ts +246 -246
  432. package/dist/esm/clusters/time-synchronization.js +47 -47
  433. package/dist/esm/clusters/unit-localization.d.ts +9 -9
  434. package/dist/esm/clusters/unit-localization.js +2 -2
  435. package/dist/esm/clusters/user-label.d.ts +2 -2
  436. package/dist/esm/clusters/user-label.js +1 -1
  437. package/dist/esm/clusters/valve-configuration-and-control.d.ts +81 -81
  438. package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
  439. package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
  440. package/dist/esm/clusters/wake-on-lan.js +2 -2
  441. package/dist/esm/clusters/water-heater-management.d.ts +91 -91
  442. package/dist/esm/clusters/water-heater-management.js +16 -16
  443. package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
  444. package/dist/esm/clusters/water-heater-mode.js +8 -8
  445. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
  446. package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
  447. package/dist/esm/clusters/wi-fi-network-management.d.ts +8 -8
  448. package/dist/esm/clusters/wi-fi-network-management.js +4 -4
  449. package/dist/esm/clusters/window-covering.d.ts +183 -183
  450. package/dist/esm/clusters/window-covering.js +49 -49
  451. package/dist/esm/dcl/operational-certificate.d.ts +8 -1
  452. package/dist/esm/dcl/operational-certificate.d.ts.map +1 -1
  453. package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
  454. package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
  455. package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
  456. package/dist/esm/globals/Currency.d.ts +2 -2
  457. package/dist/esm/globals/Locationdesc.d.ts +5 -5
  458. package/dist/esm/globals/Locationdesc.js +3 -3
  459. package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
  460. package/dist/esm/globals/MeasurementAccuracy.js +3 -3
  461. package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
  462. package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
  463. package/dist/esm/globals/MeasurementType.d.ts +1 -1
  464. package/dist/esm/globals/Namespace.d.ts +1 -1
  465. package/dist/esm/globals/Price.d.ts +2 -2
  466. package/dist/esm/globals/Priority.d.ts +1 -1
  467. package/dist/esm/globals/Semtag.d.ts +6 -6
  468. package/dist/esm/globals/Semtag.js +4 -4
  469. package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  470. package/dist/esm/globals/Status.d.ts +36 -36
  471. package/dist/esm/globals/ThreeLevelAuto.d.ts +1 -1
  472. package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
  473. package/package.json +5 -5
  474. package/src/clusters/access-control.ts +72 -72
  475. package/src/clusters/account-login.ts +22 -22
  476. package/src/clusters/actions.ts +86 -86
  477. package/src/clusters/administrator-commissioning.ts +23 -23
  478. package/src/clusters/air-quality.ts +4 -4
  479. package/src/clusters/alarm-base.ts +22 -22
  480. package/src/clusters/application-basic.ts +14 -14
  481. package/src/clusters/application-launcher.ts +33 -33
  482. package/src/clusters/audio-output.ts +17 -17
  483. package/src/clusters/basic-information.ts +48 -48
  484. package/src/clusters/binding.ts +8 -8
  485. package/src/clusters/boolean-state-configuration.ts +31 -31
  486. package/src/clusters/boolean-state.ts +6 -6
  487. package/src/clusters/bridged-device-basic-information.ts +39 -39
  488. package/src/clusters/channel.ts +113 -113
  489. package/src/clusters/color-control.ts +168 -168
  490. package/src/clusters/commissioner-control.ts +15 -15
  491. package/src/clusters/concentration-measurement.ts +15 -15
  492. package/src/clusters/content-app-observer.ts +13 -13
  493. package/src/clusters/content-control.ts +106 -106
  494. package/src/clusters/content-launcher.ts +73 -73
  495. package/src/clusters/descriptor.ts +14 -14
  496. package/src/clusters/device-energy-management-mode.ts +28 -28
  497. package/src/clusters/device-energy-management.ts +136 -136
  498. package/src/clusters/diagnostic-logs.ts +30 -30
  499. package/src/clusters/dishwasher-alarm.ts +24 -24
  500. package/src/clusters/dishwasher-mode.ts +27 -27
  501. package/src/clusters/door-lock.ts +378 -378
  502. package/src/clusters/ecosystem-information.ts +21 -21
  503. package/src/clusters/electrical-energy-measurement.ts +40 -40
  504. package/src/clusters/electrical-power-measurement.ts +54 -54
  505. package/src/clusters/energy-evse-mode.ts +28 -28
  506. package/src/clusters/energy-evse.ts +109 -109
  507. package/src/clusters/energy-preference.ts +19 -19
  508. package/src/clusters/ethernet-network-diagnostics.ts +13 -13
  509. package/src/clusters/fan-control.ts +30 -30
  510. package/src/clusters/fixed-label.ts +2 -2
  511. package/src/clusters/flow-measurement.ts +5 -5
  512. package/src/clusters/general-commissioning.ts +45 -45
  513. package/src/clusters/general-diagnostics.ts +66 -66
  514. package/src/clusters/group-key-management.ts +45 -45
  515. package/src/clusters/groups.ts +44 -44
  516. package/src/clusters/icd-management.ts +50 -50
  517. package/src/clusters/identify.ts +14 -14
  518. package/src/clusters/illuminance-measurement.ts +7 -7
  519. package/src/clusters/joint-fabric-administrator.ts +31 -31
  520. package/src/clusters/joint-fabric-datastore.ts +145 -145
  521. package/src/clusters/keypad-input.ts +13 -13
  522. package/src/clusters/label.ts +5 -5
  523. package/src/clusters/laundry-dryer-controls.ts +4 -4
  524. package/src/clusters/laundry-washer-controls.ts +11 -11
  525. package/src/clusters/laundry-washer-mode.ts +25 -25
  526. package/src/clusters/level-control.ts +49 -49
  527. package/src/clusters/localization-configuration.ts +3 -3
  528. package/src/clusters/low-power.ts +2 -2
  529. package/src/clusters/media-input.ts +20 -20
  530. package/src/clusters/media-playback.ts +96 -96
  531. package/src/clusters/messages.ts +61 -61
  532. package/src/clusters/microwave-oven-control.ts +23 -23
  533. package/src/clusters/microwave-oven-mode.ts +25 -25
  534. package/src/clusters/mode-base.ts +37 -37
  535. package/src/clusters/mode-select.ts +22 -22
  536. package/src/clusters/network-commissioning.ts +76 -76
  537. package/src/clusters/occupancy-sensing.ts +29 -29
  538. package/src/clusters/on-off.ts +33 -33
  539. package/src/clusters/operational-credentials.ts +75 -75
  540. package/src/clusters/operational-state.ts +34 -34
  541. package/src/clusters/ota-software-update-provider.ts +43 -43
  542. package/src/clusters/ota-software-update-requestor.ts +55 -55
  543. package/src/clusters/oven-cavity-operational-state.ts +14 -14
  544. package/src/clusters/oven-mode.ts +34 -34
  545. package/src/clusters/power-source-configuration.ts +2 -2
  546. package/src/clusters/power-source.ts +59 -59
  547. package/src/clusters/power-topology.ts +4 -4
  548. package/src/clusters/pressure-measurement.ts +11 -11
  549. package/src/clusters/pump-configuration-and-control.ts +69 -69
  550. package/src/clusters/refrigerator-alarm.ts +18 -18
  551. package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
  552. package/src/clusters/relative-humidity-measurement.ts +5 -5
  553. package/src/clusters/resource-monitoring.ts +13 -13
  554. package/src/clusters/rvc-clean-mode.ts +32 -32
  555. package/src/clusters/rvc-operational-state.ts +28 -28
  556. package/src/clusters/rvc-run-mode.ts +38 -38
  557. package/src/clusters/scenes-management.ts +111 -111
  558. package/src/clusters/service-area.ts +50 -50
  559. package/src/clusters/smoke-co-alarm.ts +66 -66
  560. package/src/clusters/software-diagnostics.ts +20 -20
  561. package/src/clusters/switch.ts +45 -45
  562. package/src/clusters/target-navigator.ts +22 -22
  563. package/src/clusters/temperature-control.ts +19 -19
  564. package/src/clusters/temperature-measurement.ts +5 -5
  565. package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
  566. package/src/clusters/thermostat.ts +172 -172
  567. package/src/clusters/thread-border-router-management.ts +23 -23
  568. package/src/clusters/thread-network-diagnostics.ts +125 -125
  569. package/src/clusters/thread-network-directory.ts +22 -22
  570. package/src/clusters/time-format-localization.ts +7 -7
  571. package/src/clusters/time-synchronization.ts +82 -82
  572. package/src/clusters/unit-localization.ts +5 -5
  573. package/src/clusters/user-label.ts +2 -2
  574. package/src/clusters/valve-configuration-and-control.ts +36 -36
  575. package/src/clusters/wake-on-lan.ts +3 -3
  576. package/src/clusters/water-heater-management.ts +26 -26
  577. package/src/clusters/water-heater-mode.ts +27 -27
  578. package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
  579. package/src/clusters/wi-fi-network-management.ts +7 -7
  580. package/src/clusters/window-covering.ts +68 -68
  581. package/src/dcl/operational-certificate.ts +9 -1
  582. package/src/globals/AtomicAttributeStatus.ts +4 -4
  583. package/src/globals/AtomicRequestType.ts +1 -1
  584. package/src/globals/Currency.ts +2 -2
  585. package/src/globals/Locationdesc.ts +5 -5
  586. package/src/globals/MeasurementAccuracy.ts +5 -5
  587. package/src/globals/MeasurementAccuracyRange.ts +10 -10
  588. package/src/globals/MeasurementType.ts +1 -1
  589. package/src/globals/Namespace.ts +1 -1
  590. package/src/globals/Price.ts +2 -2
  591. package/src/globals/Priority.ts +1 -1
  592. package/src/globals/Semtag.ts +6 -6
  593. package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
  594. package/src/globals/Status.ts +36 -36
  595. package/src/globals/ThreeLevelAuto.ts +1 -1
  596. package/src/globals/WildcardPathFlags.ts +1 -1
  597. package/dist/cjs/common/DeviceClassification.d.ts +0 -44
  598. package/dist/cjs/common/DeviceClassification.d.ts.map +0 -1
  599. package/dist/cjs/common/DeviceClassification.js +0 -38
  600. package/dist/cjs/common/DeviceClassification.js.map +0 -6
  601. package/dist/esm/common/DeviceClassification.d.ts +0 -44
  602. package/dist/esm/common/DeviceClassification.d.ts.map +0 -1
  603. package/dist/esm/common/DeviceClassification.js +0 -18
  604. package/dist/esm/common/DeviceClassification.js.map +0 -6
  605. package/src/common/DeviceClassification.ts +0 -49
@@ -26,7 +26,7 @@ export namespace ThreadNetworkDiagnostics {
26
26
  /**
27
27
  * These are optional features supported by ThreadNetworkDiagnosticsCluster.
28
28
  *
29
- * @see {@link MatterSpecification.v141.Core} § 11.14.4
29
+ * @see {@link MatterSpecification.v142.Core} § 11.14.4
30
30
  */
31
31
  export enum Feature {
32
32
  /**
@@ -60,7 +60,7 @@ export namespace ThreadNetworkDiagnostics {
60
60
  }
61
61
 
62
62
  /**
63
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.3
63
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.3
64
64
  */
65
65
  export enum RoutingRole {
66
66
  /**
@@ -101,7 +101,7 @@ export namespace ThreadNetworkDiagnostics {
101
101
  }
102
102
 
103
103
  /**
104
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4
104
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4
105
105
  */
106
106
  export const TlvNeighborTable = TlvObject({
107
107
  /**
@@ -110,7 +110,7 @@ export namespace ThreadNetworkDiagnostics {
110
110
  * example, octet string (in hexadecimal, from first octet to last) 00112233AABBCCDD would lead to a value of
111
111
  * 0x00112233AABBCCDD.
112
112
  *
113
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.1
113
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.1
114
114
  */
115
115
  extAddress: TlvField(0, TlvUInt64),
116
116
 
@@ -118,7 +118,7 @@ export namespace ThreadNetworkDiagnostics {
118
118
  * This field shall specify the duration of time, in seconds, since a frame has been received from the
119
119
  * neighboring Node.
120
120
  *
121
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.2
121
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.2
122
122
  */
123
123
  age: TlvField(1, TlvUInt32),
124
124
 
@@ -127,7 +127,7 @@ export namespace ThreadNetworkDiagnostics {
127
127
  * RLOC16 and treating the octet string as if it was encoding a big-endian integer. For example, octet string
128
128
  * (in hexadecimal, from first octet to last) 44AA would lead to a value of 0x44AA.
129
129
  *
130
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.3
130
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.3
131
131
  */
132
132
  rloc16: TlvField(2, TlvUInt16),
133
133
 
@@ -135,7 +135,7 @@ export namespace ThreadNetworkDiagnostics {
135
135
  * This field shall specify the number of link layer frames that have been received from the neighboring node.
136
136
  * This field shall be reset to 0 upon a reboot of the Node.
137
137
  *
138
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.4
138
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.4
139
139
  */
140
140
  linkFrameCounter: TlvField(3, TlvUInt32),
141
141
 
@@ -143,7 +143,7 @@ export namespace ThreadNetworkDiagnostics {
143
143
  * This field shall specify the number of Mesh Link Establishment frames that have been received from the
144
144
  * neighboring node. This field shall be reset to 0 upon a reboot of the Node.
145
145
  *
146
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.5
146
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.5
147
147
  */
148
148
  mleFrameCounter: TlvField(4, TlvUInt32),
149
149
 
@@ -151,7 +151,7 @@ export namespace ThreadNetworkDiagnostics {
151
151
  * This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
152
152
  * scaled from 0 to 255.
153
153
  *
154
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.6
154
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.6
155
155
  */
156
156
  lqi: TlvField(5, TlvUInt8),
157
157
 
@@ -160,7 +160,7 @@ export namespace ThreadNetworkDiagnostics {
160
160
  * receiving Node’s last reboot. If there is no known received frames this field SHOULD have the value of null.
161
161
  * This field shall have the units of dBm, having the range -128 dBm to 0 dBm.
162
162
  *
163
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.7
163
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.7
164
164
  */
165
165
  averageRssi: TlvField(6, TlvNullable(TlvInt8.bound({ max: 0 }))),
166
166
 
@@ -169,7 +169,7 @@ export namespace ThreadNetworkDiagnostics {
169
169
  * no known last received frame the LastRssi field SHOULD have the value of null. This field shall have the
170
170
  * units of dBm, having the range -128 dBm to 0 dBm.
171
171
  *
172
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.8
172
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.8
173
173
  */
174
174
  lastRssi: TlvField(7, TlvNullable(TlvInt8.bound({ max: 0 }))),
175
175
 
@@ -177,7 +177,7 @@ export namespace ThreadNetworkDiagnostics {
177
177
  * This field shall specify the percentage of received frames from the neighboring Node that have resulted in
178
178
  * errors.
179
179
  *
180
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.9
180
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.9
181
181
  */
182
182
  frameErrorRate: TlvField(8, TlvUInt8.bound({ max: 100 })),
183
183
 
@@ -185,7 +185,7 @@ export namespace ThreadNetworkDiagnostics {
185
185
  * This field shall specify the percentage of received messages from the neighboring Node that have resulted in
186
186
  * errors.
187
187
  *
188
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.10
188
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.10
189
189
  */
190
190
  messageErrorRate: TlvField(9, TlvUInt8.bound({ max: 100 })),
191
191
 
@@ -193,14 +193,14 @@ export namespace ThreadNetworkDiagnostics {
193
193
  * This field shall specify if the neighboring Node is capable of receiving frames while the Node is in an idle
194
194
  * state.
195
195
  *
196
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.11
196
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.11
197
197
  */
198
198
  rxOnWhenIdle: TlvField(10, TlvBoolean),
199
199
 
200
200
  /**
201
201
  * This field shall specify if the neighboring Node is a full Thread device.
202
202
  *
203
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.12
203
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.12
204
204
  */
205
205
  fullThreadDevice: TlvField(11, TlvBoolean),
206
206
 
@@ -208,7 +208,7 @@ export namespace ThreadNetworkDiagnostics {
208
208
  * This field shall specify if the neighboring Node requires the full Network Data. If set to False, the
209
209
  * neighboring Node only requires the stable Network Data.
210
210
  *
211
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.13
211
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.13
212
212
  */
213
213
  fullNetworkData: TlvField(12, TlvBoolean),
214
214
 
@@ -216,18 +216,18 @@ export namespace ThreadNetworkDiagnostics {
216
216
  * This field shall specify if the neighboring Node is a direct child of the Node reporting the NeighborTable
217
217
  * attribute.
218
218
  *
219
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.14
219
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.14
220
220
  */
221
221
  isChild: TlvField(13, TlvBoolean)
222
222
  });
223
223
 
224
224
  /**
225
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4
225
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4
226
226
  */
227
227
  export interface NeighborTable extends TypeFromSchema<typeof TlvNeighborTable> {}
228
228
 
229
229
  /**
230
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5
230
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5
231
231
  */
232
232
  export const TlvRouteTable = TlvObject({
233
233
  /**
@@ -236,7 +236,7 @@ export namespace ThreadNetworkDiagnostics {
236
236
  * them as a big-endian integer. For example, octet string (in hexadecimal, from first octet to last)
237
237
  * 00112233AABBCCDD would lead to a value of 0x00112233AABBCCDD.
238
238
  *
239
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.1
239
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.1
240
240
  */
241
241
  extAddress: TlvField(0, TlvUInt64),
242
242
 
@@ -246,14 +246,14 @@ export namespace ThreadNetworkDiagnostics {
246
246
  * integer. For example, octet string (in hexadecimal, from first octet to last) 44AA would lead to a value of
247
247
  * 0x44AA.
248
248
  *
249
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.2
249
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.2
250
250
  */
251
251
  rloc16: TlvField(1, TlvUInt16),
252
252
 
253
253
  /**
254
254
  * This field shall specify the Router ID for the Node for which this route table entry corresponds.
255
255
  *
256
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.3
256
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.3
257
257
  */
258
258
  routerId: TlvField(2, TlvUInt8),
259
259
 
@@ -261,14 +261,14 @@ export namespace ThreadNetworkDiagnostics {
261
261
  * This field shall specify the Router ID for the next hop in the route to the Node for which this route table
262
262
  * entry corresponds.
263
263
  *
264
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.4
264
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.4
265
265
  */
266
266
  nextHop: TlvField(3, TlvUInt8),
267
267
 
268
268
  /**
269
269
  * This Field shall specify the cost of the route to the Node for which this route table entry corresponds.
270
270
  *
271
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.5
271
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.5
272
272
  */
273
273
  pathCost: TlvField(4, TlvUInt8),
274
274
 
@@ -276,7 +276,7 @@ export namespace ThreadNetworkDiagnostics {
276
276
  * This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
277
277
  * scaled from 0 to 255, from the perspective of the Node reporting the neighbor table.
278
278
  *
279
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.6
279
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.6
280
280
  */
281
281
  lqiIn: TlvField(5, TlvUInt8),
282
282
 
@@ -284,7 +284,7 @@ export namespace ThreadNetworkDiagnostics {
284
284
  * This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
285
285
  * scaled from 0 to 255, from the perspective of the Node specified within the NextHop field.
286
286
  *
287
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.7
287
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.7
288
288
  */
289
289
  lqiOut: TlvField(6, TlvUInt8),
290
290
 
@@ -292,14 +292,14 @@ export namespace ThreadNetworkDiagnostics {
292
292
  * This field shall specify the duration of time, in seconds, since a frame has been received from the Node for
293
293
  * which this route table entry corresponds.
294
294
  *
295
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.8
295
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.8
296
296
  */
297
297
  age: TlvField(7, TlvUInt8),
298
298
 
299
299
  /**
300
300
  * This field shall specify if the router ID as defined within the RouterId field has been allocated.
301
301
  *
302
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.9
302
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.9
303
303
  */
304
304
  allocated: TlvField(8, TlvBoolean),
305
305
 
@@ -307,25 +307,25 @@ export namespace ThreadNetworkDiagnostics {
307
307
  * This field shall specify if a link has been established to the Node for which this route table entry
308
308
  * corresponds.
309
309
  *
310
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.10
310
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.10
311
311
  */
312
312
  linkEstablished: TlvField(9, TlvBoolean)
313
313
  });
314
314
 
315
315
  /**
316
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5
316
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5
317
317
  */
318
318
  export interface RouteTable extends TypeFromSchema<typeof TlvRouteTable> {}
319
319
 
320
320
  /**
321
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.6
321
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.6
322
322
  */
323
323
  export const TlvSecurityPolicy = TlvObject({
324
324
  /**
325
325
  * This field shall specify the interval of time, in hours, that Thread security keys are rotated. Null when
326
326
  * there is no dataset configured.
327
327
  *
328
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.6.1
328
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.6.1
329
329
  */
330
330
  rotationTime: TlvField(0, TlvUInt16),
331
331
 
@@ -333,73 +333,73 @@ export namespace ThreadNetworkDiagnostics {
333
333
  * This field shall specify the flags as specified in Thread 1.3.0 section 8.10.1.15. Null when there is no
334
334
  * dataset configured.
335
335
  *
336
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.6.2
336
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.6.2
337
337
  */
338
338
  flags: TlvField(1, TlvUInt16)
339
339
  });
340
340
 
341
341
  /**
342
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.6
342
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.6
343
343
  */
344
344
  export interface SecurityPolicy extends TypeFromSchema<typeof TlvSecurityPolicy> {}
345
345
 
346
346
  /**
347
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7
347
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7
348
348
  */
349
349
  export const TlvOperationalDatasetComponents = TlvObject({
350
350
  /**
351
351
  * This field shall be True if the Node has an active timestamp present, else False.
352
352
  *
353
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.1
353
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.1
354
354
  */
355
355
  activeTimestampPresent: TlvField(0, TlvBoolean),
356
356
 
357
357
  /**
358
358
  * This field shall be True if the Node has a pending timestamp is present, else False.
359
359
  *
360
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.2
360
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.2
361
361
  */
362
362
  pendingTimestampPresent: TlvField(1, TlvBoolean),
363
363
 
364
364
  /**
365
365
  * This field shall be True if the Node has the Thread master key, else False.
366
366
  *
367
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.3
367
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.3
368
368
  */
369
369
  masterKeyPresent: TlvField(2, TlvBoolean),
370
370
 
371
371
  /**
372
372
  * This field shall be True if the Node has the Thread network’s name, else False.
373
373
  *
374
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.4
374
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.4
375
375
  */
376
376
  networkNamePresent: TlvField(3, TlvBoolean),
377
377
 
378
378
  /**
379
379
  * This field shall be True if the Node has an extended Pan ID, else False.
380
380
  *
381
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.5
381
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.5
382
382
  */
383
383
  extendedPanIdPresent: TlvField(4, TlvBoolean),
384
384
 
385
385
  /**
386
386
  * This field shall be True if the Node has the mesh local prefix, else False.
387
387
  *
388
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.6
388
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.6
389
389
  */
390
390
  meshLocalPrefixPresent: TlvField(5, TlvBoolean),
391
391
 
392
392
  /**
393
393
  * This field shall be True if the Node has the Thread network delay set, else False.
394
394
  *
395
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.7
395
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.7
396
396
  */
397
397
  delayPresent: TlvField(6, TlvBoolean),
398
398
 
399
399
  /**
400
400
  * This field shall be True if the Node has a Pan ID, else False.
401
401
  *
402
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.8
402
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.8
403
403
  */
404
404
  panIdPresent: TlvField(7, TlvBoolean),
405
405
 
@@ -407,14 +407,14 @@ export namespace ThreadNetworkDiagnostics {
407
407
  * This field shall be True if the Node has configured an operational channel for the Thread network, else
408
408
  * False.
409
409
  *
410
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.9
410
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.9
411
411
  */
412
412
  channelPresent: TlvField(8, TlvBoolean),
413
413
 
414
414
  /**
415
415
  * This field shall be True if the Node has been configured with the Thread network Pskc, else False.
416
416
  *
417
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.10
417
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.10
418
418
  */
419
419
  pskcPresent: TlvField(9, TlvBoolean),
420
420
 
@@ -422,25 +422,25 @@ export namespace ThreadNetworkDiagnostics {
422
422
  * This field shall be True if the Node has been configured with the Thread network security policies, else
423
423
  * False.
424
424
  *
425
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.11
425
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.11
426
426
  */
427
427
  securityPolicyPresent: TlvField(10, TlvBoolean),
428
428
 
429
429
  /**
430
430
  * This field shall be True if the Node has available a mask of available channels, else False.
431
431
  *
432
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.12
432
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.12
433
433
  */
434
434
  channelMaskPresent: TlvField(11, TlvBoolean)
435
435
  });
436
436
 
437
437
  /**
438
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7
438
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7
439
439
  */
440
440
  export interface OperationalDatasetComponents extends TypeFromSchema<typeof TlvOperationalDatasetComponents> {}
441
441
 
442
442
  /**
443
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.1
443
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.1
444
444
  */
445
445
  export enum NetworkFault {
446
446
  /**
@@ -465,7 +465,7 @@ export namespace ThreadNetworkDiagnostics {
465
465
  }
466
466
 
467
467
  /**
468
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.2
468
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.2
469
469
  */
470
470
  export enum ConnectionStatus {
471
471
  /**
@@ -482,28 +482,28 @@ export namespace ThreadNetworkDiagnostics {
482
482
  /**
483
483
  * Body of the ThreadNetworkDiagnostics connectionStatus event
484
484
  *
485
- * @see {@link MatterSpecification.v141.Core} § 11.14.8.2
485
+ * @see {@link MatterSpecification.v142.Core} § 11.14.8.2
486
486
  */
487
487
  export const TlvConnectionStatusEvent = TlvObject({ connectionStatus: TlvField(0, TlvEnum<ConnectionStatus>()) });
488
488
 
489
489
  /**
490
490
  * Body of the ThreadNetworkDiagnostics connectionStatus event
491
491
  *
492
- * @see {@link MatterSpecification.v141.Core} § 11.14.8.2
492
+ * @see {@link MatterSpecification.v142.Core} § 11.14.8.2
493
493
  */
494
494
  export interface ConnectionStatusEvent extends TypeFromSchema<typeof TlvConnectionStatusEvent> {}
495
495
 
496
496
  /**
497
497
  * Body of the ThreadNetworkDiagnostics networkFaultChange event
498
498
  *
499
- * @see {@link MatterSpecification.v141.Core} § 11.14.8.1
499
+ * @see {@link MatterSpecification.v142.Core} § 11.14.8.1
500
500
  */
501
501
  export const TlvNetworkFaultChangeEvent = TlvObject({
502
502
  /**
503
503
  * This field shall represent the set of faults currently detected, as per Section 11.14.5.1, “NetworkFaultEnum
504
504
  * Type”.
505
505
  *
506
- * @see {@link MatterSpecification.v141.Core} § 11.14.8.1.1
506
+ * @see {@link MatterSpecification.v142.Core} § 11.14.8.1.1
507
507
  */
508
508
  current: TlvField(0, TlvArray(TlvEnum<NetworkFault>(), { maxLength: 4 })),
509
509
 
@@ -511,7 +511,7 @@ export namespace ThreadNetworkDiagnostics {
511
511
  * This field shall represent the set of faults detected prior to this change event, as per Section 11.14.5.1,
512
512
  * “NetworkFaultEnum Type”.
513
513
  *
514
- * @see {@link MatterSpecification.v141.Core} § 11.14.8.1.2
514
+ * @see {@link MatterSpecification.v142.Core} § 11.14.8.1.2
515
515
  */
516
516
  previous: TlvField(1, TlvArray(TlvEnum<NetworkFault>(), { maxLength: 4 }))
517
517
  });
@@ -519,7 +519,7 @@ export namespace ThreadNetworkDiagnostics {
519
519
  /**
520
520
  * Body of the ThreadNetworkDiagnostics networkFaultChange event
521
521
  *
522
- * @see {@link MatterSpecification.v141.Core} § 11.14.8.1
522
+ * @see {@link MatterSpecification.v142.Core} § 11.14.8.1
523
523
  */
524
524
  export interface NetworkFaultChangeEvent extends TypeFromSchema<typeof TlvNetworkFaultChangeEvent> {}
525
525
 
@@ -533,7 +533,7 @@ export namespace ThreadNetworkDiagnostics {
533
533
  * retain all packets on the ethernet network interface. The OverrunCount attribute shall be reset to 0 upon
534
534
  * a reboot of the Node.
535
535
  *
536
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.7
536
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.7
537
537
  */
538
538
  overrunCount: Attribute(0x6, TlvUInt64, { omitChanges: true, default: 0 })
539
539
  },
@@ -548,7 +548,7 @@ export namespace ThreadNetworkDiagnostics {
548
548
  *
549
549
  * Upon completion, this command shall send a status code of SUCCESS back to the initiator.
550
550
  *
551
- * @see {@link MatterSpecification.v141.Core} § 11.14.7.1
551
+ * @see {@link MatterSpecification.v142.Core} § 11.14.7.1
552
552
  */
553
553
  resetCounts: Command(0x0, TlvNoArguments, 0x0, TlvNoResponse, { invokeAcl: AccessLevel.Manage })
554
554
  }
@@ -563,7 +563,7 @@ export namespace ThreadNetworkDiagnostics {
563
563
  * Indicates the number of times the Node entered the OT_DEVICE_ROLE_DETACHED role as specified within the
564
564
  * Thread specification. This value shall only be reset upon a Node reboot.
565
565
  *
566
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.15
566
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.15
567
567
  */
568
568
  detachedRoleCount: OptionalAttribute(0xe, TlvUInt16, { omitChanges: true, default: 0 }),
569
569
 
@@ -571,7 +571,7 @@ export namespace ThreadNetworkDiagnostics {
571
571
  * Indicates the number of times the Node entered the OT_DEVICE_ROLE_CHILD role as specified within the
572
572
  * Thread specification. This value shall only be reset upon a Node reboot.
573
573
  *
574
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.16
574
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.16
575
575
  */
576
576
  childRoleCount: OptionalAttribute(0xf, TlvUInt16, { omitChanges: true, default: 0 }),
577
577
 
@@ -579,7 +579,7 @@ export namespace ThreadNetworkDiagnostics {
579
579
  * Indicates the number of times the Node entered the OT_DEVICE_ROLE_ROUTER role as specified within the
580
580
  * Thread specification. This value shall only be reset upon a Node reboot.
581
581
  *
582
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.17
582
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.17
583
583
  */
584
584
  routerRoleCount: OptionalAttribute(0x10, TlvUInt16, { omitChanges: true, default: 0 }),
585
585
 
@@ -587,7 +587,7 @@ export namespace ThreadNetworkDiagnostics {
587
587
  * Indicates the number of times the Node entered the OT_DEVICE_ROLE_LEADER role as specified within the
588
588
  * Thread specification. This value shall only be reset upon a Node reboot.
589
589
  *
590
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.18
590
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.18
591
591
  */
592
592
  leaderRoleCount: OptionalAttribute(0x11, TlvUInt16, { omitChanges: true, default: 0 }),
593
593
 
@@ -595,7 +595,7 @@ export namespace ThreadNetworkDiagnostics {
595
595
  * Indicates the number of attempts that have been made to attach to a Thread network while the Node was
596
596
  * detached from all Thread networks. This value shall only be reset upon a Node reboot.
597
597
  *
598
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.19
598
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.19
599
599
  */
600
600
  attachAttemptCount: OptionalAttribute(0x12, TlvUInt16, { omitChanges: true, default: 0 }),
601
601
 
@@ -603,7 +603,7 @@ export namespace ThreadNetworkDiagnostics {
603
603
  * Indicates the number of times that the Thread network that the Node is connected to has changed its
604
604
  * Partition ID. This value shall only be reset upon a Node reboot.
605
605
  *
606
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.20
606
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.20
607
607
  */
608
608
  partitionIdChangeCount: OptionalAttribute(0x13, TlvUInt16, { omitChanges: true, default: 0 }),
609
609
 
@@ -612,7 +612,7 @@ export namespace ThreadNetworkDiagnostics {
612
612
  * determined is better than the partition it is currently attached to. This value shall only be reset upon
613
613
  * a Node reboot.
614
614
  *
615
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.21
615
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.21
616
616
  */
617
617
  betterPartitionAttachAttemptCount: OptionalAttribute(0x14, TlvUInt16, { omitChanges: true, default: 0 }),
618
618
 
@@ -620,7 +620,7 @@ export namespace ThreadNetworkDiagnostics {
620
620
  * Indicates the number of times a Node has changed its parent. This value shall only be reset upon a Node
621
621
  * reboot.
622
622
  *
623
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.22
623
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.22
624
624
  */
625
625
  parentChangeCount: OptionalAttribute(0x15, TlvUInt16, { omitChanges: true, default: 0 })
626
626
  }
@@ -636,7 +636,7 @@ export namespace ThreadNetworkDiagnostics {
636
636
  * incremented by 1 for each MAC transmission request regardless of the amount of CCA failures, CSMA-CA
637
637
  * attempts, or retransmissions. This value shall only be reset upon a Node reboot.
638
638
  *
639
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.23
639
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.23
640
640
  */
641
641
  txTotalCount: OptionalAttribute(0x16, TlvUInt32, { omitChanges: true, default: 0 }),
642
642
 
@@ -645,7 +645,7 @@ export namespace ThreadNetworkDiagnostics {
645
645
  * incremented by 1 for each unicast MAC transmission request regardless of the amount of CCA failures,
646
646
  * CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
647
647
  *
648
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.24
648
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.24
649
649
  */
650
650
  txUnicastCount: OptionalAttribute(0x17, TlvUInt32, { omitChanges: true, default: 0 }),
651
651
 
@@ -654,7 +654,7 @@ export namespace ThreadNetworkDiagnostics {
654
654
  * be incremented by 1 for each broadcast MAC transmission request regardless of the amount of CCA failures,
655
655
  * CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
656
656
  *
657
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.25
657
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.25
658
658
  */
659
659
  txBroadcastCount: OptionalAttribute(0x18, TlvUInt32, { omitChanges: true, default: 0 }),
660
660
 
@@ -664,7 +664,7 @@ export namespace ThreadNetworkDiagnostics {
664
664
  * regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
665
665
  * reset upon a Node reboot.
666
666
  *
667
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.26
667
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.26
668
668
  */
669
669
  txAckRequestedCount: OptionalAttribute(0x19, TlvUInt32, { omitChanges: true, default: 0 }),
670
670
 
@@ -673,7 +673,7 @@ export namespace ThreadNetworkDiagnostics {
673
673
  * only be incremented by 1 for each MAC transmission request that is acked regardless of the amount of CCA
674
674
  * failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
675
675
  *
676
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.27
676
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.27
677
677
  */
678
678
  txAckedCount: OptionalAttribute(0x1a, TlvUInt32, { omitChanges: true, default: 0 }),
679
679
 
@@ -682,7 +682,7 @@ export namespace ThreadNetworkDiagnostics {
682
682
  * The attribute shall only be incremented by 1 for each MAC transmission request that is does not request
683
683
  * acknowledgement regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
684
684
  *
685
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.28
685
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.28
686
686
  */
687
687
  txNoAckRequestedCount: OptionalAttribute(0x1b, TlvUInt32, { omitChanges: true, default: 0 }),
688
688
 
@@ -691,7 +691,7 @@ export namespace ThreadNetworkDiagnostics {
691
691
  * incremented by 1 for each MAC Data frame transmission request regardless of the amount of CCA failures,
692
692
  * CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
693
693
  *
694
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.29
694
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.29
695
695
  */
696
696
  txDataCount: OptionalAttribute(0x1c, TlvUInt32, { omitChanges: true, default: 0 }),
697
697
 
@@ -700,7 +700,7 @@ export namespace ThreadNetworkDiagnostics {
700
700
  * be incremented by 1 for each MAC Data Poll frame transmission request regardless of the amount of CCA
701
701
  * failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
702
702
  *
703
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.30
703
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.30
704
704
  */
705
705
  txDataPollCount: OptionalAttribute(0x1d, TlvUInt32, { omitChanges: true, default: 0 }),
706
706
 
@@ -709,7 +709,7 @@ export namespace ThreadNetworkDiagnostics {
709
709
  * incremented by 1 for each MAC Beacon frame transmission request regardless of the amount of CCA failures,
710
710
  * CSMA-CA attempts, or retransmissions.
711
711
  *
712
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.31
712
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.31
713
713
  */
714
714
  txBeaconCount: OptionalAttribute(0x1e, TlvUInt32, { omitChanges: true, default: 0 }),
715
715
 
@@ -718,7 +718,7 @@ export namespace ThreadNetworkDiagnostics {
718
718
  * only be incremented by 1 for each MAC Beacon Request frame transmission request regardless of the amount
719
719
  * of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
720
720
  *
721
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.32
721
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.32
722
722
  */
723
723
  txBeaconRequestCount: OptionalAttribute(0x1f, TlvUInt32, { omitChanges: true, default: 0 }),
724
724
 
@@ -728,7 +728,7 @@ export namespace ThreadNetworkDiagnostics {
728
728
  * regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
729
729
  * reset upon a Node reboot.
730
730
  *
731
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.33
731
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.33
732
732
  */
733
733
  txOtherCount: OptionalAttribute(0x20, TlvUInt32, { omitChanges: true, default: 0 }),
734
734
 
@@ -737,7 +737,7 @@ export namespace ThreadNetworkDiagnostics {
737
737
  * for each retransmission attempt that may be triggered by lack of acknowledgement, CSMA/CA failure, or
738
738
  * other type of transmission error. This value shall only be reset upon a Node reboot.
739
739
  *
740
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.34
740
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.34
741
741
  */
742
742
  txRetryCount: OptionalAttribute(0x21, TlvUInt32, { omitChanges: true, default: 0 }),
743
743
 
@@ -746,7 +746,7 @@ export namespace ThreadNetworkDiagnostics {
746
746
  * packets. The attribute shall only be incremented by 1 for each unique MAC transmission packets that meets
747
747
  * the maximal retry limit for direct packets. This value shall only be reset upon a Node reboot.
748
748
  *
749
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.35
749
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.35
750
750
  */
751
751
  txDirectMaxRetryExpiryCount: OptionalAttribute(0x22, TlvUInt32, { omitChanges: true, default: 0 }),
752
752
 
@@ -755,7 +755,7 @@ export namespace ThreadNetworkDiagnostics {
755
755
  * packets. The attribute shall only be incremented by 1 for each unique MAC transmission packets that meets
756
756
  * the maximal retry limit for indirect packets. This value shall only be reset upon a Node reboot.
757
757
  *
758
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.36
758
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.36
759
759
  */
760
760
  txIndirectMaxRetryExpiryCount: OptionalAttribute(0x23, TlvUInt32, { omitChanges: true, default: 0 }),
761
761
 
@@ -763,7 +763,7 @@ export namespace ThreadNetworkDiagnostics {
763
763
  * Indicates the total number of CCA failures. The TxErrCcaCount attribute shall only be incremented by 1
764
764
  * for each instance of a CCA failure. This value shall only be reset upon a Node reboot.
765
765
  *
766
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.37
766
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.37
767
767
  */
768
768
  txErrCcaCount: OptionalAttribute(0x24, TlvUInt32, { omitChanges: true, default: 0 }),
769
769
 
@@ -772,7 +772,7 @@ export namespace ThreadNetworkDiagnostics {
772
772
  * attribute shall only be incremented by 1 for each unique MAC transmission request failure caused by an
773
773
  * abort error.
774
774
  *
775
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.38
775
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.38
776
776
  */
777
777
  txErrAbortCount: OptionalAttribute(0x25, TlvUInt32, { omitChanges: true, default: 0 }),
778
778
 
@@ -781,7 +781,7 @@ export namespace ThreadNetworkDiagnostics {
781
781
  * of a busy channel (a CSMA/CA fail). The attribute shall only be incremented by 1 for each unique MAC
782
782
  * transmission request failure caused by a busy channel such as a CSMA/CA failure.
783
783
  *
784
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.39
784
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.39
785
785
  */
786
786
  txErrBusyChannelCount: OptionalAttribute(0x26, TlvUInt32, { omitChanges: true, default: 0 }),
787
787
 
@@ -789,7 +789,7 @@ export namespace ThreadNetworkDiagnostics {
789
789
  * Indicates the total number of received unique MAC frames. This value shall only be reset upon a Node
790
790
  * reboot.
791
791
  *
792
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.40
792
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.40
793
793
  */
794
794
  rxTotalCount: OptionalAttribute(0x27, TlvUInt32, { omitChanges: true, default: 0 }),
795
795
 
@@ -797,7 +797,7 @@ export namespace ThreadNetworkDiagnostics {
797
797
  * Indicates the total number of received unique unicast MAC frames. This value shall only be reset upon a
798
798
  * Node reboot.
799
799
  *
800
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.41
800
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.41
801
801
  */
802
802
  rxUnicastCount: OptionalAttribute(0x28, TlvUInt32, { omitChanges: true, default: 0 }),
803
803
 
@@ -805,7 +805,7 @@ export namespace ThreadNetworkDiagnostics {
805
805
  * Indicates the total number of received unique broadcast MAC frames. This value shall only be reset upon a
806
806
  * Node reboot.
807
807
  *
808
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.42
808
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.42
809
809
  */
810
810
  rxBroadcastCount: OptionalAttribute(0x29, TlvUInt32, { omitChanges: true, default: 0 }),
811
811
 
@@ -813,7 +813,7 @@ export namespace ThreadNetworkDiagnostics {
813
813
  * Indicates the total number of received unique MAC Data frames. This value shall only be reset upon a Node
814
814
  * reboot.
815
815
  *
816
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.43
816
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.43
817
817
  */
818
818
  rxDataCount: OptionalAttribute(0x2a, TlvUInt32, { omitChanges: true, default: 0 }),
819
819
 
@@ -821,7 +821,7 @@ export namespace ThreadNetworkDiagnostics {
821
821
  * Indicates the total number of received unique MAC Data Poll frames. This value shall only be reset upon a
822
822
  * Node reboot.
823
823
  *
824
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.44
824
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.44
825
825
  */
826
826
  rxDataPollCount: OptionalAttribute(0x2b, TlvUInt32, { omitChanges: true, default: 0 }),
827
827
 
@@ -829,7 +829,7 @@ export namespace ThreadNetworkDiagnostics {
829
829
  * Indicates the total number of received unique MAC Beacon frames. This value shall only be reset upon a
830
830
  * Node reboot.
831
831
  *
832
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.45
832
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.45
833
833
  */
834
834
  rxBeaconCount: OptionalAttribute(0x2c, TlvUInt32, { omitChanges: true, default: 0 }),
835
835
 
@@ -837,7 +837,7 @@ export namespace ThreadNetworkDiagnostics {
837
837
  * Indicates the total number of received unique MAC Beacon Request frames. This value shall only be reset
838
838
  * upon a Node reboot.
839
839
  *
840
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.46
840
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.46
841
841
  */
842
842
  rxBeaconRequestCount: OptionalAttribute(0x2d, TlvUInt32, { omitChanges: true, default: 0 }),
843
843
 
@@ -845,7 +845,7 @@ export namespace ThreadNetworkDiagnostics {
845
845
  * Indicates the total number of received unique MAC frame requests that are not counted by any other
846
846
  * attribute. This value shall only be reset upon a Node reboot.
847
847
  *
848
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.47
848
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.47
849
849
  */
850
850
  rxOtherCount: OptionalAttribute(0x2e, TlvUInt32, { omitChanges: true, default: 0 }),
851
851
 
@@ -853,7 +853,7 @@ export namespace ThreadNetworkDiagnostics {
853
853
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
854
854
  * MAC filtering. This value shall only be reset upon a Node reboot.
855
855
  *
856
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.48
856
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.48
857
857
  */
858
858
  rxAddressFilteredCount: OptionalAttribute(0x2f, TlvUInt32, { omitChanges: true, default: 0 }),
859
859
 
@@ -861,7 +861,7 @@ export namespace ThreadNetworkDiagnostics {
861
861
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of a
862
862
  * destination address check. This value shall only be reset upon a Node reboot.
863
863
  *
864
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.49
864
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.49
865
865
  */
866
866
  rxDestAddrFilteredCount: OptionalAttribute(0x30, TlvUInt32, { omitChanges: true, default: 0 }),
867
867
 
@@ -869,7 +869,7 @@ export namespace ThreadNetworkDiagnostics {
869
869
  * Indicates the total number of received MAC frame requests that have been dropped as a result of being a
870
870
  * duplicate of a previously received MAC frame request. This value shall only be reset upon a Node reboot.
871
871
  *
872
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.50
872
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.50
873
873
  */
874
874
  rxDuplicatedCount: OptionalAttribute(0x31, TlvUInt32, { omitChanges: true, default: 0 }),
875
875
 
@@ -877,7 +877,7 @@ export namespace ThreadNetworkDiagnostics {
877
877
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
878
878
  * missing or malformed frame contents. This value shall only be reset upon a Node reboot.
879
879
  *
880
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.51
880
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.51
881
881
  */
882
882
  rxErrNoFrameCount: OptionalAttribute(0x32, TlvUInt32, { omitChanges: true, default: 0 }),
883
883
 
@@ -885,7 +885,7 @@ export namespace ThreadNetworkDiagnostics {
885
885
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
886
886
  * originating from an unknown neighbor device. This value shall only be reset upon a Node reboot.
887
887
  *
888
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.52
888
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.52
889
889
  */
890
890
  rxErrUnknownNeighborCount: OptionalAttribute(0x33, TlvUInt32, { omitChanges: true, default: 0 }),
891
891
 
@@ -893,7 +893,7 @@ export namespace ThreadNetworkDiagnostics {
893
893
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
894
894
  * containing an invalid source address. This value shall only be reset upon a Node reboot.
895
895
  *
896
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.53
896
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.53
897
897
  */
898
898
  rxErrInvalidSrcAddrCount: OptionalAttribute(0x34, TlvUInt32, { omitChanges: true, default: 0 }),
899
899
 
@@ -901,7 +901,7 @@ export namespace ThreadNetworkDiagnostics {
901
901
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
902
902
  * error with the security of the received frame. This value shall only be reset upon a Node reboot.
903
903
  *
904
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.54
904
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.54
905
905
  */
906
906
  rxErrSecCount: OptionalAttribute(0x35, TlvUInt32, { omitChanges: true, default: 0 }),
907
907
 
@@ -909,7 +909,7 @@ export namespace ThreadNetworkDiagnostics {
909
909
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
910
910
  * error with the FCS of the received frame. This value shall only be reset upon a Node reboot.
911
911
  *
912
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.55
912
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.55
913
913
  */
914
914
  rxErrFcsCount: OptionalAttribute(0x36, TlvUInt32, { omitChanges: true, default: 0 }),
915
915
 
@@ -917,7 +917,7 @@ export namespace ThreadNetworkDiagnostics {
917
917
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
918
918
  * error that is not counted by any other attribute. This value shall only be reset upon a Node reboot.
919
919
  *
920
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.56
920
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.56
921
921
  */
922
922
  rxErrOtherCount: OptionalAttribute(0x37, TlvUInt32, { omitChanges: true, default: 0 })
923
923
  }
@@ -960,7 +960,7 @@ export namespace ThreadNetworkDiagnostics {
960
960
  * Operational Dataset’s current Channel value). A value of null shall indicate that the Thread interface is
961
961
  * not currently configured or operational.
962
962
  *
963
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.1
963
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.1
964
964
  */
965
965
  channel: Attribute(0x0, TlvNullable(TlvUInt16)),
966
966
 
@@ -969,7 +969,7 @@ export namespace ThreadNetworkDiagnostics {
969
969
  * defined by RoutingRoleEnum. The potential roles are defined in the following table. A value of null shall
970
970
  * indicate that the Thread interface is not currently configured or operational.
971
971
  *
972
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.2
972
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.2
973
973
  */
974
974
  routingRole: Attribute(0x1, TlvNullable(TlvEnum<RoutingRole>())),
975
975
 
@@ -978,7 +978,7 @@ export namespace ThreadNetworkDiagnostics {
978
978
  * join to. A value of null shall indicate that the Thread interface is not currently configured or
979
979
  * operational.
980
980
  *
981
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.3
981
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.3
982
982
  */
983
983
  networkName: Attribute(0x2, TlvNullable(TlvString.bound({ maxLength: 16 }))),
984
984
 
@@ -986,7 +986,7 @@ export namespace ThreadNetworkDiagnostics {
986
986
  * Indicates the 16-bit identifier of the Node on the Thread network. A value of null shall indicate that
987
987
  * the Thread interface is not currently configured or operational.
988
988
  *
989
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.4
989
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.4
990
990
  */
991
991
  panId: Attribute(0x3, TlvNullable(TlvUInt16)),
992
992
 
@@ -994,7 +994,7 @@ export namespace ThreadNetworkDiagnostics {
994
994
  * Indicates the unique 64-bit identifier of the Node on the Thread network. A value of null shall indicate
995
995
  * that the Thread interface is not currently configured or operational.
996
996
  *
997
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.5
997
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.5
998
998
  */
999
999
  extendedPanId: Attribute(0x4, TlvNullable(TlvUInt64)),
1000
1000
 
@@ -1002,21 +1002,21 @@ export namespace ThreadNetworkDiagnostics {
1002
1002
  * Indicates the mesh-local IPv6 prefix for the Thread network that the Node has been configured to join to.
1003
1003
  * A value of null shall indicate that the Thread interface is not currently configured or operational.
1004
1004
  *
1005
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.6
1005
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.6
1006
1006
  */
1007
1007
  meshLocalPrefix: Attribute(0x5, TlvNullable(TlvByteString)),
1008
1008
 
1009
1009
  /**
1010
1010
  * Indicates the current list of Nodes that comprise the neighbor table on the Node.
1011
1011
  *
1012
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.8
1012
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.8
1013
1013
  */
1014
1014
  neighborTable: Attribute(0x7, TlvArray(TlvNeighborTable), { default: [] }),
1015
1015
 
1016
1016
  /**
1017
1017
  * Indicates the current list of router capable Nodes for which routes have been established.
1018
1018
  *
1019
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.9
1019
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.9
1020
1020
  */
1021
1021
  routeTable: Attribute(0x8, TlvArray(TlvRouteTable), { default: [] }),
1022
1022
 
@@ -1024,7 +1024,7 @@ export namespace ThreadNetworkDiagnostics {
1024
1024
  * Indicates the Thread Leader Partition Id for the Thread network to which the Node is joined. Null if not
1025
1025
  * attached to a Thread network.
1026
1026
  *
1027
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.10
1027
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.10
1028
1028
  */
1029
1029
  partitionId: Attribute(0x9, TlvNullable(TlvUInt32)),
1030
1030
 
@@ -1032,7 +1032,7 @@ export namespace ThreadNetworkDiagnostics {
1032
1032
  * Indicates the Thread Leader Weight used when operating in the Leader role. Null if not attached to a
1033
1033
  * Thread network.
1034
1034
  *
1035
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.11
1035
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.11
1036
1036
  */
1037
1037
  weighting: Attribute(0xa, TlvNullable(TlvUInt16.bound({ max: 255 }))),
1038
1038
 
@@ -1040,7 +1040,7 @@ export namespace ThreadNetworkDiagnostics {
1040
1040
  * Indicates the full Network Data Version the Node currently uses. Null if not attached to a Thread
1041
1041
  * network.
1042
1042
  *
1043
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.12
1043
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.12
1044
1044
  */
1045
1045
  dataVersion: Attribute(0xb, TlvNullable(TlvUInt16.bound({ max: 255 }))),
1046
1046
 
@@ -1048,7 +1048,7 @@ export namespace ThreadNetworkDiagnostics {
1048
1048
  * Indicates the Network Data Version for the stable subset of data the Node currently uses. Null if not
1049
1049
  * attached to a Thread network.
1050
1050
  *
1051
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.13
1051
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.13
1052
1052
  */
1053
1053
  stableDataVersion: Attribute(0xc, TlvNullable(TlvUInt16.bound({ max: 255 }))),
1054
1054
 
@@ -1056,28 +1056,28 @@ export namespace ThreadNetworkDiagnostics {
1056
1056
  * Indicates the 8-bit LeaderRouterId the Node shall attempt to utilize upon becoming a router or leader on
1057
1057
  * the Thread network. Null if not attached to a Thread network.
1058
1058
  *
1059
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.14
1059
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.14
1060
1060
  */
1061
1061
  leaderRouterId: Attribute(0xd, TlvNullable(TlvUInt8.bound({ max: 62 }))),
1062
1062
 
1063
1063
  /**
1064
1064
  * Null when there is no dataset configured.
1065
1065
  *
1066
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.57
1066
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.57
1067
1067
  */
1068
1068
  activeTimestamp: OptionalAttribute(0x38, TlvNullable(TlvUInt64), { default: 0 }),
1069
1069
 
1070
1070
  /**
1071
1071
  * Null when there is no dataset configured.
1072
1072
  *
1073
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.58
1073
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.58
1074
1074
  */
1075
1075
  pendingTimestamp: OptionalAttribute(0x39, TlvNullable(TlvUInt64), { default: 0 }),
1076
1076
 
1077
1077
  /**
1078
1078
  * Null when there is no dataset configured.
1079
1079
  *
1080
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.59
1080
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.59
1081
1081
  */
1082
1082
  delay: OptionalAttribute(0x3a, TlvNullable(TlvUInt32), { default: 0 }),
1083
1083
 
@@ -1085,7 +1085,7 @@ export namespace ThreadNetworkDiagnostics {
1085
1085
  * Indicates the current security policies for the Thread partition to which a Node is connected. Null when
1086
1086
  * there is no dataset configured.
1087
1087
  *
1088
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.60
1088
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.60
1089
1089
  */
1090
1090
  securityPolicy: Attribute(0x3b, TlvNullable(TlvSecurityPolicy)),
1091
1091
 
@@ -1097,19 +1097,19 @@ export namespace ThreadNetworkDiagnostics {
1097
1097
  * 0. If channel 0 and channel 10 are selected, the mask would be: 80 20 00 00. Null when there is no
1098
1098
  * dataset configured.
1099
1099
  *
1100
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.61
1100
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.61
1101
1101
  */
1102
1102
  channelPage0Mask: Attribute(0x3c, TlvNullable(TlvByteString.bound({ length: 4 }))),
1103
1103
 
1104
1104
  /**
1105
1105
  * Indicates a collection of flags to indicate the presence of various operationally acquired values.
1106
1106
  *
1107
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.62
1107
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.62
1108
1108
  */
1109
1109
  operationalDatasetComponents: Attribute(0x3d, TlvNullable(TlvOperationalDatasetComponents)),
1110
1110
 
1111
1111
  /**
1112
- * @see {@link MatterSpecification.v141.Core} § 11.14.6
1112
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6
1113
1113
  */
1114
1114
  activeNetworkFaultsList: Attribute(
1115
1115
  0x3e,
@@ -1123,7 +1123,7 @@ export namespace ThreadNetworkDiagnostics {
1123
1123
  * address EUI-64 and treating them as a big-endian integer. For example, octet string (in hexadecimal, from
1124
1124
  * first octet to last) 00112233AABBCCDD would lead to a value of 0x00112233AABBCCDD.
1125
1125
  *
1126
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.64
1126
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.64
1127
1127
  */
1128
1128
  extAddress: Attribute(0x3f, TlvNullable(TlvUInt64)),
1129
1129
 
@@ -1133,7 +1133,7 @@ export namespace ThreadNetworkDiagnostics {
1133
1133
  * the octet string as if it was encoding a big-endian integer. For example, octet string (in hexadecimal,
1134
1134
  * from first octet to last) 44AA would lead to a value of 0x44AA.
1135
1135
  *
1136
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.65
1136
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.65
1137
1137
  */
1138
1138
  rloc16: Attribute(0x40, TlvNullable(TlvUInt16))
1139
1139
  },
@@ -1143,7 +1143,7 @@ export namespace ThreadNetworkDiagnostics {
1143
1143
  * The ConnectionStatus Event shall indicate that a Node’s connection status to a Thread network has
1144
1144
  * changed.
1145
1145
  *
1146
- * @see {@link MatterSpecification.v141.Core} § 11.14.8.2
1146
+ * @see {@link MatterSpecification.v142.Core} § 11.14.8.2
1147
1147
  */
1148
1148
  connectionStatus: OptionalEvent(0x0, Priority.Info, TlvConnectionStatusEvent),
1149
1149
 
@@ -1151,7 +1151,7 @@ export namespace ThreadNetworkDiagnostics {
1151
1151
  * The NetworkFaultChange Event shall indicate a change in the set of network faults currently detected by
1152
1152
  * the Node.
1153
1153
  *
1154
- * @see {@link MatterSpecification.v141.Core} § 11.14.8.1
1154
+ * @see {@link MatterSpecification.v142.Core} § 11.14.8.1
1155
1155
  */
1156
1156
  networkFaultChange: OptionalEvent(0x1, Priority.Info, TlvNetworkFaultChangeEvent)
1157
1157
  },
@@ -1180,7 +1180,7 @@ export namespace ThreadNetworkDiagnostics {
1180
1180
  * ThreadNetworkDiagnosticsCluster supports optional features that you can enable with the
1181
1181
  * ThreadNetworkDiagnosticsCluster.with() factory method.
1182
1182
  *
1183
- * @see {@link MatterSpecification.v141.Core} § 11.14
1183
+ * @see {@link MatterSpecification.v142.Core} § 11.14
1184
1184
  */
1185
1185
  export interface Cluster extends Identity<typeof ClusterInstance> {}
1186
1186