@matter/types 0.14.0-alpha.0-20250531-7ed2d6da8 → 0.14.0-alpha.0-20250602-37f27bb02

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 (694) 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 +77 -51
  8. package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
  9. package/dist/cjs/clusters/administrator-commissioning.js +32 -12
  10. package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
  11. package/dist/cjs/clusters/air-quality.d.ts +5 -5
  12. package/dist/cjs/clusters/air-quality.js +1 -1
  13. package/dist/cjs/clusters/alarm-base.d.ts +43 -43
  14. package/dist/cjs/clusters/alarm-base.js +14 -14
  15. package/dist/cjs/clusters/application-basic.d.ts +16 -16
  16. package/dist/cjs/clusters/application-basic.js +10 -10
  17. package/dist/cjs/clusters/application-launcher.d.ts +141 -99
  18. package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
  19. package/dist/cjs/clusters/application-launcher.js +45 -13
  20. package/dist/cjs/clusters/application-launcher.js.map +2 -2
  21. package/dist/cjs/clusters/audio-output.d.ts +37 -37
  22. package/dist/cjs/clusters/audio-output.js +8 -8
  23. package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
  24. package/dist/cjs/clusters/ballast-configuration.js +17 -17
  25. package/dist/cjs/clusters/basic-information.d.ts +54 -54
  26. package/dist/cjs/clusters/basic-information.js +34 -34
  27. package/dist/cjs/clusters/binding.d.ts +12 -12
  28. package/dist/cjs/clusters/binding.js +5 -5
  29. package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
  30. package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
  31. package/dist/cjs/clusters/boolean-state.d.ts +7 -7
  32. package/dist/cjs/clusters/boolean-state.js +3 -3
  33. package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
  34. package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
  35. package/dist/cjs/clusters/channel.d.ts +577 -559
  36. package/dist/cjs/clusters/channel.d.ts.map +1 -1
  37. package/dist/cjs/clusters/channel.js +87 -73
  38. package/dist/cjs/clusters/channel.js.map +2 -2
  39. package/dist/cjs/clusters/color-control.d.ts +658 -658
  40. package/dist/cjs/clusters/color-control.js +116 -116
  41. package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
  42. package/dist/cjs/clusters/commissioner-control.js +5 -5
  43. package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
  44. package/dist/cjs/clusters/concentration-measurement.js +11 -11
  45. package/dist/cjs/clusters/content-app-observer.d.ts +27 -17
  46. package/dist/cjs/clusters/content-app-observer.d.ts.map +1 -1
  47. package/dist/cjs/clusters/content-app-observer.js +14 -6
  48. package/dist/cjs/clusters/content-app-observer.js.map +2 -2
  49. package/dist/cjs/clusters/content-control.d.ts +438 -356
  50. package/dist/cjs/clusters/content-control.d.ts.map +1 -1
  51. package/dist/cjs/clusters/content-control.js +120 -58
  52. package/dist/cjs/clusters/content-control.js.map +1 -1
  53. package/dist/cjs/clusters/content-launcher.d.ts +509 -475
  54. package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
  55. package/dist/cjs/clusters/content-launcher.js +65 -39
  56. package/dist/cjs/clusters/content-launcher.js.map +2 -2
  57. package/dist/cjs/clusters/descriptor.d.ts +28 -28
  58. package/dist/cjs/clusters/descriptor.js +8 -8
  59. package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
  60. package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
  61. package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
  62. package/dist/cjs/clusters/device-energy-management.js +87 -87
  63. package/dist/cjs/clusters/diagnostic-logs.d.ts +67 -33
  64. package/dist/cjs/clusters/diagnostic-logs.d.ts.map +1 -1
  65. package/dist/cjs/clusters/diagnostic-logs.js +34 -8
  66. package/dist/cjs/clusters/diagnostic-logs.js.map +2 -2
  67. package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
  68. package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
  69. package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
  70. package/dist/cjs/clusters/dishwasher-mode.js +8 -8
  71. package/dist/cjs/clusters/door-lock.d.ts +1367 -1350
  72. package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
  73. package/dist/cjs/clusters/door-lock.js +242 -228
  74. package/dist/cjs/clusters/door-lock.js.map +1 -1
  75. package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
  76. package/dist/cjs/clusters/ecosystem-information.js +12 -12
  77. package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
  78. package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
  79. package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
  80. package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
  81. package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
  82. package/dist/cjs/clusters/energy-evse-mode.js +8 -8
  83. package/dist/cjs/clusters/energy-evse.d.ts +323 -323
  84. package/dist/cjs/clusters/energy-evse.js +73 -73
  85. package/dist/cjs/clusters/energy-preference.d.ts +49 -49
  86. package/dist/cjs/clusters/energy-preference.js +9 -9
  87. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
  88. package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
  89. package/dist/cjs/clusters/fan-control.d.ts +67 -67
  90. package/dist/cjs/clusters/fan-control.js +17 -17
  91. package/dist/cjs/clusters/fixed-label.d.ts +2 -2
  92. package/dist/cjs/clusters/fixed-label.js +1 -1
  93. package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
  94. package/dist/cjs/clusters/flow-measurement.js +4 -4
  95. package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
  96. package/dist/cjs/clusters/general-commissioning.js +25 -25
  97. package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
  98. package/dist/cjs/clusters/general-diagnostics.js +40 -40
  99. package/dist/cjs/clusters/group-key-management.d.ts +119 -119
  100. package/dist/cjs/clusters/group-key-management.js +23 -23
  101. package/dist/cjs/clusters/groups.d.ts +78 -78
  102. package/dist/cjs/clusters/groups.js +21 -21
  103. package/dist/cjs/clusters/icd-management.d.ts +131 -131
  104. package/dist/cjs/clusters/icd-management.js +29 -29
  105. package/dist/cjs/clusters/identify.d.ts +16 -16
  106. package/dist/cjs/clusters/identify.js +6 -6
  107. package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
  108. package/dist/cjs/clusters/illuminance-measurement.js +5 -5
  109. package/dist/cjs/clusters/joint-fabric-datastore.d.ts +175 -175
  110. package/dist/cjs/clusters/joint-fabric-datastore.js +62 -62
  111. package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
  112. package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
  113. package/dist/cjs/clusters/keypad-input.d.ts +34 -16
  114. package/dist/cjs/clusters/keypad-input.d.ts.map +1 -1
  115. package/dist/cjs/clusters/keypad-input.js +17 -3
  116. package/dist/cjs/clusters/keypad-input.js.map +2 -2
  117. package/dist/cjs/clusters/label.d.ts +10 -10
  118. package/dist/cjs/clusters/label.js +3 -3
  119. package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
  120. package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
  121. package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
  122. package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
  123. package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
  124. package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
  125. package/dist/cjs/clusters/level-control.d.ts +303 -303
  126. package/dist/cjs/clusters/level-control.js +32 -32
  127. package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
  128. package/dist/cjs/clusters/localization-configuration.js +2 -2
  129. package/dist/cjs/clusters/low-power.d.ts +2 -2
  130. package/dist/cjs/clusters/low-power.js +1 -1
  131. package/dist/cjs/clusters/media-input.d.ts +47 -47
  132. package/dist/cjs/clusters/media-input.js +11 -11
  133. package/dist/cjs/clusters/media-playback.d.ts +427 -385
  134. package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
  135. package/dist/cjs/clusters/media-playback.js +89 -57
  136. package/dist/cjs/clusters/media-playback.js.map +2 -2
  137. package/dist/cjs/clusters/messages.d.ts +154 -154
  138. package/dist/cjs/clusters/messages.js +38 -38
  139. package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
  140. package/dist/cjs/clusters/microwave-oven-control.js +17 -17
  141. package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
  142. package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
  143. package/dist/cjs/clusters/mode-base.d.ts +59 -59
  144. package/dist/cjs/clusters/mode-base.js +13 -13
  145. package/dist/cjs/clusters/mode-select.d.ts +51 -51
  146. package/dist/cjs/clusters/mode-select.js +13 -13
  147. package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
  148. package/dist/cjs/clusters/network-commissioning.js +46 -46
  149. package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
  150. package/dist/cjs/clusters/occupancy-sensing.js +20 -20
  151. package/dist/cjs/clusters/on-off.d.ts +103 -103
  152. package/dist/cjs/clusters/on-off.js +19 -19
  153. package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
  154. package/dist/cjs/clusters/operational-credentials.js +34 -34
  155. package/dist/cjs/clusters/operational-state.d.ts +67 -67
  156. package/dist/cjs/clusters/operational-state.js +21 -21
  157. package/dist/cjs/clusters/ota-software-update-provider.d.ts +95 -61
  158. package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
  159. package/dist/cjs/clusters/ota-software-update-provider.js +51 -25
  160. package/dist/cjs/clusters/ota-software-update-provider.js.map +2 -2
  161. package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
  162. package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
  163. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
  164. package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
  165. package/dist/cjs/clusters/oven-mode.d.ts +40 -40
  166. package/dist/cjs/clusters/oven-mode.js +5 -5
  167. package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
  168. package/dist/cjs/clusters/power-source-configuration.js +1 -1
  169. package/dist/cjs/clusters/power-source.d.ts +155 -155
  170. package/dist/cjs/clusters/power-source.js +41 -41
  171. package/dist/cjs/clusters/power-topology.d.ts +8 -8
  172. package/dist/cjs/clusters/power-topology.js +2 -2
  173. package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
  174. package/dist/cjs/clusters/pressure-measurement.js +9 -9
  175. package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
  176. package/dist/cjs/clusters/proxy-configuration.js +3 -3
  177. package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
  178. package/dist/cjs/clusters/proxy-discovery.js +4 -4
  179. package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
  180. package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
  181. package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
  182. package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
  183. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
  184. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
  185. package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
  186. package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
  187. package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
  188. package/dist/cjs/clusters/resource-monitoring.js +7 -7
  189. package/dist/cjs/clusters/rvc-clean-mode.d.ts +48 -48
  190. package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
  191. package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
  192. package/dist/cjs/clusters/rvc-operational-state.js +17 -17
  193. package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
  194. package/dist/cjs/clusters/rvc-run-mode.js +9 -9
  195. package/dist/cjs/clusters/scenes-management.d.ts +246 -246
  196. package/dist/cjs/clusters/scenes-management.js +70 -70
  197. package/dist/cjs/clusters/service-area.d.ts +128 -128
  198. package/dist/cjs/clusters/service-area.js +26 -26
  199. package/dist/cjs/clusters/smoke-co-alarm.d.ts +137 -137
  200. package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
  201. package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
  202. package/dist/cjs/clusters/software-diagnostics.js +14 -14
  203. package/dist/cjs/clusters/switch.d.ts +105 -105
  204. package/dist/cjs/clusters/switch.js +23 -23
  205. package/dist/cjs/clusters/target-navigator.d.ts +48 -30
  206. package/dist/cjs/clusters/target-navigator.d.ts.map +1 -1
  207. package/dist/cjs/clusters/target-navigator.js +24 -10
  208. package/dist/cjs/clusters/target-navigator.js.map +2 -2
  209. package/dist/cjs/clusters/temperature-control.d.ts +45 -45
  210. package/dist/cjs/clusters/temperature-control.js +12 -12
  211. package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
  212. package/dist/cjs/clusters/temperature-measurement.js +4 -4
  213. package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
  214. package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
  215. package/dist/cjs/clusters/thermostat.d.ts +515 -515
  216. package/dist/cjs/clusters/thermostat.js +114 -114
  217. package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
  218. package/dist/cjs/clusters/thread-border-router-management.js +14 -14
  219. package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
  220. package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
  221. package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
  222. package/dist/cjs/clusters/thread-network-directory.js +11 -11
  223. package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
  224. package/dist/cjs/clusters/time-format-localization.js +3 -3
  225. package/dist/cjs/clusters/time-synchronization.d.ts +255 -245
  226. package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
  227. package/dist/cjs/clusters/time-synchronization.js +55 -47
  228. package/dist/cjs/clusters/time-synchronization.js.map +1 -1
  229. package/dist/cjs/clusters/unit-localization.d.ts +6 -6
  230. package/dist/cjs/clusters/unit-localization.js +1 -1
  231. package/dist/cjs/clusters/user-label.d.ts +2 -2
  232. package/dist/cjs/clusters/user-label.js +1 -1
  233. package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
  234. package/dist/cjs/clusters/valid-proxies.js +2 -2
  235. package/dist/cjs/clusters/valve-configuration-and-control.d.ts +90 -80
  236. package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
  237. package/dist/cjs/clusters/valve-configuration-and-control.js +30 -22
  238. package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
  239. package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
  240. package/dist/cjs/clusters/wake-on-lan.js +2 -2
  241. package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
  242. package/dist/cjs/clusters/water-heater-management.js +16 -16
  243. package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
  244. package/dist/cjs/clusters/water-heater-mode.js +8 -8
  245. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
  246. package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
  247. package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
  248. package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
  249. package/dist/cjs/clusters/window-covering.d.ts +183 -183
  250. package/dist/cjs/clusters/window-covering.js +49 -49
  251. package/dist/cjs/common/StatusCode.d.ts +2 -11
  252. package/dist/cjs/common/StatusCode.d.ts.map +1 -1
  253. package/dist/cjs/common/StatusCode.js +1 -17
  254. package/dist/cjs/common/StatusCode.js.map +1 -1
  255. package/dist/cjs/common/StatusResponseError.d.ts +21 -0
  256. package/dist/cjs/common/StatusResponseError.d.ts.map +1 -0
  257. package/dist/cjs/common/StatusResponseError.js +54 -0
  258. package/dist/cjs/common/StatusResponseError.js.map +6 -0
  259. package/dist/cjs/common/ValidationError.d.ts +1 -1
  260. package/dist/cjs/common/ValidationError.d.ts.map +1 -1
  261. package/dist/cjs/common/ValidationError.js +2 -1
  262. package/dist/cjs/common/ValidationError.js.map +1 -1
  263. package/dist/cjs/common/index.d.ts +1 -0
  264. package/dist/cjs/common/index.d.ts.map +1 -1
  265. package/dist/cjs/common/index.js +1 -0
  266. package/dist/cjs/common/index.js.map +1 -1
  267. package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
  268. package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
  269. package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
  270. package/dist/cjs/globals/Locationdesc.d.ts +5 -5
  271. package/dist/cjs/globals/Locationdesc.js +3 -3
  272. package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
  273. package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
  274. package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
  275. package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
  276. package/dist/cjs/globals/MeasurementType.d.ts +1 -1
  277. package/dist/cjs/globals/Priority.d.ts +1 -1
  278. package/dist/cjs/globals/Semtag.d.ts +6 -6
  279. package/dist/cjs/globals/Semtag.js +4 -4
  280. package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  281. package/dist/cjs/globals/Status.d.ts +33 -33
  282. package/dist/cjs/globals/Tod.d.ts +2 -2
  283. package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
  284. package/dist/esm/clusters/access-control.d.ts +250 -250
  285. package/dist/esm/clusters/access-control.js +39 -39
  286. package/dist/esm/clusters/account-login.d.ts +29 -29
  287. package/dist/esm/clusters/account-login.js +11 -11
  288. package/dist/esm/clusters/actions.d.ts +108 -108
  289. package/dist/esm/clusters/actions.js +39 -39
  290. package/dist/esm/clusters/administrator-commissioning.d.ts +77 -51
  291. package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
  292. package/dist/esm/clusters/administrator-commissioning.js +32 -12
  293. package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
  294. package/dist/esm/clusters/air-quality.d.ts +5 -5
  295. package/dist/esm/clusters/air-quality.js +1 -1
  296. package/dist/esm/clusters/alarm-base.d.ts +43 -43
  297. package/dist/esm/clusters/alarm-base.js +14 -14
  298. package/dist/esm/clusters/application-basic.d.ts +16 -16
  299. package/dist/esm/clusters/application-basic.js +10 -10
  300. package/dist/esm/clusters/application-launcher.d.ts +141 -99
  301. package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
  302. package/dist/esm/clusters/application-launcher.js +45 -13
  303. package/dist/esm/clusters/application-launcher.js.map +1 -1
  304. package/dist/esm/clusters/audio-output.d.ts +37 -37
  305. package/dist/esm/clusters/audio-output.js +8 -8
  306. package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
  307. package/dist/esm/clusters/ballast-configuration.js +17 -17
  308. package/dist/esm/clusters/basic-information.d.ts +54 -54
  309. package/dist/esm/clusters/basic-information.js +34 -34
  310. package/dist/esm/clusters/binding.d.ts +12 -12
  311. package/dist/esm/clusters/binding.js +5 -5
  312. package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
  313. package/dist/esm/clusters/boolean-state-configuration.js +18 -18
  314. package/dist/esm/clusters/boolean-state.d.ts +7 -7
  315. package/dist/esm/clusters/boolean-state.js +3 -3
  316. package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
  317. package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
  318. package/dist/esm/clusters/channel.d.ts +577 -559
  319. package/dist/esm/clusters/channel.d.ts.map +1 -1
  320. package/dist/esm/clusters/channel.js +87 -73
  321. package/dist/esm/clusters/channel.js.map +1 -1
  322. package/dist/esm/clusters/color-control.d.ts +658 -658
  323. package/dist/esm/clusters/color-control.js +116 -116
  324. package/dist/esm/clusters/commissioner-control.d.ts +16 -16
  325. package/dist/esm/clusters/commissioner-control.js +5 -5
  326. package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
  327. package/dist/esm/clusters/concentration-measurement.js +11 -11
  328. package/dist/esm/clusters/content-app-observer.d.ts +27 -17
  329. package/dist/esm/clusters/content-app-observer.d.ts.map +1 -1
  330. package/dist/esm/clusters/content-app-observer.js +14 -6
  331. package/dist/esm/clusters/content-app-observer.js.map +1 -1
  332. package/dist/esm/clusters/content-control.d.ts +438 -356
  333. package/dist/esm/clusters/content-control.d.ts.map +1 -1
  334. package/dist/esm/clusters/content-control.js +120 -58
  335. package/dist/esm/clusters/content-control.js.map +1 -1
  336. package/dist/esm/clusters/content-launcher.d.ts +509 -475
  337. package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
  338. package/dist/esm/clusters/content-launcher.js +65 -39
  339. package/dist/esm/clusters/content-launcher.js.map +1 -1
  340. package/dist/esm/clusters/descriptor.d.ts +28 -28
  341. package/dist/esm/clusters/descriptor.js +8 -8
  342. package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
  343. package/dist/esm/clusters/device-energy-management-mode.js +8 -8
  344. package/dist/esm/clusters/device-energy-management.d.ts +544 -544
  345. package/dist/esm/clusters/device-energy-management.js +87 -87
  346. package/dist/esm/clusters/diagnostic-logs.d.ts +67 -33
  347. package/dist/esm/clusters/diagnostic-logs.d.ts.map +1 -1
  348. package/dist/esm/clusters/diagnostic-logs.js +34 -8
  349. package/dist/esm/clusters/diagnostic-logs.js.map +1 -1
  350. package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
  351. package/dist/esm/clusters/dishwasher-alarm.js +14 -14
  352. package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
  353. package/dist/esm/clusters/dishwasher-mode.js +8 -8
  354. package/dist/esm/clusters/door-lock.d.ts +1367 -1350
  355. package/dist/esm/clusters/door-lock.d.ts.map +1 -1
  356. package/dist/esm/clusters/door-lock.js +242 -228
  357. package/dist/esm/clusters/door-lock.js.map +1 -1
  358. package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
  359. package/dist/esm/clusters/ecosystem-information.js +12 -12
  360. package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
  361. package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
  362. package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
  363. package/dist/esm/clusters/electrical-power-measurement.js +39 -39
  364. package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
  365. package/dist/esm/clusters/energy-evse-mode.js +8 -8
  366. package/dist/esm/clusters/energy-evse.d.ts +323 -323
  367. package/dist/esm/clusters/energy-evse.js +73 -73
  368. package/dist/esm/clusters/energy-preference.d.ts +49 -49
  369. package/dist/esm/clusters/energy-preference.js +9 -9
  370. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
  371. package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
  372. package/dist/esm/clusters/fan-control.d.ts +67 -67
  373. package/dist/esm/clusters/fan-control.js +17 -17
  374. package/dist/esm/clusters/fixed-label.d.ts +2 -2
  375. package/dist/esm/clusters/fixed-label.js +1 -1
  376. package/dist/esm/clusters/flow-measurement.d.ts +5 -5
  377. package/dist/esm/clusters/flow-measurement.js +4 -4
  378. package/dist/esm/clusters/general-commissioning.d.ts +104 -104
  379. package/dist/esm/clusters/general-commissioning.js +25 -25
  380. package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
  381. package/dist/esm/clusters/general-diagnostics.js +40 -40
  382. package/dist/esm/clusters/group-key-management.d.ts +119 -119
  383. package/dist/esm/clusters/group-key-management.js +23 -23
  384. package/dist/esm/clusters/groups.d.ts +78 -78
  385. package/dist/esm/clusters/groups.js +21 -21
  386. package/dist/esm/clusters/icd-management.d.ts +131 -131
  387. package/dist/esm/clusters/icd-management.js +29 -29
  388. package/dist/esm/clusters/identify.d.ts +16 -16
  389. package/dist/esm/clusters/identify.js +6 -6
  390. package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
  391. package/dist/esm/clusters/illuminance-measurement.js +5 -5
  392. package/dist/esm/clusters/joint-fabric-datastore.d.ts +175 -175
  393. package/dist/esm/clusters/joint-fabric-datastore.js +62 -62
  394. package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
  395. package/dist/esm/clusters/joint-fabric-pki.js +5 -5
  396. package/dist/esm/clusters/keypad-input.d.ts +34 -16
  397. package/dist/esm/clusters/keypad-input.d.ts.map +1 -1
  398. package/dist/esm/clusters/keypad-input.js +17 -3
  399. package/dist/esm/clusters/keypad-input.js.map +1 -1
  400. package/dist/esm/clusters/label.d.ts +10 -10
  401. package/dist/esm/clusters/label.js +3 -3
  402. package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
  403. package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
  404. package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
  405. package/dist/esm/clusters/laundry-washer-controls.js +6 -6
  406. package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
  407. package/dist/esm/clusters/laundry-washer-mode.js +5 -5
  408. package/dist/esm/clusters/level-control.d.ts +303 -303
  409. package/dist/esm/clusters/level-control.js +32 -32
  410. package/dist/esm/clusters/localization-configuration.d.ts +3 -3
  411. package/dist/esm/clusters/localization-configuration.js +2 -2
  412. package/dist/esm/clusters/low-power.d.ts +2 -2
  413. package/dist/esm/clusters/low-power.js +1 -1
  414. package/dist/esm/clusters/media-input.d.ts +47 -47
  415. package/dist/esm/clusters/media-input.js +11 -11
  416. package/dist/esm/clusters/media-playback.d.ts +427 -385
  417. package/dist/esm/clusters/media-playback.d.ts.map +1 -1
  418. package/dist/esm/clusters/media-playback.js +89 -57
  419. package/dist/esm/clusters/media-playback.js.map +1 -1
  420. package/dist/esm/clusters/messages.d.ts +154 -154
  421. package/dist/esm/clusters/messages.js +38 -38
  422. package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
  423. package/dist/esm/clusters/microwave-oven-control.js +17 -17
  424. package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
  425. package/dist/esm/clusters/microwave-oven-mode.js +7 -7
  426. package/dist/esm/clusters/mode-base.d.ts +59 -59
  427. package/dist/esm/clusters/mode-base.js +13 -13
  428. package/dist/esm/clusters/mode-select.d.ts +51 -51
  429. package/dist/esm/clusters/mode-select.js +13 -13
  430. package/dist/esm/clusters/network-commissioning.d.ts +325 -325
  431. package/dist/esm/clusters/network-commissioning.js +46 -46
  432. package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
  433. package/dist/esm/clusters/occupancy-sensing.js +20 -20
  434. package/dist/esm/clusters/on-off.d.ts +103 -103
  435. package/dist/esm/clusters/on-off.js +19 -19
  436. package/dist/esm/clusters/operational-credentials.d.ts +94 -94
  437. package/dist/esm/clusters/operational-credentials.js +34 -34
  438. package/dist/esm/clusters/operational-state.d.ts +67 -67
  439. package/dist/esm/clusters/operational-state.js +21 -21
  440. package/dist/esm/clusters/ota-software-update-provider.d.ts +95 -61
  441. package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
  442. package/dist/esm/clusters/ota-software-update-provider.js +51 -25
  443. package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
  444. package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
  445. package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
  446. package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
  447. package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
  448. package/dist/esm/clusters/oven-mode.d.ts +40 -40
  449. package/dist/esm/clusters/oven-mode.js +5 -5
  450. package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
  451. package/dist/esm/clusters/power-source-configuration.js +1 -1
  452. package/dist/esm/clusters/power-source.d.ts +155 -155
  453. package/dist/esm/clusters/power-source.js +41 -41
  454. package/dist/esm/clusters/power-topology.d.ts +8 -8
  455. package/dist/esm/clusters/power-topology.js +2 -2
  456. package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
  457. package/dist/esm/clusters/pressure-measurement.js +9 -9
  458. package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
  459. package/dist/esm/clusters/proxy-configuration.js +3 -3
  460. package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
  461. package/dist/esm/clusters/proxy-discovery.js +4 -4
  462. package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
  463. package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
  464. package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
  465. package/dist/esm/clusters/refrigerator-alarm.js +11 -11
  466. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
  467. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
  468. package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
  469. package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
  470. package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
  471. package/dist/esm/clusters/resource-monitoring.js +7 -7
  472. package/dist/esm/clusters/rvc-clean-mode.d.ts +48 -48
  473. package/dist/esm/clusters/rvc-clean-mode.js +9 -9
  474. package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
  475. package/dist/esm/clusters/rvc-operational-state.js +17 -17
  476. package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
  477. package/dist/esm/clusters/rvc-run-mode.js +9 -9
  478. package/dist/esm/clusters/scenes-management.d.ts +246 -246
  479. package/dist/esm/clusters/scenes-management.js +70 -70
  480. package/dist/esm/clusters/service-area.d.ts +128 -128
  481. package/dist/esm/clusters/service-area.js +26 -26
  482. package/dist/esm/clusters/smoke-co-alarm.d.ts +137 -137
  483. package/dist/esm/clusters/smoke-co-alarm.js +30 -30
  484. package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
  485. package/dist/esm/clusters/software-diagnostics.js +14 -14
  486. package/dist/esm/clusters/switch.d.ts +105 -105
  487. package/dist/esm/clusters/switch.js +23 -23
  488. package/dist/esm/clusters/target-navigator.d.ts +48 -30
  489. package/dist/esm/clusters/target-navigator.d.ts.map +1 -1
  490. package/dist/esm/clusters/target-navigator.js +24 -10
  491. package/dist/esm/clusters/target-navigator.js.map +1 -1
  492. package/dist/esm/clusters/temperature-control.d.ts +45 -45
  493. package/dist/esm/clusters/temperature-control.js +12 -12
  494. package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
  495. package/dist/esm/clusters/temperature-measurement.js +4 -4
  496. package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
  497. package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
  498. package/dist/esm/clusters/thermostat.d.ts +515 -515
  499. package/dist/esm/clusters/thermostat.js +114 -114
  500. package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
  501. package/dist/esm/clusters/thread-border-router-management.js +14 -14
  502. package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
  503. package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
  504. package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
  505. package/dist/esm/clusters/thread-network-directory.js +11 -11
  506. package/dist/esm/clusters/time-format-localization.d.ts +12 -12
  507. package/dist/esm/clusters/time-format-localization.js +3 -3
  508. package/dist/esm/clusters/time-synchronization.d.ts +255 -245
  509. package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
  510. package/dist/esm/clusters/time-synchronization.js +55 -47
  511. package/dist/esm/clusters/time-synchronization.js.map +1 -1
  512. package/dist/esm/clusters/unit-localization.d.ts +6 -6
  513. package/dist/esm/clusters/unit-localization.js +1 -1
  514. package/dist/esm/clusters/user-label.d.ts +2 -2
  515. package/dist/esm/clusters/user-label.js +1 -1
  516. package/dist/esm/clusters/valid-proxies.d.ts +7 -7
  517. package/dist/esm/clusters/valid-proxies.js +2 -2
  518. package/dist/esm/clusters/valve-configuration-and-control.d.ts +90 -80
  519. package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
  520. package/dist/esm/clusters/valve-configuration-and-control.js +30 -22
  521. package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
  522. package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
  523. package/dist/esm/clusters/wake-on-lan.js +2 -2
  524. package/dist/esm/clusters/water-heater-management.d.ts +91 -91
  525. package/dist/esm/clusters/water-heater-management.js +16 -16
  526. package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
  527. package/dist/esm/clusters/water-heater-mode.js +8 -8
  528. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
  529. package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
  530. package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
  531. package/dist/esm/clusters/wi-fi-network-management.js +3 -3
  532. package/dist/esm/clusters/window-covering.d.ts +183 -183
  533. package/dist/esm/clusters/window-covering.js +49 -49
  534. package/dist/esm/common/StatusCode.d.ts +2 -11
  535. package/dist/esm/common/StatusCode.d.ts.map +1 -1
  536. package/dist/esm/common/StatusCode.js +1 -17
  537. package/dist/esm/common/StatusCode.js.map +1 -1
  538. package/dist/esm/common/StatusResponseError.d.ts +21 -0
  539. package/dist/esm/common/StatusResponseError.d.ts.map +1 -0
  540. package/dist/esm/common/StatusResponseError.js +34 -0
  541. package/dist/esm/common/StatusResponseError.js.map +6 -0
  542. package/dist/esm/common/ValidationError.d.ts +1 -1
  543. package/dist/esm/common/ValidationError.d.ts.map +1 -1
  544. package/dist/esm/common/ValidationError.js +2 -1
  545. package/dist/esm/common/ValidationError.js.map +1 -1
  546. package/dist/esm/common/index.d.ts +1 -0
  547. package/dist/esm/common/index.d.ts.map +1 -1
  548. package/dist/esm/common/index.js +1 -0
  549. package/dist/esm/common/index.js.map +1 -1
  550. package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
  551. package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
  552. package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
  553. package/dist/esm/globals/Locationdesc.d.ts +5 -5
  554. package/dist/esm/globals/Locationdesc.js +3 -3
  555. package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
  556. package/dist/esm/globals/MeasurementAccuracy.js +3 -3
  557. package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
  558. package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
  559. package/dist/esm/globals/MeasurementType.d.ts +1 -1
  560. package/dist/esm/globals/Priority.d.ts +1 -1
  561. package/dist/esm/globals/Semtag.d.ts +6 -6
  562. package/dist/esm/globals/Semtag.js +4 -4
  563. package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  564. package/dist/esm/globals/Status.d.ts +33 -33
  565. package/dist/esm/globals/Tod.d.ts +2 -2
  566. package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
  567. package/package.json +5 -5
  568. package/src/clusters/access-control.ts +72 -72
  569. package/src/clusters/account-login.ts +22 -22
  570. package/src/clusters/actions.ts +86 -86
  571. package/src/clusters/administrator-commissioning.ts +67 -20
  572. package/src/clusters/air-quality.ts +4 -4
  573. package/src/clusters/alarm-base.ts +22 -22
  574. package/src/clusters/application-basic.ts +14 -14
  575. package/src/clusters/application-launcher.ts +105 -28
  576. package/src/clusters/audio-output.ts +17 -17
  577. package/src/clusters/ballast-configuration.ts +20 -20
  578. package/src/clusters/basic-information.ts +47 -47
  579. package/src/clusters/binding.ts +8 -8
  580. package/src/clusters/boolean-state-configuration.ts +31 -31
  581. package/src/clusters/boolean-state.ts +6 -6
  582. package/src/clusters/bridged-device-basic-information.ts +38 -38
  583. package/src/clusters/channel.ts +143 -111
  584. package/src/clusters/color-control.ts +168 -168
  585. package/src/clusters/commissioner-control.ts +15 -15
  586. package/src/clusters/concentration-measurement.ts +15 -15
  587. package/src/clusters/content-app-observer.ts +29 -12
  588. package/src/clusters/content-control.ts +248 -96
  589. package/src/clusters/content-launcher.ts +131 -69
  590. package/src/clusters/descriptor.ts +13 -13
  591. package/src/clusters/device-energy-management-mode.ts +28 -28
  592. package/src/clusters/device-energy-management.ts +136 -136
  593. package/src/clusters/diagnostic-logs.ts +88 -26
  594. package/src/clusters/dishwasher-alarm.ts +24 -24
  595. package/src/clusters/dishwasher-mode.ts +27 -27
  596. package/src/clusters/door-lock.ts +408 -377
  597. package/src/clusters/ecosystem-information.ts +17 -17
  598. package/src/clusters/electrical-energy-measurement.ts +39 -39
  599. package/src/clusters/electrical-power-measurement.ts +53 -53
  600. package/src/clusters/energy-evse-mode.ts +28 -28
  601. package/src/clusters/energy-evse.ts +109 -109
  602. package/src/clusters/energy-preference.ts +19 -19
  603. package/src/clusters/ethernet-network-diagnostics.ts +13 -13
  604. package/src/clusters/fan-control.ts +30 -30
  605. package/src/clusters/fixed-label.ts +2 -2
  606. package/src/clusters/flow-measurement.ts +5 -5
  607. package/src/clusters/general-commissioning.ts +45 -45
  608. package/src/clusters/general-diagnostics.ts +66 -66
  609. package/src/clusters/group-key-management.ts +45 -45
  610. package/src/clusters/groups.ts +44 -44
  611. package/src/clusters/icd-management.ts +50 -50
  612. package/src/clusters/identify.ts +14 -14
  613. package/src/clusters/illuminance-measurement.ts +7 -7
  614. package/src/clusters/joint-fabric-datastore.ts +82 -82
  615. package/src/clusters/joint-fabric-pki.ts +12 -12
  616. package/src/clusters/keypad-input.ts +43 -11
  617. package/src/clusters/label.ts +5 -5
  618. package/src/clusters/laundry-dryer-controls.ts +4 -4
  619. package/src/clusters/laundry-washer-controls.ts +11 -11
  620. package/src/clusters/laundry-washer-mode.ts +25 -25
  621. package/src/clusters/level-control.ts +49 -49
  622. package/src/clusters/localization-configuration.ts +3 -3
  623. package/src/clusters/low-power.ts +2 -2
  624. package/src/clusters/media-input.ts +20 -20
  625. package/src/clusters/media-playback.ts +168 -91
  626. package/src/clusters/messages.ts +61 -61
  627. package/src/clusters/microwave-oven-control.ts +23 -23
  628. package/src/clusters/microwave-oven-mode.ts +25 -25
  629. package/src/clusters/mode-base.ts +37 -37
  630. package/src/clusters/mode-select.ts +22 -22
  631. package/src/clusters/network-commissioning.ts +76 -76
  632. package/src/clusters/occupancy-sensing.ts +29 -29
  633. package/src/clusters/on-off.ts +33 -33
  634. package/src/clusters/operational-credentials.ts +65 -65
  635. package/src/clusters/operational-state.ts +34 -34
  636. package/src/clusters/ota-software-update-provider.ts +101 -39
  637. package/src/clusters/ota-software-update-requestor.ts +55 -55
  638. package/src/clusters/oven-cavity-operational-state.ts +14 -14
  639. package/src/clusters/oven-mode.ts +31 -31
  640. package/src/clusters/power-source-configuration.ts +2 -2
  641. package/src/clusters/power-source.ts +59 -59
  642. package/src/clusters/power-topology.ts +4 -4
  643. package/src/clusters/pressure-measurement.ts +11 -11
  644. package/src/clusters/proxy-configuration.ts +6 -6
  645. package/src/clusters/proxy-discovery.ts +7 -7
  646. package/src/clusters/pump-configuration-and-control.ts +69 -69
  647. package/src/clusters/refrigerator-alarm.ts +18 -18
  648. package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
  649. package/src/clusters/relative-humidity-measurement.ts +5 -5
  650. package/src/clusters/resource-monitoring.ts +13 -13
  651. package/src/clusters/rvc-clean-mode.ts +31 -31
  652. package/src/clusters/rvc-operational-state.ts +28 -28
  653. package/src/clusters/rvc-run-mode.ts +38 -38
  654. package/src/clusters/scenes-management.ts +112 -112
  655. package/src/clusters/service-area.ts +50 -50
  656. package/src/clusters/smoke-co-alarm.ts +68 -68
  657. package/src/clusters/software-diagnostics.ts +20 -20
  658. package/src/clusters/switch.ts +45 -45
  659. package/src/clusters/target-navigator.ts +52 -20
  660. package/src/clusters/temperature-control.ts +19 -19
  661. package/src/clusters/temperature-measurement.ts +5 -5
  662. package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
  663. package/src/clusters/thermostat.ts +172 -172
  664. package/src/clusters/thread-border-router-management.ts +23 -23
  665. package/src/clusters/thread-network-diagnostics.ts +125 -125
  666. package/src/clusters/thread-network-directory.ts +22 -22
  667. package/src/clusters/time-format-localization.ts +7 -7
  668. package/src/clusters/time-synchronization.ts +98 -81
  669. package/src/clusters/unit-localization.ts +4 -4
  670. package/src/clusters/user-label.ts +2 -2
  671. package/src/clusters/valid-proxies.ts +7 -7
  672. package/src/clusters/valve-configuration-and-control.ts +52 -35
  673. package/src/clusters/wake-on-lan.ts +3 -3
  674. package/src/clusters/water-heater-management.ts +26 -26
  675. package/src/clusters/water-heater-mode.ts +27 -27
  676. package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
  677. package/src/clusters/wi-fi-network-management.ts +6 -6
  678. package/src/clusters/window-covering.ts +68 -68
  679. package/src/common/StatusCode.ts +3 -21
  680. package/src/common/StatusResponseError.ts +41 -0
  681. package/src/common/ValidationError.ts +2 -1
  682. package/src/common/index.ts +1 -0
  683. package/src/globals/AtomicAttributeStatus.ts +4 -4
  684. package/src/globals/AtomicRequestType.ts +1 -1
  685. package/src/globals/Locationdesc.ts +5 -5
  686. package/src/globals/MeasurementAccuracy.ts +5 -5
  687. package/src/globals/MeasurementAccuracyRange.ts +10 -10
  688. package/src/globals/MeasurementType.ts +1 -1
  689. package/src/globals/Priority.ts +1 -1
  690. package/src/globals/Semtag.ts +6 -6
  691. package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
  692. package/src/globals/Status.ts +33 -33
  693. package/src/globals/Tod.ts +2 -2
  694. package/src/globals/WildcardPathFlags.ts +1 -1
@@ -13,7 +13,7 @@ export declare namespace NetworkCommissioning {
13
13
  /**
14
14
  * These are optional features supported by NetworkCommissioningCluster.
15
15
  *
16
- * @see {@link MatterSpecification.v14.Core} § 11.9.4
16
+ * @see {@link MatterSpecification.v141.Core} § 11.9.4
17
17
  */
18
18
  enum Feature {
19
19
  /**
@@ -38,7 +38,7 @@ export declare namespace NetworkCommissioning {
38
38
  /**
39
39
  * Input to the NetworkCommissioning scanNetworks command
40
40
  *
41
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.1
41
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.1
42
42
  */
43
43
  const TlvScanNetworksRequest: import("../tlv/TlvObject.js").ObjectSchema<{
44
44
  /**
@@ -46,7 +46,7 @@ export declare namespace NetworkCommissioning {
46
46
  * if the field is absent, or if it is null, this shall indicate scanning of all BSSID in range. This field
47
47
  * shall be ignored for ScanNetworks invocations on non-Wi-Fi server instances.
48
48
  *
49
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.1.1
49
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.1.1
50
50
  */
51
51
  ssid: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike> | null>;
52
52
  /**
@@ -54,19 +54,19 @@ export declare namespace NetworkCommissioning {
54
54
  * Commissioning cluster on success of the associated command. If the command fails, the Breadcrumb attribute in
55
55
  * the General Commissioning cluster shall be left unchanged.
56
56
  *
57
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.1.2
57
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.1.2
58
58
  */
59
59
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
60
60
  }>;
61
61
  /**
62
62
  * Input to the NetworkCommissioning scanNetworks command
63
63
  *
64
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.1
64
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.1
65
65
  */
66
66
  interface ScanNetworksRequest extends TypeFromSchema<typeof TlvScanNetworksRequest> {
67
67
  }
68
68
  /**
69
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.4
69
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.4
70
70
  */
71
71
  enum NetworkCommissioningStatus {
72
72
  /**
@@ -126,7 +126,7 @@ export declare namespace NetworkCommissioning {
126
126
  * WiFiSecurityBitmap encodes the supported Wi-Fi security types present in the Security field of the
127
127
  * WiFiInterfaceScanResultStruct.
128
128
  *
129
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.1
129
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.1
130
130
  */
131
131
  const WiFiSecurity: {
132
132
  /**
@@ -154,7 +154,7 @@ export declare namespace NetworkCommissioning {
154
154
  * WiFiBandEnum encodes a supported Wi-Fi frequency band present in the WiFiBand field of the
155
155
  * WiFiInterfaceScanResultStruct.
156
156
  *
157
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.3
157
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.3
158
158
  */
159
159
  enum WiFiBand {
160
160
  /**
@@ -185,7 +185,7 @@ export declare namespace NetworkCommissioning {
185
185
  /**
186
186
  * WiFiInterfaceScanResultStruct represents a single Wi-Fi network scan result.
187
187
  *
188
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.6
188
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.6
189
189
  */
190
190
  const TlvWiFiInterfaceScanResult: import("../tlv/TlvObject.js").ObjectSchema<{
191
191
  security: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
@@ -217,27 +217,27 @@ export declare namespace NetworkCommissioning {
217
217
  * This field, if present, may be used to differentiate overlapping channel number values across different Wi-Fi
218
218
  * frequency bands.
219
219
  *
220
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.6.1
220
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.6.1
221
221
  */
222
222
  wiFiBand: import("../tlv/TlvObject.js").OptionalFieldType<WiFiBand>;
223
223
  /**
224
224
  * This field, if present, shall denote the signal strength in dBm of the associated scan result.
225
225
  *
226
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.6.2
226
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.6.2
227
227
  */
228
228
  rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
229
229
  }>;
230
230
  /**
231
231
  * WiFiInterfaceScanResultStruct represents a single Wi-Fi network scan result.
232
232
  *
233
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.6
233
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.6
234
234
  */
235
235
  interface WiFiInterfaceScanResult extends TypeFromSchema<typeof TlvWiFiInterfaceScanResult> {
236
236
  }
237
237
  /**
238
238
  * ThreadInterfaceScanResultStruct represents a single Thread network scan result.
239
239
  *
240
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.7
240
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.7
241
241
  */
242
242
  const TlvThreadInterfaceScanResult: import("../tlv/TlvObject.js").ObjectSchema<{
243
243
  panId: import("../tlv/TlvObject.js").OptionalFieldType<number>;
@@ -248,7 +248,7 @@ export declare namespace NetworkCommissioning {
248
248
  /**
249
249
  * ExtendedAddress stands for an IEEE 802.15.4 Extended Address.
250
250
  *
251
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.7.1
251
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.7.1
252
252
  */
253
253
  extendedAddress: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
254
254
  rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
@@ -257,7 +257,7 @@ export declare namespace NetworkCommissioning {
257
257
  /**
258
258
  * ThreadInterfaceScanResultStruct represents a single Thread network scan result.
259
259
  *
260
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.7
260
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.7
261
261
  */
262
262
  interface ThreadInterfaceScanResult extends TypeFromSchema<typeof TlvThreadInterfaceScanResult> {
263
263
  }
@@ -270,7 +270,7 @@ export declare namespace NetworkCommissioning {
270
270
  * Before generating a ScanNetworksResponse, the server shall set the LastNetworkingStatus attribute value to the
271
271
  * NetworkingStatus matching the response.
272
272
  *
273
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2
273
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2
274
274
  */
275
275
  const TlvScanNetworksResponse: import("../tlv/TlvObject.js").ObjectSchema<{
276
276
  /**
@@ -288,7 +288,7 @@ export declare namespace NetworkCommissioning {
288
288
  *
289
289
  * • UnknownError: An internal error occurred during scanning.
290
290
  *
291
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2.1
291
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2.1
292
292
  */
293
293
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
294
294
  /**
@@ -296,7 +296,7 @@ export declare namespace NetworkCommissioning {
296
296
  * case the NetworkingStatus was not Success. Its purpose is to help developers in troubleshooting errors and
297
297
  * may go into logs or crash reports.
298
298
  *
299
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2.2
299
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2.2
300
300
  */
301
301
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
302
302
  /**
@@ -312,7 +312,7 @@ export declare namespace NetworkCommissioning {
312
312
  * RSSI order, even if RSSI is not reported in the response, to maximize the likelihood that most likely to be
313
313
  * reachable elements are included within the size limits of the response.
314
314
  *
315
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2.3
315
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2.3
316
316
  */
317
317
  wiFiScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
318
318
  security: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
@@ -344,13 +344,13 @@ export declare namespace NetworkCommissioning {
344
344
  * This field, if present, may be used to differentiate overlapping channel number values across different Wi-Fi
345
345
  * frequency bands.
346
346
  *
347
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.6.1
347
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.6.1
348
348
  */
349
349
  wiFiBand: import("../tlv/TlvObject.js").OptionalFieldType<WiFiBand>;
350
350
  /**
351
351
  * This field, if present, shall denote the signal strength in dBm of the associated scan result.
352
352
  *
353
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.6.2
353
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.6.2
354
354
  */
355
355
  rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
356
356
  }>[]>;
@@ -366,7 +366,7 @@ export declare namespace NetworkCommissioning {
366
366
  * LQI order, to maximize the likelihood that most likely to be reachable elements are included within the size
367
367
  * limits of the response.
368
368
  *
369
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2.4
369
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2.4
370
370
  */
371
371
  threadScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
372
372
  panId: import("../tlv/TlvObject.js").OptionalFieldType<number>;
@@ -377,7 +377,7 @@ export declare namespace NetworkCommissioning {
377
377
  /**
378
378
  * ExtendedAddress stands for an IEEE 802.15.4 Extended Address.
379
379
  *
380
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.7.1
380
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.7.1
381
381
  */
382
382
  extendedAddress: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
383
383
  rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
@@ -393,33 +393,33 @@ export declare namespace NetworkCommissioning {
393
393
  * Before generating a ScanNetworksResponse, the server shall set the LastNetworkingStatus attribute value to the
394
394
  * NetworkingStatus matching the response.
395
395
  *
396
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2
396
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2
397
397
  */
398
398
  interface ScanNetworksResponse extends TypeFromSchema<typeof TlvScanNetworksResponse> {
399
399
  }
400
400
  /**
401
401
  * Input to the NetworkCommissioning removeNetwork command
402
402
  *
403
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.6
403
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.6
404
404
  */
405
405
  const TlvRemoveNetworkRequest: import("../tlv/TlvObject.js").ObjectSchema<{
406
406
  /**
407
407
  * This field shall contain the NetworkID for the entry to remove: the SSID for Wi-Fi and XPAN ID for Thread.
408
408
  *
409
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.6.1
409
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.6.1
410
410
  */
411
411
  networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
412
412
  /**
413
413
  * See Breadcrumb for usage.
414
414
  *
415
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.6.2
415
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.6.2
416
416
  */
417
417
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
418
418
  }>;
419
419
  /**
420
420
  * Input to the NetworkCommissioning removeNetwork command
421
421
  *
422
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.6
422
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.6
423
423
  */
424
424
  interface RemoveNetworkRequest extends TypeFromSchema<typeof TlvRemoveNetworkRequest> {
425
425
  }
@@ -434,7 +434,7 @@ export declare namespace NetworkCommissioning {
434
434
  * Before generating a NetworkConfigResponse, the server shall set the LastNetworkID attribute value to the
435
435
  * NetworkID that was used in the command for which an invocation caused the response to be generated.
436
436
  *
437
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7
437
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7
438
438
  */
439
439
  const TlvNetworkConfigResponse: import("../tlv/TlvObject.js").ObjectSchema<{
440
440
  /**
@@ -452,13 +452,13 @@ export declare namespace NetworkCommissioning {
452
452
  *
453
453
  * • UnknownError: An internal error occurred during the operation.
454
454
  *
455
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
455
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.1
456
456
  */
457
457
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
458
458
  /**
459
459
  * See DebugText for usage.
460
460
  *
461
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
461
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
462
462
  */
463
463
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
464
464
  /**
@@ -466,7 +466,7 @@ export declare namespace NetworkCommissioning {
466
466
  * entry in the Networks attribute that was last added, updated or removed successfully by the associated
467
467
  * request command.
468
468
  *
469
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
469
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
470
470
  */
471
471
  networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
472
472
  }>;
@@ -481,34 +481,34 @@ export declare namespace NetworkCommissioning {
481
481
  * Before generating a NetworkConfigResponse, the server shall set the LastNetworkID attribute value to the
482
482
  * NetworkID that was used in the command for which an invocation caused the response to be generated.
483
483
  *
484
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7
484
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7
485
485
  */
486
486
  interface NetworkConfigResponse extends TypeFromSchema<typeof TlvNetworkConfigResponse> {
487
487
  }
488
488
  /**
489
489
  * Input to the NetworkCommissioning connectNetwork command
490
490
  *
491
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.8
491
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.8
492
492
  */
493
493
  const TlvConnectNetworkRequest: import("../tlv/TlvObject.js").ObjectSchema<{
494
494
  /**
495
495
  * This field shall contain the NetworkID for the entry used to configure the connection: the SSID for Wi-Fi and
496
496
  * XPAN ID for Thread.
497
497
  *
498
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.8.1
498
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.8.1
499
499
  */
500
500
  networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
501
501
  /**
502
502
  * See Breadcrumb for usage.
503
503
  *
504
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.8.2
504
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.8.2
505
505
  */
506
506
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
507
507
  }>;
508
508
  /**
509
509
  * Input to the NetworkCommissioning connectNetwork command
510
510
  *
511
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.8
511
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.8
512
512
  */
513
513
  interface ConnectNetworkRequest extends TypeFromSchema<typeof TlvConnectNetworkRequest> {
514
514
  }
@@ -523,7 +523,7 @@ export declare namespace NetworkCommissioning {
523
523
  * • Set the LastConnectErrorValue attribute value to the ErrorValue matching the response, including setting it
524
524
  * to null if the ErrorValue is not applicable.
525
525
  *
526
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.9
526
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.9
527
527
  */
528
528
  const TlvConnectNetworkResponse: import("../tlv/TlvObject.js").ObjectSchema<{
529
529
  /**
@@ -547,13 +547,13 @@ export declare namespace NetworkCommissioning {
547
547
  * • Association errors (see also description of errors in NetworkCommissioningStatusEnum): AuthFailure,
548
548
  * UnsupportedSecurity, OtherConnectionFailure, IPV6Failed, IPBindFailed
549
549
  *
550
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.9.1
550
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.9.1
551
551
  */
552
552
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
553
553
  /**
554
554
  * See DebugText for usage.
555
555
  *
556
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.9.2
556
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.9.2
557
557
  */
558
558
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
559
559
  /**
@@ -576,7 +576,7 @@ export declare namespace NetworkCommissioning {
576
576
  * • Otherwise, the ErrorValue field shall contain an implementation-dependent value which may be used by a
577
577
  * reader of the structure to record, report or diagnose the failure.
578
578
  *
579
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.9.3
579
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.9.3
580
580
  */
581
581
  errorValue: import("../tlv/TlvObject.js").FieldType<number | null>;
582
582
  }>;
@@ -591,27 +591,27 @@ export declare namespace NetworkCommissioning {
591
591
  * • Set the LastConnectErrorValue attribute value to the ErrorValue matching the response, including setting it
592
592
  * to null if the ErrorValue is not applicable.
593
593
  *
594
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.9
594
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.9
595
595
  */
596
596
  interface ConnectNetworkResponse extends TypeFromSchema<typeof TlvConnectNetworkResponse> {
597
597
  }
598
598
  /**
599
599
  * Input to the NetworkCommissioning reorderNetwork command
600
600
  *
601
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.10
601
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.10
602
602
  */
603
603
  const TlvReorderNetworkRequest: import("../tlv/TlvObject.js").ObjectSchema<{
604
604
  /**
605
605
  * This field shall contain the NetworkID for the entry to reorder: the SSID for Wi-Fi and XPAN ID for Thread.
606
606
  *
607
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.10.1
607
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.10.1
608
608
  */
609
609
  networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
610
610
  /**
611
611
  * This field shall contain the 0-based index of the new desired position of the entry in the Networks
612
612
  * attribute.
613
613
  *
614
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.10.2
614
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.10.2
615
615
  */
616
616
  networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
617
617
  /**
@@ -663,28 +663,28 @@ export declare namespace NetworkCommissioning {
663
663
  * In the above outcome, BlueDolphin, Home-Guest and WillowTree moved "up" and FancyCat became the lowest
664
664
  * priority network in the list.
665
665
  *
666
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.10.3
666
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.10.3
667
667
  */
668
668
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
669
669
  }>;
670
670
  /**
671
671
  * Input to the NetworkCommissioning reorderNetwork command
672
672
  *
673
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.10
673
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.10
674
674
  */
675
675
  interface ReorderNetworkRequest extends TypeFromSchema<typeof TlvReorderNetworkRequest> {
676
676
  }
677
677
  /**
678
678
  * Input to the NetworkCommissioning addOrUpdateWiFiNetwork command
679
679
  *
680
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.3
680
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.3
681
681
  */
682
682
  const TlvAddOrUpdateWiFiNetworkRequest: import("../tlv/TlvObject.js").ObjectSchema<{
683
683
  /**
684
684
  * This field shall contain the SSID to which to attempt connection. Specific BSSID selection is not supported
685
685
  * by this cluster.
686
686
  *
687
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.3.1
687
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.3.1
688
688
  */
689
689
  ssid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
690
690
  /**
@@ -720,20 +720,20 @@ export declare namespace NetworkCommissioning {
720
720
  * selects a lower security connectivity type if the link quality is deemed to be too low to achieve successful
721
721
  * operation, or if all retry attempts fail.
722
722
  *
723
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.3.2
723
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.3.2
724
724
  */
725
725
  credentials: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
726
726
  /**
727
727
  * See Breadcrumb for usage.
728
728
  *
729
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.3.3
729
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.3.3
730
730
  */
731
731
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
732
732
  }>;
733
733
  /**
734
734
  * Input to the NetworkCommissioning addOrUpdateWiFiNetwork command
735
735
  *
736
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.3
736
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.3
737
737
  */
738
738
  interface AddOrUpdateWiFiNetworkRequest extends TypeFromSchema<typeof TlvAddOrUpdateWiFiNetworkRequest> {
739
739
  }
@@ -745,7 +745,7 @@ export declare namespace NetworkCommissioning {
745
745
  *
746
746
  * > The valid combinations of capabilities are restricted and dependent on Thread version.
747
747
  *
748
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.2
748
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.2
749
749
  */
750
750
  const ThreadCapabilities: {
751
751
  /**
@@ -772,7 +772,7 @@ export declare namespace NetworkCommissioning {
772
772
  /**
773
773
  * Input to the NetworkCommissioning addOrUpdateThreadNetwork command
774
774
  *
775
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.4
775
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.4
776
776
  */
777
777
  const TlvAddOrUpdateThreadNetworkRequest: import("../tlv/TlvObject.js").ObjectSchema<{
778
778
  /**
@@ -782,27 +782,27 @@ export declare namespace NetworkCommissioning {
782
782
  * The encoding for the OperationalDataset field is defined in the Thread specification. The client shall pass
783
783
  * the OperationalDataset as an opaque octet string.
784
784
  *
785
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.4.1
785
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.4.1
786
786
  */
787
787
  operationalDataset: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
788
788
  /**
789
789
  * See Breadcrumb for usage.
790
790
  *
791
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.4.2
791
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.4.2
792
792
  */
793
793
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
794
794
  }>;
795
795
  /**
796
796
  * Input to the NetworkCommissioning addOrUpdateThreadNetwork command
797
797
  *
798
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.4
798
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.4
799
799
  */
800
800
  interface AddOrUpdateThreadNetworkRequest extends TypeFromSchema<typeof TlvAddOrUpdateThreadNetworkRequest> {
801
801
  }
802
802
  /**
803
803
  * NetworkInfoStruct struct describes an existing network configuration, as provided in the Networks attribute.
804
804
  *
805
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.5
805
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.5
806
806
  */
807
807
  const TlvNetworkInfo: import("../tlv/TlvObject.js").ObjectSchema<{
808
808
  /**
@@ -829,7 +829,7 @@ export declare namespace NetworkCommissioning {
829
829
  *
830
830
  * XPAN ID is a big-endian 64-bit unsigned number, represented on the first 8 octets of the octet string.
831
831
  *
832
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.5.1
832
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.5.1
833
833
  */
834
834
  networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
835
835
  /**
@@ -837,14 +837,14 @@ export declare namespace NetworkCommissioning {
837
837
  * linked to the network technology (e.g. Associated for a Wi-Fi network, media connected for an Ethernet
838
838
  * network).
839
839
  *
840
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.5.2
840
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.5.2
841
841
  */
842
842
  connected: import("../tlv/TlvObject.js").FieldType<boolean>;
843
843
  }>;
844
844
  /**
845
845
  * NetworkInfoStruct struct describes an existing network configuration, as provided in the Networks attribute.
846
846
  *
847
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.5
847
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.5
848
848
  */
849
849
  interface NetworkInfo extends TypeFromSchema<typeof TlvNetworkInfo> {
850
850
  }
@@ -860,7 +860,7 @@ export declare namespace NetworkCommissioning {
860
860
  *
861
861
  * See ScanNetworks for usage.
862
862
  *
863
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.3
863
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.3
864
864
  */
865
865
  readonly scanMaxTimeSeconds: FixedAttribute<number, any>;
866
866
  /**
@@ -869,7 +869,7 @@ export declare namespace NetworkCommissioning {
869
869
  * for all operations needed until a successful network connection is deemed to have occurred, including,
870
870
  * for example, obtaining IP addresses, or the execution of necessary internal retries.
871
871
  *
872
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.4
872
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.4
873
873
  */
874
874
  readonly connectMaxTimeSeconds: FixedAttribute<number, any>;
875
875
  };
@@ -914,7 +914,7 @@ export declare namespace NetworkCommissioning {
914
914
  * clients, while the network interface is processing the scan. Clients SHOULD NOT use this command unless
915
915
  * actively in the process of re-configuring network connectivity.
916
916
  *
917
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.1
917
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.1
918
918
  */
919
919
  readonly scanNetworks: Command<import("../tlv/TlvObject.js").TypeFromFields<{
920
920
  /**
@@ -922,7 +922,7 @@ export declare namespace NetworkCommissioning {
922
922
  * if the field is absent, or if it is null, this shall indicate scanning of all BSSID in range. This field
923
923
  * shall be ignored for ScanNetworks invocations on non-Wi-Fi server instances.
924
924
  *
925
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.1.1
925
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.1.1
926
926
  */
927
927
  ssid: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike> | null>;
928
928
  /**
@@ -930,7 +930,7 @@ export declare namespace NetworkCommissioning {
930
930
  * Commissioning cluster on success of the associated command. If the command fails, the Breadcrumb attribute in
931
931
  * the General Commissioning cluster shall be left unchanged.
932
932
  *
933
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.1.2
933
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.1.2
934
934
  */
935
935
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
936
936
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -949,7 +949,7 @@ export declare namespace NetworkCommissioning {
949
949
  *
950
950
  * • UnknownError: An internal error occurred during scanning.
951
951
  *
952
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2.1
952
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2.1
953
953
  */
954
954
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
955
955
  /**
@@ -957,7 +957,7 @@ export declare namespace NetworkCommissioning {
957
957
  * case the NetworkingStatus was not Success. Its purpose is to help developers in troubleshooting errors and
958
958
  * may go into logs or crash reports.
959
959
  *
960
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2.2
960
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2.2
961
961
  */
962
962
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
963
963
  /**
@@ -973,7 +973,7 @@ export declare namespace NetworkCommissioning {
973
973
  * RSSI order, even if RSSI is not reported in the response, to maximize the likelihood that most likely to be
974
974
  * reachable elements are included within the size limits of the response.
975
975
  *
976
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2.3
976
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2.3
977
977
  */
978
978
  wiFiScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
979
979
  security: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
@@ -1005,13 +1005,13 @@ export declare namespace NetworkCommissioning {
1005
1005
  * This field, if present, may be used to differentiate overlapping channel number values across different Wi-Fi
1006
1006
  * frequency bands.
1007
1007
  *
1008
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.6.1
1008
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.6.1
1009
1009
  */
1010
1010
  wiFiBand: import("../tlv/TlvObject.js").OptionalFieldType<WiFiBand>;
1011
1011
  /**
1012
1012
  * This field, if present, shall denote the signal strength in dBm of the associated scan result.
1013
1013
  *
1014
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.6.2
1014
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.6.2
1015
1015
  */
1016
1016
  rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1017
1017
  }>[]>;
@@ -1027,7 +1027,7 @@ export declare namespace NetworkCommissioning {
1027
1027
  * LQI order, to maximize the likelihood that most likely to be reachable elements are included within the size
1028
1028
  * limits of the response.
1029
1029
  *
1030
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2.4
1030
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2.4
1031
1031
  */
1032
1032
  threadScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1033
1033
  panId: import("../tlv/TlvObject.js").OptionalFieldType<number>;
@@ -1038,7 +1038,7 @@ export declare namespace NetworkCommissioning {
1038
1038
  /**
1039
1039
  * ExtendedAddress stands for an IEEE 802.15.4 Extended Address.
1040
1040
  *
1041
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.7.1
1041
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.7.1
1042
1042
  */
1043
1043
  extendedAddress: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
1044
1044
  rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
@@ -1060,19 +1060,19 @@ export declare namespace NetworkCommissioning {
1060
1060
  * of the entry in the Networks attribute that was just removed, and a NetworkingStatus status field set to
1061
1061
  * Success.
1062
1062
  *
1063
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.6
1063
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.6
1064
1064
  */
1065
1065
  readonly removeNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1066
1066
  /**
1067
1067
  * This field shall contain the NetworkID for the entry to remove: the SSID for Wi-Fi and XPAN ID for Thread.
1068
1068
  *
1069
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.6.1
1069
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.6.1
1070
1070
  */
1071
1071
  networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1072
1072
  /**
1073
1073
  * See Breadcrumb for usage.
1074
1074
  *
1075
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.6.2
1075
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.6.2
1076
1076
  */
1077
1077
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1078
1078
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -1091,13 +1091,13 @@ export declare namespace NetworkCommissioning {
1091
1091
  *
1092
1092
  * • UnknownError: An internal error occurred during the operation.
1093
1093
  *
1094
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
1094
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.1
1095
1095
  */
1096
1096
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
1097
1097
  /**
1098
1098
  * See DebugText for usage.
1099
1099
  *
1100
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
1100
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
1101
1101
  */
1102
1102
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1103
1103
  /**
@@ -1105,7 +1105,7 @@ export declare namespace NetworkCommissioning {
1105
1105
  * entry in the Networks attribute that was last added, updated or removed successfully by the associated
1106
1106
  * request command.
1107
1107
  *
1108
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
1108
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
1109
1109
  */
1110
1110
  networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1111
1111
  }>, any>;
@@ -1184,20 +1184,20 @@ export declare namespace NetworkCommissioning {
1184
1184
  * determining the reason for a failure after reconnecting over a Commissioning channel, especially in
1185
1185
  * non-concurrent commissioning situations.
1186
1186
  *
1187
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.8
1187
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.8
1188
1188
  */
1189
1189
  readonly connectNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1190
1190
  /**
1191
1191
  * This field shall contain the NetworkID for the entry used to configure the connection: the SSID for Wi-Fi and
1192
1192
  * XPAN ID for Thread.
1193
1193
  *
1194
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.8.1
1194
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.8.1
1195
1195
  */
1196
1196
  networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1197
1197
  /**
1198
1198
  * See Breadcrumb for usage.
1199
1199
  *
1200
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.8.2
1200
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.8.2
1201
1201
  */
1202
1202
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1203
1203
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -1222,13 +1222,13 @@ export declare namespace NetworkCommissioning {
1222
1222
  * • Association errors (see also description of errors in NetworkCommissioningStatusEnum): AuthFailure,
1223
1223
  * UnsupportedSecurity, OtherConnectionFailure, IPV6Failed, IPBindFailed
1224
1224
  *
1225
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.9.1
1225
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.9.1
1226
1226
  */
1227
1227
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
1228
1228
  /**
1229
1229
  * See DebugText for usage.
1230
1230
  *
1231
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.9.2
1231
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.9.2
1232
1232
  */
1233
1233
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1234
1234
  /**
@@ -1251,7 +1251,7 @@ export declare namespace NetworkCommissioning {
1251
1251
  * • Otherwise, the ErrorValue field shall contain an implementation-dependent value which may be used by a
1252
1252
  * reader of the structure to record, report or diagnose the failure.
1253
1253
  *
1254
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.9.3
1254
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.9.3
1255
1255
  */
1256
1256
  errorValue: import("../tlv/TlvObject.js").FieldType<number | null>;
1257
1257
  }>, any>;
@@ -1259,20 +1259,20 @@ export declare namespace NetworkCommissioning {
1259
1259
  * This command shall set the specific order of the network configuration selected by its NetworkID in the
1260
1260
  * Networks attribute to match the position given by NetworkIndex.
1261
1261
  *
1262
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.10
1262
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.10
1263
1263
  */
1264
1264
  readonly reorderNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1265
1265
  /**
1266
1266
  * This field shall contain the NetworkID for the entry to reorder: the SSID for Wi-Fi and XPAN ID for Thread.
1267
1267
  *
1268
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.10.1
1268
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.10.1
1269
1269
  */
1270
1270
  networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1271
1271
  /**
1272
1272
  * This field shall contain the 0-based index of the new desired position of the entry in the Networks
1273
1273
  * attribute.
1274
1274
  *
1275
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.10.2
1275
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.10.2
1276
1276
  */
1277
1277
  networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
1278
1278
  /**
@@ -1324,7 +1324,7 @@ export declare namespace NetworkCommissioning {
1324
1324
  * In the above outcome, BlueDolphin, Home-Guest and WillowTree moved "up" and FancyCat became the lowest
1325
1325
  * priority network in the list.
1326
1326
  *
1327
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.10.3
1327
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.10.3
1328
1328
  */
1329
1329
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1330
1330
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -1343,13 +1343,13 @@ export declare namespace NetworkCommissioning {
1343
1343
  *
1344
1344
  * • UnknownError: An internal error occurred during the operation.
1345
1345
  *
1346
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
1346
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.1
1347
1347
  */
1348
1348
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
1349
1349
  /**
1350
1350
  * See DebugText for usage.
1351
1351
  *
1352
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
1352
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
1353
1353
  */
1354
1354
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1355
1355
  /**
@@ -1357,7 +1357,7 @@ export declare namespace NetworkCommissioning {
1357
1357
  * entry in the Networks attribute that was last added, updated or removed successfully by the associated
1358
1358
  * request command.
1359
1359
  *
1360
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
1360
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
1361
1361
  */
1362
1362
  networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1363
1363
  }>, any>;
@@ -1371,7 +1371,7 @@ export declare namespace NetworkCommissioning {
1371
1371
  /**
1372
1372
  * Indicates all the frequency bands supported by the Wi-Fi interface configured by the cluster instance.
1373
1373
  *
1374
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.9
1374
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.9
1375
1375
  */
1376
1376
  readonly supportedWiFiBands: FixedAttribute<WiFiBand[], any>;
1377
1377
  };
@@ -1391,14 +1391,14 @@ export declare namespace NetworkCommissioning {
1391
1391
  * See Section 11.9.7.5, “Common processing of AddOrUpdateWiFiNetwork and AddOrUpdateThreadNetwork” for
1392
1392
  * behavior of addition/update.
1393
1393
  *
1394
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.3
1394
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.3
1395
1395
  */
1396
1396
  readonly addOrUpdateWiFiNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1397
1397
  /**
1398
1398
  * This field shall contain the SSID to which to attempt connection. Specific BSSID selection is not supported
1399
1399
  * by this cluster.
1400
1400
  *
1401
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.3.1
1401
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.3.1
1402
1402
  */
1403
1403
  ssid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1404
1404
  /**
@@ -1434,13 +1434,13 @@ export declare namespace NetworkCommissioning {
1434
1434
  * selects a lower security connectivity type if the link quality is deemed to be too low to achieve successful
1435
1435
  * operation, or if all retry attempts fail.
1436
1436
  *
1437
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.3.2
1437
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.3.2
1438
1438
  */
1439
1439
  credentials: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1440
1440
  /**
1441
1441
  * See Breadcrumb for usage.
1442
1442
  *
1443
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.3.3
1443
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.3.3
1444
1444
  */
1445
1445
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1446
1446
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -1459,13 +1459,13 @@ export declare namespace NetworkCommissioning {
1459
1459
  *
1460
1460
  * • UnknownError: An internal error occurred during the operation.
1461
1461
  *
1462
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
1462
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.1
1463
1463
  */
1464
1464
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
1465
1465
  /**
1466
1466
  * See DebugText for usage.
1467
1467
  *
1468
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
1468
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
1469
1469
  */
1470
1470
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1471
1471
  /**
@@ -1473,7 +1473,7 @@ export declare namespace NetworkCommissioning {
1473
1473
  * entry in the Networks attribute that was last added, updated or removed successfully by the associated
1474
1474
  * request command.
1475
1475
  *
1476
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
1476
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
1477
1477
  */
1478
1478
  networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1479
1479
  }>, any>;
@@ -1493,7 +1493,7 @@ export declare namespace NetworkCommissioning {
1493
1493
  * Note that most run-time details of the actual Thread interface are found in the Thread Network
1494
1494
  * Diagnostics cluster, if supported.
1495
1495
  *
1496
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.10
1496
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.10
1497
1497
  */
1498
1498
  readonly supportedThreadFeatures: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1499
1499
  /**
@@ -1523,7 +1523,7 @@ export declare namespace NetworkCommissioning {
1523
1523
  * The format shall match the value mapping found in the "Version TLV" section of Thread specification. For
1524
1524
  * example, Thread 1.3.0 would have ThreadVersion set to 4.
1525
1525
  *
1526
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.11
1526
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.11
1527
1527
  */
1528
1528
  readonly threadVersion: FixedAttribute<number, any>;
1529
1529
  };
@@ -1544,7 +1544,7 @@ export declare namespace NetworkCommissioning {
1544
1544
  * OperationalDataset, the operation shall be considered an addition, otherwise, it shall be considered an
1545
1545
  * update.
1546
1546
  *
1547
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.4
1547
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.4
1548
1548
  */
1549
1549
  readonly addOrUpdateThreadNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1550
1550
  /**
@@ -1554,13 +1554,13 @@ export declare namespace NetworkCommissioning {
1554
1554
  * The encoding for the OperationalDataset field is defined in the Thread specification. The client shall pass
1555
1555
  * the OperationalDataset as an opaque octet string.
1556
1556
  *
1557
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.4.1
1557
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.4.1
1558
1558
  */
1559
1559
  operationalDataset: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1560
1560
  /**
1561
1561
  * See Breadcrumb for usage.
1562
1562
  *
1563
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.4.2
1563
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.4.2
1564
1564
  */
1565
1565
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1566
1566
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -1579,13 +1579,13 @@ export declare namespace NetworkCommissioning {
1579
1579
  *
1580
1580
  * • UnknownError: An internal error occurred during the operation.
1581
1581
  *
1582
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
1582
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.1
1583
1583
  */
1584
1584
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
1585
1585
  /**
1586
1586
  * See DebugText for usage.
1587
1587
  *
1588
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
1588
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
1589
1589
  */
1590
1590
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1591
1591
  /**
@@ -1593,7 +1593,7 @@ export declare namespace NetworkCommissioning {
1593
1593
  * entry in the Networks attribute that was last added, updated or removed successfully by the associated
1594
1594
  * request command.
1595
1595
  *
1596
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
1596
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
1597
1597
  */
1598
1598
  networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1599
1599
  }>, any>;
@@ -1626,7 +1626,7 @@ export declare namespace NetworkCommissioning {
1626
1626
  * available device resources. The length of the Networks attribute shall be less than or equal to this
1627
1627
  * value.
1628
1628
  *
1629
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.1
1629
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.1
1630
1630
  */
1631
1631
  readonly maxNetworks: FixedAttribute<number, any>;
1632
1632
  /**
@@ -1646,7 +1646,7 @@ export declare namespace NetworkCommissioning {
1646
1646
  * There shall be no way to add, update or remove Ethernet network configurations to those Cluster
1647
1647
  * instances.
1648
1648
  *
1649
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.2
1649
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.2
1650
1650
  */
1651
1651
  readonly networks: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1652
1652
  /**
@@ -1673,7 +1673,7 @@ export declare namespace NetworkCommissioning {
1673
1673
  *
1674
1674
  * XPAN ID is a big-endian 64-bit unsigned number, represented on the first 8 octets of the octet string.
1675
1675
  *
1676
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.5.1
1676
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.5.1
1677
1677
  */
1678
1678
  networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1679
1679
  /**
@@ -1681,7 +1681,7 @@ export declare namespace NetworkCommissioning {
1681
1681
  * linked to the network technology (e.g. Associated for a Wi-Fi network, media connected for an Ethernet
1682
1682
  * network).
1683
1683
  *
1684
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.5.2
1684
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.5.2
1685
1685
  */
1686
1686
  connected: import("../tlv/TlvObject.js").FieldType<boolean>;
1687
1687
  }>[], any>;
@@ -1702,7 +1702,7 @@ export declare namespace NetworkCommissioning {
1702
1702
  * On Ethernet-only Nodes, there shall always be at least one of the Network Commissioning server cluster
1703
1703
  * instances with InterfaceEnabled set to true.
1704
1704
  *
1705
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.5
1705
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.5
1706
1706
  */
1707
1707
  readonly interfaceEnabled: WritableAttribute<boolean, any>;
1708
1708
  /**
@@ -1714,7 +1714,7 @@ export declare namespace NetworkCommissioning {
1714
1714
  * This attribute is present to assist with error recovery during Network commissioning and to assist in
1715
1715
  * non-concurrent networking commissioning flows.
1716
1716
  *
1717
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.6
1717
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.6
1718
1718
  */
1719
1719
  readonly lastNetworkingStatus: Attribute<NetworkCommissioningStatus | null, any>;
1720
1720
  /**
@@ -1729,7 +1729,7 @@ export declare namespace NetworkCommissioning {
1729
1729
  * This attribute is present to assist with error recovery during Network commissioning and to assist in
1730
1730
  * non-concurrent networking commissioning flows.
1731
1731
  *
1732
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.7
1732
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.7
1733
1733
  */
1734
1734
  readonly lastNetworkId: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
1735
1735
  /**
@@ -1744,7 +1744,7 @@ export declare namespace NetworkCommissioning {
1744
1744
  * This attribute is present to assist with error recovery during Network commissioning and to assist in
1745
1745
  * non-concurrent networking commissioning flows.
1746
1746
  *
1747
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.8
1747
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.8
1748
1748
  */
1749
1749
  readonly lastConnectErrorValue: Attribute<number | null, any>;
1750
1750
  };
@@ -1764,7 +1764,7 @@ export declare namespace NetworkCommissioning {
1764
1764
  *
1765
1765
  * See ScanNetworks for usage.
1766
1766
  *
1767
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.3
1767
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.3
1768
1768
  */
1769
1769
  readonly scanMaxTimeSeconds: FixedAttribute<number, any>;
1770
1770
  /**
@@ -1773,7 +1773,7 @@ export declare namespace NetworkCommissioning {
1773
1773
  * for all operations needed until a successful network connection is deemed to have occurred, including,
1774
1774
  * for example, obtaining IP addresses, or the execution of necessary internal retries.
1775
1775
  *
1776
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.4
1776
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.4
1777
1777
  */
1778
1778
  readonly connectMaxTimeSeconds: FixedAttribute<number, any>;
1779
1779
  };
@@ -1818,7 +1818,7 @@ export declare namespace NetworkCommissioning {
1818
1818
  * clients, while the network interface is processing the scan. Clients SHOULD NOT use this command unless
1819
1819
  * actively in the process of re-configuring network connectivity.
1820
1820
  *
1821
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.1
1821
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.1
1822
1822
  */
1823
1823
  readonly scanNetworks: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1824
1824
  /**
@@ -1826,7 +1826,7 @@ export declare namespace NetworkCommissioning {
1826
1826
  * if the field is absent, or if it is null, this shall indicate scanning of all BSSID in range. This field
1827
1827
  * shall be ignored for ScanNetworks invocations on non-Wi-Fi server instances.
1828
1828
  *
1829
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.1.1
1829
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.1.1
1830
1830
  */
1831
1831
  ssid: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike> | null>;
1832
1832
  /**
@@ -1834,7 +1834,7 @@ export declare namespace NetworkCommissioning {
1834
1834
  * Commissioning cluster on success of the associated command. If the command fails, the Breadcrumb attribute in
1835
1835
  * the General Commissioning cluster shall be left unchanged.
1836
1836
  *
1837
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.1.2
1837
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.1.2
1838
1838
  */
1839
1839
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1840
1840
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -1853,7 +1853,7 @@ export declare namespace NetworkCommissioning {
1853
1853
  *
1854
1854
  * • UnknownError: An internal error occurred during scanning.
1855
1855
  *
1856
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2.1
1856
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2.1
1857
1857
  */
1858
1858
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
1859
1859
  /**
@@ -1861,7 +1861,7 @@ export declare namespace NetworkCommissioning {
1861
1861
  * case the NetworkingStatus was not Success. Its purpose is to help developers in troubleshooting errors and
1862
1862
  * may go into logs or crash reports.
1863
1863
  *
1864
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2.2
1864
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2.2
1865
1865
  */
1866
1866
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1867
1867
  /**
@@ -1877,7 +1877,7 @@ export declare namespace NetworkCommissioning {
1877
1877
  * RSSI order, even if RSSI is not reported in the response, to maximize the likelihood that most likely to be
1878
1878
  * reachable elements are included within the size limits of the response.
1879
1879
  *
1880
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2.3
1880
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2.3
1881
1881
  */
1882
1882
  wiFiScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1883
1883
  security: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
@@ -1909,13 +1909,13 @@ export declare namespace NetworkCommissioning {
1909
1909
  * This field, if present, may be used to differentiate overlapping channel number values across different Wi-Fi
1910
1910
  * frequency bands.
1911
1911
  *
1912
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.6.1
1912
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.6.1
1913
1913
  */
1914
1914
  wiFiBand: import("../tlv/TlvObject.js").OptionalFieldType<WiFiBand>;
1915
1915
  /**
1916
1916
  * This field, if present, shall denote the signal strength in dBm of the associated scan result.
1917
1917
  *
1918
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.6.2
1918
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.6.2
1919
1919
  */
1920
1920
  rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1921
1921
  }>[]>;
@@ -1931,7 +1931,7 @@ export declare namespace NetworkCommissioning {
1931
1931
  * LQI order, to maximize the likelihood that most likely to be reachable elements are included within the size
1932
1932
  * limits of the response.
1933
1933
  *
1934
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2.4
1934
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2.4
1935
1935
  */
1936
1936
  threadScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1937
1937
  panId: import("../tlv/TlvObject.js").OptionalFieldType<number>;
@@ -1942,7 +1942,7 @@ export declare namespace NetworkCommissioning {
1942
1942
  /**
1943
1943
  * ExtendedAddress stands for an IEEE 802.15.4 Extended Address.
1944
1944
  *
1945
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.7.1
1945
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.7.1
1946
1946
  */
1947
1947
  extendedAddress: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
1948
1948
  rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
@@ -1964,19 +1964,19 @@ export declare namespace NetworkCommissioning {
1964
1964
  * of the entry in the Networks attribute that was just removed, and a NetworkingStatus status field set to
1965
1965
  * Success.
1966
1966
  *
1967
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.6
1967
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.6
1968
1968
  */
1969
1969
  readonly removeNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1970
1970
  /**
1971
1971
  * This field shall contain the NetworkID for the entry to remove: the SSID for Wi-Fi and XPAN ID for Thread.
1972
1972
  *
1973
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.6.1
1973
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.6.1
1974
1974
  */
1975
1975
  networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1976
1976
  /**
1977
1977
  * See Breadcrumb for usage.
1978
1978
  *
1979
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.6.2
1979
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.6.2
1980
1980
  */
1981
1981
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1982
1982
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -1995,13 +1995,13 @@ export declare namespace NetworkCommissioning {
1995
1995
  *
1996
1996
  * • UnknownError: An internal error occurred during the operation.
1997
1997
  *
1998
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
1998
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.1
1999
1999
  */
2000
2000
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
2001
2001
  /**
2002
2002
  * See DebugText for usage.
2003
2003
  *
2004
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
2004
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
2005
2005
  */
2006
2006
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2007
2007
  /**
@@ -2009,7 +2009,7 @@ export declare namespace NetworkCommissioning {
2009
2009
  * entry in the Networks attribute that was last added, updated or removed successfully by the associated
2010
2010
  * request command.
2011
2011
  *
2012
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
2012
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
2013
2013
  */
2014
2014
  networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2015
2015
  }>, any>;
@@ -2088,20 +2088,20 @@ export declare namespace NetworkCommissioning {
2088
2088
  * determining the reason for a failure after reconnecting over a Commissioning channel, especially in
2089
2089
  * non-concurrent commissioning situations.
2090
2090
  *
2091
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.8
2091
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.8
2092
2092
  */
2093
2093
  readonly connectNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2094
2094
  /**
2095
2095
  * This field shall contain the NetworkID for the entry used to configure the connection: the SSID for Wi-Fi and
2096
2096
  * XPAN ID for Thread.
2097
2097
  *
2098
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.8.1
2098
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.8.1
2099
2099
  */
2100
2100
  networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
2101
2101
  /**
2102
2102
  * See Breadcrumb for usage.
2103
2103
  *
2104
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.8.2
2104
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.8.2
2105
2105
  */
2106
2106
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2107
2107
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -2126,13 +2126,13 @@ export declare namespace NetworkCommissioning {
2126
2126
  * • Association errors (see also description of errors in NetworkCommissioningStatusEnum): AuthFailure,
2127
2127
  * UnsupportedSecurity, OtherConnectionFailure, IPV6Failed, IPBindFailed
2128
2128
  *
2129
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.9.1
2129
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.9.1
2130
2130
  */
2131
2131
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
2132
2132
  /**
2133
2133
  * See DebugText for usage.
2134
2134
  *
2135
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.9.2
2135
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.9.2
2136
2136
  */
2137
2137
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2138
2138
  /**
@@ -2155,7 +2155,7 @@ export declare namespace NetworkCommissioning {
2155
2155
  * • Otherwise, the ErrorValue field shall contain an implementation-dependent value which may be used by a
2156
2156
  * reader of the structure to record, report or diagnose the failure.
2157
2157
  *
2158
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.9.3
2158
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.9.3
2159
2159
  */
2160
2160
  errorValue: import("../tlv/TlvObject.js").FieldType<number | null>;
2161
2161
  }>, any>;
@@ -2163,20 +2163,20 @@ export declare namespace NetworkCommissioning {
2163
2163
  * This command shall set the specific order of the network configuration selected by its NetworkID in the
2164
2164
  * Networks attribute to match the position given by NetworkIndex.
2165
2165
  *
2166
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.10
2166
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.10
2167
2167
  */
2168
2168
  readonly reorderNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2169
2169
  /**
2170
2170
  * This field shall contain the NetworkID for the entry to reorder: the SSID for Wi-Fi and XPAN ID for Thread.
2171
2171
  *
2172
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.10.1
2172
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.10.1
2173
2173
  */
2174
2174
  networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
2175
2175
  /**
2176
2176
  * This field shall contain the 0-based index of the new desired position of the entry in the Networks
2177
2177
  * attribute.
2178
2178
  *
2179
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.10.2
2179
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.10.2
2180
2180
  */
2181
2181
  networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
2182
2182
  /**
@@ -2228,7 +2228,7 @@ export declare namespace NetworkCommissioning {
2228
2228
  * In the above outcome, BlueDolphin, Home-Guest and WillowTree moved "up" and FancyCat became the lowest
2229
2229
  * priority network in the list.
2230
2230
  *
2231
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.10.3
2231
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.10.3
2232
2232
  */
2233
2233
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2234
2234
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -2247,13 +2247,13 @@ export declare namespace NetworkCommissioning {
2247
2247
  *
2248
2248
  * • UnknownError: An internal error occurred during the operation.
2249
2249
  *
2250
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
2250
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.1
2251
2251
  */
2252
2252
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
2253
2253
  /**
2254
2254
  * See DebugText for usage.
2255
2255
  *
2256
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
2256
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
2257
2257
  */
2258
2258
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2259
2259
  /**
@@ -2261,7 +2261,7 @@ export declare namespace NetworkCommissioning {
2261
2261
  * entry in the Networks attribute that was last added, updated or removed successfully by the associated
2262
2262
  * request command.
2263
2263
  *
2264
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
2264
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
2265
2265
  */
2266
2266
  networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2267
2267
  }>, any>;
@@ -2279,7 +2279,7 @@ export declare namespace NetworkCommissioning {
2279
2279
  *
2280
2280
  * See ScanNetworks for usage.
2281
2281
  *
2282
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.3
2282
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.3
2283
2283
  */
2284
2284
  readonly scanMaxTimeSeconds: FixedAttribute<number, any>;
2285
2285
  /**
@@ -2288,7 +2288,7 @@ export declare namespace NetworkCommissioning {
2288
2288
  * for all operations needed until a successful network connection is deemed to have occurred, including,
2289
2289
  * for example, obtaining IP addresses, or the execution of necessary internal retries.
2290
2290
  *
2291
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.4
2291
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.4
2292
2292
  */
2293
2293
  readonly connectMaxTimeSeconds: FixedAttribute<number, any>;
2294
2294
  };
@@ -2333,7 +2333,7 @@ export declare namespace NetworkCommissioning {
2333
2333
  * clients, while the network interface is processing the scan. Clients SHOULD NOT use this command unless
2334
2334
  * actively in the process of re-configuring network connectivity.
2335
2335
  *
2336
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.1
2336
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.1
2337
2337
  */
2338
2338
  readonly scanNetworks: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2339
2339
  /**
@@ -2341,7 +2341,7 @@ export declare namespace NetworkCommissioning {
2341
2341
  * if the field is absent, or if it is null, this shall indicate scanning of all BSSID in range. This field
2342
2342
  * shall be ignored for ScanNetworks invocations on non-Wi-Fi server instances.
2343
2343
  *
2344
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.1.1
2344
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.1.1
2345
2345
  */
2346
2346
  ssid: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike> | null>;
2347
2347
  /**
@@ -2349,7 +2349,7 @@ export declare namespace NetworkCommissioning {
2349
2349
  * Commissioning cluster on success of the associated command. If the command fails, the Breadcrumb attribute in
2350
2350
  * the General Commissioning cluster shall be left unchanged.
2351
2351
  *
2352
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.1.2
2352
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.1.2
2353
2353
  */
2354
2354
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2355
2355
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -2368,7 +2368,7 @@ export declare namespace NetworkCommissioning {
2368
2368
  *
2369
2369
  * • UnknownError: An internal error occurred during scanning.
2370
2370
  *
2371
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2.1
2371
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2.1
2372
2372
  */
2373
2373
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
2374
2374
  /**
@@ -2376,7 +2376,7 @@ export declare namespace NetworkCommissioning {
2376
2376
  * case the NetworkingStatus was not Success. Its purpose is to help developers in troubleshooting errors and
2377
2377
  * may go into logs or crash reports.
2378
2378
  *
2379
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2.2
2379
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2.2
2380
2380
  */
2381
2381
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2382
2382
  /**
@@ -2392,7 +2392,7 @@ export declare namespace NetworkCommissioning {
2392
2392
  * RSSI order, even if RSSI is not reported in the response, to maximize the likelihood that most likely to be
2393
2393
  * reachable elements are included within the size limits of the response.
2394
2394
  *
2395
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2.3
2395
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2.3
2396
2396
  */
2397
2397
  wiFiScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2398
2398
  security: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
@@ -2424,13 +2424,13 @@ export declare namespace NetworkCommissioning {
2424
2424
  * This field, if present, may be used to differentiate overlapping channel number values across different Wi-Fi
2425
2425
  * frequency bands.
2426
2426
  *
2427
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.6.1
2427
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.6.1
2428
2428
  */
2429
2429
  wiFiBand: import("../tlv/TlvObject.js").OptionalFieldType<WiFiBand>;
2430
2430
  /**
2431
2431
  * This field, if present, shall denote the signal strength in dBm of the associated scan result.
2432
2432
  *
2433
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.6.2
2433
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.6.2
2434
2434
  */
2435
2435
  rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2436
2436
  }>[]>;
@@ -2446,7 +2446,7 @@ export declare namespace NetworkCommissioning {
2446
2446
  * LQI order, to maximize the likelihood that most likely to be reachable elements are included within the size
2447
2447
  * limits of the response.
2448
2448
  *
2449
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2.4
2449
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2.4
2450
2450
  */
2451
2451
  threadScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2452
2452
  panId: import("../tlv/TlvObject.js").OptionalFieldType<number>;
@@ -2457,7 +2457,7 @@ export declare namespace NetworkCommissioning {
2457
2457
  /**
2458
2458
  * ExtendedAddress stands for an IEEE 802.15.4 Extended Address.
2459
2459
  *
2460
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.7.1
2460
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.7.1
2461
2461
  */
2462
2462
  extendedAddress: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
2463
2463
  rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
@@ -2479,19 +2479,19 @@ export declare namespace NetworkCommissioning {
2479
2479
  * of the entry in the Networks attribute that was just removed, and a NetworkingStatus status field set to
2480
2480
  * Success.
2481
2481
  *
2482
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.6
2482
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.6
2483
2483
  */
2484
2484
  readonly removeNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2485
2485
  /**
2486
2486
  * This field shall contain the NetworkID for the entry to remove: the SSID for Wi-Fi and XPAN ID for Thread.
2487
2487
  *
2488
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.6.1
2488
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.6.1
2489
2489
  */
2490
2490
  networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
2491
2491
  /**
2492
2492
  * See Breadcrumb for usage.
2493
2493
  *
2494
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.6.2
2494
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.6.2
2495
2495
  */
2496
2496
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2497
2497
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -2510,13 +2510,13 @@ export declare namespace NetworkCommissioning {
2510
2510
  *
2511
2511
  * • UnknownError: An internal error occurred during the operation.
2512
2512
  *
2513
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
2513
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.1
2514
2514
  */
2515
2515
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
2516
2516
  /**
2517
2517
  * See DebugText for usage.
2518
2518
  *
2519
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
2519
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
2520
2520
  */
2521
2521
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2522
2522
  /**
@@ -2524,7 +2524,7 @@ export declare namespace NetworkCommissioning {
2524
2524
  * entry in the Networks attribute that was last added, updated or removed successfully by the associated
2525
2525
  * request command.
2526
2526
  *
2527
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
2527
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
2528
2528
  */
2529
2529
  networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2530
2530
  }>, any>;
@@ -2603,20 +2603,20 @@ export declare namespace NetworkCommissioning {
2603
2603
  * determining the reason for a failure after reconnecting over a Commissioning channel, especially in
2604
2604
  * non-concurrent commissioning situations.
2605
2605
  *
2606
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.8
2606
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.8
2607
2607
  */
2608
2608
  readonly connectNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2609
2609
  /**
2610
2610
  * This field shall contain the NetworkID for the entry used to configure the connection: the SSID for Wi-Fi and
2611
2611
  * XPAN ID for Thread.
2612
2612
  *
2613
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.8.1
2613
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.8.1
2614
2614
  */
2615
2615
  networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
2616
2616
  /**
2617
2617
  * See Breadcrumb for usage.
2618
2618
  *
2619
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.8.2
2619
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.8.2
2620
2620
  */
2621
2621
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2622
2622
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -2641,13 +2641,13 @@ export declare namespace NetworkCommissioning {
2641
2641
  * • Association errors (see also description of errors in NetworkCommissioningStatusEnum): AuthFailure,
2642
2642
  * UnsupportedSecurity, OtherConnectionFailure, IPV6Failed, IPBindFailed
2643
2643
  *
2644
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.9.1
2644
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.9.1
2645
2645
  */
2646
2646
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
2647
2647
  /**
2648
2648
  * See DebugText for usage.
2649
2649
  *
2650
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.9.2
2650
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.9.2
2651
2651
  */
2652
2652
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2653
2653
  /**
@@ -2670,7 +2670,7 @@ export declare namespace NetworkCommissioning {
2670
2670
  * • Otherwise, the ErrorValue field shall contain an implementation-dependent value which may be used by a
2671
2671
  * reader of the structure to record, report or diagnose the failure.
2672
2672
  *
2673
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.9.3
2673
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.9.3
2674
2674
  */
2675
2675
  errorValue: import("../tlv/TlvObject.js").FieldType<number | null>;
2676
2676
  }>, any>;
@@ -2678,20 +2678,20 @@ export declare namespace NetworkCommissioning {
2678
2678
  * This command shall set the specific order of the network configuration selected by its NetworkID in the
2679
2679
  * Networks attribute to match the position given by NetworkIndex.
2680
2680
  *
2681
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.10
2681
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.10
2682
2682
  */
2683
2683
  readonly reorderNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2684
2684
  /**
2685
2685
  * This field shall contain the NetworkID for the entry to reorder: the SSID for Wi-Fi and XPAN ID for Thread.
2686
2686
  *
2687
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.10.1
2687
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.10.1
2688
2688
  */
2689
2689
  networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
2690
2690
  /**
2691
2691
  * This field shall contain the 0-based index of the new desired position of the entry in the Networks
2692
2692
  * attribute.
2693
2693
  *
2694
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.10.2
2694
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.10.2
2695
2695
  */
2696
2696
  networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
2697
2697
  /**
@@ -2743,7 +2743,7 @@ export declare namespace NetworkCommissioning {
2743
2743
  * In the above outcome, BlueDolphin, Home-Guest and WillowTree moved "up" and FancyCat became the lowest
2744
2744
  * priority network in the list.
2745
2745
  *
2746
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.10.3
2746
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.10.3
2747
2747
  */
2748
2748
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2749
2749
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -2762,13 +2762,13 @@ export declare namespace NetworkCommissioning {
2762
2762
  *
2763
2763
  * • UnknownError: An internal error occurred during the operation.
2764
2764
  *
2765
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
2765
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.1
2766
2766
  */
2767
2767
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
2768
2768
  /**
2769
2769
  * See DebugText for usage.
2770
2770
  *
2771
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
2771
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
2772
2772
  */
2773
2773
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2774
2774
  /**
@@ -2776,7 +2776,7 @@ export declare namespace NetworkCommissioning {
2776
2776
  * entry in the Networks attribute that was last added, updated or removed successfully by the associated
2777
2777
  * request command.
2778
2778
  *
2779
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
2779
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
2780
2780
  */
2781
2781
  networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2782
2782
  }>, any>;
@@ -2791,7 +2791,7 @@ export declare namespace NetworkCommissioning {
2791
2791
  /**
2792
2792
  * Indicates all the frequency bands supported by the Wi-Fi interface configured by the cluster instance.
2793
2793
  *
2794
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.9
2794
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.9
2795
2795
  */
2796
2796
  readonly supportedWiFiBands: FixedAttribute<WiFiBand[], any>;
2797
2797
  };
@@ -2811,14 +2811,14 @@ export declare namespace NetworkCommissioning {
2811
2811
  * See Section 11.9.7.5, “Common processing of AddOrUpdateWiFiNetwork and AddOrUpdateThreadNetwork” for
2812
2812
  * behavior of addition/update.
2813
2813
  *
2814
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.3
2814
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.3
2815
2815
  */
2816
2816
  readonly addOrUpdateWiFiNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2817
2817
  /**
2818
2818
  * This field shall contain the SSID to which to attempt connection. Specific BSSID selection is not supported
2819
2819
  * by this cluster.
2820
2820
  *
2821
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.3.1
2821
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.3.1
2822
2822
  */
2823
2823
  ssid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
2824
2824
  /**
@@ -2854,13 +2854,13 @@ export declare namespace NetworkCommissioning {
2854
2854
  * selects a lower security connectivity type if the link quality is deemed to be too low to achieve successful
2855
2855
  * operation, or if all retry attempts fail.
2856
2856
  *
2857
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.3.2
2857
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.3.2
2858
2858
  */
2859
2859
  credentials: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
2860
2860
  /**
2861
2861
  * See Breadcrumb for usage.
2862
2862
  *
2863
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.3.3
2863
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.3.3
2864
2864
  */
2865
2865
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2866
2866
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -2879,13 +2879,13 @@ export declare namespace NetworkCommissioning {
2879
2879
  *
2880
2880
  * • UnknownError: An internal error occurred during the operation.
2881
2881
  *
2882
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
2882
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.1
2883
2883
  */
2884
2884
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
2885
2885
  /**
2886
2886
  * See DebugText for usage.
2887
2887
  *
2888
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
2888
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
2889
2889
  */
2890
2890
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2891
2891
  /**
@@ -2893,7 +2893,7 @@ export declare namespace NetworkCommissioning {
2893
2893
  * entry in the Networks attribute that was last added, updated or removed successfully by the associated
2894
2894
  * request command.
2895
2895
  *
2896
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
2896
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
2897
2897
  */
2898
2898
  networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2899
2899
  }>, any>;
@@ -2914,7 +2914,7 @@ export declare namespace NetworkCommissioning {
2914
2914
  * Note that most run-time details of the actual Thread interface are found in the Thread Network
2915
2915
  * Diagnostics cluster, if supported.
2916
2916
  *
2917
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.10
2917
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.10
2918
2918
  */
2919
2919
  readonly supportedThreadFeatures: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
2920
2920
  /**
@@ -2944,7 +2944,7 @@ export declare namespace NetworkCommissioning {
2944
2944
  * The format shall match the value mapping found in the "Version TLV" section of Thread specification. For
2945
2945
  * example, Thread 1.3.0 would have ThreadVersion set to 4.
2946
2946
  *
2947
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.11
2947
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.11
2948
2948
  */
2949
2949
  readonly threadVersion: FixedAttribute<number, any>;
2950
2950
  };
@@ -2965,7 +2965,7 @@ export declare namespace NetworkCommissioning {
2965
2965
  * OperationalDataset, the operation shall be considered an addition, otherwise, it shall be considered an
2966
2966
  * update.
2967
2967
  *
2968
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.4
2968
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.4
2969
2969
  */
2970
2970
  readonly addOrUpdateThreadNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2971
2971
  /**
@@ -2975,13 +2975,13 @@ export declare namespace NetworkCommissioning {
2975
2975
  * The encoding for the OperationalDataset field is defined in the Thread specification. The client shall pass
2976
2976
  * the OperationalDataset as an opaque octet string.
2977
2977
  *
2978
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.4.1
2978
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.4.1
2979
2979
  */
2980
2980
  operationalDataset: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
2981
2981
  /**
2982
2982
  * See Breadcrumb for usage.
2983
2983
  *
2984
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.4.2
2984
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.4.2
2985
2985
  */
2986
2986
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2987
2987
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -3000,13 +3000,13 @@ export declare namespace NetworkCommissioning {
3000
3000
  *
3001
3001
  * • UnknownError: An internal error occurred during the operation.
3002
3002
  *
3003
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
3003
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.1
3004
3004
  */
3005
3005
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
3006
3006
  /**
3007
3007
  * See DebugText for usage.
3008
3008
  *
3009
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
3009
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
3010
3010
  */
3011
3011
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3012
3012
  /**
@@ -3014,7 +3014,7 @@ export declare namespace NetworkCommissioning {
3014
3014
  * entry in the Networks attribute that was last added, updated or removed successfully by the associated
3015
3015
  * request command.
3016
3016
  *
3017
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
3017
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
3018
3018
  */
3019
3019
  networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3020
3020
  }>, any>;
@@ -3074,7 +3074,7 @@ export declare namespace NetworkCommissioning {
3074
3074
  * available device resources. The length of the Networks attribute shall be less than or equal to this
3075
3075
  * value.
3076
3076
  *
3077
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.1
3077
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.1
3078
3078
  */
3079
3079
  readonly maxNetworks: FixedAttribute<number, any>;
3080
3080
  /**
@@ -3094,7 +3094,7 @@ export declare namespace NetworkCommissioning {
3094
3094
  * There shall be no way to add, update or remove Ethernet network configurations to those Cluster
3095
3095
  * instances.
3096
3096
  *
3097
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.2
3097
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.2
3098
3098
  */
3099
3099
  readonly networks: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
3100
3100
  /**
@@ -3121,7 +3121,7 @@ export declare namespace NetworkCommissioning {
3121
3121
  *
3122
3122
  * XPAN ID is a big-endian 64-bit unsigned number, represented on the first 8 octets of the octet string.
3123
3123
  *
3124
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.5.1
3124
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.5.1
3125
3125
  */
3126
3126
  networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
3127
3127
  /**
@@ -3129,7 +3129,7 @@ export declare namespace NetworkCommissioning {
3129
3129
  * linked to the network technology (e.g. Associated for a Wi-Fi network, media connected for an Ethernet
3130
3130
  * network).
3131
3131
  *
3132
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.5.2
3132
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.5.2
3133
3133
  */
3134
3134
  connected: import("../tlv/TlvObject.js").FieldType<boolean>;
3135
3135
  }>[], any>;
@@ -3150,7 +3150,7 @@ export declare namespace NetworkCommissioning {
3150
3150
  * On Ethernet-only Nodes, there shall always be at least one of the Network Commissioning server cluster
3151
3151
  * instances with InterfaceEnabled set to true.
3152
3152
  *
3153
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.5
3153
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.5
3154
3154
  */
3155
3155
  readonly interfaceEnabled: WritableAttribute<boolean, any>;
3156
3156
  /**
@@ -3162,7 +3162,7 @@ export declare namespace NetworkCommissioning {
3162
3162
  * This attribute is present to assist with error recovery during Network commissioning and to assist in
3163
3163
  * non-concurrent networking commissioning flows.
3164
3164
  *
3165
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.6
3165
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.6
3166
3166
  */
3167
3167
  readonly lastNetworkingStatus: Attribute<NetworkCommissioningStatus | null, any>;
3168
3168
  /**
@@ -3177,7 +3177,7 @@ export declare namespace NetworkCommissioning {
3177
3177
  * This attribute is present to assist with error recovery during Network commissioning and to assist in
3178
3178
  * non-concurrent networking commissioning flows.
3179
3179
  *
3180
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.7
3180
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.7
3181
3181
  */
3182
3182
  readonly lastNetworkId: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
3183
3183
  /**
@@ -3192,7 +3192,7 @@ export declare namespace NetworkCommissioning {
3192
3192
  * This attribute is present to assist with error recovery during Network commissioning and to assist in
3193
3193
  * non-concurrent networking commissioning flows.
3194
3194
  *
3195
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.8
3195
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.8
3196
3196
  */
3197
3197
  readonly lastConnectErrorValue: Attribute<number | null, any>;
3198
3198
  };
@@ -3212,7 +3212,7 @@ export declare namespace NetworkCommissioning {
3212
3212
  *
3213
3213
  * See ScanNetworks for usage.
3214
3214
  *
3215
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.3
3215
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.3
3216
3216
  */
3217
3217
  readonly scanMaxTimeSeconds: FixedAttribute<number, any>;
3218
3218
  /**
@@ -3221,7 +3221,7 @@ export declare namespace NetworkCommissioning {
3221
3221
  * for all operations needed until a successful network connection is deemed to have occurred, including,
3222
3222
  * for example, obtaining IP addresses, or the execution of necessary internal retries.
3223
3223
  *
3224
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.4
3224
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.4
3225
3225
  */
3226
3226
  readonly connectMaxTimeSeconds: FixedAttribute<number, any>;
3227
3227
  };
@@ -3266,7 +3266,7 @@ export declare namespace NetworkCommissioning {
3266
3266
  * clients, while the network interface is processing the scan. Clients SHOULD NOT use this command unless
3267
3267
  * actively in the process of re-configuring network connectivity.
3268
3268
  *
3269
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.1
3269
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.1
3270
3270
  */
3271
3271
  readonly scanNetworks: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3272
3272
  /**
@@ -3274,7 +3274,7 @@ export declare namespace NetworkCommissioning {
3274
3274
  * if the field is absent, or if it is null, this shall indicate scanning of all BSSID in range. This field
3275
3275
  * shall be ignored for ScanNetworks invocations on non-Wi-Fi server instances.
3276
3276
  *
3277
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.1.1
3277
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.1.1
3278
3278
  */
3279
3279
  ssid: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike> | null>;
3280
3280
  /**
@@ -3282,7 +3282,7 @@ export declare namespace NetworkCommissioning {
3282
3282
  * Commissioning cluster on success of the associated command. If the command fails, the Breadcrumb attribute in
3283
3283
  * the General Commissioning cluster shall be left unchanged.
3284
3284
  *
3285
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.1.2
3285
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.1.2
3286
3286
  */
3287
3287
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3288
3288
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -3301,7 +3301,7 @@ export declare namespace NetworkCommissioning {
3301
3301
  *
3302
3302
  * • UnknownError: An internal error occurred during scanning.
3303
3303
  *
3304
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2.1
3304
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2.1
3305
3305
  */
3306
3306
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
3307
3307
  /**
@@ -3309,7 +3309,7 @@ export declare namespace NetworkCommissioning {
3309
3309
  * case the NetworkingStatus was not Success. Its purpose is to help developers in troubleshooting errors and
3310
3310
  * may go into logs or crash reports.
3311
3311
  *
3312
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2.2
3312
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2.2
3313
3313
  */
3314
3314
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3315
3315
  /**
@@ -3325,7 +3325,7 @@ export declare namespace NetworkCommissioning {
3325
3325
  * RSSI order, even if RSSI is not reported in the response, to maximize the likelihood that most likely to be
3326
3326
  * reachable elements are included within the size limits of the response.
3327
3327
  *
3328
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2.3
3328
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2.3
3329
3329
  */
3330
3330
  wiFiScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3331
3331
  security: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
@@ -3357,13 +3357,13 @@ export declare namespace NetworkCommissioning {
3357
3357
  * This field, if present, may be used to differentiate overlapping channel number values across different Wi-Fi
3358
3358
  * frequency bands.
3359
3359
  *
3360
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.6.1
3360
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.6.1
3361
3361
  */
3362
3362
  wiFiBand: import("../tlv/TlvObject.js").OptionalFieldType<WiFiBand>;
3363
3363
  /**
3364
3364
  * This field, if present, shall denote the signal strength in dBm of the associated scan result.
3365
3365
  *
3366
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.6.2
3366
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.6.2
3367
3367
  */
3368
3368
  rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3369
3369
  }>[]>;
@@ -3379,7 +3379,7 @@ export declare namespace NetworkCommissioning {
3379
3379
  * LQI order, to maximize the likelihood that most likely to be reachable elements are included within the size
3380
3380
  * limits of the response.
3381
3381
  *
3382
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2.4
3382
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2.4
3383
3383
  */
3384
3384
  threadScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3385
3385
  panId: import("../tlv/TlvObject.js").OptionalFieldType<number>;
@@ -3390,7 +3390,7 @@ export declare namespace NetworkCommissioning {
3390
3390
  /**
3391
3391
  * ExtendedAddress stands for an IEEE 802.15.4 Extended Address.
3392
3392
  *
3393
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.7.1
3393
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.7.1
3394
3394
  */
3395
3395
  extendedAddress: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
3396
3396
  rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
@@ -3412,19 +3412,19 @@ export declare namespace NetworkCommissioning {
3412
3412
  * of the entry in the Networks attribute that was just removed, and a NetworkingStatus status field set to
3413
3413
  * Success.
3414
3414
  *
3415
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.6
3415
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.6
3416
3416
  */
3417
3417
  readonly removeNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3418
3418
  /**
3419
3419
  * This field shall contain the NetworkID for the entry to remove: the SSID for Wi-Fi and XPAN ID for Thread.
3420
3420
  *
3421
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.6.1
3421
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.6.1
3422
3422
  */
3423
3423
  networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
3424
3424
  /**
3425
3425
  * See Breadcrumb for usage.
3426
3426
  *
3427
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.6.2
3427
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.6.2
3428
3428
  */
3429
3429
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3430
3430
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -3443,13 +3443,13 @@ export declare namespace NetworkCommissioning {
3443
3443
  *
3444
3444
  * • UnknownError: An internal error occurred during the operation.
3445
3445
  *
3446
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
3446
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.1
3447
3447
  */
3448
3448
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
3449
3449
  /**
3450
3450
  * See DebugText for usage.
3451
3451
  *
3452
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
3452
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
3453
3453
  */
3454
3454
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3455
3455
  /**
@@ -3457,7 +3457,7 @@ export declare namespace NetworkCommissioning {
3457
3457
  * entry in the Networks attribute that was last added, updated or removed successfully by the associated
3458
3458
  * request command.
3459
3459
  *
3460
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
3460
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
3461
3461
  */
3462
3462
  networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3463
3463
  }>, any>;
@@ -3536,20 +3536,20 @@ export declare namespace NetworkCommissioning {
3536
3536
  * determining the reason for a failure after reconnecting over a Commissioning channel, especially in
3537
3537
  * non-concurrent commissioning situations.
3538
3538
  *
3539
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.8
3539
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.8
3540
3540
  */
3541
3541
  readonly connectNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3542
3542
  /**
3543
3543
  * This field shall contain the NetworkID for the entry used to configure the connection: the SSID for Wi-Fi and
3544
3544
  * XPAN ID for Thread.
3545
3545
  *
3546
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.8.1
3546
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.8.1
3547
3547
  */
3548
3548
  networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
3549
3549
  /**
3550
3550
  * See Breadcrumb for usage.
3551
3551
  *
3552
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.8.2
3552
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.8.2
3553
3553
  */
3554
3554
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3555
3555
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -3574,13 +3574,13 @@ export declare namespace NetworkCommissioning {
3574
3574
  * • Association errors (see also description of errors in NetworkCommissioningStatusEnum): AuthFailure,
3575
3575
  * UnsupportedSecurity, OtherConnectionFailure, IPV6Failed, IPBindFailed
3576
3576
  *
3577
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.9.1
3577
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.9.1
3578
3578
  */
3579
3579
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
3580
3580
  /**
3581
3581
  * See DebugText for usage.
3582
3582
  *
3583
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.9.2
3583
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.9.2
3584
3584
  */
3585
3585
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3586
3586
  /**
@@ -3603,7 +3603,7 @@ export declare namespace NetworkCommissioning {
3603
3603
  * • Otherwise, the ErrorValue field shall contain an implementation-dependent value which may be used by a
3604
3604
  * reader of the structure to record, report or diagnose the failure.
3605
3605
  *
3606
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.9.3
3606
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.9.3
3607
3607
  */
3608
3608
  errorValue: import("../tlv/TlvObject.js").FieldType<number | null>;
3609
3609
  }>, any>;
@@ -3611,20 +3611,20 @@ export declare namespace NetworkCommissioning {
3611
3611
  * This command shall set the specific order of the network configuration selected by its NetworkID in the
3612
3612
  * Networks attribute to match the position given by NetworkIndex.
3613
3613
  *
3614
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.10
3614
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.10
3615
3615
  */
3616
3616
  readonly reorderNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3617
3617
  /**
3618
3618
  * This field shall contain the NetworkID for the entry to reorder: the SSID for Wi-Fi and XPAN ID for Thread.
3619
3619
  *
3620
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.10.1
3620
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.10.1
3621
3621
  */
3622
3622
  networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
3623
3623
  /**
3624
3624
  * This field shall contain the 0-based index of the new desired position of the entry in the Networks
3625
3625
  * attribute.
3626
3626
  *
3627
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.10.2
3627
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.10.2
3628
3628
  */
3629
3629
  networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
3630
3630
  /**
@@ -3676,7 +3676,7 @@ export declare namespace NetworkCommissioning {
3676
3676
  * In the above outcome, BlueDolphin, Home-Guest and WillowTree moved "up" and FancyCat became the lowest
3677
3677
  * priority network in the list.
3678
3678
  *
3679
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.10.3
3679
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.10.3
3680
3680
  */
3681
3681
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3682
3682
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -3695,13 +3695,13 @@ export declare namespace NetworkCommissioning {
3695
3695
  *
3696
3696
  * • UnknownError: An internal error occurred during the operation.
3697
3697
  *
3698
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
3698
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.1
3699
3699
  */
3700
3700
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
3701
3701
  /**
3702
3702
  * See DebugText for usage.
3703
3703
  *
3704
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
3704
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
3705
3705
  */
3706
3706
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3707
3707
  /**
@@ -3709,7 +3709,7 @@ export declare namespace NetworkCommissioning {
3709
3709
  * entry in the Networks attribute that was last added, updated or removed successfully by the associated
3710
3710
  * request command.
3711
3711
  *
3712
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
3712
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
3713
3713
  */
3714
3714
  networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3715
3715
  }>, any>;
@@ -3727,7 +3727,7 @@ export declare namespace NetworkCommissioning {
3727
3727
  *
3728
3728
  * See ScanNetworks for usage.
3729
3729
  *
3730
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.3
3730
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.3
3731
3731
  */
3732
3732
  readonly scanMaxTimeSeconds: FixedAttribute<number, any>;
3733
3733
  /**
@@ -3736,7 +3736,7 @@ export declare namespace NetworkCommissioning {
3736
3736
  * for all operations needed until a successful network connection is deemed to have occurred, including,
3737
3737
  * for example, obtaining IP addresses, or the execution of necessary internal retries.
3738
3738
  *
3739
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.4
3739
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.4
3740
3740
  */
3741
3741
  readonly connectMaxTimeSeconds: FixedAttribute<number, any>;
3742
3742
  };
@@ -3781,7 +3781,7 @@ export declare namespace NetworkCommissioning {
3781
3781
  * clients, while the network interface is processing the scan. Clients SHOULD NOT use this command unless
3782
3782
  * actively in the process of re-configuring network connectivity.
3783
3783
  *
3784
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.1
3784
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.1
3785
3785
  */
3786
3786
  readonly scanNetworks: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3787
3787
  /**
@@ -3789,7 +3789,7 @@ export declare namespace NetworkCommissioning {
3789
3789
  * if the field is absent, or if it is null, this shall indicate scanning of all BSSID in range. This field
3790
3790
  * shall be ignored for ScanNetworks invocations on non-Wi-Fi server instances.
3791
3791
  *
3792
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.1.1
3792
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.1.1
3793
3793
  */
3794
3794
  ssid: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike> | null>;
3795
3795
  /**
@@ -3797,7 +3797,7 @@ export declare namespace NetworkCommissioning {
3797
3797
  * Commissioning cluster on success of the associated command. If the command fails, the Breadcrumb attribute in
3798
3798
  * the General Commissioning cluster shall be left unchanged.
3799
3799
  *
3800
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.1.2
3800
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.1.2
3801
3801
  */
3802
3802
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3803
3803
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -3816,7 +3816,7 @@ export declare namespace NetworkCommissioning {
3816
3816
  *
3817
3817
  * • UnknownError: An internal error occurred during scanning.
3818
3818
  *
3819
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2.1
3819
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2.1
3820
3820
  */
3821
3821
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
3822
3822
  /**
@@ -3824,7 +3824,7 @@ export declare namespace NetworkCommissioning {
3824
3824
  * case the NetworkingStatus was not Success. Its purpose is to help developers in troubleshooting errors and
3825
3825
  * may go into logs or crash reports.
3826
3826
  *
3827
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2.2
3827
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2.2
3828
3828
  */
3829
3829
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3830
3830
  /**
@@ -3840,7 +3840,7 @@ export declare namespace NetworkCommissioning {
3840
3840
  * RSSI order, even if RSSI is not reported in the response, to maximize the likelihood that most likely to be
3841
3841
  * reachable elements are included within the size limits of the response.
3842
3842
  *
3843
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2.3
3843
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2.3
3844
3844
  */
3845
3845
  wiFiScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3846
3846
  security: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
@@ -3872,13 +3872,13 @@ export declare namespace NetworkCommissioning {
3872
3872
  * This field, if present, may be used to differentiate overlapping channel number values across different Wi-Fi
3873
3873
  * frequency bands.
3874
3874
  *
3875
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.6.1
3875
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.6.1
3876
3876
  */
3877
3877
  wiFiBand: import("../tlv/TlvObject.js").OptionalFieldType<WiFiBand>;
3878
3878
  /**
3879
3879
  * This field, if present, shall denote the signal strength in dBm of the associated scan result.
3880
3880
  *
3881
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.6.2
3881
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.6.2
3882
3882
  */
3883
3883
  rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3884
3884
  }>[]>;
@@ -3894,7 +3894,7 @@ export declare namespace NetworkCommissioning {
3894
3894
  * LQI order, to maximize the likelihood that most likely to be reachable elements are included within the size
3895
3895
  * limits of the response.
3896
3896
  *
3897
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2.4
3897
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2.4
3898
3898
  */
3899
3899
  threadScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3900
3900
  panId: import("../tlv/TlvObject.js").OptionalFieldType<number>;
@@ -3905,7 +3905,7 @@ export declare namespace NetworkCommissioning {
3905
3905
  /**
3906
3906
  * ExtendedAddress stands for an IEEE 802.15.4 Extended Address.
3907
3907
  *
3908
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.7.1
3908
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.7.1
3909
3909
  */
3910
3910
  extendedAddress: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
3911
3911
  rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
@@ -3927,19 +3927,19 @@ export declare namespace NetworkCommissioning {
3927
3927
  * of the entry in the Networks attribute that was just removed, and a NetworkingStatus status field set to
3928
3928
  * Success.
3929
3929
  *
3930
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.6
3930
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.6
3931
3931
  */
3932
3932
  readonly removeNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3933
3933
  /**
3934
3934
  * This field shall contain the NetworkID for the entry to remove: the SSID for Wi-Fi and XPAN ID for Thread.
3935
3935
  *
3936
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.6.1
3936
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.6.1
3937
3937
  */
3938
3938
  networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
3939
3939
  /**
3940
3940
  * See Breadcrumb for usage.
3941
3941
  *
3942
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.6.2
3942
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.6.2
3943
3943
  */
3944
3944
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3945
3945
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -3958,13 +3958,13 @@ export declare namespace NetworkCommissioning {
3958
3958
  *
3959
3959
  * • UnknownError: An internal error occurred during the operation.
3960
3960
  *
3961
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
3961
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.1
3962
3962
  */
3963
3963
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
3964
3964
  /**
3965
3965
  * See DebugText for usage.
3966
3966
  *
3967
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
3967
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
3968
3968
  */
3969
3969
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3970
3970
  /**
@@ -3972,7 +3972,7 @@ export declare namespace NetworkCommissioning {
3972
3972
  * entry in the Networks attribute that was last added, updated or removed successfully by the associated
3973
3973
  * request command.
3974
3974
  *
3975
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
3975
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
3976
3976
  */
3977
3977
  networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3978
3978
  }>, any>;
@@ -4051,20 +4051,20 @@ export declare namespace NetworkCommissioning {
4051
4051
  * determining the reason for a failure after reconnecting over a Commissioning channel, especially in
4052
4052
  * non-concurrent commissioning situations.
4053
4053
  *
4054
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.8
4054
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.8
4055
4055
  */
4056
4056
  readonly connectNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
4057
4057
  /**
4058
4058
  * This field shall contain the NetworkID for the entry used to configure the connection: the SSID for Wi-Fi and
4059
4059
  * XPAN ID for Thread.
4060
4060
  *
4061
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.8.1
4061
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.8.1
4062
4062
  */
4063
4063
  networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
4064
4064
  /**
4065
4065
  * See Breadcrumb for usage.
4066
4066
  *
4067
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.8.2
4067
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.8.2
4068
4068
  */
4069
4069
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
4070
4070
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -4089,13 +4089,13 @@ export declare namespace NetworkCommissioning {
4089
4089
  * • Association errors (see also description of errors in NetworkCommissioningStatusEnum): AuthFailure,
4090
4090
  * UnsupportedSecurity, OtherConnectionFailure, IPV6Failed, IPBindFailed
4091
4091
  *
4092
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.9.1
4092
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.9.1
4093
4093
  */
4094
4094
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
4095
4095
  /**
4096
4096
  * See DebugText for usage.
4097
4097
  *
4098
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.9.2
4098
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.9.2
4099
4099
  */
4100
4100
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
4101
4101
  /**
@@ -4118,7 +4118,7 @@ export declare namespace NetworkCommissioning {
4118
4118
  * • Otherwise, the ErrorValue field shall contain an implementation-dependent value which may be used by a
4119
4119
  * reader of the structure to record, report or diagnose the failure.
4120
4120
  *
4121
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.9.3
4121
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.9.3
4122
4122
  */
4123
4123
  errorValue: import("../tlv/TlvObject.js").FieldType<number | null>;
4124
4124
  }>, any>;
@@ -4126,20 +4126,20 @@ export declare namespace NetworkCommissioning {
4126
4126
  * This command shall set the specific order of the network configuration selected by its NetworkID in the
4127
4127
  * Networks attribute to match the position given by NetworkIndex.
4128
4128
  *
4129
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.10
4129
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.10
4130
4130
  */
4131
4131
  readonly reorderNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
4132
4132
  /**
4133
4133
  * This field shall contain the NetworkID for the entry to reorder: the SSID for Wi-Fi and XPAN ID for Thread.
4134
4134
  *
4135
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.10.1
4135
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.10.1
4136
4136
  */
4137
4137
  networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
4138
4138
  /**
4139
4139
  * This field shall contain the 0-based index of the new desired position of the entry in the Networks
4140
4140
  * attribute.
4141
4141
  *
4142
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.10.2
4142
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.10.2
4143
4143
  */
4144
4144
  networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
4145
4145
  /**
@@ -4191,7 +4191,7 @@ export declare namespace NetworkCommissioning {
4191
4191
  * In the above outcome, BlueDolphin, Home-Guest and WillowTree moved "up" and FancyCat became the lowest
4192
4192
  * priority network in the list.
4193
4193
  *
4194
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.10.3
4194
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.10.3
4195
4195
  */
4196
4196
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
4197
4197
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -4210,13 +4210,13 @@ export declare namespace NetworkCommissioning {
4210
4210
  *
4211
4211
  * • UnknownError: An internal error occurred during the operation.
4212
4212
  *
4213
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
4213
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.1
4214
4214
  */
4215
4215
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
4216
4216
  /**
4217
4217
  * See DebugText for usage.
4218
4218
  *
4219
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
4219
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
4220
4220
  */
4221
4221
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
4222
4222
  /**
@@ -4224,7 +4224,7 @@ export declare namespace NetworkCommissioning {
4224
4224
  * entry in the Networks attribute that was last added, updated or removed successfully by the associated
4225
4225
  * request command.
4226
4226
  *
4227
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
4227
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
4228
4228
  */
4229
4229
  networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
4230
4230
  }>, any>;
@@ -4239,7 +4239,7 @@ export declare namespace NetworkCommissioning {
4239
4239
  /**
4240
4240
  * Indicates all the frequency bands supported by the Wi-Fi interface configured by the cluster instance.
4241
4241
  *
4242
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.9
4242
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.9
4243
4243
  */
4244
4244
  readonly supportedWiFiBands: FixedAttribute<WiFiBand[], any>;
4245
4245
  };
@@ -4259,14 +4259,14 @@ export declare namespace NetworkCommissioning {
4259
4259
  * See Section 11.9.7.5, “Common processing of AddOrUpdateWiFiNetwork and AddOrUpdateThreadNetwork” for
4260
4260
  * behavior of addition/update.
4261
4261
  *
4262
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.3
4262
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.3
4263
4263
  */
4264
4264
  readonly addOrUpdateWiFiNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
4265
4265
  /**
4266
4266
  * This field shall contain the SSID to which to attempt connection. Specific BSSID selection is not supported
4267
4267
  * by this cluster.
4268
4268
  *
4269
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.3.1
4269
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.3.1
4270
4270
  */
4271
4271
  ssid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
4272
4272
  /**
@@ -4302,13 +4302,13 @@ export declare namespace NetworkCommissioning {
4302
4302
  * selects a lower security connectivity type if the link quality is deemed to be too low to achieve successful
4303
4303
  * operation, or if all retry attempts fail.
4304
4304
  *
4305
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.3.2
4305
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.3.2
4306
4306
  */
4307
4307
  credentials: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
4308
4308
  /**
4309
4309
  * See Breadcrumb for usage.
4310
4310
  *
4311
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.3.3
4311
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.3.3
4312
4312
  */
4313
4313
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
4314
4314
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -4327,13 +4327,13 @@ export declare namespace NetworkCommissioning {
4327
4327
  *
4328
4328
  * • UnknownError: An internal error occurred during the operation.
4329
4329
  *
4330
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
4330
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.1
4331
4331
  */
4332
4332
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
4333
4333
  /**
4334
4334
  * See DebugText for usage.
4335
4335
  *
4336
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
4336
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
4337
4337
  */
4338
4338
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
4339
4339
  /**
@@ -4341,7 +4341,7 @@ export declare namespace NetworkCommissioning {
4341
4341
  * entry in the Networks attribute that was last added, updated or removed successfully by the associated
4342
4342
  * request command.
4343
4343
  *
4344
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
4344
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
4345
4345
  */
4346
4346
  networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
4347
4347
  }>, any>;
@@ -4362,7 +4362,7 @@ export declare namespace NetworkCommissioning {
4362
4362
  * Note that most run-time details of the actual Thread interface are found in the Thread Network
4363
4363
  * Diagnostics cluster, if supported.
4364
4364
  *
4365
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.10
4365
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.10
4366
4366
  */
4367
4367
  readonly supportedThreadFeatures: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
4368
4368
  /**
@@ -4392,7 +4392,7 @@ export declare namespace NetworkCommissioning {
4392
4392
  * The format shall match the value mapping found in the "Version TLV" section of Thread specification. For
4393
4393
  * example, Thread 1.3.0 would have ThreadVersion set to 4.
4394
4394
  *
4395
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.11
4395
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.11
4396
4396
  */
4397
4397
  readonly threadVersion: FixedAttribute<number, any>;
4398
4398
  };
@@ -4413,7 +4413,7 @@ export declare namespace NetworkCommissioning {
4413
4413
  * OperationalDataset, the operation shall be considered an addition, otherwise, it shall be considered an
4414
4414
  * update.
4415
4415
  *
4416
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.4
4416
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.4
4417
4417
  */
4418
4418
  readonly addOrUpdateThreadNetwork: Command<import("../tlv/TlvObject.js").TypeFromFields<{
4419
4419
  /**
@@ -4423,13 +4423,13 @@ export declare namespace NetworkCommissioning {
4423
4423
  * The encoding for the OperationalDataset field is defined in the Thread specification. The client shall pass
4424
4424
  * the OperationalDataset as an opaque octet string.
4425
4425
  *
4426
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.4.1
4426
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.4.1
4427
4427
  */
4428
4428
  operationalDataset: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
4429
4429
  /**
4430
4430
  * See Breadcrumb for usage.
4431
4431
  *
4432
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.4.2
4432
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.4.2
4433
4433
  */
4434
4434
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
4435
4435
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -4448,13 +4448,13 @@ export declare namespace NetworkCommissioning {
4448
4448
  *
4449
4449
  * • UnknownError: An internal error occurred during the operation.
4450
4450
  *
4451
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
4451
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.1
4452
4452
  */
4453
4453
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
4454
4454
  /**
4455
4455
  * See DebugText for usage.
4456
4456
  *
4457
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
4457
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
4458
4458
  */
4459
4459
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
4460
4460
  /**
@@ -4462,7 +4462,7 @@ export declare namespace NetworkCommissioning {
4462
4462
  * entry in the Networks attribute that was last added, updated or removed successfully by the associated
4463
4463
  * request command.
4464
4464
  *
4465
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
4465
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
4466
4466
  */
4467
4467
  networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
4468
4468
  }>, any>;
@@ -4513,7 +4513,7 @@ export declare namespace NetworkCommissioning {
4513
4513
  * Per the Matter specification you cannot use {@link NetworkCommissioningCluster} without enabling certain feature
4514
4514
  * combinations. You must use the {@link with} factory method to obtain a working cluster.
4515
4515
  *
4516
- * @see {@link MatterSpecification.v14.Core} § 11.9
4516
+ * @see {@link MatterSpecification.v141.Core} § 11.9
4517
4517
  */
4518
4518
  interface Cluster extends Identity<typeof ClusterInstance> {
4519
4519
  }
@@ -4610,7 +4610,7 @@ export declare namespace NetworkCommissioning {
4610
4610
  * available device resources. The length of the Networks attribute shall be less than or equal to this
4611
4611
  * value.
4612
4612
  *
4613
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.1
4613
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.1
4614
4614
  */
4615
4615
  readonly maxNetworks: FixedAttribute<number, any>;
4616
4616
  /**
@@ -4630,7 +4630,7 @@ export declare namespace NetworkCommissioning {
4630
4630
  * There shall be no way to add, update or remove Ethernet network configurations to those Cluster
4631
4631
  * instances.
4632
4632
  *
4633
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.2
4633
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.2
4634
4634
  */
4635
4635
  readonly networks: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
4636
4636
  /**
@@ -4657,7 +4657,7 @@ export declare namespace NetworkCommissioning {
4657
4657
  *
4658
4658
  * XPAN ID is a big-endian 64-bit unsigned number, represented on the first 8 octets of the octet string.
4659
4659
  *
4660
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.5.1
4660
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.5.1
4661
4661
  */
4662
4662
  networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
4663
4663
  /**
@@ -4665,7 +4665,7 @@ export declare namespace NetworkCommissioning {
4665
4665
  * linked to the network technology (e.g. Associated for a Wi-Fi network, media connected for an Ethernet
4666
4666
  * network).
4667
4667
  *
4668
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.5.2
4668
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.5.2
4669
4669
  */
4670
4670
  connected: import("../tlv/TlvObject.js").FieldType<boolean>;
4671
4671
  }>[], any>;
@@ -4686,7 +4686,7 @@ export declare namespace NetworkCommissioning {
4686
4686
  * On Ethernet-only Nodes, there shall always be at least one of the Network Commissioning server cluster
4687
4687
  * instances with InterfaceEnabled set to true.
4688
4688
  *
4689
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.5
4689
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.5
4690
4690
  */
4691
4691
  readonly interfaceEnabled: WritableAttribute<boolean, any>;
4692
4692
  /**
@@ -4698,7 +4698,7 @@ export declare namespace NetworkCommissioning {
4698
4698
  * This attribute is present to assist with error recovery during Network commissioning and to assist in
4699
4699
  * non-concurrent networking commissioning flows.
4700
4700
  *
4701
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.6
4701
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.6
4702
4702
  */
4703
4703
  readonly lastNetworkingStatus: Attribute<NetworkCommissioningStatus | null, any>;
4704
4704
  /**
@@ -4713,7 +4713,7 @@ export declare namespace NetworkCommissioning {
4713
4713
  * This attribute is present to assist with error recovery during Network commissioning and to assist in
4714
4714
  * non-concurrent networking commissioning flows.
4715
4715
  *
4716
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.7
4716
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.7
4717
4717
  */
4718
4718
  readonly lastNetworkId: Attribute<Uint8Array<ArrayBufferLike> | null, any>;
4719
4719
  /**
@@ -4728,7 +4728,7 @@ export declare namespace NetworkCommissioning {
4728
4728
  * This attribute is present to assist with error recovery during Network commissioning and to assist in
4729
4729
  * non-concurrent networking commissioning flows.
4730
4730
  *
4731
- * @see {@link MatterSpecification.v14.Core} § 11.9.6.8
4731
+ * @see {@link MatterSpecification.v141.Core} § 11.9.6.8
4732
4732
  */
4733
4733
  readonly lastConnectErrorValue: Attribute<number | null, any>;
4734
4734
  };
@@ -4739,7 +4739,7 @@ export declare namespace NetworkCommissioning {
4739
4739
  * if the field is absent, or if it is null, this shall indicate scanning of all BSSID in range. This field
4740
4740
  * shall be ignored for ScanNetworks invocations on non-Wi-Fi server instances.
4741
4741
  *
4742
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.1.1
4742
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.1.1
4743
4743
  */
4744
4744
  ssid: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike> | null>;
4745
4745
  /**
@@ -4747,7 +4747,7 @@ export declare namespace NetworkCommissioning {
4747
4747
  * Commissioning cluster on success of the associated command. If the command fails, the Breadcrumb attribute in
4748
4748
  * the General Commissioning cluster shall be left unchanged.
4749
4749
  *
4750
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.1.2
4750
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.1.2
4751
4751
  */
4752
4752
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
4753
4753
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -4766,7 +4766,7 @@ export declare namespace NetworkCommissioning {
4766
4766
  *
4767
4767
  * • UnknownError: An internal error occurred during scanning.
4768
4768
  *
4769
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2.1
4769
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2.1
4770
4770
  */
4771
4771
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
4772
4772
  /**
@@ -4774,7 +4774,7 @@ export declare namespace NetworkCommissioning {
4774
4774
  * case the NetworkingStatus was not Success. Its purpose is to help developers in troubleshooting errors and
4775
4775
  * may go into logs or crash reports.
4776
4776
  *
4777
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2.2
4777
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2.2
4778
4778
  */
4779
4779
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
4780
4780
  /**
@@ -4790,7 +4790,7 @@ export declare namespace NetworkCommissioning {
4790
4790
  * RSSI order, even if RSSI is not reported in the response, to maximize the likelihood that most likely to be
4791
4791
  * reachable elements are included within the size limits of the response.
4792
4792
  *
4793
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2.3
4793
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2.3
4794
4794
  */
4795
4795
  wiFiScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
4796
4796
  security: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
@@ -4822,13 +4822,13 @@ export declare namespace NetworkCommissioning {
4822
4822
  * This field, if present, may be used to differentiate overlapping channel number values across different Wi-Fi
4823
4823
  * frequency bands.
4824
4824
  *
4825
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.6.1
4825
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.6.1
4826
4826
  */
4827
4827
  wiFiBand: import("../tlv/TlvObject.js").OptionalFieldType<WiFiBand>;
4828
4828
  /**
4829
4829
  * This field, if present, shall denote the signal strength in dBm of the associated scan result.
4830
4830
  *
4831
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.6.2
4831
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.6.2
4832
4832
  */
4833
4833
  rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
4834
4834
  }>[]>;
@@ -4844,7 +4844,7 @@ export declare namespace NetworkCommissioning {
4844
4844
  * LQI order, to maximize the likelihood that most likely to be reachable elements are included within the size
4845
4845
  * limits of the response.
4846
4846
  *
4847
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.2.4
4847
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.2.4
4848
4848
  */
4849
4849
  threadScanResults: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
4850
4850
  panId: import("../tlv/TlvObject.js").OptionalFieldType<number>;
@@ -4855,7 +4855,7 @@ export declare namespace NetworkCommissioning {
4855
4855
  /**
4856
4856
  * ExtendedAddress stands for an IEEE 802.15.4 Extended Address.
4857
4857
  *
4858
- * @see {@link MatterSpecification.v14.Core} § 11.9.5.7.1
4858
+ * @see {@link MatterSpecification.v141.Core} § 11.9.5.7.1
4859
4859
  */
4860
4860
  extendedAddress: import("../tlv/TlvObject.js").OptionalFieldType<Uint8Array<ArrayBufferLike>>;
4861
4861
  rssi: import("../tlv/TlvObject.js").OptionalFieldType<number>;
@@ -4876,7 +4876,7 @@ export declare namespace NetworkCommissioning {
4876
4876
  * This field shall contain the SSID to which to attempt connection. Specific BSSID selection is not supported
4877
4877
  * by this cluster.
4878
4878
  *
4879
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.3.1
4879
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.3.1
4880
4880
  */
4881
4881
  ssid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
4882
4882
  /**
@@ -4912,13 +4912,13 @@ export declare namespace NetworkCommissioning {
4912
4912
  * selects a lower security connectivity type if the link quality is deemed to be too low to achieve successful
4913
4913
  * operation, or if all retry attempts fail.
4914
4914
  *
4915
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.3.2
4915
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.3.2
4916
4916
  */
4917
4917
  credentials: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
4918
4918
  /**
4919
4919
  * See Breadcrumb for usage.
4920
4920
  *
4921
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.3.3
4921
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.3.3
4922
4922
  */
4923
4923
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
4924
4924
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -4937,13 +4937,13 @@ export declare namespace NetworkCommissioning {
4937
4937
  *
4938
4938
  * • UnknownError: An internal error occurred during the operation.
4939
4939
  *
4940
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
4940
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.1
4941
4941
  */
4942
4942
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
4943
4943
  /**
4944
4944
  * See DebugText for usage.
4945
4945
  *
4946
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
4946
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
4947
4947
  */
4948
4948
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
4949
4949
  /**
@@ -4951,7 +4951,7 @@ export declare namespace NetworkCommissioning {
4951
4951
  * entry in the Networks attribute that was last added, updated or removed successfully by the associated
4952
4952
  * request command.
4953
4953
  *
4954
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
4954
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
4955
4955
  */
4956
4956
  networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
4957
4957
  }>, any> & {
@@ -4970,13 +4970,13 @@ export declare namespace NetworkCommissioning {
4970
4970
  * The encoding for the OperationalDataset field is defined in the Thread specification. The client shall pass
4971
4971
  * the OperationalDataset as an opaque octet string.
4972
4972
  *
4973
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.4.1
4973
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.4.1
4974
4974
  */
4975
4975
  operationalDataset: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
4976
4976
  /**
4977
4977
  * See Breadcrumb for usage.
4978
4978
  *
4979
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.4.2
4979
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.4.2
4980
4980
  */
4981
4981
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
4982
4982
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -4995,13 +4995,13 @@ export declare namespace NetworkCommissioning {
4995
4995
  *
4996
4996
  * • UnknownError: An internal error occurred during the operation.
4997
4997
  *
4998
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
4998
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.1
4999
4999
  */
5000
5000
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
5001
5001
  /**
5002
5002
  * See DebugText for usage.
5003
5003
  *
5004
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
5004
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
5005
5005
  */
5006
5006
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
5007
5007
  /**
@@ -5009,7 +5009,7 @@ export declare namespace NetworkCommissioning {
5009
5009
  * entry in the Networks attribute that was last added, updated or removed successfully by the associated
5010
5010
  * request command.
5011
5011
  *
5012
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
5012
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
5013
5013
  */
5014
5014
  networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
5015
5015
  }>, any> & {
@@ -5024,13 +5024,13 @@ export declare namespace NetworkCommissioning {
5024
5024
  /**
5025
5025
  * This field shall contain the NetworkID for the entry to remove: the SSID for Wi-Fi and XPAN ID for Thread.
5026
5026
  *
5027
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.6.1
5027
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.6.1
5028
5028
  */
5029
5029
  networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
5030
5030
  /**
5031
5031
  * See Breadcrumb for usage.
5032
5032
  *
5033
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.6.2
5033
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.6.2
5034
5034
  */
5035
5035
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
5036
5036
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -5049,13 +5049,13 @@ export declare namespace NetworkCommissioning {
5049
5049
  *
5050
5050
  * • UnknownError: An internal error occurred during the operation.
5051
5051
  *
5052
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
5052
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.1
5053
5053
  */
5054
5054
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
5055
5055
  /**
5056
5056
  * See DebugText for usage.
5057
5057
  *
5058
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
5058
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
5059
5059
  */
5060
5060
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
5061
5061
  /**
@@ -5063,7 +5063,7 @@ export declare namespace NetworkCommissioning {
5063
5063
  * entry in the Networks attribute that was last added, updated or removed successfully by the associated
5064
5064
  * request command.
5065
5065
  *
5066
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
5066
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
5067
5067
  */
5068
5068
  networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
5069
5069
  }>, any> & {
@@ -5081,13 +5081,13 @@ export declare namespace NetworkCommissioning {
5081
5081
  * This field shall contain the NetworkID for the entry used to configure the connection: the SSID for Wi-Fi and
5082
5082
  * XPAN ID for Thread.
5083
5083
  *
5084
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.8.1
5084
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.8.1
5085
5085
  */
5086
5086
  networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
5087
5087
  /**
5088
5088
  * See Breadcrumb for usage.
5089
5089
  *
5090
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.8.2
5090
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.8.2
5091
5091
  */
5092
5092
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
5093
5093
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -5112,13 +5112,13 @@ export declare namespace NetworkCommissioning {
5112
5112
  * • Association errors (see also description of errors in NetworkCommissioningStatusEnum): AuthFailure,
5113
5113
  * UnsupportedSecurity, OtherConnectionFailure, IPV6Failed, IPBindFailed
5114
5114
  *
5115
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.9.1
5115
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.9.1
5116
5116
  */
5117
5117
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
5118
5118
  /**
5119
5119
  * See DebugText for usage.
5120
5120
  *
5121
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.9.2
5121
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.9.2
5122
5122
  */
5123
5123
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
5124
5124
  /**
@@ -5141,7 +5141,7 @@ export declare namespace NetworkCommissioning {
5141
5141
  * • Otherwise, the ErrorValue field shall contain an implementation-dependent value which may be used by a
5142
5142
  * reader of the structure to record, report or diagnose the failure.
5143
5143
  *
5144
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.9.3
5144
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.9.3
5145
5145
  */
5146
5146
  errorValue: import("../tlv/TlvObject.js").FieldType<number | null>;
5147
5147
  }>, any> & {
@@ -5158,14 +5158,14 @@ export declare namespace NetworkCommissioning {
5158
5158
  /**
5159
5159
  * This field shall contain the NetworkID for the entry to reorder: the SSID for Wi-Fi and XPAN ID for Thread.
5160
5160
  *
5161
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.10.1
5161
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.10.1
5162
5162
  */
5163
5163
  networkId: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
5164
5164
  /**
5165
5165
  * This field shall contain the 0-based index of the new desired position of the entry in the Networks
5166
5166
  * attribute.
5167
5167
  *
5168
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.10.2
5168
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.10.2
5169
5169
  */
5170
5170
  networkIndex: import("../tlv/TlvObject.js").FieldType<number>;
5171
5171
  /**
@@ -5217,7 +5217,7 @@ export declare namespace NetworkCommissioning {
5217
5217
  * In the above outcome, BlueDolphin, Home-Guest and WillowTree moved "up" and FancyCat became the lowest
5218
5218
  * priority network in the list.
5219
5219
  *
5220
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.10.3
5220
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.10.3
5221
5221
  */
5222
5222
  breadcrumb: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
5223
5223
  }>, import("../tlv/TlvObject.js").TypeFromFields<{
@@ -5236,13 +5236,13 @@ export declare namespace NetworkCommissioning {
5236
5236
  *
5237
5237
  * • UnknownError: An internal error occurred during the operation.
5238
5238
  *
5239
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.1
5239
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.1
5240
5240
  */
5241
5241
  networkingStatus: import("../tlv/TlvObject.js").FieldType<NetworkCommissioningStatus>;
5242
5242
  /**
5243
5243
  * See DebugText for usage.
5244
5244
  *
5245
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.2
5245
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.2
5246
5246
  */
5247
5247
  debugText: import("../tlv/TlvObject.js").OptionalFieldType<string>;
5248
5248
  /**
@@ -5250,7 +5250,7 @@ export declare namespace NetworkCommissioning {
5250
5250
  * entry in the Networks attribute that was last added, updated or removed successfully by the associated
5251
5251
  * request command.
5252
5252
  *
5253
- * @see {@link MatterSpecification.v14.Core} § 11.9.7.7.3
5253
+ * @see {@link MatterSpecification.v141.Core} § 11.9.7.7.3
5254
5254
  */
5255
5255
  networkIndex: import("../tlv/TlvObject.js").OptionalFieldType<number>;
5256
5256
  }>, any> & {