@matter/types 0.14.0-alpha.0-20250601-939a65f46 → 0.14.0-alpha.0-20250603-af0cad2ff

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 AccessControl {
13
13
  /**
14
14
  * These are optional features supported by AccessControlCluster.
15
15
  *
16
- * @see {@link MatterSpecification.v14.Core} § 9.10.4
16
+ * @see {@link MatterSpecification.v141.Core} § 9.10.4
17
17
  */
18
18
  enum Feature {
19
19
  /**
@@ -21,7 +21,7 @@ export declare namespace AccessControl {
21
21
  *
22
22
  * This feature indicates the device supports ACL Extension attribute.
23
23
  *
24
- * @see {@link MatterSpecification.v14.Core} § 9.10.4.1
24
+ * @see {@link MatterSpecification.v141.Core} § 9.10.4.1
25
25
  */
26
26
  Extension = "Extension",
27
27
  /**
@@ -94,12 +94,12 @@ export declare namespace AccessControl {
94
94
  * commissioning, administrators may determine the current restrictions of the ARL at any point, including
95
95
  * during commissioning after joining the fabric.
96
96
  *
97
- * @see {@link MatterSpecification.v14.Core} § 9.10.4.2
97
+ * @see {@link MatterSpecification.v141.Core} § 9.10.4.2
98
98
  */
99
99
  ManagedDevice = "ManagedDevice"
100
100
  }
101
101
  /**
102
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.7
102
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.7
103
103
  */
104
104
  const TlvAccessControlExtension: import("../tlv/TlvObject.js").ObjectSchema<{
105
105
  /**
@@ -112,18 +112,18 @@ export declare namespace AccessControl {
112
112
  * Administrators may iterate over this list of elements, and interpret selected elements at their discretion.
113
113
  * The content of each element is not specified, but may be coordinated among manufacturers at their discretion.
114
114
  *
115
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.7.1
115
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.7.1
116
116
  */
117
117
  data: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
118
118
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
119
119
  }>;
120
120
  /**
121
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.7
121
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.7
122
122
  */
123
123
  interface AccessControlExtension extends TypeFromSchema<typeof TlvAccessControlExtension> {
124
124
  }
125
125
  /**
126
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.1
126
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.1
127
127
  */
128
128
  enum ChangeType {
129
129
  /**
@@ -142,7 +142,7 @@ export declare namespace AccessControl {
142
142
  /**
143
143
  * Body of the AccessControl accessControlExtensionChanged event
144
144
  *
145
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.2
145
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.2
146
146
  */
147
147
  const TlvAccessControlExtensionChangedEvent: import("../tlv/TlvObject.js").ObjectSchema<{
148
148
  /**
@@ -151,7 +151,7 @@ export declare namespace AccessControl {
151
151
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
152
152
  * CASE or PASE session; the other shall be null.
153
153
  *
154
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.1
154
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.2.1
155
155
  */
156
156
  adminNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId | null>;
157
157
  /**
@@ -161,13 +161,13 @@ export declare namespace AccessControl {
161
161
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
162
162
  * CASE or PASE session; the other shall be null.
163
163
  *
164
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.2
164
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.2.2
165
165
  */
166
166
  adminPasscodeId: import("../tlv/TlvObject.js").FieldType<number | null>;
167
167
  /**
168
168
  * The type of change as appropriate.
169
169
  *
170
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.3
170
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.2.3
171
171
  */
172
172
  changeType: import("../tlv/TlvObject.js").FieldType<ChangeType>;
173
173
  /**
@@ -176,7 +176,7 @@ export declare namespace AccessControl {
176
176
  * This field SHOULD be set if resources are adequate for it; otherwise it shall be set to NULL if resources are
177
177
  * scarce.
178
178
  *
179
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.4
179
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.2.4
180
180
  */
181
181
  latestValue: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
182
182
  /**
@@ -189,7 +189,7 @@ export declare namespace AccessControl {
189
189
  * Administrators may iterate over this list of elements, and interpret selected elements at their discretion.
190
190
  * The content of each element is not specified, but may be coordinated among manufacturers at their discretion.
191
191
  *
192
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.7.1
192
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.7.1
193
193
  */
194
194
  data: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
195
195
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
@@ -199,12 +199,12 @@ export declare namespace AccessControl {
199
199
  /**
200
200
  * Body of the AccessControl accessControlExtensionChanged event
201
201
  *
202
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.2
202
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.2
203
203
  */
204
204
  interface AccessControlExtensionChangedEvent extends TypeFromSchema<typeof TlvAccessControlExtensionChangedEvent> {
205
205
  }
206
206
  /**
207
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.3
207
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.3
208
208
  */
209
209
  enum AccessRestrictionType {
210
210
  /**
@@ -228,13 +228,13 @@ export declare namespace AccessControl {
228
228
  * This structure describes an access restriction that would be applied to a specific data model element on a given
229
229
  * endpoint/cluster pair (see AccessRestrictionEntryStruct).
230
230
  *
231
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8
231
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8
232
232
  */
233
233
  const TlvAccessRestriction: import("../tlv/TlvObject.js").ObjectSchema<{
234
234
  /**
235
235
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
236
236
  *
237
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
237
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.1
238
238
  */
239
239
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
240
240
  /**
@@ -248,7 +248,7 @@ export declare namespace AccessControl {
248
248
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
249
249
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
250
250
  *
251
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
251
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.2
252
252
  */
253
253
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
254
254
  }>;
@@ -256,28 +256,28 @@ export declare namespace AccessControl {
256
256
  * This structure describes an access restriction that would be applied to a specific data model element on a given
257
257
  * endpoint/cluster pair (see AccessRestrictionEntryStruct).
258
258
  *
259
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8
259
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8
260
260
  */
261
261
  interface AccessRestriction extends TypeFromSchema<typeof TlvAccessRestriction> {
262
262
  }
263
263
  /**
264
264
  * This structure describes a current access restriction when there is no accessing fabric.
265
265
  *
266
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10
266
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10
267
267
  */
268
268
  const TlvCommissioningAccessRestrictionEntry: import("../tlv/TlvObject.js").ObjectSchema<{
269
269
  /**
270
270
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
271
271
  * of the list containing the entry.
272
272
  *
273
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.1
273
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.1
274
274
  */
275
275
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
276
276
  /**
277
277
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
278
278
  * scoped to the associated fabric of the list containing the entry.
279
279
  *
280
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.2
280
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.2
281
281
  */
282
282
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
283
283
  /**
@@ -286,13 +286,13 @@ export declare namespace AccessControl {
286
286
  *
287
287
  * This list shall NOT be empty.
288
288
  *
289
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.3
289
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.3
290
290
  */
291
291
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
292
292
  /**
293
293
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
294
294
  *
295
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
295
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.1
296
296
  */
297
297
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
298
298
  /**
@@ -306,7 +306,7 @@ export declare namespace AccessControl {
306
306
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
307
307
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
308
308
  *
309
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
309
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.2
310
310
  */
311
311
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
312
312
  }>[]>;
@@ -314,28 +314,28 @@ export declare namespace AccessControl {
314
314
  /**
315
315
  * This structure describes a current access restriction when there is no accessing fabric.
316
316
  *
317
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10
317
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10
318
318
  */
319
319
  interface CommissioningAccessRestrictionEntry extends TypeFromSchema<typeof TlvCommissioningAccessRestrictionEntry> {
320
320
  }
321
321
  /**
322
322
  * This structure describes a current access restriction on the fabric.
323
323
  *
324
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.9
324
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.9
325
325
  */
326
326
  const TlvAccessRestrictionEntry: import("../tlv/TlvObject.js").ObjectSchema<{
327
327
  /**
328
328
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
329
329
  * of the list containing the entry.
330
330
  *
331
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.1
331
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.9.1
332
332
  */
333
333
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
334
334
  /**
335
335
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
336
336
  * scoped to the associated fabric of the list containing the entry.
337
337
  *
338
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.2
338
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.9.2
339
339
  */
340
340
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
341
341
  /**
@@ -344,13 +344,13 @@ export declare namespace AccessControl {
344
344
  *
345
345
  * This list shall NOT be empty.
346
346
  *
347
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.3
347
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.9.3
348
348
  */
349
349
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
350
350
  /**
351
351
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
352
352
  *
353
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
353
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.1
354
354
  */
355
355
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
356
356
  /**
@@ -364,7 +364,7 @@ export declare namespace AccessControl {
364
364
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
365
365
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
366
366
  *
367
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
367
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.2
368
368
  */
369
369
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
370
370
  }>[]>;
@@ -373,35 +373,35 @@ export declare namespace AccessControl {
373
373
  /**
374
374
  * This structure describes a current access restriction on the fabric.
375
375
  *
376
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.9
376
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.9
377
377
  */
378
378
  interface AccessRestrictionEntry extends TypeFromSchema<typeof TlvAccessRestrictionEntry> {
379
379
  }
380
380
  /**
381
381
  * Input to the AccessControl reviewFabricRestrictions command
382
382
  *
383
- * @see {@link MatterSpecification.v14.Core} § 9.10.8.1
383
+ * @see {@link MatterSpecification.v141.Core} § 9.10.8.1
384
384
  */
385
385
  const TlvReviewFabricRestrictionsRequest: import("../tlv/TlvObject.js").ObjectSchema<{
386
386
  /**
387
387
  * When the ARL field is provided, it indicates the specific restrictions that are requested for review. An
388
388
  * empty list represents a generic request for review of all restrictions.
389
389
  *
390
- * @see {@link MatterSpecification.v14.Core} § 9.10.8.1.1
390
+ * @see {@link MatterSpecification.v141.Core} § 9.10.8.1.1
391
391
  */
392
392
  arl: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
393
393
  /**
394
394
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
395
395
  * of the list containing the entry.
396
396
  *
397
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.1
397
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.1
398
398
  */
399
399
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
400
400
  /**
401
401
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
402
402
  * scoped to the associated fabric of the list containing the entry.
403
403
  *
404
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.2
404
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.2
405
405
  */
406
406
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
407
407
  /**
@@ -410,13 +410,13 @@ export declare namespace AccessControl {
410
410
  *
411
411
  * This list shall NOT be empty.
412
412
  *
413
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.3
413
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.3
414
414
  */
415
415
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
416
416
  /**
417
417
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
418
418
  *
419
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
419
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.1
420
420
  */
421
421
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
422
422
  /**
@@ -430,7 +430,7 @@ export declare namespace AccessControl {
430
430
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
431
431
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
432
432
  *
433
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
433
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.2
434
434
  */
435
435
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
436
436
  }>[]>;
@@ -439,7 +439,7 @@ export declare namespace AccessControl {
439
439
  /**
440
440
  * Input to the AccessControl reviewFabricRestrictions command
441
441
  *
442
- * @see {@link MatterSpecification.v14.Core} § 9.10.8.1
442
+ * @see {@link MatterSpecification.v141.Core} § 9.10.8.1
443
443
  */
444
444
  interface ReviewFabricRestrictionsRequest extends TypeFromSchema<typeof TlvReviewFabricRestrictionsRequest> {
445
445
  }
@@ -447,14 +447,14 @@ export declare namespace AccessControl {
447
447
  * Returns the review token for the request, which can be used to correlate with a FabricRestrictionReviewUpdate
448
448
  * event.
449
449
  *
450
- * @see {@link MatterSpecification.v14.Core} § 9.10.8.2
450
+ * @see {@link MatterSpecification.v141.Core} § 9.10.8.2
451
451
  */
452
452
  const TlvReviewFabricRestrictionsResponse: import("../tlv/TlvObject.js").ObjectSchema<{
453
453
  /**
454
454
  * This field shall specify a Token that can be used to correlate a ReviewFabricRestrictionsResponse with a
455
455
  * FabricRestrictionReviewUpdate event.
456
456
  *
457
- * @see {@link MatterSpecification.v14.Core} § 9.10.8.2.1
457
+ * @see {@link MatterSpecification.v141.Core} § 9.10.8.2.1
458
458
  */
459
459
  token: import("../tlv/TlvObject.js").FieldType<number | bigint>;
460
460
  }>;
@@ -462,21 +462,21 @@ export declare namespace AccessControl {
462
462
  * Returns the review token for the request, which can be used to correlate with a FabricRestrictionReviewUpdate
463
463
  * event.
464
464
  *
465
- * @see {@link MatterSpecification.v14.Core} § 9.10.8.2
465
+ * @see {@link MatterSpecification.v141.Core} § 9.10.8.2
466
466
  */
467
467
  interface ReviewFabricRestrictionsResponse extends TypeFromSchema<typeof TlvReviewFabricRestrictionsResponse> {
468
468
  }
469
469
  /**
470
470
  * Body of the AccessControl fabricRestrictionReviewUpdate event
471
471
  *
472
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.3
472
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.3
473
473
  */
474
474
  const TlvFabricRestrictionReviewUpdateEvent: import("../tlv/TlvObject.js").ObjectSchema<{
475
475
  /**
476
476
  * This field shall indicate the Token that can be used to correlate a ReviewFabricRestrictionsResponse with a
477
477
  * FabricRestrictionReviewUpdate event.
478
478
  *
479
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.1
479
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.3.1
480
480
  */
481
481
  token: import("../tlv/TlvObject.js").FieldType<number | bigint>;
482
482
  /**
@@ -489,7 +489,7 @@ export declare namespace AccessControl {
489
489
  * Examples include "Please try again and immediately access device display for further instructions." or
490
490
  * "Please check email associated with your Acme account."
491
491
  *
492
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.2
492
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.3.2
493
493
  */
494
494
  instruction: import("../tlv/TlvObject.js").OptionalFieldType<string>;
495
495
  /**
@@ -649,7 +649,7 @@ export declare namespace AccessControl {
649
649
  *
650
650
  * ◦ https://company.domain.example/matter/arl?vid=FFF1&pid=1234&MTop=_&MTza=79
651
651
  *
652
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.3
652
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.3.3
653
653
  */
654
654
  arlRequestFlowUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
655
655
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
@@ -657,7 +657,7 @@ export declare namespace AccessControl {
657
657
  /**
658
658
  * Body of the AccessControl fabricRestrictionReviewUpdate event
659
659
  *
660
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.3
660
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.3
661
661
  */
662
662
  interface FabricRestrictionReviewUpdateEvent extends TypeFromSchema<typeof TlvFabricRestrictionReviewUpdateEvent> {
663
663
  }
@@ -666,7 +666,7 @@ export declare namespace AccessControl {
666
666
  *
667
667
  * ### This value implicitly grants View privileges
668
668
  *
669
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.2
669
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.2
670
670
  */
671
671
  enum AccessControlEntryPrivilege {
672
672
  /**
@@ -682,7 +682,7 @@ export declare namespace AccessControl {
682
682
  *
683
683
  * ### This value implicitly grants View privileges
684
684
  *
685
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.2.1
685
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.2.1
686
686
  */
687
687
  Operate = 3,
688
688
  /**
@@ -690,7 +690,7 @@ export declare namespace AccessControl {
690
690
  *
691
691
  * This value implicitly grants Operate & View privileges
692
692
  *
693
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.2.2
693
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.2.2
694
694
  */
695
695
  Manage = 4,
696
696
  /**
@@ -698,12 +698,12 @@ export declare namespace AccessControl {
698
698
  *
699
699
  * This value implicitly grants Manage, Operate, Proxy View & View privileges
700
700
  *
701
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.2.3
701
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.2.3
702
702
  */
703
703
  Administer = 5
704
704
  }
705
705
  /**
706
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.4
706
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.4
707
707
  */
708
708
  enum AccessControlEntryAuthMode {
709
709
  /**
@@ -720,7 +720,7 @@ export declare namespace AccessControl {
720
720
  Group = 3
721
721
  }
722
722
  /**
723
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.5
723
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.5
724
724
  */
725
725
  const TlvAccessControlTarget: import("../tlv/TlvObject.js").ObjectSchema<{
726
726
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId | null>;
@@ -728,12 +728,12 @@ export declare namespace AccessControl {
728
728
  deviceType: import("../tlv/TlvObject.js").FieldType<import("../datatype/DeviceTypeId.js").DeviceTypeId | null>;
729
729
  }>;
730
730
  /**
731
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.5
731
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.5
732
732
  */
733
733
  interface AccessControlTarget extends TypeFromSchema<typeof TlvAccessControlTarget> {
734
734
  }
735
735
  /**
736
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6
736
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6
737
737
  */
738
738
  const TlvAccessControlEntry: import("../tlv/TlvObject.js").ObjectSchema<{
739
739
  /**
@@ -756,13 +756,13 @@ export declare namespace AccessControl {
756
756
  * Cluster itself. The Administer privilege shall NOT be used on Access Control Entries which use the Group auth
757
757
  * mode.
758
758
  *
759
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.1
759
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.1
760
760
  */
761
761
  privilege: import("../tlv/TlvObject.js").FieldType<AccessControlEntryPrivilege>;
762
762
  /**
763
763
  * The AuthMode field shall specify the authentication mode required by this Access Control Entry.
764
764
  *
765
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.2
765
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.2
766
766
  */
767
767
  authMode: import("../tlv/TlvObject.js").FieldType<AccessControlEntryAuthMode>;
768
768
  /**
@@ -796,7 +796,7 @@ export declare namespace AccessControl {
796
796
  * For Group authentication, the Group ID identifies the required group, as defined in the Group Key Management
797
797
  * Cluster.
798
798
  *
799
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.3
799
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.3
800
800
  */
801
801
  subjects: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId[] | null>;
802
802
  /**
@@ -816,7 +816,7 @@ export declare namespace AccessControl {
816
816
  * An empty targets list indicates a wildcard: that is, this entry shall grant access to all cluster instances
817
817
  * on all endpoints on this Node.
818
818
  *
819
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.4
819
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.4
820
820
  */
821
821
  targets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
822
822
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId | null>;
@@ -826,14 +826,14 @@ export declare namespace AccessControl {
826
826
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
827
827
  }>;
828
828
  /**
829
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6
829
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6
830
830
  */
831
831
  interface AccessControlEntry extends TypeFromSchema<typeof TlvAccessControlEntry> {
832
832
  }
833
833
  /**
834
834
  * Body of the AccessControl accessControlEntryChanged event
835
835
  *
836
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.1
836
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.1
837
837
  */
838
838
  const TlvAccessControlEntryChangedEvent: import("../tlv/TlvObject.js").ObjectSchema<{
839
839
  /**
@@ -842,7 +842,7 @@ export declare namespace AccessControl {
842
842
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
843
843
  * CASE or PASE session; the other shall be null.
844
844
  *
845
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.1
845
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.1.1
846
846
  */
847
847
  adminNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId | null>;
848
848
  /**
@@ -852,13 +852,13 @@ export declare namespace AccessControl {
852
852
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
853
853
  * CASE or PASE session; the other shall be null.
854
854
  *
855
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.2
855
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.1.2
856
856
  */
857
857
  adminPasscodeId: import("../tlv/TlvObject.js").FieldType<number | null>;
858
858
  /**
859
859
  * The type of change as appropriate.
860
860
  *
861
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.3
861
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.1.3
862
862
  */
863
863
  changeType: import("../tlv/TlvObject.js").FieldType<ChangeType>;
864
864
  /**
@@ -867,7 +867,7 @@ export declare namespace AccessControl {
867
867
  * This field SHOULD be set if resources are adequate for it; otherwise it shall be set to NULL if resources are
868
868
  * scarce.
869
869
  *
870
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.4
870
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.1.4
871
871
  */
872
872
  latestValue: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
873
873
  /**
@@ -890,13 +890,13 @@ export declare namespace AccessControl {
890
890
  * Cluster itself. The Administer privilege shall NOT be used on Access Control Entries which use the Group auth
891
891
  * mode.
892
892
  *
893
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.1
893
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.1
894
894
  */
895
895
  privilege: import("../tlv/TlvObject.js").FieldType<AccessControlEntryPrivilege>;
896
896
  /**
897
897
  * The AuthMode field shall specify the authentication mode required by this Access Control Entry.
898
898
  *
899
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.2
899
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.2
900
900
  */
901
901
  authMode: import("../tlv/TlvObject.js").FieldType<AccessControlEntryAuthMode>;
902
902
  /**
@@ -930,7 +930,7 @@ export declare namespace AccessControl {
930
930
  * For Group authentication, the Group ID identifies the required group, as defined in the Group Key Management
931
931
  * Cluster.
932
932
  *
933
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.3
933
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.3
934
934
  */
935
935
  subjects: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId[] | null>;
936
936
  /**
@@ -950,7 +950,7 @@ export declare namespace AccessControl {
950
950
  * An empty targets list indicates a wildcard: that is, this entry shall grant access to all cluster instances
951
951
  * on all endpoints on this Node.
952
952
  *
953
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.4
953
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.4
954
954
  */
955
955
  targets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
956
956
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId | null>;
@@ -964,7 +964,7 @@ export declare namespace AccessControl {
964
964
  /**
965
965
  * Body of the AccessControl accessControlEntryChanged event
966
966
  *
967
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.1
967
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.1
968
968
  */
969
969
  interface AccessControlEntryChangedEvent extends TypeFromSchema<typeof TlvAccessControlEntryChangedEvent> {
970
970
  }
@@ -979,7 +979,7 @@ export declare namespace AccessControl {
979
979
  *
980
980
  * The Access Control Extension list shall support a single extension entry per supported fabric.
981
981
  *
982
- * @see {@link MatterSpecification.v14.Core} § 9.10.6.4
982
+ * @see {@link MatterSpecification.v141.Core} § 9.10.6.4
983
983
  */
984
984
  readonly extension: WritableFabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
985
985
  /**
@@ -992,7 +992,7 @@ export declare namespace AccessControl {
992
992
  * Administrators may iterate over this list of elements, and interpret selected elements at their discretion.
993
993
  * The content of each element is not specified, but may be coordinated among manufacturers at their discretion.
994
994
  *
995
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.7.1
995
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.7.1
996
996
  */
997
997
  data: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
998
998
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
@@ -1009,7 +1009,7 @@ export declare namespace AccessControl {
1009
1009
  *
1010
1010
  * • Each removed extension shall generate an event with ChangeType Removed.
1011
1011
  *
1012
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.2
1012
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.2
1013
1013
  */
1014
1014
  readonly accessControlExtensionChanged: Event<import("../tlv/TlvObject.js").TypeFromFields<{
1015
1015
  /**
@@ -1018,7 +1018,7 @@ export declare namespace AccessControl {
1018
1018
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
1019
1019
  * CASE or PASE session; the other shall be null.
1020
1020
  *
1021
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.1
1021
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.2.1
1022
1022
  */
1023
1023
  adminNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId | null>;
1024
1024
  /**
@@ -1028,13 +1028,13 @@ export declare namespace AccessControl {
1028
1028
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
1029
1029
  * CASE or PASE session; the other shall be null.
1030
1030
  *
1031
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.2
1031
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.2.2
1032
1032
  */
1033
1033
  adminPasscodeId: import("../tlv/TlvObject.js").FieldType<number | null>;
1034
1034
  /**
1035
1035
  * The type of change as appropriate.
1036
1036
  *
1037
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.3
1037
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.2.3
1038
1038
  */
1039
1039
  changeType: import("../tlv/TlvObject.js").FieldType<ChangeType>;
1040
1040
  /**
@@ -1043,7 +1043,7 @@ export declare namespace AccessControl {
1043
1043
  * This field SHOULD be set if resources are adequate for it; otherwise it shall be set to NULL if resources are
1044
1044
  * scarce.
1045
1045
  *
1046
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.4
1046
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.2.4
1047
1047
  */
1048
1048
  latestValue: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1049
1049
  /**
@@ -1056,7 +1056,7 @@ export declare namespace AccessControl {
1056
1056
  * Administrators may iterate over this list of elements, and interpret selected elements at their discretion.
1057
1057
  * The content of each element is not specified, but may be coordinated among manufacturers at their discretion.
1058
1058
  *
1059
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.7.1
1059
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.7.1
1060
1060
  */
1061
1061
  data: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1062
1062
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
@@ -1085,21 +1085,21 @@ export declare namespace AccessControl {
1085
1085
  * See Section 9.10.4.2.1, “Managed Device Feature Usage Restrictions” for limitations on the use of access
1086
1086
  * restrictions.
1087
1087
  *
1088
- * @see {@link MatterSpecification.v14.Core} § 9.10.6.8
1088
+ * @see {@link MatterSpecification.v141.Core} § 9.10.6.8
1089
1089
  */
1090
1090
  readonly commissioningArl: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
1091
1091
  /**
1092
1092
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
1093
1093
  * of the list containing the entry.
1094
1094
  *
1095
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.1
1095
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.1
1096
1096
  */
1097
1097
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
1098
1098
  /**
1099
1099
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
1100
1100
  * scoped to the associated fabric of the list containing the entry.
1101
1101
  *
1102
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.2
1102
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.2
1103
1103
  */
1104
1104
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
1105
1105
  /**
@@ -1108,13 +1108,13 @@ export declare namespace AccessControl {
1108
1108
  *
1109
1109
  * This list shall NOT be empty.
1110
1110
  *
1111
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.3
1111
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.3
1112
1112
  */
1113
1113
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1114
1114
  /**
1115
1115
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
1116
1116
  *
1117
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
1117
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.1
1118
1118
  */
1119
1119
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
1120
1120
  /**
@@ -1128,7 +1128,7 @@ export declare namespace AccessControl {
1128
1128
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
1129
1129
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
1130
1130
  *
1131
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
1131
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.2
1132
1132
  */
1133
1133
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
1134
1134
  }>[]>;
@@ -1152,21 +1152,21 @@ export declare namespace AccessControl {
1152
1152
  * See Section 9.10.4.2.1, “Managed Device Feature Usage Restrictions” for limitations on the use of access
1153
1153
  * restrictions.
1154
1154
  *
1155
- * @see {@link MatterSpecification.v14.Core} § 9.10.6.9
1155
+ * @see {@link MatterSpecification.v141.Core} § 9.10.6.9
1156
1156
  */
1157
1157
  readonly arl: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
1158
1158
  /**
1159
1159
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
1160
1160
  * of the list containing the entry.
1161
1161
  *
1162
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.1
1162
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.9.1
1163
1163
  */
1164
1164
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
1165
1165
  /**
1166
1166
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
1167
1167
  * scoped to the associated fabric of the list containing the entry.
1168
1168
  *
1169
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.2
1169
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.9.2
1170
1170
  */
1171
1171
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
1172
1172
  /**
@@ -1175,13 +1175,13 @@ export declare namespace AccessControl {
1175
1175
  *
1176
1176
  * This list shall NOT be empty.
1177
1177
  *
1178
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.3
1178
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.9.3
1179
1179
  */
1180
1180
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1181
1181
  /**
1182
1182
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
1183
1183
  *
1184
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
1184
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.1
1185
1185
  */
1186
1186
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
1187
1187
  /**
@@ -1195,7 +1195,7 @@ export declare namespace AccessControl {
1195
1195
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
1196
1196
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
1197
1197
  *
1198
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
1198
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.2
1199
1199
  */
1200
1200
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
1201
1201
  }>[]>;
@@ -1221,28 +1221,28 @@ export declare namespace AccessControl {
1221
1221
  * The ARL attribute may change at any time due to actions taken by the user, or the service associated with
1222
1222
  * the device vendor.
1223
1223
  *
1224
- * @see {@link MatterSpecification.v14.Core} § 9.10.8.1
1224
+ * @see {@link MatterSpecification.v141.Core} § 9.10.8.1
1225
1225
  */
1226
1226
  readonly reviewFabricRestrictions: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1227
1227
  /**
1228
1228
  * When the ARL field is provided, it indicates the specific restrictions that are requested for review. An
1229
1229
  * empty list represents a generic request for review of all restrictions.
1230
1230
  *
1231
- * @see {@link MatterSpecification.v14.Core} § 9.10.8.1.1
1231
+ * @see {@link MatterSpecification.v141.Core} § 9.10.8.1.1
1232
1232
  */
1233
1233
  arl: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1234
1234
  /**
1235
1235
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
1236
1236
  * of the list containing the entry.
1237
1237
  *
1238
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.1
1238
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.1
1239
1239
  */
1240
1240
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
1241
1241
  /**
1242
1242
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
1243
1243
  * scoped to the associated fabric of the list containing the entry.
1244
1244
  *
1245
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.2
1245
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.2
1246
1246
  */
1247
1247
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
1248
1248
  /**
@@ -1251,13 +1251,13 @@ export declare namespace AccessControl {
1251
1251
  *
1252
1252
  * This list shall NOT be empty.
1253
1253
  *
1254
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.3
1254
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.3
1255
1255
  */
1256
1256
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1257
1257
  /**
1258
1258
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
1259
1259
  *
1260
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
1260
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.1
1261
1261
  */
1262
1262
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
1263
1263
  /**
@@ -1271,7 +1271,7 @@ export declare namespace AccessControl {
1271
1271
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
1272
1272
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
1273
1273
  *
1274
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
1274
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.2
1275
1275
  */
1276
1276
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
1277
1277
  }>[]>;
@@ -1281,7 +1281,7 @@ export declare namespace AccessControl {
1281
1281
  * This field shall specify a Token that can be used to correlate a ReviewFabricRestrictionsResponse with a
1282
1282
  * FabricRestrictionReviewUpdate event.
1283
1283
  *
1284
- * @see {@link MatterSpecification.v14.Core} § 9.10.8.2.1
1284
+ * @see {@link MatterSpecification.v141.Core} § 9.10.8.2.1
1285
1285
  */
1286
1286
  token: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1287
1287
  }>, any>;
@@ -1294,14 +1294,14 @@ export declare namespace AccessControl {
1294
1294
  * may present to the user in order to help the user locate the user interface for the Managed Device
1295
1295
  * feature.
1296
1296
  *
1297
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.3
1297
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.3
1298
1298
  */
1299
1299
  readonly fabricRestrictionReviewUpdate: Event<import("../tlv/TlvObject.js").TypeFromFields<{
1300
1300
  /**
1301
1301
  * This field shall indicate the Token that can be used to correlate a ReviewFabricRestrictionsResponse with a
1302
1302
  * FabricRestrictionReviewUpdate event.
1303
1303
  *
1304
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.1
1304
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.3.1
1305
1305
  */
1306
1306
  token: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1307
1307
  /**
@@ -1314,7 +1314,7 @@ export declare namespace AccessControl {
1314
1314
  * Examples include "Please try again and immediately access device display for further instructions." or
1315
1315
  * "Please check email associated with your Acme account."
1316
1316
  *
1317
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.2
1317
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.3.2
1318
1318
  */
1319
1319
  instruction: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1320
1320
  /**
@@ -1474,7 +1474,7 @@ export declare namespace AccessControl {
1474
1474
  *
1475
1475
  * ◦ https://company.domain.example/matter/arl?vid=FFF1&pid=1234&MTop=_&MTza=79
1476
1476
  *
1477
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.3
1477
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.3.3
1478
1478
  */
1479
1479
  arlRequestFlowUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1480
1480
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
@@ -1492,7 +1492,7 @@ export declare namespace AccessControl {
1492
1492
  /**
1493
1493
  * This feature indicates the device supports ACL Extension attribute.
1494
1494
  *
1495
- * @see {@link MatterSpecification.v14.Core} § 9.10.4.1
1495
+ * @see {@link MatterSpecification.v141.Core} § 9.10.4.1
1496
1496
  */
1497
1497
  readonly extension: BitFlag;
1498
1498
  /**
@@ -1565,7 +1565,7 @@ export declare namespace AccessControl {
1565
1565
  * commissioning, administrators may determine the current restrictions of the ARL at any point, including
1566
1566
  * during commissioning after joining the fabric.
1567
1567
  *
1568
- * @see {@link MatterSpecification.v14.Core} § 9.10.4.2
1568
+ * @see {@link MatterSpecification.v141.Core} § 9.10.4.2
1569
1569
  */
1570
1570
  readonly managedDevice: BitFlag;
1571
1571
  };
@@ -1582,7 +1582,7 @@ export declare namespace AccessControl {
1582
1582
  * Control Privilege Granting algorithm to determine if a subject has privilege to interact with targets on
1583
1583
  * the Node.
1584
1584
  *
1585
- * @see {@link MatterSpecification.v14.Core} § 9.10.6.3
1585
+ * @see {@link MatterSpecification.v141.Core} § 9.10.6.3
1586
1586
  */
1587
1587
  readonly acl: WritableFabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
1588
1588
  /**
@@ -1605,13 +1605,13 @@ export declare namespace AccessControl {
1605
1605
  * Cluster itself. The Administer privilege shall NOT be used on Access Control Entries which use the Group auth
1606
1606
  * mode.
1607
1607
  *
1608
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.1
1608
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.1
1609
1609
  */
1610
1610
  privilege: import("../tlv/TlvObject.js").FieldType<AccessControlEntryPrivilege>;
1611
1611
  /**
1612
1612
  * The AuthMode field shall specify the authentication mode required by this Access Control Entry.
1613
1613
  *
1614
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.2
1614
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.2
1615
1615
  */
1616
1616
  authMode: import("../tlv/TlvObject.js").FieldType<AccessControlEntryAuthMode>;
1617
1617
  /**
@@ -1645,7 +1645,7 @@ export declare namespace AccessControl {
1645
1645
  * For Group authentication, the Group ID identifies the required group, as defined in the Group Key Management
1646
1646
  * Cluster.
1647
1647
  *
1648
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.3
1648
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.3
1649
1649
  */
1650
1650
  subjects: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId[] | null>;
1651
1651
  /**
@@ -1665,7 +1665,7 @@ export declare namespace AccessControl {
1665
1665
  * An empty targets list indicates a wildcard: that is, this entry shall grant access to all cluster instances
1666
1666
  * on all endpoints on this Node.
1667
1667
  *
1668
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.4
1668
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.4
1669
1669
  */
1670
1670
  targets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1671
1671
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId | null>;
@@ -1682,7 +1682,7 @@ export declare namespace AccessControl {
1682
1682
  * given implementation, it is recommended to only use the minimum value required and avoid reporting a
1683
1683
  * higher value than the required minimum.
1684
1684
  *
1685
- * @see {@link MatterSpecification.v14.Core} § 9.10.6.5
1685
+ * @see {@link MatterSpecification.v141.Core} § 9.10.6.5
1686
1686
  */
1687
1687
  readonly subjectsPerAccessControlEntry: FixedAttribute<number, any>;
1688
1688
  /**
@@ -1693,7 +1693,7 @@ export declare namespace AccessControl {
1693
1693
  * given implementation, it is recommended to only use the minimum value required and avoid reporting a
1694
1694
  * higher value than the required minimum.
1695
1695
  *
1696
- * @see {@link MatterSpecification.v14.Core} § 9.10.6.6
1696
+ * @see {@link MatterSpecification.v141.Core} § 9.10.6.6
1697
1697
  */
1698
1698
  readonly targetsPerAccessControlEntry: FixedAttribute<number, any>;
1699
1699
  /**
@@ -1705,7 +1705,7 @@ export declare namespace AccessControl {
1705
1705
  * given implementation, it is recommended to only use the minimum value required and avoid reporting a
1706
1706
  * higher value than the required minimum.
1707
1707
  *
1708
- * @see {@link MatterSpecification.v14.Core} § 9.10.6.7
1708
+ * @see {@link MatterSpecification.v141.Core} § 9.10.6.7
1709
1709
  */
1710
1710
  readonly accessControlEntriesPerFabric: FixedAttribute<number, any>;
1711
1711
  };
@@ -1720,7 +1720,7 @@ export declare namespace AccessControl {
1720
1720
  *
1721
1721
  * • Each removed entry shall generate an event with ChangeType Removed.
1722
1722
  *
1723
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.1
1723
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.1
1724
1724
  */
1725
1725
  readonly accessControlEntryChanged: Event<import("../tlv/TlvObject.js").TypeFromFields<{
1726
1726
  /**
@@ -1729,7 +1729,7 @@ export declare namespace AccessControl {
1729
1729
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
1730
1730
  * CASE or PASE session; the other shall be null.
1731
1731
  *
1732
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.1
1732
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.1.1
1733
1733
  */
1734
1734
  adminNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId | null>;
1735
1735
  /**
@@ -1739,13 +1739,13 @@ export declare namespace AccessControl {
1739
1739
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
1740
1740
  * CASE or PASE session; the other shall be null.
1741
1741
  *
1742
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.2
1742
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.1.2
1743
1743
  */
1744
1744
  adminPasscodeId: import("../tlv/TlvObject.js").FieldType<number | null>;
1745
1745
  /**
1746
1746
  * The type of change as appropriate.
1747
1747
  *
1748
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.3
1748
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.1.3
1749
1749
  */
1750
1750
  changeType: import("../tlv/TlvObject.js").FieldType<ChangeType>;
1751
1751
  /**
@@ -1754,7 +1754,7 @@ export declare namespace AccessControl {
1754
1754
  * This field SHOULD be set if resources are adequate for it; otherwise it shall be set to NULL if resources are
1755
1755
  * scarce.
1756
1756
  *
1757
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.4
1757
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.1.4
1758
1758
  */
1759
1759
  latestValue: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1760
1760
  /**
@@ -1777,13 +1777,13 @@ export declare namespace AccessControl {
1777
1777
  * Cluster itself. The Administer privilege shall NOT be used on Access Control Entries which use the Group auth
1778
1778
  * mode.
1779
1779
  *
1780
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.1
1780
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.1
1781
1781
  */
1782
1782
  privilege: import("../tlv/TlvObject.js").FieldType<AccessControlEntryPrivilege>;
1783
1783
  /**
1784
1784
  * The AuthMode field shall specify the authentication mode required by this Access Control Entry.
1785
1785
  *
1786
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.2
1786
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.2
1787
1787
  */
1788
1788
  authMode: import("../tlv/TlvObject.js").FieldType<AccessControlEntryAuthMode>;
1789
1789
  /**
@@ -1817,7 +1817,7 @@ export declare namespace AccessControl {
1817
1817
  * For Group authentication, the Group ID identifies the required group, as defined in the Group Key Management
1818
1818
  * Cluster.
1819
1819
  *
1820
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.3
1820
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.3
1821
1821
  */
1822
1822
  subjects: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId[] | null>;
1823
1823
  /**
@@ -1837,7 +1837,7 @@ export declare namespace AccessControl {
1837
1837
  * An empty targets list indicates a wildcard: that is, this entry shall grant access to all cluster instances
1838
1838
  * on all endpoints on this Node.
1839
1839
  *
1840
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.4
1840
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.4
1841
1841
  */
1842
1842
  targets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1843
1843
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId | null>;
@@ -1865,7 +1865,7 @@ export declare namespace AccessControl {
1865
1865
  *
1866
1866
  * The Access Control Extension list shall support a single extension entry per supported fabric.
1867
1867
  *
1868
- * @see {@link MatterSpecification.v14.Core} § 9.10.6.4
1868
+ * @see {@link MatterSpecification.v141.Core} § 9.10.6.4
1869
1869
  */
1870
1870
  readonly extension: WritableFabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
1871
1871
  /**
@@ -1878,7 +1878,7 @@ export declare namespace AccessControl {
1878
1878
  * Administrators may iterate over this list of elements, and interpret selected elements at their discretion.
1879
1879
  * The content of each element is not specified, but may be coordinated among manufacturers at their discretion.
1880
1880
  *
1881
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.7.1
1881
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.7.1
1882
1882
  */
1883
1883
  data: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1884
1884
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
@@ -1895,7 +1895,7 @@ export declare namespace AccessControl {
1895
1895
  *
1896
1896
  * • Each removed extension shall generate an event with ChangeType Removed.
1897
1897
  *
1898
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.2
1898
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.2
1899
1899
  */
1900
1900
  readonly accessControlExtensionChanged: Event<import("../tlv/TlvObject.js").TypeFromFields<{
1901
1901
  /**
@@ -1904,7 +1904,7 @@ export declare namespace AccessControl {
1904
1904
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
1905
1905
  * CASE or PASE session; the other shall be null.
1906
1906
  *
1907
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.1
1907
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.2.1
1908
1908
  */
1909
1909
  adminNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId | null>;
1910
1910
  /**
@@ -1914,13 +1914,13 @@ export declare namespace AccessControl {
1914
1914
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
1915
1915
  * CASE or PASE session; the other shall be null.
1916
1916
  *
1917
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.2
1917
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.2.2
1918
1918
  */
1919
1919
  adminPasscodeId: import("../tlv/TlvObject.js").FieldType<number | null>;
1920
1920
  /**
1921
1921
  * The type of change as appropriate.
1922
1922
  *
1923
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.3
1923
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.2.3
1924
1924
  */
1925
1925
  changeType: import("../tlv/TlvObject.js").FieldType<ChangeType>;
1926
1926
  /**
@@ -1929,7 +1929,7 @@ export declare namespace AccessControl {
1929
1929
  * This field SHOULD be set if resources are adequate for it; otherwise it shall be set to NULL if resources are
1930
1930
  * scarce.
1931
1931
  *
1932
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.4
1932
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.2.4
1933
1933
  */
1934
1934
  latestValue: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1935
1935
  /**
@@ -1942,7 +1942,7 @@ export declare namespace AccessControl {
1942
1942
  * Administrators may iterate over this list of elements, and interpret selected elements at their discretion.
1943
1943
  * The content of each element is not specified, but may be coordinated among manufacturers at their discretion.
1944
1944
  *
1945
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.7.1
1945
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.7.1
1946
1946
  */
1947
1947
  data: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1948
1948
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
@@ -1972,21 +1972,21 @@ export declare namespace AccessControl {
1972
1972
  * See Section 9.10.4.2.1, “Managed Device Feature Usage Restrictions” for limitations on the use of access
1973
1973
  * restrictions.
1974
1974
  *
1975
- * @see {@link MatterSpecification.v14.Core} § 9.10.6.8
1975
+ * @see {@link MatterSpecification.v141.Core} § 9.10.6.8
1976
1976
  */
1977
1977
  readonly commissioningArl: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
1978
1978
  /**
1979
1979
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
1980
1980
  * of the list containing the entry.
1981
1981
  *
1982
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.1
1982
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.1
1983
1983
  */
1984
1984
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
1985
1985
  /**
1986
1986
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
1987
1987
  * scoped to the associated fabric of the list containing the entry.
1988
1988
  *
1989
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.2
1989
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.2
1990
1990
  */
1991
1991
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
1992
1992
  /**
@@ -1995,13 +1995,13 @@ export declare namespace AccessControl {
1995
1995
  *
1996
1996
  * This list shall NOT be empty.
1997
1997
  *
1998
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.3
1998
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.3
1999
1999
  */
2000
2000
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2001
2001
  /**
2002
2002
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
2003
2003
  *
2004
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
2004
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.1
2005
2005
  */
2006
2006
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
2007
2007
  /**
@@ -2015,7 +2015,7 @@ export declare namespace AccessControl {
2015
2015
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
2016
2016
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
2017
2017
  *
2018
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
2018
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.2
2019
2019
  */
2020
2020
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
2021
2021
  }>[]>;
@@ -2039,21 +2039,21 @@ export declare namespace AccessControl {
2039
2039
  * See Section 9.10.4.2.1, “Managed Device Feature Usage Restrictions” for limitations on the use of access
2040
2040
  * restrictions.
2041
2041
  *
2042
- * @see {@link MatterSpecification.v14.Core} § 9.10.6.9
2042
+ * @see {@link MatterSpecification.v141.Core} § 9.10.6.9
2043
2043
  */
2044
2044
  readonly arl: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
2045
2045
  /**
2046
2046
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
2047
2047
  * of the list containing the entry.
2048
2048
  *
2049
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.1
2049
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.9.1
2050
2050
  */
2051
2051
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
2052
2052
  /**
2053
2053
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
2054
2054
  * scoped to the associated fabric of the list containing the entry.
2055
2055
  *
2056
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.2
2056
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.9.2
2057
2057
  */
2058
2058
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
2059
2059
  /**
@@ -2062,13 +2062,13 @@ export declare namespace AccessControl {
2062
2062
  *
2063
2063
  * This list shall NOT be empty.
2064
2064
  *
2065
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.3
2065
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.9.3
2066
2066
  */
2067
2067
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2068
2068
  /**
2069
2069
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
2070
2070
  *
2071
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
2071
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.1
2072
2072
  */
2073
2073
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
2074
2074
  /**
@@ -2082,7 +2082,7 @@ export declare namespace AccessControl {
2082
2082
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
2083
2083
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
2084
2084
  *
2085
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
2085
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.2
2086
2086
  */
2087
2087
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
2088
2088
  }>[]>;
@@ -2108,28 +2108,28 @@ export declare namespace AccessControl {
2108
2108
  * The ARL attribute may change at any time due to actions taken by the user, or the service associated with
2109
2109
  * the device vendor.
2110
2110
  *
2111
- * @see {@link MatterSpecification.v14.Core} § 9.10.8.1
2111
+ * @see {@link MatterSpecification.v141.Core} § 9.10.8.1
2112
2112
  */
2113
2113
  readonly reviewFabricRestrictions: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2114
2114
  /**
2115
2115
  * When the ARL field is provided, it indicates the specific restrictions that are requested for review. An
2116
2116
  * empty list represents a generic request for review of all restrictions.
2117
2117
  *
2118
- * @see {@link MatterSpecification.v14.Core} § 9.10.8.1.1
2118
+ * @see {@link MatterSpecification.v141.Core} § 9.10.8.1.1
2119
2119
  */
2120
2120
  arl: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2121
2121
  /**
2122
2122
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
2123
2123
  * of the list containing the entry.
2124
2124
  *
2125
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.1
2125
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.1
2126
2126
  */
2127
2127
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
2128
2128
  /**
2129
2129
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
2130
2130
  * scoped to the associated fabric of the list containing the entry.
2131
2131
  *
2132
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.2
2132
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.2
2133
2133
  */
2134
2134
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
2135
2135
  /**
@@ -2138,13 +2138,13 @@ export declare namespace AccessControl {
2138
2138
  *
2139
2139
  * This list shall NOT be empty.
2140
2140
  *
2141
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.3
2141
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.3
2142
2142
  */
2143
2143
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2144
2144
  /**
2145
2145
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
2146
2146
  *
2147
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
2147
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.1
2148
2148
  */
2149
2149
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
2150
2150
  /**
@@ -2158,7 +2158,7 @@ export declare namespace AccessControl {
2158
2158
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
2159
2159
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
2160
2160
  *
2161
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
2161
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.2
2162
2162
  */
2163
2163
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
2164
2164
  }>[]>;
@@ -2168,7 +2168,7 @@ export declare namespace AccessControl {
2168
2168
  * This field shall specify a Token that can be used to correlate a ReviewFabricRestrictionsResponse with a
2169
2169
  * FabricRestrictionReviewUpdate event.
2170
2170
  *
2171
- * @see {@link MatterSpecification.v14.Core} § 9.10.8.2.1
2171
+ * @see {@link MatterSpecification.v141.Core} § 9.10.8.2.1
2172
2172
  */
2173
2173
  token: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2174
2174
  }>, any>;
@@ -2181,14 +2181,14 @@ export declare namespace AccessControl {
2181
2181
  * may present to the user in order to help the user locate the user interface for the Managed Device
2182
2182
  * feature.
2183
2183
  *
2184
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.3
2184
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.3
2185
2185
  */
2186
2186
  readonly fabricRestrictionReviewUpdate: Event<import("../tlv/TlvObject.js").TypeFromFields<{
2187
2187
  /**
2188
2188
  * This field shall indicate the Token that can be used to correlate a ReviewFabricRestrictionsResponse with a
2189
2189
  * FabricRestrictionReviewUpdate event.
2190
2190
  *
2191
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.1
2191
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.3.1
2192
2192
  */
2193
2193
  token: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2194
2194
  /**
@@ -2201,7 +2201,7 @@ export declare namespace AccessControl {
2201
2201
  * Examples include "Please try again and immediately access device display for further instructions." or
2202
2202
  * "Please check email associated with your Acme account."
2203
2203
  *
2204
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.2
2204
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.3.2
2205
2205
  */
2206
2206
  instruction: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2207
2207
  /**
@@ -2361,7 +2361,7 @@ export declare namespace AccessControl {
2361
2361
  *
2362
2362
  * ◦ https://company.domain.example/matter/arl?vid=FFF1&pid=1234&MTop=_&MTza=79
2363
2363
  *
2364
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.3
2364
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.3.3
2365
2365
  */
2366
2366
  arlRequestFlowUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2367
2367
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
@@ -2381,7 +2381,7 @@ export declare namespace AccessControl {
2381
2381
  /**
2382
2382
  * This feature indicates the device supports ACL Extension attribute.
2383
2383
  *
2384
- * @see {@link MatterSpecification.v14.Core} § 9.10.4.1
2384
+ * @see {@link MatterSpecification.v141.Core} § 9.10.4.1
2385
2385
  */
2386
2386
  readonly extension: BitFlag;
2387
2387
  /**
@@ -2454,7 +2454,7 @@ export declare namespace AccessControl {
2454
2454
  * commissioning, administrators may determine the current restrictions of the ARL at any point, including
2455
2455
  * during commissioning after joining the fabric.
2456
2456
  *
2457
- * @see {@link MatterSpecification.v14.Core} § 9.10.4.2
2457
+ * @see {@link MatterSpecification.v141.Core} § 9.10.4.2
2458
2458
  */
2459
2459
  readonly managedDevice: BitFlag;
2460
2460
  };
@@ -2471,7 +2471,7 @@ export declare namespace AccessControl {
2471
2471
  * Control Privilege Granting algorithm to determine if a subject has privilege to interact with targets on
2472
2472
  * the Node.
2473
2473
  *
2474
- * @see {@link MatterSpecification.v14.Core} § 9.10.6.3
2474
+ * @see {@link MatterSpecification.v141.Core} § 9.10.6.3
2475
2475
  */
2476
2476
  readonly acl: WritableFabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
2477
2477
  /**
@@ -2494,13 +2494,13 @@ export declare namespace AccessControl {
2494
2494
  * Cluster itself. The Administer privilege shall NOT be used on Access Control Entries which use the Group auth
2495
2495
  * mode.
2496
2496
  *
2497
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.1
2497
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.1
2498
2498
  */
2499
2499
  privilege: import("../tlv/TlvObject.js").FieldType<AccessControlEntryPrivilege>;
2500
2500
  /**
2501
2501
  * The AuthMode field shall specify the authentication mode required by this Access Control Entry.
2502
2502
  *
2503
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.2
2503
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.2
2504
2504
  */
2505
2505
  authMode: import("../tlv/TlvObject.js").FieldType<AccessControlEntryAuthMode>;
2506
2506
  /**
@@ -2534,7 +2534,7 @@ export declare namespace AccessControl {
2534
2534
  * For Group authentication, the Group ID identifies the required group, as defined in the Group Key Management
2535
2535
  * Cluster.
2536
2536
  *
2537
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.3
2537
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.3
2538
2538
  */
2539
2539
  subjects: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId[] | null>;
2540
2540
  /**
@@ -2554,7 +2554,7 @@ export declare namespace AccessControl {
2554
2554
  * An empty targets list indicates a wildcard: that is, this entry shall grant access to all cluster instances
2555
2555
  * on all endpoints on this Node.
2556
2556
  *
2557
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.4
2557
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.4
2558
2558
  */
2559
2559
  targets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2560
2560
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId | null>;
@@ -2571,7 +2571,7 @@ export declare namespace AccessControl {
2571
2571
  * given implementation, it is recommended to only use the minimum value required and avoid reporting a
2572
2572
  * higher value than the required minimum.
2573
2573
  *
2574
- * @see {@link MatterSpecification.v14.Core} § 9.10.6.5
2574
+ * @see {@link MatterSpecification.v141.Core} § 9.10.6.5
2575
2575
  */
2576
2576
  readonly subjectsPerAccessControlEntry: FixedAttribute<number, any>;
2577
2577
  /**
@@ -2582,7 +2582,7 @@ export declare namespace AccessControl {
2582
2582
  * given implementation, it is recommended to only use the minimum value required and avoid reporting a
2583
2583
  * higher value than the required minimum.
2584
2584
  *
2585
- * @see {@link MatterSpecification.v14.Core} § 9.10.6.6
2585
+ * @see {@link MatterSpecification.v141.Core} § 9.10.6.6
2586
2586
  */
2587
2587
  readonly targetsPerAccessControlEntry: FixedAttribute<number, any>;
2588
2588
  /**
@@ -2594,7 +2594,7 @@ export declare namespace AccessControl {
2594
2594
  * given implementation, it is recommended to only use the minimum value required and avoid reporting a
2595
2595
  * higher value than the required minimum.
2596
2596
  *
2597
- * @see {@link MatterSpecification.v14.Core} § 9.10.6.7
2597
+ * @see {@link MatterSpecification.v141.Core} § 9.10.6.7
2598
2598
  */
2599
2599
  readonly accessControlEntriesPerFabric: FixedAttribute<number, any>;
2600
2600
  };
@@ -2609,7 +2609,7 @@ export declare namespace AccessControl {
2609
2609
  *
2610
2610
  * • Each removed entry shall generate an event with ChangeType Removed.
2611
2611
  *
2612
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.1
2612
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.1
2613
2613
  */
2614
2614
  readonly accessControlEntryChanged: Event<import("../tlv/TlvObject.js").TypeFromFields<{
2615
2615
  /**
@@ -2618,7 +2618,7 @@ export declare namespace AccessControl {
2618
2618
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
2619
2619
  * CASE or PASE session; the other shall be null.
2620
2620
  *
2621
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.1
2621
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.1.1
2622
2622
  */
2623
2623
  adminNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId | null>;
2624
2624
  /**
@@ -2628,13 +2628,13 @@ export declare namespace AccessControl {
2628
2628
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
2629
2629
  * CASE or PASE session; the other shall be null.
2630
2630
  *
2631
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.2
2631
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.1.2
2632
2632
  */
2633
2633
  adminPasscodeId: import("../tlv/TlvObject.js").FieldType<number | null>;
2634
2634
  /**
2635
2635
  * The type of change as appropriate.
2636
2636
  *
2637
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.3
2637
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.1.3
2638
2638
  */
2639
2639
  changeType: import("../tlv/TlvObject.js").FieldType<ChangeType>;
2640
2640
  /**
@@ -2643,7 +2643,7 @@ export declare namespace AccessControl {
2643
2643
  * This field SHOULD be set if resources are adequate for it; otherwise it shall be set to NULL if resources are
2644
2644
  * scarce.
2645
2645
  *
2646
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.4
2646
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.1.4
2647
2647
  */
2648
2648
  latestValue: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2649
2649
  /**
@@ -2666,13 +2666,13 @@ export declare namespace AccessControl {
2666
2666
  * Cluster itself. The Administer privilege shall NOT be used on Access Control Entries which use the Group auth
2667
2667
  * mode.
2668
2668
  *
2669
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.1
2669
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.1
2670
2670
  */
2671
2671
  privilege: import("../tlv/TlvObject.js").FieldType<AccessControlEntryPrivilege>;
2672
2672
  /**
2673
2673
  * The AuthMode field shall specify the authentication mode required by this Access Control Entry.
2674
2674
  *
2675
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.2
2675
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.2
2676
2676
  */
2677
2677
  authMode: import("../tlv/TlvObject.js").FieldType<AccessControlEntryAuthMode>;
2678
2678
  /**
@@ -2706,7 +2706,7 @@ export declare namespace AccessControl {
2706
2706
  * For Group authentication, the Group ID identifies the required group, as defined in the Group Key Management
2707
2707
  * Cluster.
2708
2708
  *
2709
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.3
2709
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.3
2710
2710
  */
2711
2711
  subjects: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId[] | null>;
2712
2712
  /**
@@ -2726,7 +2726,7 @@ export declare namespace AccessControl {
2726
2726
  * An empty targets list indicates a wildcard: that is, this entry shall grant access to all cluster instances
2727
2727
  * on all endpoints on this Node.
2728
2728
  *
2729
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.4
2729
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.4
2730
2730
  */
2731
2731
  targets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2732
2732
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId | null>;
@@ -2754,7 +2754,7 @@ export declare namespace AccessControl {
2754
2754
  *
2755
2755
  * The Access Control Extension list shall support a single extension entry per supported fabric.
2756
2756
  *
2757
- * @see {@link MatterSpecification.v14.Core} § 9.10.6.4
2757
+ * @see {@link MatterSpecification.v141.Core} § 9.10.6.4
2758
2758
  */
2759
2759
  readonly extension: WritableFabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
2760
2760
  /**
@@ -2767,7 +2767,7 @@ export declare namespace AccessControl {
2767
2767
  * Administrators may iterate over this list of elements, and interpret selected elements at their discretion.
2768
2768
  * The content of each element is not specified, but may be coordinated among manufacturers at their discretion.
2769
2769
  *
2770
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.7.1
2770
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.7.1
2771
2771
  */
2772
2772
  data: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
2773
2773
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
@@ -2784,7 +2784,7 @@ export declare namespace AccessControl {
2784
2784
  *
2785
2785
  * • Each removed extension shall generate an event with ChangeType Removed.
2786
2786
  *
2787
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.2
2787
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.2
2788
2788
  */
2789
2789
  readonly accessControlExtensionChanged: Event<import("../tlv/TlvObject.js").TypeFromFields<{
2790
2790
  /**
@@ -2793,7 +2793,7 @@ export declare namespace AccessControl {
2793
2793
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
2794
2794
  * CASE or PASE session; the other shall be null.
2795
2795
  *
2796
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.1
2796
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.2.1
2797
2797
  */
2798
2798
  adminNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId | null>;
2799
2799
  /**
@@ -2803,13 +2803,13 @@ export declare namespace AccessControl {
2803
2803
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
2804
2804
  * CASE or PASE session; the other shall be null.
2805
2805
  *
2806
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.2
2806
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.2.2
2807
2807
  */
2808
2808
  adminPasscodeId: import("../tlv/TlvObject.js").FieldType<number | null>;
2809
2809
  /**
2810
2810
  * The type of change as appropriate.
2811
2811
  *
2812
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.3
2812
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.2.3
2813
2813
  */
2814
2814
  changeType: import("../tlv/TlvObject.js").FieldType<ChangeType>;
2815
2815
  /**
@@ -2818,7 +2818,7 @@ export declare namespace AccessControl {
2818
2818
  * This field SHOULD be set if resources are adequate for it; otherwise it shall be set to NULL if resources are
2819
2819
  * scarce.
2820
2820
  *
2821
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.4
2821
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.2.4
2822
2822
  */
2823
2823
  latestValue: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2824
2824
  /**
@@ -2831,7 +2831,7 @@ export declare namespace AccessControl {
2831
2831
  * Administrators may iterate over this list of elements, and interpret selected elements at their discretion.
2832
2832
  * The content of each element is not specified, but may be coordinated among manufacturers at their discretion.
2833
2833
  *
2834
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.7.1
2834
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.7.1
2835
2835
  */
2836
2836
  data: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
2837
2837
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
@@ -2861,21 +2861,21 @@ export declare namespace AccessControl {
2861
2861
  * See Section 9.10.4.2.1, “Managed Device Feature Usage Restrictions” for limitations on the use of access
2862
2862
  * restrictions.
2863
2863
  *
2864
- * @see {@link MatterSpecification.v14.Core} § 9.10.6.8
2864
+ * @see {@link MatterSpecification.v141.Core} § 9.10.6.8
2865
2865
  */
2866
2866
  readonly commissioningArl: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
2867
2867
  /**
2868
2868
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
2869
2869
  * of the list containing the entry.
2870
2870
  *
2871
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.1
2871
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.1
2872
2872
  */
2873
2873
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
2874
2874
  /**
2875
2875
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
2876
2876
  * scoped to the associated fabric of the list containing the entry.
2877
2877
  *
2878
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.2
2878
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.2
2879
2879
  */
2880
2880
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
2881
2881
  /**
@@ -2884,13 +2884,13 @@ export declare namespace AccessControl {
2884
2884
  *
2885
2885
  * This list shall NOT be empty.
2886
2886
  *
2887
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.3
2887
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.3
2888
2888
  */
2889
2889
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2890
2890
  /**
2891
2891
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
2892
2892
  *
2893
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
2893
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.1
2894
2894
  */
2895
2895
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
2896
2896
  /**
@@ -2904,7 +2904,7 @@ export declare namespace AccessControl {
2904
2904
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
2905
2905
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
2906
2906
  *
2907
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
2907
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.2
2908
2908
  */
2909
2909
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
2910
2910
  }>[]>;
@@ -2928,21 +2928,21 @@ export declare namespace AccessControl {
2928
2928
  * See Section 9.10.4.2.1, “Managed Device Feature Usage Restrictions” for limitations on the use of access
2929
2929
  * restrictions.
2930
2930
  *
2931
- * @see {@link MatterSpecification.v14.Core} § 9.10.6.9
2931
+ * @see {@link MatterSpecification.v141.Core} § 9.10.6.9
2932
2932
  */
2933
2933
  readonly arl: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
2934
2934
  /**
2935
2935
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
2936
2936
  * of the list containing the entry.
2937
2937
  *
2938
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.1
2938
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.9.1
2939
2939
  */
2940
2940
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
2941
2941
  /**
2942
2942
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
2943
2943
  * scoped to the associated fabric of the list containing the entry.
2944
2944
  *
2945
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.2
2945
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.9.2
2946
2946
  */
2947
2947
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
2948
2948
  /**
@@ -2951,13 +2951,13 @@ export declare namespace AccessControl {
2951
2951
  *
2952
2952
  * This list shall NOT be empty.
2953
2953
  *
2954
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.3
2954
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.9.3
2955
2955
  */
2956
2956
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2957
2957
  /**
2958
2958
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
2959
2959
  *
2960
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
2960
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.1
2961
2961
  */
2962
2962
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
2963
2963
  /**
@@ -2971,7 +2971,7 @@ export declare namespace AccessControl {
2971
2971
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
2972
2972
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
2973
2973
  *
2974
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
2974
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.2
2975
2975
  */
2976
2976
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
2977
2977
  }>[]>;
@@ -2997,28 +2997,28 @@ export declare namespace AccessControl {
2997
2997
  * The ARL attribute may change at any time due to actions taken by the user, or the service associated with
2998
2998
  * the device vendor.
2999
2999
  *
3000
- * @see {@link MatterSpecification.v14.Core} § 9.10.8.1
3000
+ * @see {@link MatterSpecification.v141.Core} § 9.10.8.1
3001
3001
  */
3002
3002
  readonly reviewFabricRestrictions: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3003
3003
  /**
3004
3004
  * When the ARL field is provided, it indicates the specific restrictions that are requested for review. An
3005
3005
  * empty list represents a generic request for review of all restrictions.
3006
3006
  *
3007
- * @see {@link MatterSpecification.v14.Core} § 9.10.8.1.1
3007
+ * @see {@link MatterSpecification.v141.Core} § 9.10.8.1.1
3008
3008
  */
3009
3009
  arl: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3010
3010
  /**
3011
3011
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
3012
3012
  * of the list containing the entry.
3013
3013
  *
3014
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.1
3014
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.1
3015
3015
  */
3016
3016
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
3017
3017
  /**
3018
3018
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
3019
3019
  * scoped to the associated fabric of the list containing the entry.
3020
3020
  *
3021
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.2
3021
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.2
3022
3022
  */
3023
3023
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
3024
3024
  /**
@@ -3027,13 +3027,13 @@ export declare namespace AccessControl {
3027
3027
  *
3028
3028
  * This list shall NOT be empty.
3029
3029
  *
3030
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.3
3030
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.3
3031
3031
  */
3032
3032
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3033
3033
  /**
3034
3034
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
3035
3035
  *
3036
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
3036
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.1
3037
3037
  */
3038
3038
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
3039
3039
  /**
@@ -3047,7 +3047,7 @@ export declare namespace AccessControl {
3047
3047
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
3048
3048
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
3049
3049
  *
3050
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
3050
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.2
3051
3051
  */
3052
3052
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
3053
3053
  }>[]>;
@@ -3057,7 +3057,7 @@ export declare namespace AccessControl {
3057
3057
  * This field shall specify a Token that can be used to correlate a ReviewFabricRestrictionsResponse with a
3058
3058
  * FabricRestrictionReviewUpdate event.
3059
3059
  *
3060
- * @see {@link MatterSpecification.v14.Core} § 9.10.8.2.1
3060
+ * @see {@link MatterSpecification.v141.Core} § 9.10.8.2.1
3061
3061
  */
3062
3062
  token: import("../tlv/TlvObject.js").FieldType<number | bigint>;
3063
3063
  }>, any>;
@@ -3070,14 +3070,14 @@ export declare namespace AccessControl {
3070
3070
  * may present to the user in order to help the user locate the user interface for the Managed Device
3071
3071
  * feature.
3072
3072
  *
3073
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.3
3073
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.3
3074
3074
  */
3075
3075
  readonly fabricRestrictionReviewUpdate: Event<import("../tlv/TlvObject.js").TypeFromFields<{
3076
3076
  /**
3077
3077
  * This field shall indicate the Token that can be used to correlate a ReviewFabricRestrictionsResponse with a
3078
3078
  * FabricRestrictionReviewUpdate event.
3079
3079
  *
3080
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.1
3080
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.3.1
3081
3081
  */
3082
3082
  token: import("../tlv/TlvObject.js").FieldType<number | bigint>;
3083
3083
  /**
@@ -3090,7 +3090,7 @@ export declare namespace AccessControl {
3090
3090
  * Examples include "Please try again and immediately access device display for further instructions." or
3091
3091
  * "Please check email associated with your Acme account."
3092
3092
  *
3093
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.2
3093
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.3.2
3094
3094
  */
3095
3095
  instruction: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3096
3096
  /**
@@ -3250,7 +3250,7 @@ export declare namespace AccessControl {
3250
3250
  *
3251
3251
  * ◦ https://company.domain.example/matter/arl?vid=FFF1&pid=1234&MTop=_&MTza=79
3252
3252
  *
3253
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.3
3253
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.3.3
3254
3254
  */
3255
3255
  arlRequestFlowUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3256
3256
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
@@ -3271,7 +3271,7 @@ export declare namespace AccessControl {
3271
3271
  * AccessControlCluster supports optional features that you can enable with the AccessControlCluster.with() factory
3272
3272
  * method.
3273
3273
  *
3274
- * @see {@link MatterSpecification.v14.Core} § 9.10
3274
+ * @see {@link MatterSpecification.v141.Core} § 9.10
3275
3275
  */
3276
3276
  interface Cluster extends Identity<typeof ClusterInstance> {
3277
3277
  }
@@ -3287,7 +3287,7 @@ export declare namespace AccessControl {
3287
3287
  /**
3288
3288
  * This feature indicates the device supports ACL Extension attribute.
3289
3289
  *
3290
- * @see {@link MatterSpecification.v14.Core} § 9.10.4.1
3290
+ * @see {@link MatterSpecification.v141.Core} § 9.10.4.1
3291
3291
  */
3292
3292
  readonly extension: BitFlag;
3293
3293
  /**
@@ -3360,7 +3360,7 @@ export declare namespace AccessControl {
3360
3360
  * commissioning, administrators may determine the current restrictions of the ARL at any point, including
3361
3361
  * during commissioning after joining the fabric.
3362
3362
  *
3363
- * @see {@link MatterSpecification.v14.Core} § 9.10.4.2
3363
+ * @see {@link MatterSpecification.v141.Core} § 9.10.4.2
3364
3364
  */
3365
3365
  readonly managedDevice: BitFlag;
3366
3366
  };
@@ -3376,7 +3376,7 @@ export declare namespace AccessControl {
3376
3376
  * Administrators may iterate over this list of elements, and interpret selected elements at their discretion.
3377
3377
  * The content of each element is not specified, but may be coordinated among manufacturers at their discretion.
3378
3378
  *
3379
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.7.1
3379
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.7.1
3380
3380
  */
3381
3381
  data: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
3382
3382
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
@@ -3393,14 +3393,14 @@ export declare namespace AccessControl {
3393
3393
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
3394
3394
  * of the list containing the entry.
3395
3395
  *
3396
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.1
3396
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.1
3397
3397
  */
3398
3398
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
3399
3399
  /**
3400
3400
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
3401
3401
  * scoped to the associated fabric of the list containing the entry.
3402
3402
  *
3403
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.2
3403
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.2
3404
3404
  */
3405
3405
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
3406
3406
  /**
@@ -3409,13 +3409,13 @@ export declare namespace AccessControl {
3409
3409
  *
3410
3410
  * This list shall NOT be empty.
3411
3411
  *
3412
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.3
3412
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.3
3413
3413
  */
3414
3414
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3415
3415
  /**
3416
3416
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
3417
3417
  *
3418
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
3418
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.1
3419
3419
  */
3420
3420
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
3421
3421
  /**
@@ -3429,7 +3429,7 @@ export declare namespace AccessControl {
3429
3429
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
3430
3430
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
3431
3431
  *
3432
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
3432
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.2
3433
3433
  */
3434
3434
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
3435
3435
  }>[]>;
@@ -3446,14 +3446,14 @@ export declare namespace AccessControl {
3446
3446
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
3447
3447
  * of the list containing the entry.
3448
3448
  *
3449
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.1
3449
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.9.1
3450
3450
  */
3451
3451
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
3452
3452
  /**
3453
3453
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
3454
3454
  * scoped to the associated fabric of the list containing the entry.
3455
3455
  *
3456
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.2
3456
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.9.2
3457
3457
  */
3458
3458
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
3459
3459
  /**
@@ -3462,13 +3462,13 @@ export declare namespace AccessControl {
3462
3462
  *
3463
3463
  * This list shall NOT be empty.
3464
3464
  *
3465
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.3
3465
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.9.3
3466
3466
  */
3467
3467
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3468
3468
  /**
3469
3469
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
3470
3470
  *
3471
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
3471
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.1
3472
3472
  */
3473
3473
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
3474
3474
  /**
@@ -3482,7 +3482,7 @@ export declare namespace AccessControl {
3482
3482
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
3483
3483
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
3484
3484
  *
3485
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
3485
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.2
3486
3486
  */
3487
3487
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
3488
3488
  }>[]>;
@@ -3516,13 +3516,13 @@ export declare namespace AccessControl {
3516
3516
  * Cluster itself. The Administer privilege shall NOT be used on Access Control Entries which use the Group auth
3517
3517
  * mode.
3518
3518
  *
3519
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.1
3519
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.1
3520
3520
  */
3521
3521
  privilege: import("../tlv/TlvObject.js").FieldType<AccessControlEntryPrivilege>;
3522
3522
  /**
3523
3523
  * The AuthMode field shall specify the authentication mode required by this Access Control Entry.
3524
3524
  *
3525
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.2
3525
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.2
3526
3526
  */
3527
3527
  authMode: import("../tlv/TlvObject.js").FieldType<AccessControlEntryAuthMode>;
3528
3528
  /**
@@ -3556,7 +3556,7 @@ export declare namespace AccessControl {
3556
3556
  * For Group authentication, the Group ID identifies the required group, as defined in the Group Key Management
3557
3557
  * Cluster.
3558
3558
  *
3559
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.3
3559
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.3
3560
3560
  */
3561
3561
  subjects: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId[] | null>;
3562
3562
  /**
@@ -3576,7 +3576,7 @@ export declare namespace AccessControl {
3576
3576
  * An empty targets list indicates a wildcard: that is, this entry shall grant access to all cluster instances
3577
3577
  * on all endpoints on this Node.
3578
3578
  *
3579
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.4
3579
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.4
3580
3580
  */
3581
3581
  targets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3582
3582
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId | null>;
@@ -3593,7 +3593,7 @@ export declare namespace AccessControl {
3593
3593
  /**
3594
3594
  * This feature indicates the device supports ACL Extension attribute.
3595
3595
  *
3596
- * @see {@link MatterSpecification.v14.Core} § 9.10.4.1
3596
+ * @see {@link MatterSpecification.v141.Core} § 9.10.4.1
3597
3597
  */
3598
3598
  readonly extension: BitFlag;
3599
3599
  /**
@@ -3666,7 +3666,7 @@ export declare namespace AccessControl {
3666
3666
  * commissioning, administrators may determine the current restrictions of the ARL at any point, including
3667
3667
  * during commissioning after joining the fabric.
3668
3668
  *
3669
- * @see {@link MatterSpecification.v14.Core} § 9.10.4.2
3669
+ * @see {@link MatterSpecification.v141.Core} § 9.10.4.2
3670
3670
  */
3671
3671
  readonly managedDevice: BitFlag;
3672
3672
  }>, never>;
@@ -3680,21 +3680,21 @@ export declare namespace AccessControl {
3680
3680
  * When the ARL field is provided, it indicates the specific restrictions that are requested for review. An
3681
3681
  * empty list represents a generic request for review of all restrictions.
3682
3682
  *
3683
- * @see {@link MatterSpecification.v14.Core} § 9.10.8.1.1
3683
+ * @see {@link MatterSpecification.v141.Core} § 9.10.8.1.1
3684
3684
  */
3685
3685
  arl: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3686
3686
  /**
3687
3687
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
3688
3688
  * of the list containing the entry.
3689
3689
  *
3690
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.1
3690
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.1
3691
3691
  */
3692
3692
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
3693
3693
  /**
3694
3694
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
3695
3695
  * scoped to the associated fabric of the list containing the entry.
3696
3696
  *
3697
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.2
3697
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.2
3698
3698
  */
3699
3699
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
3700
3700
  /**
@@ -3703,13 +3703,13 @@ export declare namespace AccessControl {
3703
3703
  *
3704
3704
  * This list shall NOT be empty.
3705
3705
  *
3706
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.3
3706
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.10.3
3707
3707
  */
3708
3708
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3709
3709
  /**
3710
3710
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
3711
3711
  *
3712
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
3712
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.1
3713
3713
  */
3714
3714
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
3715
3715
  /**
@@ -3723,7 +3723,7 @@ export declare namespace AccessControl {
3723
3723
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
3724
3724
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
3725
3725
  *
3726
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
3726
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.8.2
3727
3727
  */
3728
3728
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
3729
3729
  }>[]>;
@@ -3733,7 +3733,7 @@ export declare namespace AccessControl {
3733
3733
  * This field shall specify a Token that can be used to correlate a ReviewFabricRestrictionsResponse with a
3734
3734
  * FabricRestrictionReviewUpdate event.
3735
3735
  *
3736
- * @see {@link MatterSpecification.v14.Core} § 9.10.8.2.1
3736
+ * @see {@link MatterSpecification.v141.Core} § 9.10.8.2.1
3737
3737
  */
3738
3738
  token: import("../tlv/TlvObject.js").FieldType<number | bigint>;
3739
3739
  }>, any> & {
@@ -3753,7 +3753,7 @@ export declare namespace AccessControl {
3753
3753
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
3754
3754
  * CASE or PASE session; the other shall be null.
3755
3755
  *
3756
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.1
3756
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.2.1
3757
3757
  */
3758
3758
  adminNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId | null>;
3759
3759
  /**
@@ -3763,13 +3763,13 @@ export declare namespace AccessControl {
3763
3763
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
3764
3764
  * CASE or PASE session; the other shall be null.
3765
3765
  *
3766
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.2
3766
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.2.2
3767
3767
  */
3768
3768
  adminPasscodeId: import("../tlv/TlvObject.js").FieldType<number | null>;
3769
3769
  /**
3770
3770
  * The type of change as appropriate.
3771
3771
  *
3772
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.3
3772
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.2.3
3773
3773
  */
3774
3774
  changeType: import("../tlv/TlvObject.js").FieldType<ChangeType>;
3775
3775
  /**
@@ -3778,7 +3778,7 @@ export declare namespace AccessControl {
3778
3778
  * This field SHOULD be set if resources are adequate for it; otherwise it shall be set to NULL if resources are
3779
3779
  * scarce.
3780
3780
  *
3781
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.4
3781
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.2.4
3782
3782
  */
3783
3783
  latestValue: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3784
3784
  /**
@@ -3791,7 +3791,7 @@ export declare namespace AccessControl {
3791
3791
  * Administrators may iterate over this list of elements, and interpret selected elements at their discretion.
3792
3792
  * The content of each element is not specified, but may be coordinated among manufacturers at their discretion.
3793
3793
  *
3794
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.7.1
3794
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.7.1
3795
3795
  */
3796
3796
  data: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
3797
3797
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
@@ -3810,7 +3810,7 @@ export declare namespace AccessControl {
3810
3810
  * This field shall indicate the Token that can be used to correlate a ReviewFabricRestrictionsResponse with a
3811
3811
  * FabricRestrictionReviewUpdate event.
3812
3812
  *
3813
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.1
3813
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.3.1
3814
3814
  */
3815
3815
  token: import("../tlv/TlvObject.js").FieldType<number | bigint>;
3816
3816
  /**
@@ -3823,7 +3823,7 @@ export declare namespace AccessControl {
3823
3823
  * Examples include "Please try again and immediately access device display for further instructions." or
3824
3824
  * "Please check email associated with your Acme account."
3825
3825
  *
3826
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.2
3826
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.3.2
3827
3827
  */
3828
3828
  instruction: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3829
3829
  /**
@@ -3983,7 +3983,7 @@ export declare namespace AccessControl {
3983
3983
  *
3984
3984
  * ◦ https://company.domain.example/matter/arl?vid=FFF1&pid=1234&MTop=_&MTza=79
3985
3985
  *
3986
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.3
3986
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.3.3
3987
3987
  */
3988
3988
  arlRequestFlowUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3989
3989
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
@@ -4005,7 +4005,7 @@ export declare namespace AccessControl {
4005
4005
  *
4006
4006
  * • Each removed entry shall generate an event with ChangeType Removed.
4007
4007
  *
4008
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.1
4008
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.1
4009
4009
  */
4010
4010
  readonly accessControlEntryChanged: Event<import("../tlv/TlvObject.js").TypeFromFields<{
4011
4011
  /**
@@ -4014,7 +4014,7 @@ export declare namespace AccessControl {
4014
4014
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
4015
4015
  * CASE or PASE session; the other shall be null.
4016
4016
  *
4017
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.1
4017
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.1.1
4018
4018
  */
4019
4019
  adminNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId | null>;
4020
4020
  /**
@@ -4024,13 +4024,13 @@ export declare namespace AccessControl {
4024
4024
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
4025
4025
  * CASE or PASE session; the other shall be null.
4026
4026
  *
4027
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.2
4027
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.1.2
4028
4028
  */
4029
4029
  adminPasscodeId: import("../tlv/TlvObject.js").FieldType<number | null>;
4030
4030
  /**
4031
4031
  * The type of change as appropriate.
4032
4032
  *
4033
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.3
4033
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.1.3
4034
4034
  */
4035
4035
  changeType: import("../tlv/TlvObject.js").FieldType<ChangeType>;
4036
4036
  /**
@@ -4039,7 +4039,7 @@ export declare namespace AccessControl {
4039
4039
  * This field SHOULD be set if resources are adequate for it; otherwise it shall be set to NULL if resources are
4040
4040
  * scarce.
4041
4041
  *
4042
- * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.4
4042
+ * @see {@link MatterSpecification.v141.Core} § 9.10.9.1.4
4043
4043
  */
4044
4044
  latestValue: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
4045
4045
  /**
@@ -4062,13 +4062,13 @@ export declare namespace AccessControl {
4062
4062
  * Cluster itself. The Administer privilege shall NOT be used on Access Control Entries which use the Group auth
4063
4063
  * mode.
4064
4064
  *
4065
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.1
4065
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.1
4066
4066
  */
4067
4067
  privilege: import("../tlv/TlvObject.js").FieldType<AccessControlEntryPrivilege>;
4068
4068
  /**
4069
4069
  * The AuthMode field shall specify the authentication mode required by this Access Control Entry.
4070
4070
  *
4071
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.2
4071
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.2
4072
4072
  */
4073
4073
  authMode: import("../tlv/TlvObject.js").FieldType<AccessControlEntryAuthMode>;
4074
4074
  /**
@@ -4102,7 +4102,7 @@ export declare namespace AccessControl {
4102
4102
  * For Group authentication, the Group ID identifies the required group, as defined in the Group Key Management
4103
4103
  * Cluster.
4104
4104
  *
4105
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.3
4105
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.3
4106
4106
  */
4107
4107
  subjects: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId[] | null>;
4108
4108
  /**
@@ -4122,7 +4122,7 @@ export declare namespace AccessControl {
4122
4122
  * An empty targets list indicates a wildcard: that is, this entry shall grant access to all cluster instances
4123
4123
  * on all endpoints on this Node.
4124
4124
  *
4125
- * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.4
4125
+ * @see {@link MatterSpecification.v141.Core} § 9.10.5.6.4
4126
4126
  */
4127
4127
  targets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
4128
4128
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId | null>;