@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
@@ -13,7 +13,7 @@ export declare namespace ThreadNetworkDiagnostics {
13
13
  /**
14
14
  * These are optional features supported by ThreadNetworkDiagnosticsCluster.
15
15
  *
16
- * @see {@link MatterSpecification.v141.Core} § 11.14.4
16
+ * @see {@link MatterSpecification.v142.Core} § 11.14.4
17
17
  */
18
18
  enum Feature {
19
19
  /**
@@ -43,7 +43,7 @@ export declare namespace ThreadNetworkDiagnostics {
43
43
  MacCounts = "MacCounts"
44
44
  }
45
45
  /**
46
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.3
46
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.3
47
47
  */
48
48
  enum RoutingRole {
49
49
  /**
@@ -77,7 +77,7 @@ export declare namespace ThreadNetworkDiagnostics {
77
77
  Leader = 6
78
78
  }
79
79
  /**
80
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4
80
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4
81
81
  */
82
82
  const TlvNeighborTable: import("../tlv/TlvObject.js").ObjectSchema<{
83
83
  /**
@@ -86,14 +86,14 @@ export declare namespace ThreadNetworkDiagnostics {
86
86
  * example, octet string (in hexadecimal, from first octet to last) 00112233AABBCCDD would lead to a value of
87
87
  * 0x00112233AABBCCDD.
88
88
  *
89
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.1
89
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.1
90
90
  */
91
91
  extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
92
92
  /**
93
93
  * This field shall specify the duration of time, in seconds, since a frame has been received from the
94
94
  * neighboring Node.
95
95
  *
96
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.2
96
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.2
97
97
  */
98
98
  age: import("../tlv/TlvObject.js").FieldType<number>;
99
99
  /**
@@ -101,28 +101,28 @@ export declare namespace ThreadNetworkDiagnostics {
101
101
  * RLOC16 and treating the octet string as if it was encoding a big-endian integer. For example, octet string
102
102
  * (in hexadecimal, from first octet to last) 44AA would lead to a value of 0x44AA.
103
103
  *
104
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.3
104
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.3
105
105
  */
106
106
  rloc16: import("../tlv/TlvObject.js").FieldType<number>;
107
107
  /**
108
108
  * This field shall specify the number of link layer frames that have been received from the neighboring node.
109
109
  * This field shall be reset to 0 upon a reboot of the Node.
110
110
  *
111
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.4
111
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.4
112
112
  */
113
113
  linkFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
114
114
  /**
115
115
  * This field shall specify the number of Mesh Link Establishment frames that have been received from the
116
116
  * neighboring node. This field shall be reset to 0 upon a reboot of the Node.
117
117
  *
118
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.5
118
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.5
119
119
  */
120
120
  mleFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
121
121
  /**
122
122
  * This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
123
123
  * scaled from 0 to 255.
124
124
  *
125
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.6
125
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.6
126
126
  */
127
127
  lqi: import("../tlv/TlvObject.js").FieldType<number>;
128
128
  /**
@@ -130,7 +130,7 @@ export declare namespace ThreadNetworkDiagnostics {
130
130
  * receiving Node’s last reboot. If there is no known received frames this field SHOULD have the value of null.
131
131
  * This field shall have the units of dBm, having the range -128 dBm to 0 dBm.
132
132
  *
133
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.7
133
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.7
134
134
  */
135
135
  averageRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
136
136
  /**
@@ -138,58 +138,58 @@ export declare namespace ThreadNetworkDiagnostics {
138
138
  * no known last received frame the LastRssi field SHOULD have the value of null. This field shall have the
139
139
  * units of dBm, having the range -128 dBm to 0 dBm.
140
140
  *
141
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.8
141
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.8
142
142
  */
143
143
  lastRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
144
144
  /**
145
145
  * This field shall specify the percentage of received frames from the neighboring Node that have resulted in
146
146
  * errors.
147
147
  *
148
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.9
148
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.9
149
149
  */
150
150
  frameErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
151
151
  /**
152
152
  * This field shall specify the percentage of received messages from the neighboring Node that have resulted in
153
153
  * errors.
154
154
  *
155
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.10
155
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.10
156
156
  */
157
157
  messageErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
158
158
  /**
159
159
  * This field shall specify if the neighboring Node is capable of receiving frames while the Node is in an idle
160
160
  * state.
161
161
  *
162
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.11
162
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.11
163
163
  */
164
164
  rxOnWhenIdle: import("../tlv/TlvObject.js").FieldType<boolean>;
165
165
  /**
166
166
  * This field shall specify if the neighboring Node is a full Thread device.
167
167
  *
168
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.12
168
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.12
169
169
  */
170
170
  fullThreadDevice: import("../tlv/TlvObject.js").FieldType<boolean>;
171
171
  /**
172
172
  * This field shall specify if the neighboring Node requires the full Network Data. If set to False, the
173
173
  * neighboring Node only requires the stable Network Data.
174
174
  *
175
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.13
175
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.13
176
176
  */
177
177
  fullNetworkData: import("../tlv/TlvObject.js").FieldType<boolean>;
178
178
  /**
179
179
  * This field shall specify if the neighboring Node is a direct child of the Node reporting the NeighborTable
180
180
  * attribute.
181
181
  *
182
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.14
182
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.14
183
183
  */
184
184
  isChild: import("../tlv/TlvObject.js").FieldType<boolean>;
185
185
  }>;
186
186
  /**
187
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4
187
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4
188
188
  */
189
189
  interface NeighborTable extends TypeFromSchema<typeof TlvNeighborTable> {
190
190
  }
191
191
  /**
192
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5
192
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5
193
193
  */
194
194
  const TlvRouteTable: import("../tlv/TlvObject.js").ObjectSchema<{
195
195
  /**
@@ -198,7 +198,7 @@ export declare namespace ThreadNetworkDiagnostics {
198
198
  * them as a big-endian integer. For example, octet string (in hexadecimal, from first octet to last)
199
199
  * 00112233AABBCCDD would lead to a value of 0x00112233AABBCCDD.
200
200
  *
201
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.1
201
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.1
202
202
  */
203
203
  extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
204
204
  /**
@@ -207,178 +207,178 @@ export declare namespace ThreadNetworkDiagnostics {
207
207
  * integer. For example, octet string (in hexadecimal, from first octet to last) 44AA would lead to a value of
208
208
  * 0x44AA.
209
209
  *
210
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.2
210
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.2
211
211
  */
212
212
  rloc16: import("../tlv/TlvObject.js").FieldType<number>;
213
213
  /**
214
214
  * This field shall specify the Router ID for the Node for which this route table entry corresponds.
215
215
  *
216
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.3
216
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.3
217
217
  */
218
218
  routerId: import("../tlv/TlvObject.js").FieldType<number>;
219
219
  /**
220
220
  * This field shall specify the Router ID for the next hop in the route to the Node for which this route table
221
221
  * entry corresponds.
222
222
  *
223
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.4
223
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.4
224
224
  */
225
225
  nextHop: import("../tlv/TlvObject.js").FieldType<number>;
226
226
  /**
227
227
  * This Field shall specify the cost of the route to the Node for which this route table entry corresponds.
228
228
  *
229
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.5
229
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.5
230
230
  */
231
231
  pathCost: import("../tlv/TlvObject.js").FieldType<number>;
232
232
  /**
233
233
  * This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
234
234
  * scaled from 0 to 255, from the perspective of the Node reporting the neighbor table.
235
235
  *
236
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.6
236
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.6
237
237
  */
238
238
  lqiIn: import("../tlv/TlvObject.js").FieldType<number>;
239
239
  /**
240
240
  * This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
241
241
  * scaled from 0 to 255, from the perspective of the Node specified within the NextHop field.
242
242
  *
243
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.7
243
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.7
244
244
  */
245
245
  lqiOut: import("../tlv/TlvObject.js").FieldType<number>;
246
246
  /**
247
247
  * This field shall specify the duration of time, in seconds, since a frame has been received from the Node for
248
248
  * which this route table entry corresponds.
249
249
  *
250
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.8
250
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.8
251
251
  */
252
252
  age: import("../tlv/TlvObject.js").FieldType<number>;
253
253
  /**
254
254
  * This field shall specify if the router ID as defined within the RouterId field has been allocated.
255
255
  *
256
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.9
256
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.9
257
257
  */
258
258
  allocated: import("../tlv/TlvObject.js").FieldType<boolean>;
259
259
  /**
260
260
  * This field shall specify if a link has been established to the Node for which this route table entry
261
261
  * corresponds.
262
262
  *
263
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.10
263
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.10
264
264
  */
265
265
  linkEstablished: import("../tlv/TlvObject.js").FieldType<boolean>;
266
266
  }>;
267
267
  /**
268
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5
268
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5
269
269
  */
270
270
  interface RouteTable extends TypeFromSchema<typeof TlvRouteTable> {
271
271
  }
272
272
  /**
273
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.6
273
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.6
274
274
  */
275
275
  const TlvSecurityPolicy: import("../tlv/TlvObject.js").ObjectSchema<{
276
276
  /**
277
277
  * This field shall specify the interval of time, in hours, that Thread security keys are rotated. Null when
278
278
  * there is no dataset configured.
279
279
  *
280
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.6.1
280
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.6.1
281
281
  */
282
282
  rotationTime: import("../tlv/TlvObject.js").FieldType<number>;
283
283
  /**
284
284
  * This field shall specify the flags as specified in Thread 1.3.0 section 8.10.1.15. Null when there is no
285
285
  * dataset configured.
286
286
  *
287
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.6.2
287
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.6.2
288
288
  */
289
289
  flags: import("../tlv/TlvObject.js").FieldType<number>;
290
290
  }>;
291
291
  /**
292
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.6
292
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.6
293
293
  */
294
294
  interface SecurityPolicy extends TypeFromSchema<typeof TlvSecurityPolicy> {
295
295
  }
296
296
  /**
297
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7
297
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7
298
298
  */
299
299
  const TlvOperationalDatasetComponents: import("../tlv/TlvObject.js").ObjectSchema<{
300
300
  /**
301
301
  * This field shall be True if the Node has an active timestamp present, else False.
302
302
  *
303
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.1
303
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.1
304
304
  */
305
305
  activeTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
306
306
  /**
307
307
  * This field shall be True if the Node has a pending timestamp is present, else False.
308
308
  *
309
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.2
309
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.2
310
310
  */
311
311
  pendingTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
312
312
  /**
313
313
  * This field shall be True if the Node has the Thread master key, else False.
314
314
  *
315
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.3
315
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.3
316
316
  */
317
317
  masterKeyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
318
318
  /**
319
319
  * This field shall be True if the Node has the Thread network’s name, else False.
320
320
  *
321
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.4
321
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.4
322
322
  */
323
323
  networkNamePresent: import("../tlv/TlvObject.js").FieldType<boolean>;
324
324
  /**
325
325
  * This field shall be True if the Node has an extended Pan ID, else False.
326
326
  *
327
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.5
327
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.5
328
328
  */
329
329
  extendedPanIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
330
330
  /**
331
331
  * This field shall be True if the Node has the mesh local prefix, else False.
332
332
  *
333
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.6
333
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.6
334
334
  */
335
335
  meshLocalPrefixPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
336
336
  /**
337
337
  * This field shall be True if the Node has the Thread network delay set, else False.
338
338
  *
339
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.7
339
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.7
340
340
  */
341
341
  delayPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
342
342
  /**
343
343
  * This field shall be True if the Node has a Pan ID, else False.
344
344
  *
345
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.8
345
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.8
346
346
  */
347
347
  panIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
348
348
  /**
349
349
  * This field shall be True if the Node has configured an operational channel for the Thread network, else
350
350
  * False.
351
351
  *
352
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.9
352
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.9
353
353
  */
354
354
  channelPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
355
355
  /**
356
356
  * This field shall be True if the Node has been configured with the Thread network Pskc, else False.
357
357
  *
358
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.10
358
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.10
359
359
  */
360
360
  pskcPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
361
361
  /**
362
362
  * This field shall be True if the Node has been configured with the Thread network security policies, else
363
363
  * False.
364
364
  *
365
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.11
365
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.11
366
366
  */
367
367
  securityPolicyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
368
368
  /**
369
369
  * This field shall be True if the Node has available a mask of available channels, else False.
370
370
  *
371
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.12
371
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.12
372
372
  */
373
373
  channelMaskPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
374
374
  }>;
375
375
  /**
376
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7
376
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7
377
377
  */
378
378
  interface OperationalDatasetComponents extends TypeFromSchema<typeof TlvOperationalDatasetComponents> {
379
379
  }
380
380
  /**
381
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.1
381
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.1
382
382
  */
383
383
  enum NetworkFault {
384
384
  /**
@@ -399,7 +399,7 @@ export declare namespace ThreadNetworkDiagnostics {
399
399
  NetworkJammed = 3
400
400
  }
401
401
  /**
402
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.2
402
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.2
403
403
  */
404
404
  enum ConnectionStatus {
405
405
  /**
@@ -414,7 +414,7 @@ export declare namespace ThreadNetworkDiagnostics {
414
414
  /**
415
415
  * Body of the ThreadNetworkDiagnostics connectionStatus event
416
416
  *
417
- * @see {@link MatterSpecification.v141.Core} § 11.14.8.2
417
+ * @see {@link MatterSpecification.v142.Core} § 11.14.8.2
418
418
  */
419
419
  const TlvConnectionStatusEvent: import("../tlv/TlvObject.js").ObjectSchema<{
420
420
  connectionStatus: import("../tlv/TlvObject.js").FieldType<ConnectionStatus>;
@@ -422,35 +422,35 @@ export declare namespace ThreadNetworkDiagnostics {
422
422
  /**
423
423
  * Body of the ThreadNetworkDiagnostics connectionStatus event
424
424
  *
425
- * @see {@link MatterSpecification.v141.Core} § 11.14.8.2
425
+ * @see {@link MatterSpecification.v142.Core} § 11.14.8.2
426
426
  */
427
427
  interface ConnectionStatusEvent extends TypeFromSchema<typeof TlvConnectionStatusEvent> {
428
428
  }
429
429
  /**
430
430
  * Body of the ThreadNetworkDiagnostics networkFaultChange event
431
431
  *
432
- * @see {@link MatterSpecification.v141.Core} § 11.14.8.1
432
+ * @see {@link MatterSpecification.v142.Core} § 11.14.8.1
433
433
  */
434
434
  const TlvNetworkFaultChangeEvent: import("../tlv/TlvObject.js").ObjectSchema<{
435
435
  /**
436
436
  * This field shall represent the set of faults currently detected, as per Section 11.14.5.1, “NetworkFaultEnum
437
437
  * Type”.
438
438
  *
439
- * @see {@link MatterSpecification.v141.Core} § 11.14.8.1.1
439
+ * @see {@link MatterSpecification.v142.Core} § 11.14.8.1.1
440
440
  */
441
441
  current: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
442
442
  /**
443
443
  * This field shall represent the set of faults detected prior to this change event, as per Section 11.14.5.1,
444
444
  * “NetworkFaultEnum Type”.
445
445
  *
446
- * @see {@link MatterSpecification.v141.Core} § 11.14.8.1.2
446
+ * @see {@link MatterSpecification.v142.Core} § 11.14.8.1.2
447
447
  */
448
448
  previous: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
449
449
  }>;
450
450
  /**
451
451
  * Body of the ThreadNetworkDiagnostics networkFaultChange event
452
452
  *
453
- * @see {@link MatterSpecification.v141.Core} § 11.14.8.1
453
+ * @see {@link MatterSpecification.v142.Core} § 11.14.8.1
454
454
  */
455
455
  interface NetworkFaultChangeEvent extends TypeFromSchema<typeof TlvNetworkFaultChangeEvent> {
456
456
  }
@@ -464,7 +464,7 @@ export declare namespace ThreadNetworkDiagnostics {
464
464
  * retain all packets on the ethernet network interface. The OverrunCount attribute shall be reset to 0 upon
465
465
  * a reboot of the Node.
466
466
  *
467
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.7
467
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.7
468
468
  */
469
469
  readonly overrunCount: Attribute<number | bigint, any>;
470
470
  };
@@ -478,7 +478,7 @@ export declare namespace ThreadNetworkDiagnostics {
478
478
  *
479
479
  * Upon completion, this command shall send a status code of SUCCESS back to the initiator.
480
480
  *
481
- * @see {@link MatterSpecification.v141.Core} § 11.14.7.1
481
+ * @see {@link MatterSpecification.v142.Core} § 11.14.7.1
482
482
  */
483
483
  readonly resetCounts: Command<void, void, any>;
484
484
  };
@@ -492,42 +492,42 @@ export declare namespace ThreadNetworkDiagnostics {
492
492
  * Indicates the number of times the Node entered the OT_DEVICE_ROLE_DETACHED role as specified within the
493
493
  * Thread specification. This value shall only be reset upon a Node reboot.
494
494
  *
495
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.15
495
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.15
496
496
  */
497
497
  readonly detachedRoleCount: OptionalAttribute<number, any>;
498
498
  /**
499
499
  * Indicates the number of times the Node entered the OT_DEVICE_ROLE_CHILD role as specified within the
500
500
  * Thread specification. This value shall only be reset upon a Node reboot.
501
501
  *
502
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.16
502
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.16
503
503
  */
504
504
  readonly childRoleCount: OptionalAttribute<number, any>;
505
505
  /**
506
506
  * Indicates the number of times the Node entered the OT_DEVICE_ROLE_ROUTER role as specified within the
507
507
  * Thread specification. This value shall only be reset upon a Node reboot.
508
508
  *
509
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.17
509
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.17
510
510
  */
511
511
  readonly routerRoleCount: OptionalAttribute<number, any>;
512
512
  /**
513
513
  * Indicates the number of times the Node entered the OT_DEVICE_ROLE_LEADER role as specified within the
514
514
  * Thread specification. This value shall only be reset upon a Node reboot.
515
515
  *
516
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.18
516
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.18
517
517
  */
518
518
  readonly leaderRoleCount: OptionalAttribute<number, any>;
519
519
  /**
520
520
  * Indicates the number of attempts that have been made to attach to a Thread network while the Node was
521
521
  * detached from all Thread networks. This value shall only be reset upon a Node reboot.
522
522
  *
523
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.19
523
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.19
524
524
  */
525
525
  readonly attachAttemptCount: OptionalAttribute<number, any>;
526
526
  /**
527
527
  * Indicates the number of times that the Thread network that the Node is connected to has changed its
528
528
  * Partition ID. This value shall only be reset upon a Node reboot.
529
529
  *
530
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.20
530
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.20
531
531
  */
532
532
  readonly partitionIdChangeCount: OptionalAttribute<number, any>;
533
533
  /**
@@ -535,14 +535,14 @@ export declare namespace ThreadNetworkDiagnostics {
535
535
  * determined is better than the partition it is currently attached to. This value shall only be reset upon
536
536
  * a Node reboot.
537
537
  *
538
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.21
538
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.21
539
539
  */
540
540
  readonly betterPartitionAttachAttemptCount: OptionalAttribute<number, any>;
541
541
  /**
542
542
  * Indicates the number of times a Node has changed its parent. This value shall only be reset upon a Node
543
543
  * reboot.
544
544
  *
545
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.22
545
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.22
546
546
  */
547
547
  readonly parentChangeCount: OptionalAttribute<number, any>;
548
548
  };
@@ -557,7 +557,7 @@ export declare namespace ThreadNetworkDiagnostics {
557
557
  * incremented by 1 for each MAC transmission request regardless of the amount of CCA failures, CSMA-CA
558
558
  * attempts, or retransmissions. This value shall only be reset upon a Node reboot.
559
559
  *
560
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.23
560
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.23
561
561
  */
562
562
  readonly txTotalCount: OptionalAttribute<number, any>;
563
563
  /**
@@ -565,7 +565,7 @@ export declare namespace ThreadNetworkDiagnostics {
565
565
  * incremented by 1 for each unicast MAC transmission request regardless of the amount of CCA failures,
566
566
  * CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
567
567
  *
568
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.24
568
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.24
569
569
  */
570
570
  readonly txUnicastCount: OptionalAttribute<number, any>;
571
571
  /**
@@ -573,7 +573,7 @@ export declare namespace ThreadNetworkDiagnostics {
573
573
  * be incremented by 1 for each broadcast MAC transmission request regardless of the amount of CCA failures,
574
574
  * CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
575
575
  *
576
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.25
576
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.25
577
577
  */
578
578
  readonly txBroadcastCount: OptionalAttribute<number, any>;
579
579
  /**
@@ -582,7 +582,7 @@ export declare namespace ThreadNetworkDiagnostics {
582
582
  * regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
583
583
  * reset upon a Node reboot.
584
584
  *
585
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.26
585
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.26
586
586
  */
587
587
  readonly txAckRequestedCount: OptionalAttribute<number, any>;
588
588
  /**
@@ -590,7 +590,7 @@ export declare namespace ThreadNetworkDiagnostics {
590
590
  * only be incremented by 1 for each MAC transmission request that is acked regardless of the amount of CCA
591
591
  * failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
592
592
  *
593
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.27
593
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.27
594
594
  */
595
595
  readonly txAckedCount: OptionalAttribute<number, any>;
596
596
  /**
@@ -598,7 +598,7 @@ export declare namespace ThreadNetworkDiagnostics {
598
598
  * The attribute shall only be incremented by 1 for each MAC transmission request that is does not request
599
599
  * acknowledgement regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
600
600
  *
601
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.28
601
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.28
602
602
  */
603
603
  readonly txNoAckRequestedCount: OptionalAttribute<number, any>;
604
604
  /**
@@ -606,7 +606,7 @@ export declare namespace ThreadNetworkDiagnostics {
606
606
  * incremented by 1 for each MAC Data frame transmission request regardless of the amount of CCA failures,
607
607
  * CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
608
608
  *
609
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.29
609
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.29
610
610
  */
611
611
  readonly txDataCount: OptionalAttribute<number, any>;
612
612
  /**
@@ -614,7 +614,7 @@ export declare namespace ThreadNetworkDiagnostics {
614
614
  * be incremented by 1 for each MAC Data Poll frame transmission request regardless of the amount of CCA
615
615
  * failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
616
616
  *
617
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.30
617
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.30
618
618
  */
619
619
  readonly txDataPollCount: OptionalAttribute<number, any>;
620
620
  /**
@@ -622,7 +622,7 @@ export declare namespace ThreadNetworkDiagnostics {
622
622
  * incremented by 1 for each MAC Beacon frame transmission request regardless of the amount of CCA failures,
623
623
  * CSMA-CA attempts, or retransmissions.
624
624
  *
625
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.31
625
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.31
626
626
  */
627
627
  readonly txBeaconCount: OptionalAttribute<number, any>;
628
628
  /**
@@ -630,7 +630,7 @@ export declare namespace ThreadNetworkDiagnostics {
630
630
  * only be incremented by 1 for each MAC Beacon Request frame transmission request regardless of the amount
631
631
  * of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
632
632
  *
633
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.32
633
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.32
634
634
  */
635
635
  readonly txBeaconRequestCount: OptionalAttribute<number, any>;
636
636
  /**
@@ -639,7 +639,7 @@ export declare namespace ThreadNetworkDiagnostics {
639
639
  * regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
640
640
  * reset upon a Node reboot.
641
641
  *
642
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.33
642
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.33
643
643
  */
644
644
  readonly txOtherCount: OptionalAttribute<number, any>;
645
645
  /**
@@ -647,7 +647,7 @@ export declare namespace ThreadNetworkDiagnostics {
647
647
  * for each retransmission attempt that may be triggered by lack of acknowledgement, CSMA/CA failure, or
648
648
  * other type of transmission error. This value shall only be reset upon a Node reboot.
649
649
  *
650
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.34
650
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.34
651
651
  */
652
652
  readonly txRetryCount: OptionalAttribute<number, any>;
653
653
  /**
@@ -655,7 +655,7 @@ export declare namespace ThreadNetworkDiagnostics {
655
655
  * packets. The attribute shall only be incremented by 1 for each unique MAC transmission packets that meets
656
656
  * the maximal retry limit for direct packets. This value shall only be reset upon a Node reboot.
657
657
  *
658
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.35
658
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.35
659
659
  */
660
660
  readonly txDirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
661
661
  /**
@@ -663,14 +663,14 @@ export declare namespace ThreadNetworkDiagnostics {
663
663
  * packets. The attribute shall only be incremented by 1 for each unique MAC transmission packets that meets
664
664
  * the maximal retry limit for indirect packets. This value shall only be reset upon a Node reboot.
665
665
  *
666
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.36
666
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.36
667
667
  */
668
668
  readonly txIndirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
669
669
  /**
670
670
  * Indicates the total number of CCA failures. The TxErrCcaCount attribute shall only be incremented by 1
671
671
  * for each instance of a CCA failure. This value shall only be reset upon a Node reboot.
672
672
  *
673
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.37
673
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.37
674
674
  */
675
675
  readonly txErrCcaCount: OptionalAttribute<number, any>;
676
676
  /**
@@ -678,7 +678,7 @@ export declare namespace ThreadNetworkDiagnostics {
678
678
  * attribute shall only be incremented by 1 for each unique MAC transmission request failure caused by an
679
679
  * abort error.
680
680
  *
681
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.38
681
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.38
682
682
  */
683
683
  readonly txErrAbortCount: OptionalAttribute<number, any>;
684
684
  /**
@@ -686,126 +686,126 @@ export declare namespace ThreadNetworkDiagnostics {
686
686
  * of a busy channel (a CSMA/CA fail). The attribute shall only be incremented by 1 for each unique MAC
687
687
  * transmission request failure caused by a busy channel such as a CSMA/CA failure.
688
688
  *
689
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.39
689
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.39
690
690
  */
691
691
  readonly txErrBusyChannelCount: OptionalAttribute<number, any>;
692
692
  /**
693
693
  * Indicates the total number of received unique MAC frames. This value shall only be reset upon a Node
694
694
  * reboot.
695
695
  *
696
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.40
696
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.40
697
697
  */
698
698
  readonly rxTotalCount: OptionalAttribute<number, any>;
699
699
  /**
700
700
  * Indicates the total number of received unique unicast MAC frames. This value shall only be reset upon a
701
701
  * Node reboot.
702
702
  *
703
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.41
703
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.41
704
704
  */
705
705
  readonly rxUnicastCount: OptionalAttribute<number, any>;
706
706
  /**
707
707
  * Indicates the total number of received unique broadcast MAC frames. This value shall only be reset upon a
708
708
  * Node reboot.
709
709
  *
710
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.42
710
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.42
711
711
  */
712
712
  readonly rxBroadcastCount: OptionalAttribute<number, any>;
713
713
  /**
714
714
  * Indicates the total number of received unique MAC Data frames. This value shall only be reset upon a Node
715
715
  * reboot.
716
716
  *
717
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.43
717
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.43
718
718
  */
719
719
  readonly rxDataCount: OptionalAttribute<number, any>;
720
720
  /**
721
721
  * Indicates the total number of received unique MAC Data Poll frames. This value shall only be reset upon a
722
722
  * Node reboot.
723
723
  *
724
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.44
724
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.44
725
725
  */
726
726
  readonly rxDataPollCount: OptionalAttribute<number, any>;
727
727
  /**
728
728
  * Indicates the total number of received unique MAC Beacon frames. This value shall only be reset upon a
729
729
  * Node reboot.
730
730
  *
731
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.45
731
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.45
732
732
  */
733
733
  readonly rxBeaconCount: OptionalAttribute<number, any>;
734
734
  /**
735
735
  * Indicates the total number of received unique MAC Beacon Request frames. This value shall only be reset
736
736
  * upon a Node reboot.
737
737
  *
738
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.46
738
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.46
739
739
  */
740
740
  readonly rxBeaconRequestCount: OptionalAttribute<number, any>;
741
741
  /**
742
742
  * Indicates the total number of received unique MAC frame requests that are not counted by any other
743
743
  * attribute. This value shall only be reset upon a Node reboot.
744
744
  *
745
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.47
745
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.47
746
746
  */
747
747
  readonly rxOtherCount: OptionalAttribute<number, any>;
748
748
  /**
749
749
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
750
750
  * MAC filtering. This value shall only be reset upon a Node reboot.
751
751
  *
752
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.48
752
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.48
753
753
  */
754
754
  readonly rxAddressFilteredCount: OptionalAttribute<number, any>;
755
755
  /**
756
756
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of a
757
757
  * destination address check. This value shall only be reset upon a Node reboot.
758
758
  *
759
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.49
759
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.49
760
760
  */
761
761
  readonly rxDestAddrFilteredCount: OptionalAttribute<number, any>;
762
762
  /**
763
763
  * Indicates the total number of received MAC frame requests that have been dropped as a result of being a
764
764
  * duplicate of a previously received MAC frame request. This value shall only be reset upon a Node reboot.
765
765
  *
766
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.50
766
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.50
767
767
  */
768
768
  readonly rxDuplicatedCount: OptionalAttribute<number, any>;
769
769
  /**
770
770
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
771
771
  * missing or malformed frame contents. This value shall only be reset upon a Node reboot.
772
772
  *
773
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.51
773
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.51
774
774
  */
775
775
  readonly rxErrNoFrameCount: OptionalAttribute<number, any>;
776
776
  /**
777
777
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
778
778
  * originating from an unknown neighbor device. This value shall only be reset upon a Node reboot.
779
779
  *
780
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.52
780
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.52
781
781
  */
782
782
  readonly rxErrUnknownNeighborCount: OptionalAttribute<number, any>;
783
783
  /**
784
784
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
785
785
  * containing an invalid source address. This value shall only be reset upon a Node reboot.
786
786
  *
787
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.53
787
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.53
788
788
  */
789
789
  readonly rxErrInvalidSrcAddrCount: OptionalAttribute<number, any>;
790
790
  /**
791
791
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
792
792
  * error with the security of the received frame. This value shall only be reset upon a Node reboot.
793
793
  *
794
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.54
794
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.54
795
795
  */
796
796
  readonly rxErrSecCount: OptionalAttribute<number, any>;
797
797
  /**
798
798
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
799
799
  * error with the FCS of the received frame. This value shall only be reset upon a Node reboot.
800
800
  *
801
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.55
801
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.55
802
802
  */
803
803
  readonly rxErrFcsCount: OptionalAttribute<number, any>;
804
804
  /**
805
805
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
806
806
  * error that is not counted by any other attribute. This value shall only be reset upon a Node reboot.
807
807
  *
808
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.56
808
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.56
809
809
  */
810
810
  readonly rxErrOtherCount: OptionalAttribute<number, any>;
811
811
  };
@@ -842,7 +842,7 @@ export declare namespace ThreadNetworkDiagnostics {
842
842
  * Operational Dataset’s current Channel value). A value of null shall indicate that the Thread interface is
843
843
  * not currently configured or operational.
844
844
  *
845
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.1
845
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.1
846
846
  */
847
847
  readonly channel: Attribute<number | null, any>;
848
848
  /**
@@ -850,7 +850,7 @@ export declare namespace ThreadNetworkDiagnostics {
850
850
  * defined by RoutingRoleEnum. The potential roles are defined in the following table. A value of null shall
851
851
  * indicate that the Thread interface is not currently configured or operational.
852
852
  *
853
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.2
853
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.2
854
854
  */
855
855
  readonly routingRole: Attribute<RoutingRole | null, any>;
856
856
  /**
@@ -858,34 +858,34 @@ export declare namespace ThreadNetworkDiagnostics {
858
858
  * join to. A value of null shall indicate that the Thread interface is not currently configured or
859
859
  * operational.
860
860
  *
861
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.3
861
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.3
862
862
  */
863
863
  readonly networkName: Attribute<string | null, any>;
864
864
  /**
865
865
  * Indicates the 16-bit identifier of the Node on the Thread network. A value of null shall indicate that
866
866
  * the Thread interface is not currently configured or operational.
867
867
  *
868
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.4
868
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.4
869
869
  */
870
870
  readonly panId: Attribute<number | null, any>;
871
871
  /**
872
872
  * Indicates the unique 64-bit identifier of the Node on the Thread network. A value of null shall indicate
873
873
  * that the Thread interface is not currently configured or operational.
874
874
  *
875
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.5
875
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.5
876
876
  */
877
877
  readonly extendedPanId: Attribute<number | bigint | null, any>;
878
878
  /**
879
879
  * Indicates the mesh-local IPv6 prefix for the Thread network that the Node has been configured to join to.
880
880
  * A value of null shall indicate that the Thread interface is not currently configured or operational.
881
881
  *
882
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.6
882
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.6
883
883
  */
884
884
  readonly meshLocalPrefix: Attribute<AllowSharedBufferSource | null, any>;
885
885
  /**
886
886
  * Indicates the current list of Nodes that comprise the neighbor table on the Node.
887
887
  *
888
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.8
888
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.8
889
889
  */
890
890
  readonly neighborTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
891
891
  /**
@@ -894,14 +894,14 @@ export declare namespace ThreadNetworkDiagnostics {
894
894
  * example, octet string (in hexadecimal, from first octet to last) 00112233AABBCCDD would lead to a value of
895
895
  * 0x00112233AABBCCDD.
896
896
  *
897
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.1
897
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.1
898
898
  */
899
899
  extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
900
900
  /**
901
901
  * This field shall specify the duration of time, in seconds, since a frame has been received from the
902
902
  * neighboring Node.
903
903
  *
904
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.2
904
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.2
905
905
  */
906
906
  age: import("../tlv/TlvObject.js").FieldType<number>;
907
907
  /**
@@ -909,28 +909,28 @@ export declare namespace ThreadNetworkDiagnostics {
909
909
  * RLOC16 and treating the octet string as if it was encoding a big-endian integer. For example, octet string
910
910
  * (in hexadecimal, from first octet to last) 44AA would lead to a value of 0x44AA.
911
911
  *
912
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.3
912
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.3
913
913
  */
914
914
  rloc16: import("../tlv/TlvObject.js").FieldType<number>;
915
915
  /**
916
916
  * This field shall specify the number of link layer frames that have been received from the neighboring node.
917
917
  * This field shall be reset to 0 upon a reboot of the Node.
918
918
  *
919
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.4
919
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.4
920
920
  */
921
921
  linkFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
922
922
  /**
923
923
  * This field shall specify the number of Mesh Link Establishment frames that have been received from the
924
924
  * neighboring node. This field shall be reset to 0 upon a reboot of the Node.
925
925
  *
926
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.5
926
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.5
927
927
  */
928
928
  mleFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
929
929
  /**
930
930
  * This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
931
931
  * scaled from 0 to 255.
932
932
  *
933
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.6
933
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.6
934
934
  */
935
935
  lqi: import("../tlv/TlvObject.js").FieldType<number>;
936
936
  /**
@@ -938,7 +938,7 @@ export declare namespace ThreadNetworkDiagnostics {
938
938
  * receiving Node’s last reboot. If there is no known received frames this field SHOULD have the value of null.
939
939
  * This field shall have the units of dBm, having the range -128 dBm to 0 dBm.
940
940
  *
941
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.7
941
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.7
942
942
  */
943
943
  averageRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
944
944
  /**
@@ -946,55 +946,55 @@ export declare namespace ThreadNetworkDiagnostics {
946
946
  * no known last received frame the LastRssi field SHOULD have the value of null. This field shall have the
947
947
  * units of dBm, having the range -128 dBm to 0 dBm.
948
948
  *
949
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.8
949
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.8
950
950
  */
951
951
  lastRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
952
952
  /**
953
953
  * This field shall specify the percentage of received frames from the neighboring Node that have resulted in
954
954
  * errors.
955
955
  *
956
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.9
956
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.9
957
957
  */
958
958
  frameErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
959
959
  /**
960
960
  * This field shall specify the percentage of received messages from the neighboring Node that have resulted in
961
961
  * errors.
962
962
  *
963
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.10
963
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.10
964
964
  */
965
965
  messageErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
966
966
  /**
967
967
  * This field shall specify if the neighboring Node is capable of receiving frames while the Node is in an idle
968
968
  * state.
969
969
  *
970
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.11
970
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.11
971
971
  */
972
972
  rxOnWhenIdle: import("../tlv/TlvObject.js").FieldType<boolean>;
973
973
  /**
974
974
  * This field shall specify if the neighboring Node is a full Thread device.
975
975
  *
976
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.12
976
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.12
977
977
  */
978
978
  fullThreadDevice: import("../tlv/TlvObject.js").FieldType<boolean>;
979
979
  /**
980
980
  * This field shall specify if the neighboring Node requires the full Network Data. If set to False, the
981
981
  * neighboring Node only requires the stable Network Data.
982
982
  *
983
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.13
983
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.13
984
984
  */
985
985
  fullNetworkData: import("../tlv/TlvObject.js").FieldType<boolean>;
986
986
  /**
987
987
  * This field shall specify if the neighboring Node is a direct child of the Node reporting the NeighborTable
988
988
  * attribute.
989
989
  *
990
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.14
990
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.14
991
991
  */
992
992
  isChild: import("../tlv/TlvObject.js").FieldType<boolean>;
993
993
  }>[], any>;
994
994
  /**
995
995
  * Indicates the current list of router capable Nodes for which routes have been established.
996
996
  *
997
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.9
997
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.9
998
998
  */
999
999
  readonly routeTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1000
1000
  /**
@@ -1003,7 +1003,7 @@ export declare namespace ThreadNetworkDiagnostics {
1003
1003
  * them as a big-endian integer. For example, octet string (in hexadecimal, from first octet to last)
1004
1004
  * 00112233AABBCCDD would lead to a value of 0x00112233AABBCCDD.
1005
1005
  *
1006
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.1
1006
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.1
1007
1007
  */
1008
1008
  extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1009
1009
  /**
@@ -1012,60 +1012,60 @@ export declare namespace ThreadNetworkDiagnostics {
1012
1012
  * integer. For example, octet string (in hexadecimal, from first octet to last) 44AA would lead to a value of
1013
1013
  * 0x44AA.
1014
1014
  *
1015
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.2
1015
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.2
1016
1016
  */
1017
1017
  rloc16: import("../tlv/TlvObject.js").FieldType<number>;
1018
1018
  /**
1019
1019
  * This field shall specify the Router ID for the Node for which this route table entry corresponds.
1020
1020
  *
1021
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.3
1021
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.3
1022
1022
  */
1023
1023
  routerId: import("../tlv/TlvObject.js").FieldType<number>;
1024
1024
  /**
1025
1025
  * This field shall specify the Router ID for the next hop in the route to the Node for which this route table
1026
1026
  * entry corresponds.
1027
1027
  *
1028
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.4
1028
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.4
1029
1029
  */
1030
1030
  nextHop: import("../tlv/TlvObject.js").FieldType<number>;
1031
1031
  /**
1032
1032
  * This Field shall specify the cost of the route to the Node for which this route table entry corresponds.
1033
1033
  *
1034
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.5
1034
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.5
1035
1035
  */
1036
1036
  pathCost: import("../tlv/TlvObject.js").FieldType<number>;
1037
1037
  /**
1038
1038
  * This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
1039
1039
  * scaled from 0 to 255, from the perspective of the Node reporting the neighbor table.
1040
1040
  *
1041
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.6
1041
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.6
1042
1042
  */
1043
1043
  lqiIn: import("../tlv/TlvObject.js").FieldType<number>;
1044
1044
  /**
1045
1045
  * This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
1046
1046
  * scaled from 0 to 255, from the perspective of the Node specified within the NextHop field.
1047
1047
  *
1048
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.7
1048
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.7
1049
1049
  */
1050
1050
  lqiOut: import("../tlv/TlvObject.js").FieldType<number>;
1051
1051
  /**
1052
1052
  * This field shall specify the duration of time, in seconds, since a frame has been received from the Node for
1053
1053
  * which this route table entry corresponds.
1054
1054
  *
1055
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.8
1055
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.8
1056
1056
  */
1057
1057
  age: import("../tlv/TlvObject.js").FieldType<number>;
1058
1058
  /**
1059
1059
  * This field shall specify if the router ID as defined within the RouterId field has been allocated.
1060
1060
  *
1061
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.9
1061
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.9
1062
1062
  */
1063
1063
  allocated: import("../tlv/TlvObject.js").FieldType<boolean>;
1064
1064
  /**
1065
1065
  * This field shall specify if a link has been established to the Node for which this route table entry
1066
1066
  * corresponds.
1067
1067
  *
1068
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.10
1068
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.10
1069
1069
  */
1070
1070
  linkEstablished: import("../tlv/TlvObject.js").FieldType<boolean>;
1071
1071
  }>[], any>;
@@ -1073,74 +1073,74 @@ export declare namespace ThreadNetworkDiagnostics {
1073
1073
  * Indicates the Thread Leader Partition Id for the Thread network to which the Node is joined. Null if not
1074
1074
  * attached to a Thread network.
1075
1075
  *
1076
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.10
1076
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.10
1077
1077
  */
1078
1078
  readonly partitionId: Attribute<number | null, any>;
1079
1079
  /**
1080
1080
  * Indicates the Thread Leader Weight used when operating in the Leader role. Null if not attached to a
1081
1081
  * Thread network.
1082
1082
  *
1083
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.11
1083
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.11
1084
1084
  */
1085
1085
  readonly weighting: Attribute<number | null, any>;
1086
1086
  /**
1087
1087
  * Indicates the full Network Data Version the Node currently uses. Null if not attached to a Thread
1088
1088
  * network.
1089
1089
  *
1090
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.12
1090
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.12
1091
1091
  */
1092
1092
  readonly dataVersion: Attribute<number | null, any>;
1093
1093
  /**
1094
1094
  * Indicates the Network Data Version for the stable subset of data the Node currently uses. Null if not
1095
1095
  * attached to a Thread network.
1096
1096
  *
1097
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.13
1097
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.13
1098
1098
  */
1099
1099
  readonly stableDataVersion: Attribute<number | null, any>;
1100
1100
  /**
1101
1101
  * Indicates the 8-bit LeaderRouterId the Node shall attempt to utilize upon becoming a router or leader on
1102
1102
  * the Thread network. Null if not attached to a Thread network.
1103
1103
  *
1104
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.14
1104
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.14
1105
1105
  */
1106
1106
  readonly leaderRouterId: Attribute<number | null, any>;
1107
1107
  /**
1108
1108
  * Null when there is no dataset configured.
1109
1109
  *
1110
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.57
1110
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.57
1111
1111
  */
1112
1112
  readonly activeTimestamp: OptionalAttribute<number | bigint | null, any>;
1113
1113
  /**
1114
1114
  * Null when there is no dataset configured.
1115
1115
  *
1116
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.58
1116
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.58
1117
1117
  */
1118
1118
  readonly pendingTimestamp: OptionalAttribute<number | bigint | null, any>;
1119
1119
  /**
1120
1120
  * Null when there is no dataset configured.
1121
1121
  *
1122
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.59
1122
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.59
1123
1123
  */
1124
1124
  readonly delay: OptionalAttribute<number | null, any>;
1125
1125
  /**
1126
1126
  * Indicates the current security policies for the Thread partition to which a Node is connected. Null when
1127
1127
  * there is no dataset configured.
1128
1128
  *
1129
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.60
1129
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.60
1130
1130
  */
1131
1131
  readonly securityPolicy: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1132
1132
  /**
1133
1133
  * This field shall specify the interval of time, in hours, that Thread security keys are rotated. Null when
1134
1134
  * there is no dataset configured.
1135
1135
  *
1136
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.6.1
1136
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.6.1
1137
1137
  */
1138
1138
  rotationTime: import("../tlv/TlvObject.js").FieldType<number>;
1139
1139
  /**
1140
1140
  * This field shall specify the flags as specified in Thread 1.3.0 section 8.10.1.15. Null when there is no
1141
1141
  * dataset configured.
1142
1142
  *
1143
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.6.2
1143
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.6.2
1144
1144
  */
1145
1145
  flags: import("../tlv/TlvObject.js").FieldType<number>;
1146
1146
  }> | null, any>;
@@ -1152,92 +1152,92 @@ export declare namespace ThreadNetworkDiagnostics {
1152
1152
  * 0. If channel 0 and channel 10 are selected, the mask would be: 80 20 00 00. Null when there is no
1153
1153
  * dataset configured.
1154
1154
  *
1155
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.61
1155
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.61
1156
1156
  */
1157
1157
  readonly channelPage0Mask: Attribute<AllowSharedBufferSource | null, any>;
1158
1158
  /**
1159
1159
  * Indicates a collection of flags to indicate the presence of various operationally acquired values.
1160
1160
  *
1161
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.62
1161
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.62
1162
1162
  */
1163
1163
  readonly operationalDatasetComponents: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1164
1164
  /**
1165
1165
  * This field shall be True if the Node has an active timestamp present, else False.
1166
1166
  *
1167
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.1
1167
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.1
1168
1168
  */
1169
1169
  activeTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
1170
1170
  /**
1171
1171
  * This field shall be True if the Node has a pending timestamp is present, else False.
1172
1172
  *
1173
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.2
1173
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.2
1174
1174
  */
1175
1175
  pendingTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
1176
1176
  /**
1177
1177
  * This field shall be True if the Node has the Thread master key, else False.
1178
1178
  *
1179
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.3
1179
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.3
1180
1180
  */
1181
1181
  masterKeyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
1182
1182
  /**
1183
1183
  * This field shall be True if the Node has the Thread network’s name, else False.
1184
1184
  *
1185
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.4
1185
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.4
1186
1186
  */
1187
1187
  networkNamePresent: import("../tlv/TlvObject.js").FieldType<boolean>;
1188
1188
  /**
1189
1189
  * This field shall be True if the Node has an extended Pan ID, else False.
1190
1190
  *
1191
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.5
1191
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.5
1192
1192
  */
1193
1193
  extendedPanIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
1194
1194
  /**
1195
1195
  * This field shall be True if the Node has the mesh local prefix, else False.
1196
1196
  *
1197
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.6
1197
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.6
1198
1198
  */
1199
1199
  meshLocalPrefixPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
1200
1200
  /**
1201
1201
  * This field shall be True if the Node has the Thread network delay set, else False.
1202
1202
  *
1203
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.7
1203
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.7
1204
1204
  */
1205
1205
  delayPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
1206
1206
  /**
1207
1207
  * This field shall be True if the Node has a Pan ID, else False.
1208
1208
  *
1209
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.8
1209
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.8
1210
1210
  */
1211
1211
  panIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
1212
1212
  /**
1213
1213
  * This field shall be True if the Node has configured an operational channel for the Thread network, else
1214
1214
  * False.
1215
1215
  *
1216
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.9
1216
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.9
1217
1217
  */
1218
1218
  channelPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
1219
1219
  /**
1220
1220
  * This field shall be True if the Node has been configured with the Thread network Pskc, else False.
1221
1221
  *
1222
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.10
1222
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.10
1223
1223
  */
1224
1224
  pskcPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
1225
1225
  /**
1226
1226
  * This field shall be True if the Node has been configured with the Thread network security policies, else
1227
1227
  * False.
1228
1228
  *
1229
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.11
1229
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.11
1230
1230
  */
1231
1231
  securityPolicyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
1232
1232
  /**
1233
1233
  * This field shall be True if the Node has available a mask of available channels, else False.
1234
1234
  *
1235
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.12
1235
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.12
1236
1236
  */
1237
1237
  channelMaskPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
1238
1238
  }> | null, any>;
1239
1239
  /**
1240
- * @see {@link MatterSpecification.v141.Core} § 11.14.6
1240
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6
1241
1241
  */
1242
1242
  readonly activeNetworkFaultsList: Attribute<NetworkFault[], any>;
1243
1243
  /**
@@ -1246,7 +1246,7 @@ export declare namespace ThreadNetworkDiagnostics {
1246
1246
  * address EUI-64 and treating them as a big-endian integer. For example, octet string (in hexadecimal, from
1247
1247
  * first octet to last) 00112233AABBCCDD would lead to a value of 0x00112233AABBCCDD.
1248
1248
  *
1249
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.64
1249
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.64
1250
1250
  */
1251
1251
  readonly extAddress: Attribute<number | bigint | null, any>;
1252
1252
  /**
@@ -1255,7 +1255,7 @@ export declare namespace ThreadNetworkDiagnostics {
1255
1255
  * the octet string as if it was encoding a big-endian integer. For example, octet string (in hexadecimal,
1256
1256
  * from first octet to last) 44AA would lead to a value of 0x44AA.
1257
1257
  *
1258
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.65
1258
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.65
1259
1259
  */
1260
1260
  readonly rloc16: Attribute<number | null, any>;
1261
1261
  };
@@ -1264,7 +1264,7 @@ export declare namespace ThreadNetworkDiagnostics {
1264
1264
  * The ConnectionStatus Event shall indicate that a Node’s connection status to a Thread network has
1265
1265
  * changed.
1266
1266
  *
1267
- * @see {@link MatterSpecification.v141.Core} § 11.14.8.2
1267
+ * @see {@link MatterSpecification.v142.Core} § 11.14.8.2
1268
1268
  */
1269
1269
  readonly connectionStatus: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
1270
1270
  connectionStatus: import("../tlv/TlvObject.js").FieldType<ConnectionStatus>;
@@ -1273,21 +1273,21 @@ export declare namespace ThreadNetworkDiagnostics {
1273
1273
  * The NetworkFaultChange Event shall indicate a change in the set of network faults currently detected by
1274
1274
  * the Node.
1275
1275
  *
1276
- * @see {@link MatterSpecification.v141.Core} § 11.14.8.1
1276
+ * @see {@link MatterSpecification.v142.Core} § 11.14.8.1
1277
1277
  */
1278
1278
  readonly networkFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
1279
1279
  /**
1280
1280
  * This field shall represent the set of faults currently detected, as per Section 11.14.5.1, “NetworkFaultEnum
1281
1281
  * Type”.
1282
1282
  *
1283
- * @see {@link MatterSpecification.v141.Core} § 11.14.8.1.1
1283
+ * @see {@link MatterSpecification.v142.Core} § 11.14.8.1.1
1284
1284
  */
1285
1285
  current: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
1286
1286
  /**
1287
1287
  * This field shall represent the set of faults detected prior to this change event, as per Section 11.14.5.1,
1288
1288
  * “NetworkFaultEnum Type”.
1289
1289
  *
1290
- * @see {@link MatterSpecification.v141.Core} § 11.14.8.1.2
1290
+ * @see {@link MatterSpecification.v142.Core} § 11.14.8.1.2
1291
1291
  */
1292
1292
  previous: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
1293
1293
  }>, any>;
@@ -1307,7 +1307,7 @@ export declare namespace ThreadNetworkDiagnostics {
1307
1307
  * retain all packets on the ethernet network interface. The OverrunCount attribute shall be reset to 0 upon
1308
1308
  * a reboot of the Node.
1309
1309
  *
1310
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.7
1310
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.7
1311
1311
  */
1312
1312
  readonly overrunCount: Attribute<number | bigint, any>;
1313
1313
  };
@@ -1321,7 +1321,7 @@ export declare namespace ThreadNetworkDiagnostics {
1321
1321
  *
1322
1322
  * Upon completion, this command shall send a status code of SUCCESS back to the initiator.
1323
1323
  *
1324
- * @see {@link MatterSpecification.v141.Core} § 11.14.7.1
1324
+ * @see {@link MatterSpecification.v142.Core} § 11.14.7.1
1325
1325
  */
1326
1326
  readonly resetCounts: Command<void, void, any>;
1327
1327
  };
@@ -1336,42 +1336,42 @@ export declare namespace ThreadNetworkDiagnostics {
1336
1336
  * Indicates the number of times the Node entered the OT_DEVICE_ROLE_DETACHED role as specified within the
1337
1337
  * Thread specification. This value shall only be reset upon a Node reboot.
1338
1338
  *
1339
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.15
1339
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.15
1340
1340
  */
1341
1341
  readonly detachedRoleCount: OptionalAttribute<number, any>;
1342
1342
  /**
1343
1343
  * Indicates the number of times the Node entered the OT_DEVICE_ROLE_CHILD role as specified within the
1344
1344
  * Thread specification. This value shall only be reset upon a Node reboot.
1345
1345
  *
1346
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.16
1346
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.16
1347
1347
  */
1348
1348
  readonly childRoleCount: OptionalAttribute<number, any>;
1349
1349
  /**
1350
1350
  * Indicates the number of times the Node entered the OT_DEVICE_ROLE_ROUTER role as specified within the
1351
1351
  * Thread specification. This value shall only be reset upon a Node reboot.
1352
1352
  *
1353
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.17
1353
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.17
1354
1354
  */
1355
1355
  readonly routerRoleCount: OptionalAttribute<number, any>;
1356
1356
  /**
1357
1357
  * Indicates the number of times the Node entered the OT_DEVICE_ROLE_LEADER role as specified within the
1358
1358
  * Thread specification. This value shall only be reset upon a Node reboot.
1359
1359
  *
1360
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.18
1360
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.18
1361
1361
  */
1362
1362
  readonly leaderRoleCount: OptionalAttribute<number, any>;
1363
1363
  /**
1364
1364
  * Indicates the number of attempts that have been made to attach to a Thread network while the Node was
1365
1365
  * detached from all Thread networks. This value shall only be reset upon a Node reboot.
1366
1366
  *
1367
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.19
1367
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.19
1368
1368
  */
1369
1369
  readonly attachAttemptCount: OptionalAttribute<number, any>;
1370
1370
  /**
1371
1371
  * Indicates the number of times that the Thread network that the Node is connected to has changed its
1372
1372
  * Partition ID. This value shall only be reset upon a Node reboot.
1373
1373
  *
1374
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.20
1374
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.20
1375
1375
  */
1376
1376
  readonly partitionIdChangeCount: OptionalAttribute<number, any>;
1377
1377
  /**
@@ -1379,14 +1379,14 @@ export declare namespace ThreadNetworkDiagnostics {
1379
1379
  * determined is better than the partition it is currently attached to. This value shall only be reset upon
1380
1380
  * a Node reboot.
1381
1381
  *
1382
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.21
1382
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.21
1383
1383
  */
1384
1384
  readonly betterPartitionAttachAttemptCount: OptionalAttribute<number, any>;
1385
1385
  /**
1386
1386
  * Indicates the number of times a Node has changed its parent. This value shall only be reset upon a Node
1387
1387
  * reboot.
1388
1388
  *
1389
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.22
1389
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.22
1390
1390
  */
1391
1391
  readonly parentChangeCount: OptionalAttribute<number, any>;
1392
1392
  };
@@ -1402,7 +1402,7 @@ export declare namespace ThreadNetworkDiagnostics {
1402
1402
  * incremented by 1 for each MAC transmission request regardless of the amount of CCA failures, CSMA-CA
1403
1403
  * attempts, or retransmissions. This value shall only be reset upon a Node reboot.
1404
1404
  *
1405
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.23
1405
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.23
1406
1406
  */
1407
1407
  readonly txTotalCount: OptionalAttribute<number, any>;
1408
1408
  /**
@@ -1410,7 +1410,7 @@ export declare namespace ThreadNetworkDiagnostics {
1410
1410
  * incremented by 1 for each unicast MAC transmission request regardless of the amount of CCA failures,
1411
1411
  * CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
1412
1412
  *
1413
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.24
1413
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.24
1414
1414
  */
1415
1415
  readonly txUnicastCount: OptionalAttribute<number, any>;
1416
1416
  /**
@@ -1418,7 +1418,7 @@ export declare namespace ThreadNetworkDiagnostics {
1418
1418
  * be incremented by 1 for each broadcast MAC transmission request regardless of the amount of CCA failures,
1419
1419
  * CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
1420
1420
  *
1421
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.25
1421
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.25
1422
1422
  */
1423
1423
  readonly txBroadcastCount: OptionalAttribute<number, any>;
1424
1424
  /**
@@ -1427,7 +1427,7 @@ export declare namespace ThreadNetworkDiagnostics {
1427
1427
  * regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
1428
1428
  * reset upon a Node reboot.
1429
1429
  *
1430
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.26
1430
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.26
1431
1431
  */
1432
1432
  readonly txAckRequestedCount: OptionalAttribute<number, any>;
1433
1433
  /**
@@ -1435,7 +1435,7 @@ export declare namespace ThreadNetworkDiagnostics {
1435
1435
  * only be incremented by 1 for each MAC transmission request that is acked regardless of the amount of CCA
1436
1436
  * failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
1437
1437
  *
1438
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.27
1438
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.27
1439
1439
  */
1440
1440
  readonly txAckedCount: OptionalAttribute<number, any>;
1441
1441
  /**
@@ -1443,7 +1443,7 @@ export declare namespace ThreadNetworkDiagnostics {
1443
1443
  * The attribute shall only be incremented by 1 for each MAC transmission request that is does not request
1444
1444
  * acknowledgement regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
1445
1445
  *
1446
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.28
1446
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.28
1447
1447
  */
1448
1448
  readonly txNoAckRequestedCount: OptionalAttribute<number, any>;
1449
1449
  /**
@@ -1451,7 +1451,7 @@ export declare namespace ThreadNetworkDiagnostics {
1451
1451
  * incremented by 1 for each MAC Data frame transmission request regardless of the amount of CCA failures,
1452
1452
  * CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
1453
1453
  *
1454
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.29
1454
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.29
1455
1455
  */
1456
1456
  readonly txDataCount: OptionalAttribute<number, any>;
1457
1457
  /**
@@ -1459,7 +1459,7 @@ export declare namespace ThreadNetworkDiagnostics {
1459
1459
  * be incremented by 1 for each MAC Data Poll frame transmission request regardless of the amount of CCA
1460
1460
  * failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
1461
1461
  *
1462
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.30
1462
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.30
1463
1463
  */
1464
1464
  readonly txDataPollCount: OptionalAttribute<number, any>;
1465
1465
  /**
@@ -1467,7 +1467,7 @@ export declare namespace ThreadNetworkDiagnostics {
1467
1467
  * incremented by 1 for each MAC Beacon frame transmission request regardless of the amount of CCA failures,
1468
1468
  * CSMA-CA attempts, or retransmissions.
1469
1469
  *
1470
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.31
1470
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.31
1471
1471
  */
1472
1472
  readonly txBeaconCount: OptionalAttribute<number, any>;
1473
1473
  /**
@@ -1475,7 +1475,7 @@ export declare namespace ThreadNetworkDiagnostics {
1475
1475
  * only be incremented by 1 for each MAC Beacon Request frame transmission request regardless of the amount
1476
1476
  * of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
1477
1477
  *
1478
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.32
1478
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.32
1479
1479
  */
1480
1480
  readonly txBeaconRequestCount: OptionalAttribute<number, any>;
1481
1481
  /**
@@ -1484,7 +1484,7 @@ export declare namespace ThreadNetworkDiagnostics {
1484
1484
  * regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
1485
1485
  * reset upon a Node reboot.
1486
1486
  *
1487
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.33
1487
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.33
1488
1488
  */
1489
1489
  readonly txOtherCount: OptionalAttribute<number, any>;
1490
1490
  /**
@@ -1492,7 +1492,7 @@ export declare namespace ThreadNetworkDiagnostics {
1492
1492
  * for each retransmission attempt that may be triggered by lack of acknowledgement, CSMA/CA failure, or
1493
1493
  * other type of transmission error. This value shall only be reset upon a Node reboot.
1494
1494
  *
1495
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.34
1495
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.34
1496
1496
  */
1497
1497
  readonly txRetryCount: OptionalAttribute<number, any>;
1498
1498
  /**
@@ -1500,7 +1500,7 @@ export declare namespace ThreadNetworkDiagnostics {
1500
1500
  * packets. The attribute shall only be incremented by 1 for each unique MAC transmission packets that meets
1501
1501
  * the maximal retry limit for direct packets. This value shall only be reset upon a Node reboot.
1502
1502
  *
1503
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.35
1503
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.35
1504
1504
  */
1505
1505
  readonly txDirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
1506
1506
  /**
@@ -1508,14 +1508,14 @@ export declare namespace ThreadNetworkDiagnostics {
1508
1508
  * packets. The attribute shall only be incremented by 1 for each unique MAC transmission packets that meets
1509
1509
  * the maximal retry limit for indirect packets. This value shall only be reset upon a Node reboot.
1510
1510
  *
1511
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.36
1511
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.36
1512
1512
  */
1513
1513
  readonly txIndirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
1514
1514
  /**
1515
1515
  * Indicates the total number of CCA failures. The TxErrCcaCount attribute shall only be incremented by 1
1516
1516
  * for each instance of a CCA failure. This value shall only be reset upon a Node reboot.
1517
1517
  *
1518
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.37
1518
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.37
1519
1519
  */
1520
1520
  readonly txErrCcaCount: OptionalAttribute<number, any>;
1521
1521
  /**
@@ -1523,7 +1523,7 @@ export declare namespace ThreadNetworkDiagnostics {
1523
1523
  * attribute shall only be incremented by 1 for each unique MAC transmission request failure caused by an
1524
1524
  * abort error.
1525
1525
  *
1526
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.38
1526
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.38
1527
1527
  */
1528
1528
  readonly txErrAbortCount: OptionalAttribute<number, any>;
1529
1529
  /**
@@ -1531,126 +1531,126 @@ export declare namespace ThreadNetworkDiagnostics {
1531
1531
  * of a busy channel (a CSMA/CA fail). The attribute shall only be incremented by 1 for each unique MAC
1532
1532
  * transmission request failure caused by a busy channel such as a CSMA/CA failure.
1533
1533
  *
1534
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.39
1534
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.39
1535
1535
  */
1536
1536
  readonly txErrBusyChannelCount: OptionalAttribute<number, any>;
1537
1537
  /**
1538
1538
  * Indicates the total number of received unique MAC frames. This value shall only be reset upon a Node
1539
1539
  * reboot.
1540
1540
  *
1541
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.40
1541
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.40
1542
1542
  */
1543
1543
  readonly rxTotalCount: OptionalAttribute<number, any>;
1544
1544
  /**
1545
1545
  * Indicates the total number of received unique unicast MAC frames. This value shall only be reset upon a
1546
1546
  * Node reboot.
1547
1547
  *
1548
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.41
1548
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.41
1549
1549
  */
1550
1550
  readonly rxUnicastCount: OptionalAttribute<number, any>;
1551
1551
  /**
1552
1552
  * Indicates the total number of received unique broadcast MAC frames. This value shall only be reset upon a
1553
1553
  * Node reboot.
1554
1554
  *
1555
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.42
1555
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.42
1556
1556
  */
1557
1557
  readonly rxBroadcastCount: OptionalAttribute<number, any>;
1558
1558
  /**
1559
1559
  * Indicates the total number of received unique MAC Data frames. This value shall only be reset upon a Node
1560
1560
  * reboot.
1561
1561
  *
1562
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.43
1562
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.43
1563
1563
  */
1564
1564
  readonly rxDataCount: OptionalAttribute<number, any>;
1565
1565
  /**
1566
1566
  * Indicates the total number of received unique MAC Data Poll frames. This value shall only be reset upon a
1567
1567
  * Node reboot.
1568
1568
  *
1569
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.44
1569
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.44
1570
1570
  */
1571
1571
  readonly rxDataPollCount: OptionalAttribute<number, any>;
1572
1572
  /**
1573
1573
  * Indicates the total number of received unique MAC Beacon frames. This value shall only be reset upon a
1574
1574
  * Node reboot.
1575
1575
  *
1576
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.45
1576
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.45
1577
1577
  */
1578
1578
  readonly rxBeaconCount: OptionalAttribute<number, any>;
1579
1579
  /**
1580
1580
  * Indicates the total number of received unique MAC Beacon Request frames. This value shall only be reset
1581
1581
  * upon a Node reboot.
1582
1582
  *
1583
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.46
1583
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.46
1584
1584
  */
1585
1585
  readonly rxBeaconRequestCount: OptionalAttribute<number, any>;
1586
1586
  /**
1587
1587
  * Indicates the total number of received unique MAC frame requests that are not counted by any other
1588
1588
  * attribute. This value shall only be reset upon a Node reboot.
1589
1589
  *
1590
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.47
1590
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.47
1591
1591
  */
1592
1592
  readonly rxOtherCount: OptionalAttribute<number, any>;
1593
1593
  /**
1594
1594
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
1595
1595
  * MAC filtering. This value shall only be reset upon a Node reboot.
1596
1596
  *
1597
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.48
1597
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.48
1598
1598
  */
1599
1599
  readonly rxAddressFilteredCount: OptionalAttribute<number, any>;
1600
1600
  /**
1601
1601
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of a
1602
1602
  * destination address check. This value shall only be reset upon a Node reboot.
1603
1603
  *
1604
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.49
1604
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.49
1605
1605
  */
1606
1606
  readonly rxDestAddrFilteredCount: OptionalAttribute<number, any>;
1607
1607
  /**
1608
1608
  * Indicates the total number of received MAC frame requests that have been dropped as a result of being a
1609
1609
  * duplicate of a previously received MAC frame request. This value shall only be reset upon a Node reboot.
1610
1610
  *
1611
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.50
1611
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.50
1612
1612
  */
1613
1613
  readonly rxDuplicatedCount: OptionalAttribute<number, any>;
1614
1614
  /**
1615
1615
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
1616
1616
  * missing or malformed frame contents. This value shall only be reset upon a Node reboot.
1617
1617
  *
1618
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.51
1618
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.51
1619
1619
  */
1620
1620
  readonly rxErrNoFrameCount: OptionalAttribute<number, any>;
1621
1621
  /**
1622
1622
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
1623
1623
  * originating from an unknown neighbor device. This value shall only be reset upon a Node reboot.
1624
1624
  *
1625
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.52
1625
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.52
1626
1626
  */
1627
1627
  readonly rxErrUnknownNeighborCount: OptionalAttribute<number, any>;
1628
1628
  /**
1629
1629
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
1630
1630
  * containing an invalid source address. This value shall only be reset upon a Node reboot.
1631
1631
  *
1632
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.53
1632
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.53
1633
1633
  */
1634
1634
  readonly rxErrInvalidSrcAddrCount: OptionalAttribute<number, any>;
1635
1635
  /**
1636
1636
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
1637
1637
  * error with the security of the received frame. This value shall only be reset upon a Node reboot.
1638
1638
  *
1639
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.54
1639
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.54
1640
1640
  */
1641
1641
  readonly rxErrSecCount: OptionalAttribute<number, any>;
1642
1642
  /**
1643
1643
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
1644
1644
  * error with the FCS of the received frame. This value shall only be reset upon a Node reboot.
1645
1645
  *
1646
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.55
1646
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.55
1647
1647
  */
1648
1648
  readonly rxErrFcsCount: OptionalAttribute<number, any>;
1649
1649
  /**
1650
1650
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
1651
1651
  * error that is not counted by any other attribute. This value shall only be reset upon a Node reboot.
1652
1652
  *
1653
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.56
1653
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.56
1654
1654
  */
1655
1655
  readonly rxErrOtherCount: OptionalAttribute<number, any>;
1656
1656
  };
@@ -1689,7 +1689,7 @@ export declare namespace ThreadNetworkDiagnostics {
1689
1689
  * Operational Dataset’s current Channel value). A value of null shall indicate that the Thread interface is
1690
1690
  * not currently configured or operational.
1691
1691
  *
1692
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.1
1692
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.1
1693
1693
  */
1694
1694
  readonly channel: Attribute<number | null, any>;
1695
1695
  /**
@@ -1697,7 +1697,7 @@ export declare namespace ThreadNetworkDiagnostics {
1697
1697
  * defined by RoutingRoleEnum. The potential roles are defined in the following table. A value of null shall
1698
1698
  * indicate that the Thread interface is not currently configured or operational.
1699
1699
  *
1700
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.2
1700
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.2
1701
1701
  */
1702
1702
  readonly routingRole: Attribute<RoutingRole | null, any>;
1703
1703
  /**
@@ -1705,34 +1705,34 @@ export declare namespace ThreadNetworkDiagnostics {
1705
1705
  * join to. A value of null shall indicate that the Thread interface is not currently configured or
1706
1706
  * operational.
1707
1707
  *
1708
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.3
1708
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.3
1709
1709
  */
1710
1710
  readonly networkName: Attribute<string | null, any>;
1711
1711
  /**
1712
1712
  * Indicates the 16-bit identifier of the Node on the Thread network. A value of null shall indicate that
1713
1713
  * the Thread interface is not currently configured or operational.
1714
1714
  *
1715
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.4
1715
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.4
1716
1716
  */
1717
1717
  readonly panId: Attribute<number | null, any>;
1718
1718
  /**
1719
1719
  * Indicates the unique 64-bit identifier of the Node on the Thread network. A value of null shall indicate
1720
1720
  * that the Thread interface is not currently configured or operational.
1721
1721
  *
1722
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.5
1722
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.5
1723
1723
  */
1724
1724
  readonly extendedPanId: Attribute<number | bigint | null, any>;
1725
1725
  /**
1726
1726
  * Indicates the mesh-local IPv6 prefix for the Thread network that the Node has been configured to join to.
1727
1727
  * A value of null shall indicate that the Thread interface is not currently configured or operational.
1728
1728
  *
1729
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.6
1729
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.6
1730
1730
  */
1731
1731
  readonly meshLocalPrefix: Attribute<AllowSharedBufferSource | null, any>;
1732
1732
  /**
1733
1733
  * Indicates the current list of Nodes that comprise the neighbor table on the Node.
1734
1734
  *
1735
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.8
1735
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.8
1736
1736
  */
1737
1737
  readonly neighborTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1738
1738
  /**
@@ -1741,14 +1741,14 @@ export declare namespace ThreadNetworkDiagnostics {
1741
1741
  * example, octet string (in hexadecimal, from first octet to last) 00112233AABBCCDD would lead to a value of
1742
1742
  * 0x00112233AABBCCDD.
1743
1743
  *
1744
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.1
1744
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.1
1745
1745
  */
1746
1746
  extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1747
1747
  /**
1748
1748
  * This field shall specify the duration of time, in seconds, since a frame has been received from the
1749
1749
  * neighboring Node.
1750
1750
  *
1751
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.2
1751
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.2
1752
1752
  */
1753
1753
  age: import("../tlv/TlvObject.js").FieldType<number>;
1754
1754
  /**
@@ -1756,28 +1756,28 @@ export declare namespace ThreadNetworkDiagnostics {
1756
1756
  * RLOC16 and treating the octet string as if it was encoding a big-endian integer. For example, octet string
1757
1757
  * (in hexadecimal, from first octet to last) 44AA would lead to a value of 0x44AA.
1758
1758
  *
1759
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.3
1759
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.3
1760
1760
  */
1761
1761
  rloc16: import("../tlv/TlvObject.js").FieldType<number>;
1762
1762
  /**
1763
1763
  * This field shall specify the number of link layer frames that have been received from the neighboring node.
1764
1764
  * This field shall be reset to 0 upon a reboot of the Node.
1765
1765
  *
1766
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.4
1766
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.4
1767
1767
  */
1768
1768
  linkFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
1769
1769
  /**
1770
1770
  * This field shall specify the number of Mesh Link Establishment frames that have been received from the
1771
1771
  * neighboring node. This field shall be reset to 0 upon a reboot of the Node.
1772
1772
  *
1773
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.5
1773
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.5
1774
1774
  */
1775
1775
  mleFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
1776
1776
  /**
1777
1777
  * This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
1778
1778
  * scaled from 0 to 255.
1779
1779
  *
1780
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.6
1780
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.6
1781
1781
  */
1782
1782
  lqi: import("../tlv/TlvObject.js").FieldType<number>;
1783
1783
  /**
@@ -1785,7 +1785,7 @@ export declare namespace ThreadNetworkDiagnostics {
1785
1785
  * receiving Node’s last reboot. If there is no known received frames this field SHOULD have the value of null.
1786
1786
  * This field shall have the units of dBm, having the range -128 dBm to 0 dBm.
1787
1787
  *
1788
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.7
1788
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.7
1789
1789
  */
1790
1790
  averageRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
1791
1791
  /**
@@ -1793,55 +1793,55 @@ export declare namespace ThreadNetworkDiagnostics {
1793
1793
  * no known last received frame the LastRssi field SHOULD have the value of null. This field shall have the
1794
1794
  * units of dBm, having the range -128 dBm to 0 dBm.
1795
1795
  *
1796
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.8
1796
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.8
1797
1797
  */
1798
1798
  lastRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
1799
1799
  /**
1800
1800
  * This field shall specify the percentage of received frames from the neighboring Node that have resulted in
1801
1801
  * errors.
1802
1802
  *
1803
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.9
1803
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.9
1804
1804
  */
1805
1805
  frameErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
1806
1806
  /**
1807
1807
  * This field shall specify the percentage of received messages from the neighboring Node that have resulted in
1808
1808
  * errors.
1809
1809
  *
1810
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.10
1810
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.10
1811
1811
  */
1812
1812
  messageErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
1813
1813
  /**
1814
1814
  * This field shall specify if the neighboring Node is capable of receiving frames while the Node is in an idle
1815
1815
  * state.
1816
1816
  *
1817
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.11
1817
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.11
1818
1818
  */
1819
1819
  rxOnWhenIdle: import("../tlv/TlvObject.js").FieldType<boolean>;
1820
1820
  /**
1821
1821
  * This field shall specify if the neighboring Node is a full Thread device.
1822
1822
  *
1823
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.12
1823
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.12
1824
1824
  */
1825
1825
  fullThreadDevice: import("../tlv/TlvObject.js").FieldType<boolean>;
1826
1826
  /**
1827
1827
  * This field shall specify if the neighboring Node requires the full Network Data. If set to False, the
1828
1828
  * neighboring Node only requires the stable Network Data.
1829
1829
  *
1830
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.13
1830
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.13
1831
1831
  */
1832
1832
  fullNetworkData: import("../tlv/TlvObject.js").FieldType<boolean>;
1833
1833
  /**
1834
1834
  * This field shall specify if the neighboring Node is a direct child of the Node reporting the NeighborTable
1835
1835
  * attribute.
1836
1836
  *
1837
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.14
1837
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.14
1838
1838
  */
1839
1839
  isChild: import("../tlv/TlvObject.js").FieldType<boolean>;
1840
1840
  }>[], any>;
1841
1841
  /**
1842
1842
  * Indicates the current list of router capable Nodes for which routes have been established.
1843
1843
  *
1844
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.9
1844
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.9
1845
1845
  */
1846
1846
  readonly routeTable: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1847
1847
  /**
@@ -1850,7 +1850,7 @@ export declare namespace ThreadNetworkDiagnostics {
1850
1850
  * them as a big-endian integer. For example, octet string (in hexadecimal, from first octet to last)
1851
1851
  * 00112233AABBCCDD would lead to a value of 0x00112233AABBCCDD.
1852
1852
  *
1853
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.1
1853
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.1
1854
1854
  */
1855
1855
  extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1856
1856
  /**
@@ -1859,60 +1859,60 @@ export declare namespace ThreadNetworkDiagnostics {
1859
1859
  * integer. For example, octet string (in hexadecimal, from first octet to last) 44AA would lead to a value of
1860
1860
  * 0x44AA.
1861
1861
  *
1862
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.2
1862
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.2
1863
1863
  */
1864
1864
  rloc16: import("../tlv/TlvObject.js").FieldType<number>;
1865
1865
  /**
1866
1866
  * This field shall specify the Router ID for the Node for which this route table entry corresponds.
1867
1867
  *
1868
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.3
1868
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.3
1869
1869
  */
1870
1870
  routerId: import("../tlv/TlvObject.js").FieldType<number>;
1871
1871
  /**
1872
1872
  * This field shall specify the Router ID for the next hop in the route to the Node for which this route table
1873
1873
  * entry corresponds.
1874
1874
  *
1875
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.4
1875
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.4
1876
1876
  */
1877
1877
  nextHop: import("../tlv/TlvObject.js").FieldType<number>;
1878
1878
  /**
1879
1879
  * This Field shall specify the cost of the route to the Node for which this route table entry corresponds.
1880
1880
  *
1881
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.5
1881
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.5
1882
1882
  */
1883
1883
  pathCost: import("../tlv/TlvObject.js").FieldType<number>;
1884
1884
  /**
1885
1885
  * This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
1886
1886
  * scaled from 0 to 255, from the perspective of the Node reporting the neighbor table.
1887
1887
  *
1888
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.6
1888
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.6
1889
1889
  */
1890
1890
  lqiIn: import("../tlv/TlvObject.js").FieldType<number>;
1891
1891
  /**
1892
1892
  * This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
1893
1893
  * scaled from 0 to 255, from the perspective of the Node specified within the NextHop field.
1894
1894
  *
1895
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.7
1895
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.7
1896
1896
  */
1897
1897
  lqiOut: import("../tlv/TlvObject.js").FieldType<number>;
1898
1898
  /**
1899
1899
  * This field shall specify the duration of time, in seconds, since a frame has been received from the Node for
1900
1900
  * which this route table entry corresponds.
1901
1901
  *
1902
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.8
1902
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.8
1903
1903
  */
1904
1904
  age: import("../tlv/TlvObject.js").FieldType<number>;
1905
1905
  /**
1906
1906
  * This field shall specify if the router ID as defined within the RouterId field has been allocated.
1907
1907
  *
1908
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.9
1908
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.9
1909
1909
  */
1910
1910
  allocated: import("../tlv/TlvObject.js").FieldType<boolean>;
1911
1911
  /**
1912
1912
  * This field shall specify if a link has been established to the Node for which this route table entry
1913
1913
  * corresponds.
1914
1914
  *
1915
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.10
1915
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.10
1916
1916
  */
1917
1917
  linkEstablished: import("../tlv/TlvObject.js").FieldType<boolean>;
1918
1918
  }>[], any>;
@@ -1920,74 +1920,74 @@ export declare namespace ThreadNetworkDiagnostics {
1920
1920
  * Indicates the Thread Leader Partition Id for the Thread network to which the Node is joined. Null if not
1921
1921
  * attached to a Thread network.
1922
1922
  *
1923
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.10
1923
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.10
1924
1924
  */
1925
1925
  readonly partitionId: Attribute<number | null, any>;
1926
1926
  /**
1927
1927
  * Indicates the Thread Leader Weight used when operating in the Leader role. Null if not attached to a
1928
1928
  * Thread network.
1929
1929
  *
1930
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.11
1930
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.11
1931
1931
  */
1932
1932
  readonly weighting: Attribute<number | null, any>;
1933
1933
  /**
1934
1934
  * Indicates the full Network Data Version the Node currently uses. Null if not attached to a Thread
1935
1935
  * network.
1936
1936
  *
1937
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.12
1937
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.12
1938
1938
  */
1939
1939
  readonly dataVersion: Attribute<number | null, any>;
1940
1940
  /**
1941
1941
  * Indicates the Network Data Version for the stable subset of data the Node currently uses. Null if not
1942
1942
  * attached to a Thread network.
1943
1943
  *
1944
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.13
1944
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.13
1945
1945
  */
1946
1946
  readonly stableDataVersion: Attribute<number | null, any>;
1947
1947
  /**
1948
1948
  * Indicates the 8-bit LeaderRouterId the Node shall attempt to utilize upon becoming a router or leader on
1949
1949
  * the Thread network. Null if not attached to a Thread network.
1950
1950
  *
1951
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.14
1951
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.14
1952
1952
  */
1953
1953
  readonly leaderRouterId: Attribute<number | null, any>;
1954
1954
  /**
1955
1955
  * Null when there is no dataset configured.
1956
1956
  *
1957
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.57
1957
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.57
1958
1958
  */
1959
1959
  readonly activeTimestamp: OptionalAttribute<number | bigint | null, any>;
1960
1960
  /**
1961
1961
  * Null when there is no dataset configured.
1962
1962
  *
1963
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.58
1963
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.58
1964
1964
  */
1965
1965
  readonly pendingTimestamp: OptionalAttribute<number | bigint | null, any>;
1966
1966
  /**
1967
1967
  * Null when there is no dataset configured.
1968
1968
  *
1969
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.59
1969
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.59
1970
1970
  */
1971
1971
  readonly delay: OptionalAttribute<number | null, any>;
1972
1972
  /**
1973
1973
  * Indicates the current security policies for the Thread partition to which a Node is connected. Null when
1974
1974
  * there is no dataset configured.
1975
1975
  *
1976
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.60
1976
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.60
1977
1977
  */
1978
1978
  readonly securityPolicy: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1979
1979
  /**
1980
1980
  * This field shall specify the interval of time, in hours, that Thread security keys are rotated. Null when
1981
1981
  * there is no dataset configured.
1982
1982
  *
1983
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.6.1
1983
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.6.1
1984
1984
  */
1985
1985
  rotationTime: import("../tlv/TlvObject.js").FieldType<number>;
1986
1986
  /**
1987
1987
  * This field shall specify the flags as specified in Thread 1.3.0 section 8.10.1.15. Null when there is no
1988
1988
  * dataset configured.
1989
1989
  *
1990
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.6.2
1990
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.6.2
1991
1991
  */
1992
1992
  flags: import("../tlv/TlvObject.js").FieldType<number>;
1993
1993
  }> | null, any>;
@@ -1999,92 +1999,92 @@ export declare namespace ThreadNetworkDiagnostics {
1999
1999
  * 0. If channel 0 and channel 10 are selected, the mask would be: 80 20 00 00. Null when there is no
2000
2000
  * dataset configured.
2001
2001
  *
2002
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.61
2002
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.61
2003
2003
  */
2004
2004
  readonly channelPage0Mask: Attribute<AllowSharedBufferSource | null, any>;
2005
2005
  /**
2006
2006
  * Indicates a collection of flags to indicate the presence of various operationally acquired values.
2007
2007
  *
2008
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.62
2008
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.62
2009
2009
  */
2010
2010
  readonly operationalDatasetComponents: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
2011
2011
  /**
2012
2012
  * This field shall be True if the Node has an active timestamp present, else False.
2013
2013
  *
2014
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.1
2014
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.1
2015
2015
  */
2016
2016
  activeTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
2017
2017
  /**
2018
2018
  * This field shall be True if the Node has a pending timestamp is present, else False.
2019
2019
  *
2020
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.2
2020
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.2
2021
2021
  */
2022
2022
  pendingTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
2023
2023
  /**
2024
2024
  * This field shall be True if the Node has the Thread master key, else False.
2025
2025
  *
2026
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.3
2026
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.3
2027
2027
  */
2028
2028
  masterKeyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
2029
2029
  /**
2030
2030
  * This field shall be True if the Node has the Thread network’s name, else False.
2031
2031
  *
2032
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.4
2032
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.4
2033
2033
  */
2034
2034
  networkNamePresent: import("../tlv/TlvObject.js").FieldType<boolean>;
2035
2035
  /**
2036
2036
  * This field shall be True if the Node has an extended Pan ID, else False.
2037
2037
  *
2038
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.5
2038
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.5
2039
2039
  */
2040
2040
  extendedPanIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
2041
2041
  /**
2042
2042
  * This field shall be True if the Node has the mesh local prefix, else False.
2043
2043
  *
2044
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.6
2044
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.6
2045
2045
  */
2046
2046
  meshLocalPrefixPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
2047
2047
  /**
2048
2048
  * This field shall be True if the Node has the Thread network delay set, else False.
2049
2049
  *
2050
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.7
2050
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.7
2051
2051
  */
2052
2052
  delayPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
2053
2053
  /**
2054
2054
  * This field shall be True if the Node has a Pan ID, else False.
2055
2055
  *
2056
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.8
2056
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.8
2057
2057
  */
2058
2058
  panIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
2059
2059
  /**
2060
2060
  * This field shall be True if the Node has configured an operational channel for the Thread network, else
2061
2061
  * False.
2062
2062
  *
2063
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.9
2063
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.9
2064
2064
  */
2065
2065
  channelPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
2066
2066
  /**
2067
2067
  * This field shall be True if the Node has been configured with the Thread network Pskc, else False.
2068
2068
  *
2069
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.10
2069
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.10
2070
2070
  */
2071
2071
  pskcPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
2072
2072
  /**
2073
2073
  * This field shall be True if the Node has been configured with the Thread network security policies, else
2074
2074
  * False.
2075
2075
  *
2076
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.11
2076
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.11
2077
2077
  */
2078
2078
  securityPolicyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
2079
2079
  /**
2080
2080
  * This field shall be True if the Node has available a mask of available channels, else False.
2081
2081
  *
2082
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.12
2082
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.12
2083
2083
  */
2084
2084
  channelMaskPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
2085
2085
  }> | null, any>;
2086
2086
  /**
2087
- * @see {@link MatterSpecification.v141.Core} § 11.14.6
2087
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6
2088
2088
  */
2089
2089
  readonly activeNetworkFaultsList: Attribute<NetworkFault[], any>;
2090
2090
  /**
@@ -2093,7 +2093,7 @@ export declare namespace ThreadNetworkDiagnostics {
2093
2093
  * address EUI-64 and treating them as a big-endian integer. For example, octet string (in hexadecimal, from
2094
2094
  * first octet to last) 00112233AABBCCDD would lead to a value of 0x00112233AABBCCDD.
2095
2095
  *
2096
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.64
2096
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.64
2097
2097
  */
2098
2098
  readonly extAddress: Attribute<number | bigint | null, any>;
2099
2099
  /**
@@ -2102,7 +2102,7 @@ export declare namespace ThreadNetworkDiagnostics {
2102
2102
  * the octet string as if it was encoding a big-endian integer. For example, octet string (in hexadecimal,
2103
2103
  * from first octet to last) 44AA would lead to a value of 0x44AA.
2104
2104
  *
2105
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.65
2105
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.65
2106
2106
  */
2107
2107
  readonly rloc16: Attribute<number | null, any>;
2108
2108
  };
@@ -2111,7 +2111,7 @@ export declare namespace ThreadNetworkDiagnostics {
2111
2111
  * The ConnectionStatus Event shall indicate that a Node’s connection status to a Thread network has
2112
2112
  * changed.
2113
2113
  *
2114
- * @see {@link MatterSpecification.v141.Core} § 11.14.8.2
2114
+ * @see {@link MatterSpecification.v142.Core} § 11.14.8.2
2115
2115
  */
2116
2116
  readonly connectionStatus: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
2117
2117
  connectionStatus: import("../tlv/TlvObject.js").FieldType<ConnectionStatus>;
@@ -2120,21 +2120,21 @@ export declare namespace ThreadNetworkDiagnostics {
2120
2120
  * The NetworkFaultChange Event shall indicate a change in the set of network faults currently detected by
2121
2121
  * the Node.
2122
2122
  *
2123
- * @see {@link MatterSpecification.v141.Core} § 11.14.8.1
2123
+ * @see {@link MatterSpecification.v142.Core} § 11.14.8.1
2124
2124
  */
2125
2125
  readonly networkFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
2126
2126
  /**
2127
2127
  * This field shall represent the set of faults currently detected, as per Section 11.14.5.1, “NetworkFaultEnum
2128
2128
  * Type”.
2129
2129
  *
2130
- * @see {@link MatterSpecification.v141.Core} § 11.14.8.1.1
2130
+ * @see {@link MatterSpecification.v142.Core} § 11.14.8.1.1
2131
2131
  */
2132
2132
  current: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
2133
2133
  /**
2134
2134
  * This field shall represent the set of faults detected prior to this change event, as per Section 11.14.5.1,
2135
2135
  * “NetworkFaultEnum Type”.
2136
2136
  *
2137
- * @see {@link MatterSpecification.v141.Core} § 11.14.8.1.2
2137
+ * @see {@link MatterSpecification.v142.Core} § 11.14.8.1.2
2138
2138
  */
2139
2139
  previous: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
2140
2140
  }>, any>;
@@ -2154,7 +2154,7 @@ export declare namespace ThreadNetworkDiagnostics {
2154
2154
  * retain all packets on the ethernet network interface. The OverrunCount attribute shall be reset to 0 upon
2155
2155
  * a reboot of the Node.
2156
2156
  *
2157
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.7
2157
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.7
2158
2158
  */
2159
2159
  readonly overrunCount: Attribute<number | bigint, any>;
2160
2160
  };
@@ -2168,7 +2168,7 @@ export declare namespace ThreadNetworkDiagnostics {
2168
2168
  *
2169
2169
  * Upon completion, this command shall send a status code of SUCCESS back to the initiator.
2170
2170
  *
2171
- * @see {@link MatterSpecification.v141.Core} § 11.14.7.1
2171
+ * @see {@link MatterSpecification.v142.Core} § 11.14.7.1
2172
2172
  */
2173
2173
  readonly resetCounts: Command<void, void, any>;
2174
2174
  };
@@ -2183,42 +2183,42 @@ export declare namespace ThreadNetworkDiagnostics {
2183
2183
  * Indicates the number of times the Node entered the OT_DEVICE_ROLE_DETACHED role as specified within the
2184
2184
  * Thread specification. This value shall only be reset upon a Node reboot.
2185
2185
  *
2186
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.15
2186
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.15
2187
2187
  */
2188
2188
  readonly detachedRoleCount: OptionalAttribute<number, any>;
2189
2189
  /**
2190
2190
  * Indicates the number of times the Node entered the OT_DEVICE_ROLE_CHILD role as specified within the
2191
2191
  * Thread specification. This value shall only be reset upon a Node reboot.
2192
2192
  *
2193
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.16
2193
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.16
2194
2194
  */
2195
2195
  readonly childRoleCount: OptionalAttribute<number, any>;
2196
2196
  /**
2197
2197
  * Indicates the number of times the Node entered the OT_DEVICE_ROLE_ROUTER role as specified within the
2198
2198
  * Thread specification. This value shall only be reset upon a Node reboot.
2199
2199
  *
2200
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.17
2200
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.17
2201
2201
  */
2202
2202
  readonly routerRoleCount: OptionalAttribute<number, any>;
2203
2203
  /**
2204
2204
  * Indicates the number of times the Node entered the OT_DEVICE_ROLE_LEADER role as specified within the
2205
2205
  * Thread specification. This value shall only be reset upon a Node reboot.
2206
2206
  *
2207
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.18
2207
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.18
2208
2208
  */
2209
2209
  readonly leaderRoleCount: OptionalAttribute<number, any>;
2210
2210
  /**
2211
2211
  * Indicates the number of attempts that have been made to attach to a Thread network while the Node was
2212
2212
  * detached from all Thread networks. This value shall only be reset upon a Node reboot.
2213
2213
  *
2214
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.19
2214
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.19
2215
2215
  */
2216
2216
  readonly attachAttemptCount: OptionalAttribute<number, any>;
2217
2217
  /**
2218
2218
  * Indicates the number of times that the Thread network that the Node is connected to has changed its
2219
2219
  * Partition ID. This value shall only be reset upon a Node reboot.
2220
2220
  *
2221
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.20
2221
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.20
2222
2222
  */
2223
2223
  readonly partitionIdChangeCount: OptionalAttribute<number, any>;
2224
2224
  /**
@@ -2226,14 +2226,14 @@ export declare namespace ThreadNetworkDiagnostics {
2226
2226
  * determined is better than the partition it is currently attached to. This value shall only be reset upon
2227
2227
  * a Node reboot.
2228
2228
  *
2229
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.21
2229
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.21
2230
2230
  */
2231
2231
  readonly betterPartitionAttachAttemptCount: OptionalAttribute<number, any>;
2232
2232
  /**
2233
2233
  * Indicates the number of times a Node has changed its parent. This value shall only be reset upon a Node
2234
2234
  * reboot.
2235
2235
  *
2236
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.22
2236
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.22
2237
2237
  */
2238
2238
  readonly parentChangeCount: OptionalAttribute<number, any>;
2239
2239
  };
@@ -2249,7 +2249,7 @@ export declare namespace ThreadNetworkDiagnostics {
2249
2249
  * incremented by 1 for each MAC transmission request regardless of the amount of CCA failures, CSMA-CA
2250
2250
  * attempts, or retransmissions. This value shall only be reset upon a Node reboot.
2251
2251
  *
2252
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.23
2252
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.23
2253
2253
  */
2254
2254
  readonly txTotalCount: OptionalAttribute<number, any>;
2255
2255
  /**
@@ -2257,7 +2257,7 @@ export declare namespace ThreadNetworkDiagnostics {
2257
2257
  * incremented by 1 for each unicast MAC transmission request regardless of the amount of CCA failures,
2258
2258
  * CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
2259
2259
  *
2260
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.24
2260
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.24
2261
2261
  */
2262
2262
  readonly txUnicastCount: OptionalAttribute<number, any>;
2263
2263
  /**
@@ -2265,7 +2265,7 @@ export declare namespace ThreadNetworkDiagnostics {
2265
2265
  * be incremented by 1 for each broadcast MAC transmission request regardless of the amount of CCA failures,
2266
2266
  * CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
2267
2267
  *
2268
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.25
2268
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.25
2269
2269
  */
2270
2270
  readonly txBroadcastCount: OptionalAttribute<number, any>;
2271
2271
  /**
@@ -2274,7 +2274,7 @@ export declare namespace ThreadNetworkDiagnostics {
2274
2274
  * regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
2275
2275
  * reset upon a Node reboot.
2276
2276
  *
2277
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.26
2277
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.26
2278
2278
  */
2279
2279
  readonly txAckRequestedCount: OptionalAttribute<number, any>;
2280
2280
  /**
@@ -2282,7 +2282,7 @@ export declare namespace ThreadNetworkDiagnostics {
2282
2282
  * only be incremented by 1 for each MAC transmission request that is acked regardless of the amount of CCA
2283
2283
  * failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
2284
2284
  *
2285
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.27
2285
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.27
2286
2286
  */
2287
2287
  readonly txAckedCount: OptionalAttribute<number, any>;
2288
2288
  /**
@@ -2290,7 +2290,7 @@ export declare namespace ThreadNetworkDiagnostics {
2290
2290
  * The attribute shall only be incremented by 1 for each MAC transmission request that is does not request
2291
2291
  * acknowledgement regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions.
2292
2292
  *
2293
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.28
2293
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.28
2294
2294
  */
2295
2295
  readonly txNoAckRequestedCount: OptionalAttribute<number, any>;
2296
2296
  /**
@@ -2298,7 +2298,7 @@ export declare namespace ThreadNetworkDiagnostics {
2298
2298
  * incremented by 1 for each MAC Data frame transmission request regardless of the amount of CCA failures,
2299
2299
  * CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
2300
2300
  *
2301
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.29
2301
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.29
2302
2302
  */
2303
2303
  readonly txDataCount: OptionalAttribute<number, any>;
2304
2304
  /**
@@ -2306,7 +2306,7 @@ export declare namespace ThreadNetworkDiagnostics {
2306
2306
  * be incremented by 1 for each MAC Data Poll frame transmission request regardless of the amount of CCA
2307
2307
  * failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
2308
2308
  *
2309
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.30
2309
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.30
2310
2310
  */
2311
2311
  readonly txDataPollCount: OptionalAttribute<number, any>;
2312
2312
  /**
@@ -2314,7 +2314,7 @@ export declare namespace ThreadNetworkDiagnostics {
2314
2314
  * incremented by 1 for each MAC Beacon frame transmission request regardless of the amount of CCA failures,
2315
2315
  * CSMA-CA attempts, or retransmissions.
2316
2316
  *
2317
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.31
2317
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.31
2318
2318
  */
2319
2319
  readonly txBeaconCount: OptionalAttribute<number, any>;
2320
2320
  /**
@@ -2322,7 +2322,7 @@ export declare namespace ThreadNetworkDiagnostics {
2322
2322
  * only be incremented by 1 for each MAC Beacon Request frame transmission request regardless of the amount
2323
2323
  * of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be reset upon a Node reboot.
2324
2324
  *
2325
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.32
2325
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.32
2326
2326
  */
2327
2327
  readonly txBeaconRequestCount: OptionalAttribute<number, any>;
2328
2328
  /**
@@ -2331,7 +2331,7 @@ export declare namespace ThreadNetworkDiagnostics {
2331
2331
  * regardless of the amount of CCA failures, CSMA-CA attempts, or retransmissions. This value shall only be
2332
2332
  * reset upon a Node reboot.
2333
2333
  *
2334
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.33
2334
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.33
2335
2335
  */
2336
2336
  readonly txOtherCount: OptionalAttribute<number, any>;
2337
2337
  /**
@@ -2339,7 +2339,7 @@ export declare namespace ThreadNetworkDiagnostics {
2339
2339
  * for each retransmission attempt that may be triggered by lack of acknowledgement, CSMA/CA failure, or
2340
2340
  * other type of transmission error. This value shall only be reset upon a Node reboot.
2341
2341
  *
2342
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.34
2342
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.34
2343
2343
  */
2344
2344
  readonly txRetryCount: OptionalAttribute<number, any>;
2345
2345
  /**
@@ -2347,7 +2347,7 @@ export declare namespace ThreadNetworkDiagnostics {
2347
2347
  * packets. The attribute shall only be incremented by 1 for each unique MAC transmission packets that meets
2348
2348
  * the maximal retry limit for direct packets. This value shall only be reset upon a Node reboot.
2349
2349
  *
2350
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.35
2350
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.35
2351
2351
  */
2352
2352
  readonly txDirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
2353
2353
  /**
@@ -2355,14 +2355,14 @@ export declare namespace ThreadNetworkDiagnostics {
2355
2355
  * packets. The attribute shall only be incremented by 1 for each unique MAC transmission packets that meets
2356
2356
  * the maximal retry limit for indirect packets. This value shall only be reset upon a Node reboot.
2357
2357
  *
2358
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.36
2358
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.36
2359
2359
  */
2360
2360
  readonly txIndirectMaxRetryExpiryCount: OptionalAttribute<number, any>;
2361
2361
  /**
2362
2362
  * Indicates the total number of CCA failures. The TxErrCcaCount attribute shall only be incremented by 1
2363
2363
  * for each instance of a CCA failure. This value shall only be reset upon a Node reboot.
2364
2364
  *
2365
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.37
2365
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.37
2366
2366
  */
2367
2367
  readonly txErrCcaCount: OptionalAttribute<number, any>;
2368
2368
  /**
@@ -2370,7 +2370,7 @@ export declare namespace ThreadNetworkDiagnostics {
2370
2370
  * attribute shall only be incremented by 1 for each unique MAC transmission request failure caused by an
2371
2371
  * abort error.
2372
2372
  *
2373
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.38
2373
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.38
2374
2374
  */
2375
2375
  readonly txErrAbortCount: OptionalAttribute<number, any>;
2376
2376
  /**
@@ -2378,126 +2378,126 @@ export declare namespace ThreadNetworkDiagnostics {
2378
2378
  * of a busy channel (a CSMA/CA fail). The attribute shall only be incremented by 1 for each unique MAC
2379
2379
  * transmission request failure caused by a busy channel such as a CSMA/CA failure.
2380
2380
  *
2381
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.39
2381
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.39
2382
2382
  */
2383
2383
  readonly txErrBusyChannelCount: OptionalAttribute<number, any>;
2384
2384
  /**
2385
2385
  * Indicates the total number of received unique MAC frames. This value shall only be reset upon a Node
2386
2386
  * reboot.
2387
2387
  *
2388
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.40
2388
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.40
2389
2389
  */
2390
2390
  readonly rxTotalCount: OptionalAttribute<number, any>;
2391
2391
  /**
2392
2392
  * Indicates the total number of received unique unicast MAC frames. This value shall only be reset upon a
2393
2393
  * Node reboot.
2394
2394
  *
2395
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.41
2395
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.41
2396
2396
  */
2397
2397
  readonly rxUnicastCount: OptionalAttribute<number, any>;
2398
2398
  /**
2399
2399
  * Indicates the total number of received unique broadcast MAC frames. This value shall only be reset upon a
2400
2400
  * Node reboot.
2401
2401
  *
2402
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.42
2402
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.42
2403
2403
  */
2404
2404
  readonly rxBroadcastCount: OptionalAttribute<number, any>;
2405
2405
  /**
2406
2406
  * Indicates the total number of received unique MAC Data frames. This value shall only be reset upon a Node
2407
2407
  * reboot.
2408
2408
  *
2409
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.43
2409
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.43
2410
2410
  */
2411
2411
  readonly rxDataCount: OptionalAttribute<number, any>;
2412
2412
  /**
2413
2413
  * Indicates the total number of received unique MAC Data Poll frames. This value shall only be reset upon a
2414
2414
  * Node reboot.
2415
2415
  *
2416
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.44
2416
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.44
2417
2417
  */
2418
2418
  readonly rxDataPollCount: OptionalAttribute<number, any>;
2419
2419
  /**
2420
2420
  * Indicates the total number of received unique MAC Beacon frames. This value shall only be reset upon a
2421
2421
  * Node reboot.
2422
2422
  *
2423
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.45
2423
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.45
2424
2424
  */
2425
2425
  readonly rxBeaconCount: OptionalAttribute<number, any>;
2426
2426
  /**
2427
2427
  * Indicates the total number of received unique MAC Beacon Request frames. This value shall only be reset
2428
2428
  * upon a Node reboot.
2429
2429
  *
2430
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.46
2430
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.46
2431
2431
  */
2432
2432
  readonly rxBeaconRequestCount: OptionalAttribute<number, any>;
2433
2433
  /**
2434
2434
  * Indicates the total number of received unique MAC frame requests that are not counted by any other
2435
2435
  * attribute. This value shall only be reset upon a Node reboot.
2436
2436
  *
2437
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.47
2437
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.47
2438
2438
  */
2439
2439
  readonly rxOtherCount: OptionalAttribute<number, any>;
2440
2440
  /**
2441
2441
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
2442
2442
  * MAC filtering. This value shall only be reset upon a Node reboot.
2443
2443
  *
2444
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.48
2444
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.48
2445
2445
  */
2446
2446
  readonly rxAddressFilteredCount: OptionalAttribute<number, any>;
2447
2447
  /**
2448
2448
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of a
2449
2449
  * destination address check. This value shall only be reset upon a Node reboot.
2450
2450
  *
2451
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.49
2451
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.49
2452
2452
  */
2453
2453
  readonly rxDestAddrFilteredCount: OptionalAttribute<number, any>;
2454
2454
  /**
2455
2455
  * Indicates the total number of received MAC frame requests that have been dropped as a result of being a
2456
2456
  * duplicate of a previously received MAC frame request. This value shall only be reset upon a Node reboot.
2457
2457
  *
2458
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.50
2458
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.50
2459
2459
  */
2460
2460
  readonly rxDuplicatedCount: OptionalAttribute<number, any>;
2461
2461
  /**
2462
2462
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
2463
2463
  * missing or malformed frame contents. This value shall only be reset upon a Node reboot.
2464
2464
  *
2465
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.51
2465
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.51
2466
2466
  */
2467
2467
  readonly rxErrNoFrameCount: OptionalAttribute<number, any>;
2468
2468
  /**
2469
2469
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
2470
2470
  * originating from an unknown neighbor device. This value shall only be reset upon a Node reboot.
2471
2471
  *
2472
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.52
2472
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.52
2473
2473
  */
2474
2474
  readonly rxErrUnknownNeighborCount: OptionalAttribute<number, any>;
2475
2475
  /**
2476
2476
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of
2477
2477
  * containing an invalid source address. This value shall only be reset upon a Node reboot.
2478
2478
  *
2479
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.53
2479
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.53
2480
2480
  */
2481
2481
  readonly rxErrInvalidSrcAddrCount: OptionalAttribute<number, any>;
2482
2482
  /**
2483
2483
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
2484
2484
  * error with the security of the received frame. This value shall only be reset upon a Node reboot.
2485
2485
  *
2486
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.54
2486
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.54
2487
2487
  */
2488
2488
  readonly rxErrSecCount: OptionalAttribute<number, any>;
2489
2489
  /**
2490
2490
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
2491
2491
  * error with the FCS of the received frame. This value shall only be reset upon a Node reboot.
2492
2492
  *
2493
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.55
2493
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.55
2494
2494
  */
2495
2495
  readonly rxErrFcsCount: OptionalAttribute<number, any>;
2496
2496
  /**
2497
2497
  * Indicates the total number of received unique MAC frame requests that have been dropped as a result of an
2498
2498
  * error that is not counted by any other attribute. This value shall only be reset upon a Node reboot.
2499
2499
  *
2500
- * @see {@link MatterSpecification.v141.Core} § 11.14.6.56
2500
+ * @see {@link MatterSpecification.v142.Core} § 11.14.6.56
2501
2501
  */
2502
2502
  readonly rxErrOtherCount: OptionalAttribute<number, any>;
2503
2503
  };
@@ -2512,7 +2512,7 @@ export declare namespace ThreadNetworkDiagnostics {
2512
2512
  * ThreadNetworkDiagnosticsCluster supports optional features that you can enable with the
2513
2513
  * ThreadNetworkDiagnosticsCluster.with() factory method.
2514
2514
  *
2515
- * @see {@link MatterSpecification.v141.Core} § 11.14
2515
+ * @see {@link MatterSpecification.v142.Core} § 11.14
2516
2516
  */
2517
2517
  interface Cluster extends Identity<typeof ClusterInstance> {
2518
2518
  }
@@ -2901,14 +2901,14 @@ export declare namespace ThreadNetworkDiagnostics {
2901
2901
  * example, octet string (in hexadecimal, from first octet to last) 00112233AABBCCDD would lead to a value of
2902
2902
  * 0x00112233AABBCCDD.
2903
2903
  *
2904
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.1
2904
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.1
2905
2905
  */
2906
2906
  extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2907
2907
  /**
2908
2908
  * This field shall specify the duration of time, in seconds, since a frame has been received from the
2909
2909
  * neighboring Node.
2910
2910
  *
2911
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.2
2911
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.2
2912
2912
  */
2913
2913
  age: import("../tlv/TlvObject.js").FieldType<number>;
2914
2914
  /**
@@ -2916,28 +2916,28 @@ export declare namespace ThreadNetworkDiagnostics {
2916
2916
  * RLOC16 and treating the octet string as if it was encoding a big-endian integer. For example, octet string
2917
2917
  * (in hexadecimal, from first octet to last) 44AA would lead to a value of 0x44AA.
2918
2918
  *
2919
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.3
2919
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.3
2920
2920
  */
2921
2921
  rloc16: import("../tlv/TlvObject.js").FieldType<number>;
2922
2922
  /**
2923
2923
  * This field shall specify the number of link layer frames that have been received from the neighboring node.
2924
2924
  * This field shall be reset to 0 upon a reboot of the Node.
2925
2925
  *
2926
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.4
2926
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.4
2927
2927
  */
2928
2928
  linkFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
2929
2929
  /**
2930
2930
  * This field shall specify the number of Mesh Link Establishment frames that have been received from the
2931
2931
  * neighboring node. This field shall be reset to 0 upon a reboot of the Node.
2932
2932
  *
2933
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.5
2933
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.5
2934
2934
  */
2935
2935
  mleFrameCounter: import("../tlv/TlvObject.js").FieldType<number>;
2936
2936
  /**
2937
2937
  * This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
2938
2938
  * scaled from 0 to 255.
2939
2939
  *
2940
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.6
2940
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.6
2941
2941
  */
2942
2942
  lqi: import("../tlv/TlvObject.js").FieldType<number>;
2943
2943
  /**
@@ -2945,7 +2945,7 @@ export declare namespace ThreadNetworkDiagnostics {
2945
2945
  * receiving Node’s last reboot. If there is no known received frames this field SHOULD have the value of null.
2946
2946
  * This field shall have the units of dBm, having the range -128 dBm to 0 dBm.
2947
2947
  *
2948
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.7
2948
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.7
2949
2949
  */
2950
2950
  averageRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
2951
2951
  /**
@@ -2953,48 +2953,48 @@ export declare namespace ThreadNetworkDiagnostics {
2953
2953
  * no known last received frame the LastRssi field SHOULD have the value of null. This field shall have the
2954
2954
  * units of dBm, having the range -128 dBm to 0 dBm.
2955
2955
  *
2956
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.8
2956
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.8
2957
2957
  */
2958
2958
  lastRssi: import("../tlv/TlvObject.js").FieldType<number | null>;
2959
2959
  /**
2960
2960
  * This field shall specify the percentage of received frames from the neighboring Node that have resulted in
2961
2961
  * errors.
2962
2962
  *
2963
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.9
2963
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.9
2964
2964
  */
2965
2965
  frameErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
2966
2966
  /**
2967
2967
  * This field shall specify the percentage of received messages from the neighboring Node that have resulted in
2968
2968
  * errors.
2969
2969
  *
2970
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.10
2970
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.10
2971
2971
  */
2972
2972
  messageErrorRate: import("../tlv/TlvObject.js").FieldType<number>;
2973
2973
  /**
2974
2974
  * This field shall specify if the neighboring Node is capable of receiving frames while the Node is in an idle
2975
2975
  * state.
2976
2976
  *
2977
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.11
2977
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.11
2978
2978
  */
2979
2979
  rxOnWhenIdle: import("../tlv/TlvObject.js").FieldType<boolean>;
2980
2980
  /**
2981
2981
  * This field shall specify if the neighboring Node is a full Thread device.
2982
2982
  *
2983
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.12
2983
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.12
2984
2984
  */
2985
2985
  fullThreadDevice: import("../tlv/TlvObject.js").FieldType<boolean>;
2986
2986
  /**
2987
2987
  * This field shall specify if the neighboring Node requires the full Network Data. If set to False, the
2988
2988
  * neighboring Node only requires the stable Network Data.
2989
2989
  *
2990
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.13
2990
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.13
2991
2991
  */
2992
2992
  fullNetworkData: import("../tlv/TlvObject.js").FieldType<boolean>;
2993
2993
  /**
2994
2994
  * This field shall specify if the neighboring Node is a direct child of the Node reporting the NeighborTable
2995
2995
  * attribute.
2996
2996
  *
2997
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.4.14
2997
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.4.14
2998
2998
  */
2999
2999
  isChild: import("../tlv/TlvObject.js").FieldType<boolean>;
3000
3000
  }>[], any>;
@@ -3005,7 +3005,7 @@ export declare namespace ThreadNetworkDiagnostics {
3005
3005
  * them as a big-endian integer. For example, octet string (in hexadecimal, from first octet to last)
3006
3006
  * 00112233AABBCCDD would lead to a value of 0x00112233AABBCCDD.
3007
3007
  *
3008
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.1
3008
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.1
3009
3009
  */
3010
3010
  extAddress: import("../tlv/TlvObject.js").FieldType<number | bigint>;
3011
3011
  /**
@@ -3014,60 +3014,60 @@ export declare namespace ThreadNetworkDiagnostics {
3014
3014
  * integer. For example, octet string (in hexadecimal, from first octet to last) 44AA would lead to a value of
3015
3015
  * 0x44AA.
3016
3016
  *
3017
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.2
3017
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.2
3018
3018
  */
3019
3019
  rloc16: import("../tlv/TlvObject.js").FieldType<number>;
3020
3020
  /**
3021
3021
  * This field shall specify the Router ID for the Node for which this route table entry corresponds.
3022
3022
  *
3023
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.3
3023
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.3
3024
3024
  */
3025
3025
  routerId: import("../tlv/TlvObject.js").FieldType<number>;
3026
3026
  /**
3027
3027
  * This field shall specify the Router ID for the next hop in the route to the Node for which this route table
3028
3028
  * entry corresponds.
3029
3029
  *
3030
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.4
3030
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.4
3031
3031
  */
3032
3032
  nextHop: import("../tlv/TlvObject.js").FieldType<number>;
3033
3033
  /**
3034
3034
  * This Field shall specify the cost of the route to the Node for which this route table entry corresponds.
3035
3035
  *
3036
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.5
3036
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.5
3037
3037
  */
3038
3038
  pathCost: import("../tlv/TlvObject.js").FieldType<number>;
3039
3039
  /**
3040
3040
  * This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
3041
3041
  * scaled from 0 to 255, from the perspective of the Node reporting the neighbor table.
3042
3042
  *
3043
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.6
3043
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.6
3044
3044
  */
3045
3045
  lqiIn: import("../tlv/TlvObject.js").FieldType<number>;
3046
3046
  /**
3047
3047
  * This field shall specify the implementation specific mix of IEEE 802.15.4 PDU receive quality indicators,
3048
3048
  * scaled from 0 to 255, from the perspective of the Node specified within the NextHop field.
3049
3049
  *
3050
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.7
3050
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.7
3051
3051
  */
3052
3052
  lqiOut: import("../tlv/TlvObject.js").FieldType<number>;
3053
3053
  /**
3054
3054
  * This field shall specify the duration of time, in seconds, since a frame has been received from the Node for
3055
3055
  * which this route table entry corresponds.
3056
3056
  *
3057
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.8
3057
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.8
3058
3058
  */
3059
3059
  age: import("../tlv/TlvObject.js").FieldType<number>;
3060
3060
  /**
3061
3061
  * This field shall specify if the router ID as defined within the RouterId field has been allocated.
3062
3062
  *
3063
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.9
3063
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.9
3064
3064
  */
3065
3065
  allocated: import("../tlv/TlvObject.js").FieldType<boolean>;
3066
3066
  /**
3067
3067
  * This field shall specify if a link has been established to the Node for which this route table entry
3068
3068
  * corresponds.
3069
3069
  *
3070
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.5.10
3070
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.5.10
3071
3071
  */
3072
3072
  linkEstablished: import("../tlv/TlvObject.js").FieldType<boolean>;
3073
3073
  }>[], any>;
@@ -3084,14 +3084,14 @@ export declare namespace ThreadNetworkDiagnostics {
3084
3084
  * This field shall specify the interval of time, in hours, that Thread security keys are rotated. Null when
3085
3085
  * there is no dataset configured.
3086
3086
  *
3087
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.6.1
3087
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.6.1
3088
3088
  */
3089
3089
  rotationTime: import("../tlv/TlvObject.js").FieldType<number>;
3090
3090
  /**
3091
3091
  * This field shall specify the flags as specified in Thread 1.3.0 section 8.10.1.15. Null when there is no
3092
3092
  * dataset configured.
3093
3093
  *
3094
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.6.2
3094
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.6.2
3095
3095
  */
3096
3096
  flags: import("../tlv/TlvObject.js").FieldType<number>;
3097
3097
  }> | null, any>;
@@ -3100,75 +3100,75 @@ export declare namespace ThreadNetworkDiagnostics {
3100
3100
  /**
3101
3101
  * This field shall be True if the Node has an active timestamp present, else False.
3102
3102
  *
3103
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.1
3103
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.1
3104
3104
  */
3105
3105
  activeTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
3106
3106
  /**
3107
3107
  * This field shall be True if the Node has a pending timestamp is present, else False.
3108
3108
  *
3109
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.2
3109
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.2
3110
3110
  */
3111
3111
  pendingTimestampPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
3112
3112
  /**
3113
3113
  * This field shall be True if the Node has the Thread master key, else False.
3114
3114
  *
3115
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.3
3115
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.3
3116
3116
  */
3117
3117
  masterKeyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
3118
3118
  /**
3119
3119
  * This field shall be True if the Node has the Thread network’s name, else False.
3120
3120
  *
3121
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.4
3121
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.4
3122
3122
  */
3123
3123
  networkNamePresent: import("../tlv/TlvObject.js").FieldType<boolean>;
3124
3124
  /**
3125
3125
  * This field shall be True if the Node has an extended Pan ID, else False.
3126
3126
  *
3127
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.5
3127
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.5
3128
3128
  */
3129
3129
  extendedPanIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
3130
3130
  /**
3131
3131
  * This field shall be True if the Node has the mesh local prefix, else False.
3132
3132
  *
3133
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.6
3133
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.6
3134
3134
  */
3135
3135
  meshLocalPrefixPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
3136
3136
  /**
3137
3137
  * This field shall be True if the Node has the Thread network delay set, else False.
3138
3138
  *
3139
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.7
3139
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.7
3140
3140
  */
3141
3141
  delayPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
3142
3142
  /**
3143
3143
  * This field shall be True if the Node has a Pan ID, else False.
3144
3144
  *
3145
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.8
3145
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.8
3146
3146
  */
3147
3147
  panIdPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
3148
3148
  /**
3149
3149
  * This field shall be True if the Node has configured an operational channel for the Thread network, else
3150
3150
  * False.
3151
3151
  *
3152
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.9
3152
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.9
3153
3153
  */
3154
3154
  channelPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
3155
3155
  /**
3156
3156
  * This field shall be True if the Node has been configured with the Thread network Pskc, else False.
3157
3157
  *
3158
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.10
3158
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.10
3159
3159
  */
3160
3160
  pskcPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
3161
3161
  /**
3162
3162
  * This field shall be True if the Node has been configured with the Thread network security policies, else
3163
3163
  * False.
3164
3164
  *
3165
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.11
3165
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.11
3166
3166
  */
3167
3167
  securityPolicyPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
3168
3168
  /**
3169
3169
  * This field shall be True if the Node has available a mask of available channels, else False.
3170
3170
  *
3171
- * @see {@link MatterSpecification.v141.Core} § 11.14.5.7.12
3171
+ * @see {@link MatterSpecification.v142.Core} § 11.14.5.7.12
3172
3172
  */
3173
3173
  channelMaskPresent: import("../tlv/TlvObject.js").FieldType<boolean>;
3174
3174
  }> | null, any>;
@@ -3214,7 +3214,7 @@ export declare namespace ThreadNetworkDiagnostics {
3214
3214
  * The ConnectionStatus Event shall indicate that a Node’s connection status to a Thread network has
3215
3215
  * changed.
3216
3216
  *
3217
- * @see {@link MatterSpecification.v141.Core} § 11.14.8.2
3217
+ * @see {@link MatterSpecification.v142.Core} § 11.14.8.2
3218
3218
  */
3219
3219
  readonly connectionStatus: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
3220
3220
  connectionStatus: import("../tlv/TlvObject.js").FieldType<ConnectionStatus>;
@@ -3223,21 +3223,21 @@ export declare namespace ThreadNetworkDiagnostics {
3223
3223
  * The NetworkFaultChange Event shall indicate a change in the set of network faults currently detected by
3224
3224
  * the Node.
3225
3225
  *
3226
- * @see {@link MatterSpecification.v141.Core} § 11.14.8.1
3226
+ * @see {@link MatterSpecification.v142.Core} § 11.14.8.1
3227
3227
  */
3228
3228
  readonly networkFaultChange: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
3229
3229
  /**
3230
3230
  * This field shall represent the set of faults currently detected, as per Section 11.14.5.1, “NetworkFaultEnum
3231
3231
  * Type”.
3232
3232
  *
3233
- * @see {@link MatterSpecification.v141.Core} § 11.14.8.1.1
3233
+ * @see {@link MatterSpecification.v142.Core} § 11.14.8.1.1
3234
3234
  */
3235
3235
  current: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
3236
3236
  /**
3237
3237
  * This field shall represent the set of faults detected prior to this change event, as per Section 11.14.5.1,
3238
3238
  * “NetworkFaultEnum Type”.
3239
3239
  *
3240
- * @see {@link MatterSpecification.v141.Core} § 11.14.8.1.2
3240
+ * @see {@link MatterSpecification.v142.Core} § 11.14.8.1.2
3241
3241
  */
3242
3242
  previous: import("../tlv/TlvObject.js").FieldType<NetworkFault[]>;
3243
3243
  }>, any>;