@matter/types 0.13.0-alpha.0-20250328-6dde053de → 0.13.0-alpha.0-20250330-df5a17eba

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 (602) 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 +51 -51
  8. package/dist/cjs/clusters/administrator-commissioning.js +12 -12
  9. package/dist/cjs/clusters/air-quality.d.ts +5 -5
  10. package/dist/cjs/clusters/air-quality.js +1 -1
  11. package/dist/cjs/clusters/alarm-base.d.ts +43 -43
  12. package/dist/cjs/clusters/alarm-base.js +14 -14
  13. package/dist/cjs/clusters/application-basic.d.ts +16 -16
  14. package/dist/cjs/clusters/application-basic.js +10 -10
  15. package/dist/cjs/clusters/application-launcher.d.ts +99 -99
  16. package/dist/cjs/clusters/application-launcher.js +13 -13
  17. package/dist/cjs/clusters/audio-output.d.ts +37 -37
  18. package/dist/cjs/clusters/audio-output.js +8 -8
  19. package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
  20. package/dist/cjs/clusters/ballast-configuration.js +17 -17
  21. package/dist/cjs/clusters/basic-information.d.ts +54 -54
  22. package/dist/cjs/clusters/basic-information.js +34 -34
  23. package/dist/cjs/clusters/binding.d.ts +12 -12
  24. package/dist/cjs/clusters/binding.js +5 -5
  25. package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
  26. package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
  27. package/dist/cjs/clusters/boolean-state.d.ts +7 -7
  28. package/dist/cjs/clusters/boolean-state.js +3 -3
  29. package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
  30. package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
  31. package/dist/cjs/clusters/channel.d.ts +559 -559
  32. package/dist/cjs/clusters/channel.js +73 -73
  33. package/dist/cjs/clusters/color-control.d.ts +658 -658
  34. package/dist/cjs/clusters/color-control.js +116 -116
  35. package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
  36. package/dist/cjs/clusters/commissioner-control.js +5 -5
  37. package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
  38. package/dist/cjs/clusters/concentration-measurement.js +11 -11
  39. package/dist/cjs/clusters/content-app-observer.d.ts +17 -17
  40. package/dist/cjs/clusters/content-app-observer.js +6 -6
  41. package/dist/cjs/clusters/content-control.d.ts +356 -356
  42. package/dist/cjs/clusters/content-control.js +58 -58
  43. package/dist/cjs/clusters/content-launcher.d.ts +475 -475
  44. package/dist/cjs/clusters/content-launcher.js +39 -39
  45. package/dist/cjs/clusters/descriptor.d.ts +28 -28
  46. package/dist/cjs/clusters/descriptor.js +8 -8
  47. package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
  48. package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
  49. package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
  50. package/dist/cjs/clusters/device-energy-management.js +87 -87
  51. package/dist/cjs/clusters/diagnostic-logs.d.ts +33 -33
  52. package/dist/cjs/clusters/diagnostic-logs.js +8 -8
  53. package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
  54. package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
  55. package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
  56. package/dist/cjs/clusters/dishwasher-mode.js +8 -8
  57. package/dist/cjs/clusters/door-lock.d.ts +1350 -1350
  58. package/dist/cjs/clusters/door-lock.js +229 -229
  59. package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
  60. package/dist/cjs/clusters/ecosystem-information.js +12 -12
  61. package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
  62. package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
  63. package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
  64. package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
  65. package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
  66. package/dist/cjs/clusters/energy-evse-mode.js +8 -8
  67. package/dist/cjs/clusters/energy-evse.d.ts +323 -323
  68. package/dist/cjs/clusters/energy-evse.js +73 -73
  69. package/dist/cjs/clusters/energy-preference.d.ts +49 -49
  70. package/dist/cjs/clusters/energy-preference.js +9 -9
  71. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
  72. package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
  73. package/dist/cjs/clusters/fan-control.d.ts +67 -67
  74. package/dist/cjs/clusters/fan-control.js +17 -17
  75. package/dist/cjs/clusters/fixed-label.d.ts +2 -2
  76. package/dist/cjs/clusters/fixed-label.js +1 -1
  77. package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
  78. package/dist/cjs/clusters/flow-measurement.js +4 -4
  79. package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
  80. package/dist/cjs/clusters/general-commissioning.js +25 -25
  81. package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
  82. package/dist/cjs/clusters/general-diagnostics.js +40 -40
  83. package/dist/cjs/clusters/group-key-management.d.ts +119 -119
  84. package/dist/cjs/clusters/group-key-management.js +23 -23
  85. package/dist/cjs/clusters/groups.d.ts +78 -78
  86. package/dist/cjs/clusters/groups.js +21 -21
  87. package/dist/cjs/clusters/icd-management.d.ts +131 -131
  88. package/dist/cjs/clusters/icd-management.js +29 -29
  89. package/dist/cjs/clusters/identify.d.ts +16 -16
  90. package/dist/cjs/clusters/identify.js +6 -6
  91. package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
  92. package/dist/cjs/clusters/illuminance-measurement.js +5 -5
  93. package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
  94. package/dist/cjs/clusters/joint-fabric-datastore-cluster.js +62 -62
  95. package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
  96. package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
  97. package/dist/cjs/clusters/keypad-input.d.ts +16 -16
  98. package/dist/cjs/clusters/keypad-input.js +3 -3
  99. package/dist/cjs/clusters/label.d.ts +10 -10
  100. package/dist/cjs/clusters/label.js +3 -3
  101. package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
  102. package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
  103. package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
  104. package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
  105. package/dist/cjs/clusters/laundry-washer-mode.d.ts +43 -43
  106. package/dist/cjs/clusters/laundry-washer-mode.js +8 -8
  107. package/dist/cjs/clusters/level-control.d.ts +307 -307
  108. package/dist/cjs/clusters/level-control.js +33 -33
  109. package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
  110. package/dist/cjs/clusters/localization-configuration.js +2 -2
  111. package/dist/cjs/clusters/low-power.d.ts +2 -2
  112. package/dist/cjs/clusters/low-power.js +1 -1
  113. package/dist/cjs/clusters/media-input.d.ts +47 -47
  114. package/dist/cjs/clusters/media-input.js +11 -11
  115. package/dist/cjs/clusters/media-playback.d.ts +385 -385
  116. package/dist/cjs/clusters/media-playback.js +57 -57
  117. package/dist/cjs/clusters/messages.d.ts +154 -154
  118. package/dist/cjs/clusters/messages.js +38 -38
  119. package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
  120. package/dist/cjs/clusters/microwave-oven-control.js +17 -17
  121. package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
  122. package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
  123. package/dist/cjs/clusters/mode-base.d.ts +59 -59
  124. package/dist/cjs/clusters/mode-base.js +13 -13
  125. package/dist/cjs/clusters/mode-select.d.ts +51 -51
  126. package/dist/cjs/clusters/mode-select.js +13 -13
  127. package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
  128. package/dist/cjs/clusters/network-commissioning.js +46 -46
  129. package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
  130. package/dist/cjs/clusters/occupancy-sensing.js +20 -20
  131. package/dist/cjs/clusters/on-off.d.ts +103 -103
  132. package/dist/cjs/clusters/on-off.js +19 -19
  133. package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
  134. package/dist/cjs/clusters/operational-credentials.js +34 -34
  135. package/dist/cjs/clusters/operational-state.d.ts +67 -67
  136. package/dist/cjs/clusters/operational-state.js +21 -21
  137. package/dist/cjs/clusters/ota-software-update-provider.d.ts +61 -61
  138. package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
  139. package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
  140. package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
  141. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +9 -9
  142. package/dist/cjs/clusters/oven-cavity-operational-state.js +8 -8
  143. package/dist/cjs/clusters/oven-mode.d.ts +49 -49
  144. package/dist/cjs/clusters/oven-mode.js +8 -8
  145. package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
  146. package/dist/cjs/clusters/power-source-configuration.js +1 -1
  147. package/dist/cjs/clusters/power-source.d.ts +155 -155
  148. package/dist/cjs/clusters/power-source.js +41 -41
  149. package/dist/cjs/clusters/power-topology.d.ts +8 -8
  150. package/dist/cjs/clusters/power-topology.js +2 -2
  151. package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
  152. package/dist/cjs/clusters/pressure-measurement.js +9 -9
  153. package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
  154. package/dist/cjs/clusters/proxy-configuration.js +3 -3
  155. package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
  156. package/dist/cjs/clusters/proxy-discovery.js +4 -4
  157. package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
  158. package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
  159. package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
  160. package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
  161. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
  162. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
  163. package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
  164. package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
  165. package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
  166. package/dist/cjs/clusters/resource-monitoring.js +7 -7
  167. package/dist/cjs/clusters/rvc-clean-mode.d.ts +43 -43
  168. package/dist/cjs/clusters/rvc-clean-mode.js +8 -8
  169. package/dist/cjs/clusters/rvc-operational-state.d.ts +44 -44
  170. package/dist/cjs/clusters/rvc-operational-state.js +15 -15
  171. package/dist/cjs/clusters/rvc-run-mode.d.ts +50 -50
  172. package/dist/cjs/clusters/rvc-run-mode.js +8 -8
  173. package/dist/cjs/clusters/scenes-management.d.ts +246 -246
  174. package/dist/cjs/clusters/scenes-management.js +70 -70
  175. package/dist/cjs/clusters/service-area.d.ts +128 -128
  176. package/dist/cjs/clusters/service-area.js +26 -26
  177. package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
  178. package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
  179. package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
  180. package/dist/cjs/clusters/software-diagnostics.js +14 -14
  181. package/dist/cjs/clusters/switch.d.ts +105 -105
  182. package/dist/cjs/clusters/switch.js +23 -23
  183. package/dist/cjs/clusters/target-navigator.d.ts +30 -30
  184. package/dist/cjs/clusters/target-navigator.js +10 -10
  185. package/dist/cjs/clusters/temperature-control.d.ts +45 -45
  186. package/dist/cjs/clusters/temperature-control.js +12 -12
  187. package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
  188. package/dist/cjs/clusters/temperature-measurement.js +4 -4
  189. package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
  190. package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
  191. package/dist/cjs/clusters/thermostat.d.ts +515 -515
  192. package/dist/cjs/clusters/thermostat.js +114 -114
  193. package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
  194. package/dist/cjs/clusters/thread-border-router-management.js +14 -14
  195. package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
  196. package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
  197. package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
  198. package/dist/cjs/clusters/thread-network-directory.js +11 -11
  199. package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
  200. package/dist/cjs/clusters/time-format-localization.js +3 -3
  201. package/dist/cjs/clusters/time-synchronization.d.ts +245 -245
  202. package/dist/cjs/clusters/time-synchronization.js +47 -47
  203. package/dist/cjs/clusters/unit-localization.d.ts +6 -6
  204. package/dist/cjs/clusters/unit-localization.js +1 -1
  205. package/dist/cjs/clusters/user-label.d.ts +2 -2
  206. package/dist/cjs/clusters/user-label.js +1 -1
  207. package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
  208. package/dist/cjs/clusters/valid-proxies.js +2 -2
  209. package/dist/cjs/clusters/valve-configuration-and-control.d.ts +80 -80
  210. package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
  211. package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
  212. package/dist/cjs/clusters/wake-on-lan.js +2 -2
  213. package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
  214. package/dist/cjs/clusters/water-heater-management.js +16 -16
  215. package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
  216. package/dist/cjs/clusters/water-heater-mode.js +8 -8
  217. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
  218. package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
  219. package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
  220. package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
  221. package/dist/cjs/clusters/window-covering.d.ts +183 -183
  222. package/dist/cjs/clusters/window-covering.js +49 -49
  223. package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
  224. package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
  225. package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
  226. package/dist/cjs/globals/Locationdesc.d.ts +5 -5
  227. package/dist/cjs/globals/Locationdesc.js +3 -3
  228. package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
  229. package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
  230. package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
  231. package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
  232. package/dist/cjs/globals/MeasurementType.d.ts +1 -1
  233. package/dist/cjs/globals/Priority.d.ts +1 -1
  234. package/dist/cjs/globals/Semtag.d.ts +6 -6
  235. package/dist/cjs/globals/Semtag.js +4 -4
  236. package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  237. package/dist/cjs/globals/Status.d.ts +33 -33
  238. package/dist/cjs/globals/Tod.d.ts +2 -2
  239. package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
  240. package/dist/esm/clusters/access-control.d.ts +250 -250
  241. package/dist/esm/clusters/access-control.js +39 -39
  242. package/dist/esm/clusters/account-login.d.ts +29 -29
  243. package/dist/esm/clusters/account-login.js +11 -11
  244. package/dist/esm/clusters/actions.d.ts +108 -108
  245. package/dist/esm/clusters/actions.js +39 -39
  246. package/dist/esm/clusters/administrator-commissioning.d.ts +51 -51
  247. package/dist/esm/clusters/administrator-commissioning.js +12 -12
  248. package/dist/esm/clusters/air-quality.d.ts +5 -5
  249. package/dist/esm/clusters/air-quality.js +1 -1
  250. package/dist/esm/clusters/alarm-base.d.ts +43 -43
  251. package/dist/esm/clusters/alarm-base.js +14 -14
  252. package/dist/esm/clusters/application-basic.d.ts +16 -16
  253. package/dist/esm/clusters/application-basic.js +10 -10
  254. package/dist/esm/clusters/application-launcher.d.ts +99 -99
  255. package/dist/esm/clusters/application-launcher.js +13 -13
  256. package/dist/esm/clusters/audio-output.d.ts +37 -37
  257. package/dist/esm/clusters/audio-output.js +8 -8
  258. package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
  259. package/dist/esm/clusters/ballast-configuration.js +17 -17
  260. package/dist/esm/clusters/basic-information.d.ts +54 -54
  261. package/dist/esm/clusters/basic-information.js +34 -34
  262. package/dist/esm/clusters/binding.d.ts +12 -12
  263. package/dist/esm/clusters/binding.js +5 -5
  264. package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
  265. package/dist/esm/clusters/boolean-state-configuration.js +18 -18
  266. package/dist/esm/clusters/boolean-state.d.ts +7 -7
  267. package/dist/esm/clusters/boolean-state.js +3 -3
  268. package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
  269. package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
  270. package/dist/esm/clusters/channel.d.ts +559 -559
  271. package/dist/esm/clusters/channel.js +73 -73
  272. package/dist/esm/clusters/color-control.d.ts +658 -658
  273. package/dist/esm/clusters/color-control.js +116 -116
  274. package/dist/esm/clusters/commissioner-control.d.ts +16 -16
  275. package/dist/esm/clusters/commissioner-control.js +5 -5
  276. package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
  277. package/dist/esm/clusters/concentration-measurement.js +11 -11
  278. package/dist/esm/clusters/content-app-observer.d.ts +17 -17
  279. package/dist/esm/clusters/content-app-observer.js +6 -6
  280. package/dist/esm/clusters/content-control.d.ts +356 -356
  281. package/dist/esm/clusters/content-control.js +58 -58
  282. package/dist/esm/clusters/content-launcher.d.ts +475 -475
  283. package/dist/esm/clusters/content-launcher.js +39 -39
  284. package/dist/esm/clusters/descriptor.d.ts +28 -28
  285. package/dist/esm/clusters/descriptor.js +8 -8
  286. package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
  287. package/dist/esm/clusters/device-energy-management-mode.js +8 -8
  288. package/dist/esm/clusters/device-energy-management.d.ts +544 -544
  289. package/dist/esm/clusters/device-energy-management.js +87 -87
  290. package/dist/esm/clusters/diagnostic-logs.d.ts +33 -33
  291. package/dist/esm/clusters/diagnostic-logs.js +8 -8
  292. package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
  293. package/dist/esm/clusters/dishwasher-alarm.js +14 -14
  294. package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
  295. package/dist/esm/clusters/dishwasher-mode.js +8 -8
  296. package/dist/esm/clusters/door-lock.d.ts +1350 -1350
  297. package/dist/esm/clusters/door-lock.js +229 -229
  298. package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
  299. package/dist/esm/clusters/ecosystem-information.js +12 -12
  300. package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
  301. package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
  302. package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
  303. package/dist/esm/clusters/electrical-power-measurement.js +39 -39
  304. package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
  305. package/dist/esm/clusters/energy-evse-mode.js +8 -8
  306. package/dist/esm/clusters/energy-evse.d.ts +323 -323
  307. package/dist/esm/clusters/energy-evse.js +73 -73
  308. package/dist/esm/clusters/energy-preference.d.ts +49 -49
  309. package/dist/esm/clusters/energy-preference.js +9 -9
  310. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
  311. package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
  312. package/dist/esm/clusters/fan-control.d.ts +67 -67
  313. package/dist/esm/clusters/fan-control.js +17 -17
  314. package/dist/esm/clusters/fixed-label.d.ts +2 -2
  315. package/dist/esm/clusters/fixed-label.js +1 -1
  316. package/dist/esm/clusters/flow-measurement.d.ts +5 -5
  317. package/dist/esm/clusters/flow-measurement.js +4 -4
  318. package/dist/esm/clusters/general-commissioning.d.ts +104 -104
  319. package/dist/esm/clusters/general-commissioning.js +25 -25
  320. package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
  321. package/dist/esm/clusters/general-diagnostics.js +40 -40
  322. package/dist/esm/clusters/group-key-management.d.ts +119 -119
  323. package/dist/esm/clusters/group-key-management.js +23 -23
  324. package/dist/esm/clusters/groups.d.ts +78 -78
  325. package/dist/esm/clusters/groups.js +21 -21
  326. package/dist/esm/clusters/icd-management.d.ts +131 -131
  327. package/dist/esm/clusters/icd-management.js +29 -29
  328. package/dist/esm/clusters/identify.d.ts +16 -16
  329. package/dist/esm/clusters/identify.js +6 -6
  330. package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
  331. package/dist/esm/clusters/illuminance-measurement.js +5 -5
  332. package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
  333. package/dist/esm/clusters/joint-fabric-datastore-cluster.js +62 -62
  334. package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
  335. package/dist/esm/clusters/joint-fabric-pki.js +5 -5
  336. package/dist/esm/clusters/keypad-input.d.ts +16 -16
  337. package/dist/esm/clusters/keypad-input.js +3 -3
  338. package/dist/esm/clusters/label.d.ts +10 -10
  339. package/dist/esm/clusters/label.js +3 -3
  340. package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
  341. package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
  342. package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
  343. package/dist/esm/clusters/laundry-washer-controls.js +6 -6
  344. package/dist/esm/clusters/laundry-washer-mode.d.ts +43 -43
  345. package/dist/esm/clusters/laundry-washer-mode.js +8 -8
  346. package/dist/esm/clusters/level-control.d.ts +307 -307
  347. package/dist/esm/clusters/level-control.js +33 -33
  348. package/dist/esm/clusters/localization-configuration.d.ts +3 -3
  349. package/dist/esm/clusters/localization-configuration.js +2 -2
  350. package/dist/esm/clusters/low-power.d.ts +2 -2
  351. package/dist/esm/clusters/low-power.js +1 -1
  352. package/dist/esm/clusters/media-input.d.ts +47 -47
  353. package/dist/esm/clusters/media-input.js +11 -11
  354. package/dist/esm/clusters/media-playback.d.ts +385 -385
  355. package/dist/esm/clusters/media-playback.js +57 -57
  356. package/dist/esm/clusters/messages.d.ts +154 -154
  357. package/dist/esm/clusters/messages.js +38 -38
  358. package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
  359. package/dist/esm/clusters/microwave-oven-control.js +17 -17
  360. package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
  361. package/dist/esm/clusters/microwave-oven-mode.js +7 -7
  362. package/dist/esm/clusters/mode-base.d.ts +59 -59
  363. package/dist/esm/clusters/mode-base.js +13 -13
  364. package/dist/esm/clusters/mode-select.d.ts +51 -51
  365. package/dist/esm/clusters/mode-select.js +13 -13
  366. package/dist/esm/clusters/network-commissioning.d.ts +325 -325
  367. package/dist/esm/clusters/network-commissioning.js +46 -46
  368. package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
  369. package/dist/esm/clusters/occupancy-sensing.js +20 -20
  370. package/dist/esm/clusters/on-off.d.ts +103 -103
  371. package/dist/esm/clusters/on-off.js +19 -19
  372. package/dist/esm/clusters/operational-credentials.d.ts +94 -94
  373. package/dist/esm/clusters/operational-credentials.js +34 -34
  374. package/dist/esm/clusters/operational-state.d.ts +67 -67
  375. package/dist/esm/clusters/operational-state.js +21 -21
  376. package/dist/esm/clusters/ota-software-update-provider.d.ts +61 -61
  377. package/dist/esm/clusters/ota-software-update-provider.js +25 -25
  378. package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
  379. package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
  380. package/dist/esm/clusters/oven-cavity-operational-state.d.ts +9 -9
  381. package/dist/esm/clusters/oven-cavity-operational-state.js +8 -8
  382. package/dist/esm/clusters/oven-mode.d.ts +49 -49
  383. package/dist/esm/clusters/oven-mode.js +8 -8
  384. package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
  385. package/dist/esm/clusters/power-source-configuration.js +1 -1
  386. package/dist/esm/clusters/power-source.d.ts +155 -155
  387. package/dist/esm/clusters/power-source.js +41 -41
  388. package/dist/esm/clusters/power-topology.d.ts +8 -8
  389. package/dist/esm/clusters/power-topology.js +2 -2
  390. package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
  391. package/dist/esm/clusters/pressure-measurement.js +9 -9
  392. package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
  393. package/dist/esm/clusters/proxy-configuration.js +3 -3
  394. package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
  395. package/dist/esm/clusters/proxy-discovery.js +4 -4
  396. package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
  397. package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
  398. package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
  399. package/dist/esm/clusters/refrigerator-alarm.js +11 -11
  400. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
  401. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
  402. package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
  403. package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
  404. package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
  405. package/dist/esm/clusters/resource-monitoring.js +7 -7
  406. package/dist/esm/clusters/rvc-clean-mode.d.ts +43 -43
  407. package/dist/esm/clusters/rvc-clean-mode.js +8 -8
  408. package/dist/esm/clusters/rvc-operational-state.d.ts +44 -44
  409. package/dist/esm/clusters/rvc-operational-state.js +15 -15
  410. package/dist/esm/clusters/rvc-run-mode.d.ts +50 -50
  411. package/dist/esm/clusters/rvc-run-mode.js +8 -8
  412. package/dist/esm/clusters/scenes-management.d.ts +246 -246
  413. package/dist/esm/clusters/scenes-management.js +70 -70
  414. package/dist/esm/clusters/service-area.d.ts +128 -128
  415. package/dist/esm/clusters/service-area.js +26 -26
  416. package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
  417. package/dist/esm/clusters/smoke-co-alarm.js +30 -30
  418. package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
  419. package/dist/esm/clusters/software-diagnostics.js +14 -14
  420. package/dist/esm/clusters/switch.d.ts +105 -105
  421. package/dist/esm/clusters/switch.js +23 -23
  422. package/dist/esm/clusters/target-navigator.d.ts +30 -30
  423. package/dist/esm/clusters/target-navigator.js +10 -10
  424. package/dist/esm/clusters/temperature-control.d.ts +45 -45
  425. package/dist/esm/clusters/temperature-control.js +12 -12
  426. package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
  427. package/dist/esm/clusters/temperature-measurement.js +4 -4
  428. package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
  429. package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
  430. package/dist/esm/clusters/thermostat.d.ts +515 -515
  431. package/dist/esm/clusters/thermostat.js +114 -114
  432. package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
  433. package/dist/esm/clusters/thread-border-router-management.js +14 -14
  434. package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
  435. package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
  436. package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
  437. package/dist/esm/clusters/thread-network-directory.js +11 -11
  438. package/dist/esm/clusters/time-format-localization.d.ts +12 -12
  439. package/dist/esm/clusters/time-format-localization.js +3 -3
  440. package/dist/esm/clusters/time-synchronization.d.ts +245 -245
  441. package/dist/esm/clusters/time-synchronization.js +47 -47
  442. package/dist/esm/clusters/unit-localization.d.ts +6 -6
  443. package/dist/esm/clusters/unit-localization.js +1 -1
  444. package/dist/esm/clusters/user-label.d.ts +2 -2
  445. package/dist/esm/clusters/user-label.js +1 -1
  446. package/dist/esm/clusters/valid-proxies.d.ts +7 -7
  447. package/dist/esm/clusters/valid-proxies.js +2 -2
  448. package/dist/esm/clusters/valve-configuration-and-control.d.ts +80 -80
  449. package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
  450. package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
  451. package/dist/esm/clusters/wake-on-lan.js +2 -2
  452. package/dist/esm/clusters/water-heater-management.d.ts +91 -91
  453. package/dist/esm/clusters/water-heater-management.js +16 -16
  454. package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
  455. package/dist/esm/clusters/water-heater-mode.js +8 -8
  456. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
  457. package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
  458. package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
  459. package/dist/esm/clusters/wi-fi-network-management.js +3 -3
  460. package/dist/esm/clusters/window-covering.d.ts +183 -183
  461. package/dist/esm/clusters/window-covering.js +49 -49
  462. package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
  463. package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
  464. package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
  465. package/dist/esm/globals/Locationdesc.d.ts +5 -5
  466. package/dist/esm/globals/Locationdesc.js +3 -3
  467. package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
  468. package/dist/esm/globals/MeasurementAccuracy.js +3 -3
  469. package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
  470. package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
  471. package/dist/esm/globals/MeasurementType.d.ts +1 -1
  472. package/dist/esm/globals/Priority.d.ts +1 -1
  473. package/dist/esm/globals/Semtag.d.ts +6 -6
  474. package/dist/esm/globals/Semtag.js +4 -4
  475. package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  476. package/dist/esm/globals/Status.d.ts +33 -33
  477. package/dist/esm/globals/Tod.d.ts +2 -2
  478. package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
  479. package/package.json +5 -5
  480. package/src/clusters/access-control.ts +72 -72
  481. package/src/clusters/account-login.ts +22 -22
  482. package/src/clusters/actions.ts +86 -86
  483. package/src/clusters/administrator-commissioning.ts +20 -20
  484. package/src/clusters/air-quality.ts +4 -4
  485. package/src/clusters/alarm-base.ts +22 -22
  486. package/src/clusters/application-basic.ts +14 -14
  487. package/src/clusters/application-launcher.ts +28 -28
  488. package/src/clusters/audio-output.ts +17 -17
  489. package/src/clusters/ballast-configuration.ts +20 -20
  490. package/src/clusters/basic-information.ts +47 -47
  491. package/src/clusters/binding.ts +8 -8
  492. package/src/clusters/boolean-state-configuration.ts +31 -31
  493. package/src/clusters/boolean-state.ts +6 -6
  494. package/src/clusters/bridged-device-basic-information.ts +38 -38
  495. package/src/clusters/channel.ts +111 -111
  496. package/src/clusters/color-control.ts +168 -168
  497. package/src/clusters/commissioner-control.ts +15 -15
  498. package/src/clusters/concentration-measurement.ts +15 -15
  499. package/src/clusters/content-app-observer.ts +12 -12
  500. package/src/clusters/content-control.ts +96 -96
  501. package/src/clusters/content-launcher.ts +69 -69
  502. package/src/clusters/descriptor.ts +13 -13
  503. package/src/clusters/device-energy-management-mode.ts +28 -28
  504. package/src/clusters/device-energy-management.ts +136 -136
  505. package/src/clusters/diagnostic-logs.ts +26 -26
  506. package/src/clusters/dishwasher-alarm.ts +24 -24
  507. package/src/clusters/dishwasher-mode.ts +27 -27
  508. package/src/clusters/door-lock.ts +378 -378
  509. package/src/clusters/ecosystem-information.ts +17 -17
  510. package/src/clusters/electrical-energy-measurement.ts +39 -39
  511. package/src/clusters/electrical-power-measurement.ts +53 -53
  512. package/src/clusters/energy-evse-mode.ts +28 -28
  513. package/src/clusters/energy-evse.ts +109 -109
  514. package/src/clusters/energy-preference.ts +19 -19
  515. package/src/clusters/ethernet-network-diagnostics.ts +13 -13
  516. package/src/clusters/fan-control.ts +30 -30
  517. package/src/clusters/fixed-label.ts +2 -2
  518. package/src/clusters/flow-measurement.ts +5 -5
  519. package/src/clusters/general-commissioning.ts +45 -45
  520. package/src/clusters/general-diagnostics.ts +66 -66
  521. package/src/clusters/group-key-management.ts +45 -45
  522. package/src/clusters/groups.ts +44 -44
  523. package/src/clusters/icd-management.ts +50 -50
  524. package/src/clusters/identify.ts +14 -14
  525. package/src/clusters/illuminance-measurement.ts +7 -7
  526. package/src/clusters/joint-fabric-datastore-cluster.ts +82 -82
  527. package/src/clusters/joint-fabric-pki.ts +12 -12
  528. package/src/clusters/keypad-input.ts +11 -11
  529. package/src/clusters/label.ts +5 -5
  530. package/src/clusters/laundry-dryer-controls.ts +4 -4
  531. package/src/clusters/laundry-washer-controls.ts +11 -11
  532. package/src/clusters/laundry-washer-mode.ts +28 -28
  533. package/src/clusters/level-control.ts +50 -50
  534. package/src/clusters/localization-configuration.ts +3 -3
  535. package/src/clusters/low-power.ts +2 -2
  536. package/src/clusters/media-input.ts +20 -20
  537. package/src/clusters/media-playback.ts +91 -91
  538. package/src/clusters/messages.ts +61 -61
  539. package/src/clusters/microwave-oven-control.ts +23 -23
  540. package/src/clusters/microwave-oven-mode.ts +25 -25
  541. package/src/clusters/mode-base.ts +37 -37
  542. package/src/clusters/mode-select.ts +22 -22
  543. package/src/clusters/network-commissioning.ts +76 -76
  544. package/src/clusters/occupancy-sensing.ts +29 -29
  545. package/src/clusters/on-off.ts +33 -33
  546. package/src/clusters/operational-credentials.ts +65 -65
  547. package/src/clusters/operational-state.ts +34 -34
  548. package/src/clusters/ota-software-update-provider.ts +39 -39
  549. package/src/clusters/ota-software-update-requestor.ts +55 -55
  550. package/src/clusters/oven-cavity-operational-state.ts +9 -9
  551. package/src/clusters/oven-mode.ts +34 -34
  552. package/src/clusters/power-source-configuration.ts +2 -2
  553. package/src/clusters/power-source.ts +59 -59
  554. package/src/clusters/power-topology.ts +4 -4
  555. package/src/clusters/pressure-measurement.ts +11 -11
  556. package/src/clusters/proxy-configuration.ts +6 -6
  557. package/src/clusters/proxy-discovery.ts +7 -7
  558. package/src/clusters/pump-configuration-and-control.ts +69 -69
  559. package/src/clusters/refrigerator-alarm.ts +18 -18
  560. package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
  561. package/src/clusters/relative-humidity-measurement.ts +5 -5
  562. package/src/clusters/resource-monitoring.ts +13 -13
  563. package/src/clusters/rvc-clean-mode.ts +28 -28
  564. package/src/clusters/rvc-operational-state.ts +26 -26
  565. package/src/clusters/rvc-run-mode.ts +35 -35
  566. package/src/clusters/scenes-management.ts +112 -112
  567. package/src/clusters/service-area.ts +50 -50
  568. package/src/clusters/smoke-co-alarm.ts +66 -66
  569. package/src/clusters/software-diagnostics.ts +20 -20
  570. package/src/clusters/switch.ts +45 -45
  571. package/src/clusters/target-navigator.ts +20 -20
  572. package/src/clusters/temperature-control.ts +19 -19
  573. package/src/clusters/temperature-measurement.ts +5 -5
  574. package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
  575. package/src/clusters/thermostat.ts +172 -172
  576. package/src/clusters/thread-border-router-management.ts +23 -23
  577. package/src/clusters/thread-network-diagnostics.ts +125 -125
  578. package/src/clusters/thread-network-directory.ts +22 -22
  579. package/src/clusters/time-format-localization.ts +7 -7
  580. package/src/clusters/time-synchronization.ts +81 -81
  581. package/src/clusters/unit-localization.ts +4 -4
  582. package/src/clusters/user-label.ts +2 -2
  583. package/src/clusters/valid-proxies.ts +7 -7
  584. package/src/clusters/valve-configuration-and-control.ts +35 -35
  585. package/src/clusters/wake-on-lan.ts +3 -3
  586. package/src/clusters/water-heater-management.ts +26 -26
  587. package/src/clusters/water-heater-mode.ts +27 -27
  588. package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
  589. package/src/clusters/wi-fi-network-management.ts +6 -6
  590. package/src/clusters/window-covering.ts +68 -68
  591. package/src/globals/AtomicAttributeStatus.ts +4 -4
  592. package/src/globals/AtomicRequestType.ts +1 -1
  593. package/src/globals/Locationdesc.ts +5 -5
  594. package/src/globals/MeasurementAccuracy.ts +5 -5
  595. package/src/globals/MeasurementAccuracyRange.ts +10 -10
  596. package/src/globals/MeasurementType.ts +1 -1
  597. package/src/globals/Priority.ts +1 -1
  598. package/src/globals/Semtag.ts +6 -6
  599. package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
  600. package/src/globals/Status.ts +33 -33
  601. package/src/globals/Tod.ts +2 -2
  602. 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.v13.Core} § 9.10.4
16
+ * @see {@link MatterSpecification.v14.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.v13.Core} § 9.10.4.1
24
+ * @see {@link MatterSpecification.v14.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.v13.Core} § 9.10.4.2
97
+ * @see {@link MatterSpecification.v14.Core} § 9.10.4.2
98
98
  */
99
99
  ManagedDevice = "ManagedDevice"
100
100
  }
101
101
  /**
102
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.7
102
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.7
103
103
  */
104
104
  const TlvAccessControlExtension: import("../tlv/TlvObject.js").ObjectSchema<{
105
105
  /**
@@ -113,18 +113,18 @@ export declare namespace AccessControl {
113
113
  * Administrators may iterate over this list of elements, and interpret selected elements at their discretion.
114
114
  * The content of each element is not specified, but may be coordinated among manufacturers at their discretion.
115
115
  *
116
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.7.1
116
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.7.1
117
117
  */
118
118
  data: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
119
119
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
120
120
  }>;
121
121
  /**
122
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.7
122
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.7
123
123
  */
124
124
  interface AccessControlExtension extends TypeFromSchema<typeof TlvAccessControlExtension> {
125
125
  }
126
126
  /**
127
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.1
127
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.1
128
128
  */
129
129
  enum ChangeType {
130
130
  /**
@@ -143,7 +143,7 @@ export declare namespace AccessControl {
143
143
  /**
144
144
  * Body of the AccessControl accessControlExtensionChanged event
145
145
  *
146
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.2
146
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.2
147
147
  */
148
148
  const TlvAccessControlExtensionChangedEvent: import("../tlv/TlvObject.js").ObjectSchema<{
149
149
  /**
@@ -152,7 +152,7 @@ export declare namespace AccessControl {
152
152
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
153
153
  * CASE or PASE session; the other shall be null.
154
154
  *
155
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.2.1
155
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.1
156
156
  */
157
157
  adminNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId | null>;
158
158
  /**
@@ -162,13 +162,13 @@ export declare namespace AccessControl {
162
162
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
163
163
  * CASE or PASE session; the other shall be null.
164
164
  *
165
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.2.2
165
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.2
166
166
  */
167
167
  adminPasscodeId: import("../tlv/TlvObject.js").FieldType<number | null>;
168
168
  /**
169
169
  * The type of change as appropriate.
170
170
  *
171
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.2.3
171
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.3
172
172
  */
173
173
  changeType: import("../tlv/TlvObject.js").FieldType<ChangeType>;
174
174
  /**
@@ -177,7 +177,7 @@ export declare namespace AccessControl {
177
177
  * This field SHOULD be set if resources are adequate for it; otherwise it shall be set to NULL if resources are
178
178
  * scarce.
179
179
  *
180
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.2.4
180
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.4
181
181
  */
182
182
  latestValue: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
183
183
  /**
@@ -191,7 +191,7 @@ export declare namespace AccessControl {
191
191
  * Administrators may iterate over this list of elements, and interpret selected elements at their discretion.
192
192
  * The content of each element is not specified, but may be coordinated among manufacturers at their discretion.
193
193
  *
194
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.7.1
194
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.7.1
195
195
  */
196
196
  data: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
197
197
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
@@ -201,12 +201,12 @@ export declare namespace AccessControl {
201
201
  /**
202
202
  * Body of the AccessControl accessControlExtensionChanged event
203
203
  *
204
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.2
204
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.2
205
205
  */
206
206
  interface AccessControlExtensionChangedEvent extends TypeFromSchema<typeof TlvAccessControlExtensionChangedEvent> {
207
207
  }
208
208
  /**
209
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.3
209
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.3
210
210
  */
211
211
  enum AccessRestrictionType {
212
212
  /**
@@ -230,13 +230,13 @@ export declare namespace AccessControl {
230
230
  * This structure describes an access restriction that would be applied to a specific data model element on a given
231
231
  * endpoint/cluster pair (see AccessRestrictionEntryStruct).
232
232
  *
233
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8
233
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8
234
234
  */
235
235
  const TlvAccessRestriction: import("../tlv/TlvObject.js").ObjectSchema<{
236
236
  /**
237
237
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
238
238
  *
239
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.1
239
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
240
240
  */
241
241
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
242
242
  /**
@@ -250,7 +250,7 @@ export declare namespace AccessControl {
250
250
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
251
251
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
252
252
  *
253
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.2
253
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
254
254
  */
255
255
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
256
256
  }>;
@@ -258,28 +258,28 @@ export declare namespace AccessControl {
258
258
  * This structure describes an access restriction that would be applied to a specific data model element on a given
259
259
  * endpoint/cluster pair (see AccessRestrictionEntryStruct).
260
260
  *
261
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8
261
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8
262
262
  */
263
263
  interface AccessRestriction extends TypeFromSchema<typeof TlvAccessRestriction> {
264
264
  }
265
265
  /**
266
266
  * This structure describes a current access restriction when there is no accessing fabric.
267
267
  *
268
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10
268
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10
269
269
  */
270
270
  const TlvCommissioningAccessRestrictionEntry: import("../tlv/TlvObject.js").ObjectSchema<{
271
271
  /**
272
272
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
273
273
  * of the list containing the entry.
274
274
  *
275
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.1
275
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.1
276
276
  */
277
277
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
278
278
  /**
279
279
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
280
280
  * scoped to the associated fabric of the list containing the entry.
281
281
  *
282
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.2
282
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.2
283
283
  */
284
284
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
285
285
  /**
@@ -288,13 +288,13 @@ export declare namespace AccessControl {
288
288
  *
289
289
  * This list shall NOT be empty.
290
290
  *
291
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.3
291
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.3
292
292
  */
293
293
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
294
294
  /**
295
295
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
296
296
  *
297
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.1
297
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
298
298
  */
299
299
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
300
300
  /**
@@ -308,7 +308,7 @@ export declare namespace AccessControl {
308
308
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
309
309
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
310
310
  *
311
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.2
311
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
312
312
  */
313
313
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
314
314
  }>[]>;
@@ -316,28 +316,28 @@ export declare namespace AccessControl {
316
316
  /**
317
317
  * This structure describes a current access restriction when there is no accessing fabric.
318
318
  *
319
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10
319
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10
320
320
  */
321
321
  interface CommissioningAccessRestrictionEntry extends TypeFromSchema<typeof TlvCommissioningAccessRestrictionEntry> {
322
322
  }
323
323
  /**
324
324
  * This structure describes a current access restriction on the fabric.
325
325
  *
326
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.9
326
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.9
327
327
  */
328
328
  const TlvAccessRestrictionEntry: import("../tlv/TlvObject.js").ObjectSchema<{
329
329
  /**
330
330
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
331
331
  * of the list containing the entry.
332
332
  *
333
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.9.1
333
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.1
334
334
  */
335
335
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
336
336
  /**
337
337
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
338
338
  * scoped to the associated fabric of the list containing the entry.
339
339
  *
340
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.9.2
340
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.2
341
341
  */
342
342
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
343
343
  /**
@@ -346,13 +346,13 @@ export declare namespace AccessControl {
346
346
  *
347
347
  * This list shall NOT be empty.
348
348
  *
349
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.9.3
349
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.3
350
350
  */
351
351
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
352
352
  /**
353
353
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
354
354
  *
355
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.1
355
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
356
356
  */
357
357
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
358
358
  /**
@@ -366,7 +366,7 @@ export declare namespace AccessControl {
366
366
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
367
367
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
368
368
  *
369
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.2
369
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
370
370
  */
371
371
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
372
372
  }>[]>;
@@ -375,35 +375,35 @@ export declare namespace AccessControl {
375
375
  /**
376
376
  * This structure describes a current access restriction on the fabric.
377
377
  *
378
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.9
378
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.9
379
379
  */
380
380
  interface AccessRestrictionEntry extends TypeFromSchema<typeof TlvAccessRestrictionEntry> {
381
381
  }
382
382
  /**
383
383
  * Input to the AccessControl reviewFabricRestrictions command
384
384
  *
385
- * @see {@link MatterSpecification.v13.Core} § 9.10.8.1
385
+ * @see {@link MatterSpecification.v14.Core} § 9.10.8.1
386
386
  */
387
387
  const TlvReviewFabricRestrictionsRequest: import("../tlv/TlvObject.js").ObjectSchema<{
388
388
  /**
389
389
  * When the ARL field is provided, it indicates the specific restrictions that are requested for review. An
390
390
  * empty list represents a generic request for review of all restrictions.
391
391
  *
392
- * @see {@link MatterSpecification.v13.Core} § 9.10.8.1.1
392
+ * @see {@link MatterSpecification.v14.Core} § 9.10.8.1.1
393
393
  */
394
394
  arl: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
395
395
  /**
396
396
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
397
397
  * of the list containing the entry.
398
398
  *
399
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.1
399
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.1
400
400
  */
401
401
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
402
402
  /**
403
403
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
404
404
  * scoped to the associated fabric of the list containing the entry.
405
405
  *
406
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.2
406
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.2
407
407
  */
408
408
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
409
409
  /**
@@ -412,13 +412,13 @@ export declare namespace AccessControl {
412
412
  *
413
413
  * This list shall NOT be empty.
414
414
  *
415
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.3
415
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.3
416
416
  */
417
417
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
418
418
  /**
419
419
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
420
420
  *
421
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.1
421
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
422
422
  */
423
423
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
424
424
  /**
@@ -432,7 +432,7 @@ export declare namespace AccessControl {
432
432
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
433
433
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
434
434
  *
435
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.2
435
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
436
436
  */
437
437
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
438
438
  }>[]>;
@@ -441,7 +441,7 @@ export declare namespace AccessControl {
441
441
  /**
442
442
  * Input to the AccessControl reviewFabricRestrictions command
443
443
  *
444
- * @see {@link MatterSpecification.v13.Core} § 9.10.8.1
444
+ * @see {@link MatterSpecification.v14.Core} § 9.10.8.1
445
445
  */
446
446
  interface ReviewFabricRestrictionsRequest extends TypeFromSchema<typeof TlvReviewFabricRestrictionsRequest> {
447
447
  }
@@ -449,14 +449,14 @@ export declare namespace AccessControl {
449
449
  * Returns the review token for the request, which can be used to correlate with a FabricRestrictionReviewUpdate
450
450
  * event.
451
451
  *
452
- * @see {@link MatterSpecification.v13.Core} § 9.10.8.2
452
+ * @see {@link MatterSpecification.v14.Core} § 9.10.8.2
453
453
  */
454
454
  const TlvReviewFabricRestrictionsResponse: import("../tlv/TlvObject.js").ObjectSchema<{
455
455
  /**
456
456
  * This field shall specify a Token that can be used to correlate a ReviewFabricRestrictionsResponse with a
457
457
  * FabricRestrictionReviewUpdate event.
458
458
  *
459
- * @see {@link MatterSpecification.v13.Core} § 9.10.8.2.1
459
+ * @see {@link MatterSpecification.v14.Core} § 9.10.8.2.1
460
460
  */
461
461
  token: import("../tlv/TlvObject.js").FieldType<number | bigint>;
462
462
  }>;
@@ -464,21 +464,21 @@ export declare namespace AccessControl {
464
464
  * Returns the review token for the request, which can be used to correlate with a FabricRestrictionReviewUpdate
465
465
  * event.
466
466
  *
467
- * @see {@link MatterSpecification.v13.Core} § 9.10.8.2
467
+ * @see {@link MatterSpecification.v14.Core} § 9.10.8.2
468
468
  */
469
469
  interface ReviewFabricRestrictionsResponse extends TypeFromSchema<typeof TlvReviewFabricRestrictionsResponse> {
470
470
  }
471
471
  /**
472
472
  * Body of the AccessControl fabricRestrictionReviewUpdate event
473
473
  *
474
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.3
474
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.3
475
475
  */
476
476
  const TlvFabricRestrictionReviewUpdateEvent: import("../tlv/TlvObject.js").ObjectSchema<{
477
477
  /**
478
478
  * This field shall indicate the Token that can be used to correlate a ReviewFabricRestrictionsResponse with a
479
479
  * FabricRestrictionReviewUpdate event.
480
480
  *
481
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.3.1
481
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.1
482
482
  */
483
483
  token: import("../tlv/TlvObject.js").FieldType<number | bigint>;
484
484
  /**
@@ -491,7 +491,7 @@ export declare namespace AccessControl {
491
491
  * Examples include "Please try again and immediately access device display for further instructions." or
492
492
  * "Please check email associated with your Acme account."
493
493
  *
494
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.3.2
494
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.2
495
495
  */
496
496
  instruction: import("../tlv/TlvObject.js").OptionalFieldType<string>;
497
497
  /**
@@ -662,7 +662,7 @@ export declare namespace AccessControl {
662
662
  *
663
663
  * ◦ https://company.domain.example/matter/arl?vid=FFF1&pid=1234&MTop=_&MTza=79
664
664
  *
665
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.3.3
665
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.3
666
666
  */
667
667
  arlRequestFlowUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
668
668
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
@@ -670,7 +670,7 @@ export declare namespace AccessControl {
670
670
  /**
671
671
  * Body of the AccessControl fabricRestrictionReviewUpdate event
672
672
  *
673
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.3
673
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.3
674
674
  */
675
675
  interface FabricRestrictionReviewUpdateEvent extends TypeFromSchema<typeof TlvFabricRestrictionReviewUpdateEvent> {
676
676
  }
@@ -679,7 +679,7 @@ export declare namespace AccessControl {
679
679
  *
680
680
  * This value implicitly grants View privileges
681
681
  *
682
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.2
682
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.2
683
683
  */
684
684
  enum AccessControlEntryPrivilege {
685
685
  /**
@@ -695,7 +695,7 @@ export declare namespace AccessControl {
695
695
  *
696
696
  * This value implicitly grants View privileges
697
697
  *
698
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.2.1
698
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.2.1
699
699
  */
700
700
  Operate = 3,
701
701
  /**
@@ -703,7 +703,7 @@ export declare namespace AccessControl {
703
703
  *
704
704
  * This value implicitly grants Operate & View privileges
705
705
  *
706
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.2.2
706
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.2.2
707
707
  */
708
708
  Manage = 4,
709
709
  /**
@@ -711,12 +711,12 @@ export declare namespace AccessControl {
711
711
  *
712
712
  * This value implicitly grants Manage, Operate, Proxy View & View privileges
713
713
  *
714
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.2.3
714
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.2.3
715
715
  */
716
716
  Administer = 5
717
717
  }
718
718
  /**
719
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.4
719
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.4
720
720
  */
721
721
  enum AccessControlEntryAuthMode {
722
722
  /**
@@ -733,7 +733,7 @@ export declare namespace AccessControl {
733
733
  Group = 3
734
734
  }
735
735
  /**
736
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.5
736
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.5
737
737
  */
738
738
  const TlvAccessControlTarget: import("../tlv/TlvObject.js").ObjectSchema<{
739
739
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId | null>;
@@ -741,12 +741,12 @@ export declare namespace AccessControl {
741
741
  deviceType: import("../tlv/TlvObject.js").FieldType<import("../datatype/DeviceTypeId.js").DeviceTypeId | null>;
742
742
  }>;
743
743
  /**
744
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.5
744
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.5
745
745
  */
746
746
  interface AccessControlTarget extends TypeFromSchema<typeof TlvAccessControlTarget> {
747
747
  }
748
748
  /**
749
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6
749
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6
750
750
  */
751
751
  const TlvAccessControlEntry: import("../tlv/TlvObject.js").ObjectSchema<{
752
752
  /**
@@ -773,13 +773,13 @@ export declare namespace AccessControl {
773
773
  * Cluster itself. The Administer privilege shall NOT be used on Access Control Entries which use the Group auth
774
774
  * mode.
775
775
  *
776
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.1
776
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.1
777
777
  */
778
778
  privilege: import("../tlv/TlvObject.js").FieldType<AccessControlEntryPrivilege>;
779
779
  /**
780
780
  * The AuthMode field shall specify the authentication mode required by this Access Control Entry.
781
781
  *
782
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.2
782
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.2
783
783
  */
784
784
  authMode: import("../tlv/TlvObject.js").FieldType<AccessControlEntryAuthMode>;
785
785
  /**
@@ -815,7 +815,7 @@ export declare namespace AccessControl {
815
815
  * For Group authentication, the Group ID identifies the required group, as defined in the Group Key Management
816
816
  * Cluster.
817
817
  *
818
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.3
818
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.3
819
819
  */
820
820
  subjects: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId[] | null>;
821
821
  /**
@@ -837,7 +837,7 @@ export declare namespace AccessControl {
837
837
  * An empty targets list indicates a wildcard: that is, this entry shall grant access to all cluster instances
838
838
  * on all endpoints on this Node.
839
839
  *
840
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.4
840
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.4
841
841
  */
842
842
  targets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
843
843
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId | null>;
@@ -847,14 +847,14 @@ export declare namespace AccessControl {
847
847
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
848
848
  }>;
849
849
  /**
850
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6
850
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6
851
851
  */
852
852
  interface AccessControlEntry extends TypeFromSchema<typeof TlvAccessControlEntry> {
853
853
  }
854
854
  /**
855
855
  * Body of the AccessControl accessControlEntryChanged event
856
856
  *
857
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.1
857
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.1
858
858
  */
859
859
  const TlvAccessControlEntryChangedEvent: import("../tlv/TlvObject.js").ObjectSchema<{
860
860
  /**
@@ -863,7 +863,7 @@ export declare namespace AccessControl {
863
863
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
864
864
  * CASE or PASE session; the other shall be null.
865
865
  *
866
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.1.1
866
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.1
867
867
  */
868
868
  adminNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId | null>;
869
869
  /**
@@ -873,13 +873,13 @@ export declare namespace AccessControl {
873
873
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
874
874
  * CASE or PASE session; the other shall be null.
875
875
  *
876
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.1.2
876
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.2
877
877
  */
878
878
  adminPasscodeId: import("../tlv/TlvObject.js").FieldType<number | null>;
879
879
  /**
880
880
  * The type of change as appropriate.
881
881
  *
882
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.1.3
882
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.3
883
883
  */
884
884
  changeType: import("../tlv/TlvObject.js").FieldType<ChangeType>;
885
885
  /**
@@ -888,7 +888,7 @@ export declare namespace AccessControl {
888
888
  * This field SHOULD be set if resources are adequate for it; otherwise it shall be set to NULL if resources are
889
889
  * scarce.
890
890
  *
891
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.1.4
891
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.4
892
892
  */
893
893
  latestValue: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
894
894
  /**
@@ -915,13 +915,13 @@ export declare namespace AccessControl {
915
915
  * Cluster itself. The Administer privilege shall NOT be used on Access Control Entries which use the Group auth
916
916
  * mode.
917
917
  *
918
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.1
918
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.1
919
919
  */
920
920
  privilege: import("../tlv/TlvObject.js").FieldType<AccessControlEntryPrivilege>;
921
921
  /**
922
922
  * The AuthMode field shall specify the authentication mode required by this Access Control Entry.
923
923
  *
924
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.2
924
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.2
925
925
  */
926
926
  authMode: import("../tlv/TlvObject.js").FieldType<AccessControlEntryAuthMode>;
927
927
  /**
@@ -957,7 +957,7 @@ export declare namespace AccessControl {
957
957
  * For Group authentication, the Group ID identifies the required group, as defined in the Group Key Management
958
958
  * Cluster.
959
959
  *
960
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.3
960
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.3
961
961
  */
962
962
  subjects: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId[] | null>;
963
963
  /**
@@ -979,7 +979,7 @@ export declare namespace AccessControl {
979
979
  * An empty targets list indicates a wildcard: that is, this entry shall grant access to all cluster instances
980
980
  * on all endpoints on this Node.
981
981
  *
982
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.4
982
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.4
983
983
  */
984
984
  targets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
985
985
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId | null>;
@@ -993,7 +993,7 @@ export declare namespace AccessControl {
993
993
  /**
994
994
  * Body of the AccessControl accessControlEntryChanged event
995
995
  *
996
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.1
996
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.1
997
997
  */
998
998
  interface AccessControlEntryChangedEvent extends TypeFromSchema<typeof TlvAccessControlEntryChangedEvent> {
999
999
  }
@@ -1008,7 +1008,7 @@ export declare namespace AccessControl {
1008
1008
  *
1009
1009
  * The Access Control Extension list shall support a single extension entry per supported fabric.
1010
1010
  *
1011
- * @see {@link MatterSpecification.v13.Core} § 9.10.6.4
1011
+ * @see {@link MatterSpecification.v14.Core} § 9.10.6.4
1012
1012
  */
1013
1013
  readonly extension: WritableFabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
1014
1014
  /**
@@ -1022,7 +1022,7 @@ export declare namespace AccessControl {
1022
1022
  * Administrators may iterate over this list of elements, and interpret selected elements at their discretion.
1023
1023
  * The content of each element is not specified, but may be coordinated among manufacturers at their discretion.
1024
1024
  *
1025
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.7.1
1025
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.7.1
1026
1026
  */
1027
1027
  data: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1028
1028
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
@@ -1039,7 +1039,7 @@ export declare namespace AccessControl {
1039
1039
  *
1040
1040
  * • Each removed extension shall generate an event with ChangeType Removed.
1041
1041
  *
1042
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.2
1042
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.2
1043
1043
  */
1044
1044
  readonly accessControlExtensionChanged: Event<import("../tlv/TlvObject.js").TypeFromFields<{
1045
1045
  /**
@@ -1048,7 +1048,7 @@ export declare namespace AccessControl {
1048
1048
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
1049
1049
  * CASE or PASE session; the other shall be null.
1050
1050
  *
1051
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.2.1
1051
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.1
1052
1052
  */
1053
1053
  adminNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId | null>;
1054
1054
  /**
@@ -1058,13 +1058,13 @@ export declare namespace AccessControl {
1058
1058
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
1059
1059
  * CASE or PASE session; the other shall be null.
1060
1060
  *
1061
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.2.2
1061
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.2
1062
1062
  */
1063
1063
  adminPasscodeId: import("../tlv/TlvObject.js").FieldType<number | null>;
1064
1064
  /**
1065
1065
  * The type of change as appropriate.
1066
1066
  *
1067
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.2.3
1067
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.3
1068
1068
  */
1069
1069
  changeType: import("../tlv/TlvObject.js").FieldType<ChangeType>;
1070
1070
  /**
@@ -1073,7 +1073,7 @@ export declare namespace AccessControl {
1073
1073
  * This field SHOULD be set if resources are adequate for it; otherwise it shall be set to NULL if resources are
1074
1074
  * scarce.
1075
1075
  *
1076
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.2.4
1076
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.4
1077
1077
  */
1078
1078
  latestValue: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1079
1079
  /**
@@ -1087,7 +1087,7 @@ export declare namespace AccessControl {
1087
1087
  * Administrators may iterate over this list of elements, and interpret selected elements at their discretion.
1088
1088
  * The content of each element is not specified, but may be coordinated among manufacturers at their discretion.
1089
1089
  *
1090
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.7.1
1090
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.7.1
1091
1091
  */
1092
1092
  data: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1093
1093
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
@@ -1116,21 +1116,21 @@ export declare namespace AccessControl {
1116
1116
  * See Section 9.10.4.2.1, “Managed Device Feature Usage Restrictions” for limitations on the use of access
1117
1117
  * restrictions.
1118
1118
  *
1119
- * @see {@link MatterSpecification.v13.Core} § 9.10.6.8
1119
+ * @see {@link MatterSpecification.v14.Core} § 9.10.6.8
1120
1120
  */
1121
1121
  readonly commissioningArL: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
1122
1122
  /**
1123
1123
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
1124
1124
  * of the list containing the entry.
1125
1125
  *
1126
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.1
1126
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.1
1127
1127
  */
1128
1128
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
1129
1129
  /**
1130
1130
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
1131
1131
  * scoped to the associated fabric of the list containing the entry.
1132
1132
  *
1133
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.2
1133
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.2
1134
1134
  */
1135
1135
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
1136
1136
  /**
@@ -1139,13 +1139,13 @@ export declare namespace AccessControl {
1139
1139
  *
1140
1140
  * This list shall NOT be empty.
1141
1141
  *
1142
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.3
1142
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.3
1143
1143
  */
1144
1144
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1145
1145
  /**
1146
1146
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
1147
1147
  *
1148
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.1
1148
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
1149
1149
  */
1150
1150
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
1151
1151
  /**
@@ -1159,7 +1159,7 @@ export declare namespace AccessControl {
1159
1159
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
1160
1160
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
1161
1161
  *
1162
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.2
1162
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
1163
1163
  */
1164
1164
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
1165
1165
  }>[]>;
@@ -1183,21 +1183,21 @@ export declare namespace AccessControl {
1183
1183
  * See Section 9.10.4.2.1, “Managed Device Feature Usage Restrictions” for limitations on the use of access
1184
1184
  * restrictions.
1185
1185
  *
1186
- * @see {@link MatterSpecification.v13.Core} § 9.10.6.9
1186
+ * @see {@link MatterSpecification.v14.Core} § 9.10.6.9
1187
1187
  */
1188
1188
  readonly arl: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
1189
1189
  /**
1190
1190
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
1191
1191
  * of the list containing the entry.
1192
1192
  *
1193
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.9.1
1193
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.1
1194
1194
  */
1195
1195
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
1196
1196
  /**
1197
1197
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
1198
1198
  * scoped to the associated fabric of the list containing the entry.
1199
1199
  *
1200
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.9.2
1200
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.2
1201
1201
  */
1202
1202
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
1203
1203
  /**
@@ -1206,13 +1206,13 @@ export declare namespace AccessControl {
1206
1206
  *
1207
1207
  * This list shall NOT be empty.
1208
1208
  *
1209
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.9.3
1209
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.3
1210
1210
  */
1211
1211
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1212
1212
  /**
1213
1213
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
1214
1214
  *
1215
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.1
1215
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
1216
1216
  */
1217
1217
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
1218
1218
  /**
@@ -1226,7 +1226,7 @@ export declare namespace AccessControl {
1226
1226
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
1227
1227
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
1228
1228
  *
1229
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.2
1229
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
1230
1230
  */
1231
1231
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
1232
1232
  }>[]>;
@@ -1252,28 +1252,28 @@ export declare namespace AccessControl {
1252
1252
  * The ARL attribute may change at any time due to actions taken by the user, or the service associated with
1253
1253
  * the device vendor.
1254
1254
  *
1255
- * @see {@link MatterSpecification.v13.Core} § 9.10.8.1
1255
+ * @see {@link MatterSpecification.v14.Core} § 9.10.8.1
1256
1256
  */
1257
1257
  readonly reviewFabricRestrictions: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1258
1258
  /**
1259
1259
  * When the ARL field is provided, it indicates the specific restrictions that are requested for review. An
1260
1260
  * empty list represents a generic request for review of all restrictions.
1261
1261
  *
1262
- * @see {@link MatterSpecification.v13.Core} § 9.10.8.1.1
1262
+ * @see {@link MatterSpecification.v14.Core} § 9.10.8.1.1
1263
1263
  */
1264
1264
  arl: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1265
1265
  /**
1266
1266
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
1267
1267
  * of the list containing the entry.
1268
1268
  *
1269
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.1
1269
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.1
1270
1270
  */
1271
1271
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
1272
1272
  /**
1273
1273
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
1274
1274
  * scoped to the associated fabric of the list containing the entry.
1275
1275
  *
1276
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.2
1276
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.2
1277
1277
  */
1278
1278
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
1279
1279
  /**
@@ -1282,13 +1282,13 @@ export declare namespace AccessControl {
1282
1282
  *
1283
1283
  * This list shall NOT be empty.
1284
1284
  *
1285
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.3
1285
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.3
1286
1286
  */
1287
1287
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1288
1288
  /**
1289
1289
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
1290
1290
  *
1291
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.1
1291
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
1292
1292
  */
1293
1293
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
1294
1294
  /**
@@ -1302,7 +1302,7 @@ export declare namespace AccessControl {
1302
1302
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
1303
1303
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
1304
1304
  *
1305
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.2
1305
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
1306
1306
  */
1307
1307
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
1308
1308
  }>[]>;
@@ -1312,7 +1312,7 @@ export declare namespace AccessControl {
1312
1312
  * This field shall specify a Token that can be used to correlate a ReviewFabricRestrictionsResponse with a
1313
1313
  * FabricRestrictionReviewUpdate event.
1314
1314
  *
1315
- * @see {@link MatterSpecification.v13.Core} § 9.10.8.2.1
1315
+ * @see {@link MatterSpecification.v14.Core} § 9.10.8.2.1
1316
1316
  */
1317
1317
  token: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1318
1318
  }>, any>;
@@ -1325,14 +1325,14 @@ export declare namespace AccessControl {
1325
1325
  * may present to the user in order to help the user locate the user interface for the Managed Device
1326
1326
  * feature.
1327
1327
  *
1328
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.3
1328
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.3
1329
1329
  */
1330
1330
  readonly fabricRestrictionReviewUpdate: Event<import("../tlv/TlvObject.js").TypeFromFields<{
1331
1331
  /**
1332
1332
  * This field shall indicate the Token that can be used to correlate a ReviewFabricRestrictionsResponse with a
1333
1333
  * FabricRestrictionReviewUpdate event.
1334
1334
  *
1335
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.3.1
1335
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.1
1336
1336
  */
1337
1337
  token: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1338
1338
  /**
@@ -1345,7 +1345,7 @@ export declare namespace AccessControl {
1345
1345
  * Examples include "Please try again and immediately access device display for further instructions." or
1346
1346
  * "Please check email associated with your Acme account."
1347
1347
  *
1348
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.3.2
1348
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.2
1349
1349
  */
1350
1350
  instruction: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1351
1351
  /**
@@ -1516,7 +1516,7 @@ export declare namespace AccessControl {
1516
1516
  *
1517
1517
  * ◦ https://company.domain.example/matter/arl?vid=FFF1&pid=1234&MTop=_&MTza=79
1518
1518
  *
1519
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.3.3
1519
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.3
1520
1520
  */
1521
1521
  arlRequestFlowUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1522
1522
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
@@ -1536,7 +1536,7 @@ export declare namespace AccessControl {
1536
1536
  *
1537
1537
  * This feature indicates the device supports ACL Extension attribute.
1538
1538
  *
1539
- * @see {@link MatterSpecification.v13.Core} § 9.10.4.1
1539
+ * @see {@link MatterSpecification.v14.Core} § 9.10.4.1
1540
1540
  */
1541
1541
  readonly extension: BitFlag;
1542
1542
  /**
@@ -1611,7 +1611,7 @@ export declare namespace AccessControl {
1611
1611
  * commissioning, administrators may determine the current restrictions of the ARL at any point, including
1612
1612
  * during commissioning after joining the fabric.
1613
1613
  *
1614
- * @see {@link MatterSpecification.v13.Core} § 9.10.4.2
1614
+ * @see {@link MatterSpecification.v14.Core} § 9.10.4.2
1615
1615
  */
1616
1616
  readonly managedDevice: BitFlag;
1617
1617
  };
@@ -1628,7 +1628,7 @@ export declare namespace AccessControl {
1628
1628
  * Control Privilege Granting algorithm to determine if a subject has privilege to interact with targets on
1629
1629
  * the Node.
1630
1630
  *
1631
- * @see {@link MatterSpecification.v13.Core} § 9.10.6.3
1631
+ * @see {@link MatterSpecification.v14.Core} § 9.10.6.3
1632
1632
  */
1633
1633
  readonly acl: WritableFabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
1634
1634
  /**
@@ -1655,13 +1655,13 @@ export declare namespace AccessControl {
1655
1655
  * Cluster itself. The Administer privilege shall NOT be used on Access Control Entries which use the Group auth
1656
1656
  * mode.
1657
1657
  *
1658
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.1
1658
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.1
1659
1659
  */
1660
1660
  privilege: import("../tlv/TlvObject.js").FieldType<AccessControlEntryPrivilege>;
1661
1661
  /**
1662
1662
  * The AuthMode field shall specify the authentication mode required by this Access Control Entry.
1663
1663
  *
1664
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.2
1664
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.2
1665
1665
  */
1666
1666
  authMode: import("../tlv/TlvObject.js").FieldType<AccessControlEntryAuthMode>;
1667
1667
  /**
@@ -1697,7 +1697,7 @@ export declare namespace AccessControl {
1697
1697
  * For Group authentication, the Group ID identifies the required group, as defined in the Group Key Management
1698
1698
  * Cluster.
1699
1699
  *
1700
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.3
1700
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.3
1701
1701
  */
1702
1702
  subjects: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId[] | null>;
1703
1703
  /**
@@ -1719,7 +1719,7 @@ export declare namespace AccessControl {
1719
1719
  * An empty targets list indicates a wildcard: that is, this entry shall grant access to all cluster instances
1720
1720
  * on all endpoints on this Node.
1721
1721
  *
1722
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.4
1722
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.4
1723
1723
  */
1724
1724
  targets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1725
1725
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId | null>;
@@ -1736,7 +1736,7 @@ export declare namespace AccessControl {
1736
1736
  * given implementation, it is recommended to only use the minimum value required and avoid reporting a
1737
1737
  * higher value than the required minimum.
1738
1738
  *
1739
- * @see {@link MatterSpecification.v13.Core} § 9.10.6.5
1739
+ * @see {@link MatterSpecification.v14.Core} § 9.10.6.5
1740
1740
  */
1741
1741
  readonly subjectsPerAccessControlEntry: FixedAttribute<number, any>;
1742
1742
  /**
@@ -1747,7 +1747,7 @@ export declare namespace AccessControl {
1747
1747
  * given implementation, it is recommended to only use the minimum value required and avoid reporting a
1748
1748
  * higher value than the required minimum.
1749
1749
  *
1750
- * @see {@link MatterSpecification.v13.Core} § 9.10.6.6
1750
+ * @see {@link MatterSpecification.v14.Core} § 9.10.6.6
1751
1751
  */
1752
1752
  readonly targetsPerAccessControlEntry: FixedAttribute<number, any>;
1753
1753
  /**
@@ -1759,7 +1759,7 @@ export declare namespace AccessControl {
1759
1759
  * given implementation, it is recommended to only use the minimum value required and avoid reporting a
1760
1760
  * higher value than the required minimum.
1761
1761
  *
1762
- * @see {@link MatterSpecification.v13.Core} § 9.10.6.7
1762
+ * @see {@link MatterSpecification.v14.Core} § 9.10.6.7
1763
1763
  */
1764
1764
  readonly accessControlEntriesPerFabric: FixedAttribute<number, any>;
1765
1765
  };
@@ -1774,7 +1774,7 @@ export declare namespace AccessControl {
1774
1774
  *
1775
1775
  * • Each removed entry shall generate an event with ChangeType Removed.
1776
1776
  *
1777
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.1
1777
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.1
1778
1778
  */
1779
1779
  readonly accessControlEntryChanged: Event<import("../tlv/TlvObject.js").TypeFromFields<{
1780
1780
  /**
@@ -1783,7 +1783,7 @@ export declare namespace AccessControl {
1783
1783
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
1784
1784
  * CASE or PASE session; the other shall be null.
1785
1785
  *
1786
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.1.1
1786
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.1
1787
1787
  */
1788
1788
  adminNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId | null>;
1789
1789
  /**
@@ -1793,13 +1793,13 @@ export declare namespace AccessControl {
1793
1793
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
1794
1794
  * CASE or PASE session; the other shall be null.
1795
1795
  *
1796
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.1.2
1796
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.2
1797
1797
  */
1798
1798
  adminPasscodeId: import("../tlv/TlvObject.js").FieldType<number | null>;
1799
1799
  /**
1800
1800
  * The type of change as appropriate.
1801
1801
  *
1802
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.1.3
1802
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.3
1803
1803
  */
1804
1804
  changeType: import("../tlv/TlvObject.js").FieldType<ChangeType>;
1805
1805
  /**
@@ -1808,7 +1808,7 @@ export declare namespace AccessControl {
1808
1808
  * This field SHOULD be set if resources are adequate for it; otherwise it shall be set to NULL if resources are
1809
1809
  * scarce.
1810
1810
  *
1811
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.1.4
1811
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.4
1812
1812
  */
1813
1813
  latestValue: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1814
1814
  /**
@@ -1835,13 +1835,13 @@ export declare namespace AccessControl {
1835
1835
  * Cluster itself. The Administer privilege shall NOT be used on Access Control Entries which use the Group auth
1836
1836
  * mode.
1837
1837
  *
1838
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.1
1838
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.1
1839
1839
  */
1840
1840
  privilege: import("../tlv/TlvObject.js").FieldType<AccessControlEntryPrivilege>;
1841
1841
  /**
1842
1842
  * The AuthMode field shall specify the authentication mode required by this Access Control Entry.
1843
1843
  *
1844
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.2
1844
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.2
1845
1845
  */
1846
1846
  authMode: import("../tlv/TlvObject.js").FieldType<AccessControlEntryAuthMode>;
1847
1847
  /**
@@ -1877,7 +1877,7 @@ export declare namespace AccessControl {
1877
1877
  * For Group authentication, the Group ID identifies the required group, as defined in the Group Key Management
1878
1878
  * Cluster.
1879
1879
  *
1880
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.3
1880
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.3
1881
1881
  */
1882
1882
  subjects: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId[] | null>;
1883
1883
  /**
@@ -1899,7 +1899,7 @@ export declare namespace AccessControl {
1899
1899
  * An empty targets list indicates a wildcard: that is, this entry shall grant access to all cluster instances
1900
1900
  * on all endpoints on this Node.
1901
1901
  *
1902
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.4
1902
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.4
1903
1903
  */
1904
1904
  targets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1905
1905
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId | null>;
@@ -1927,7 +1927,7 @@ export declare namespace AccessControl {
1927
1927
  *
1928
1928
  * The Access Control Extension list shall support a single extension entry per supported fabric.
1929
1929
  *
1930
- * @see {@link MatterSpecification.v13.Core} § 9.10.6.4
1930
+ * @see {@link MatterSpecification.v14.Core} § 9.10.6.4
1931
1931
  */
1932
1932
  readonly extension: WritableFabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
1933
1933
  /**
@@ -1941,7 +1941,7 @@ export declare namespace AccessControl {
1941
1941
  * Administrators may iterate over this list of elements, and interpret selected elements at their discretion.
1942
1942
  * The content of each element is not specified, but may be coordinated among manufacturers at their discretion.
1943
1943
  *
1944
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.7.1
1944
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.7.1
1945
1945
  */
1946
1946
  data: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1947
1947
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
@@ -1958,7 +1958,7 @@ export declare namespace AccessControl {
1958
1958
  *
1959
1959
  * • Each removed extension shall generate an event with ChangeType Removed.
1960
1960
  *
1961
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.2
1961
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.2
1962
1962
  */
1963
1963
  readonly accessControlExtensionChanged: Event<import("../tlv/TlvObject.js").TypeFromFields<{
1964
1964
  /**
@@ -1967,7 +1967,7 @@ export declare namespace AccessControl {
1967
1967
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
1968
1968
  * CASE or PASE session; the other shall be null.
1969
1969
  *
1970
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.2.1
1970
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.1
1971
1971
  */
1972
1972
  adminNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId | null>;
1973
1973
  /**
@@ -1977,13 +1977,13 @@ export declare namespace AccessControl {
1977
1977
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
1978
1978
  * CASE or PASE session; the other shall be null.
1979
1979
  *
1980
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.2.2
1980
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.2
1981
1981
  */
1982
1982
  adminPasscodeId: import("../tlv/TlvObject.js").FieldType<number | null>;
1983
1983
  /**
1984
1984
  * The type of change as appropriate.
1985
1985
  *
1986
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.2.3
1986
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.3
1987
1987
  */
1988
1988
  changeType: import("../tlv/TlvObject.js").FieldType<ChangeType>;
1989
1989
  /**
@@ -1992,7 +1992,7 @@ export declare namespace AccessControl {
1992
1992
  * This field SHOULD be set if resources are adequate for it; otherwise it shall be set to NULL if resources are
1993
1993
  * scarce.
1994
1994
  *
1995
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.2.4
1995
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.4
1996
1996
  */
1997
1997
  latestValue: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1998
1998
  /**
@@ -2006,7 +2006,7 @@ export declare namespace AccessControl {
2006
2006
  * Administrators may iterate over this list of elements, and interpret selected elements at their discretion.
2007
2007
  * The content of each element is not specified, but may be coordinated among manufacturers at their discretion.
2008
2008
  *
2009
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.7.1
2009
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.7.1
2010
2010
  */
2011
2011
  data: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
2012
2012
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
@@ -2036,21 +2036,21 @@ export declare namespace AccessControl {
2036
2036
  * See Section 9.10.4.2.1, “Managed Device Feature Usage Restrictions” for limitations on the use of access
2037
2037
  * restrictions.
2038
2038
  *
2039
- * @see {@link MatterSpecification.v13.Core} § 9.10.6.8
2039
+ * @see {@link MatterSpecification.v14.Core} § 9.10.6.8
2040
2040
  */
2041
2041
  readonly commissioningArL: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
2042
2042
  /**
2043
2043
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
2044
2044
  * of the list containing the entry.
2045
2045
  *
2046
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.1
2046
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.1
2047
2047
  */
2048
2048
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
2049
2049
  /**
2050
2050
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
2051
2051
  * scoped to the associated fabric of the list containing the entry.
2052
2052
  *
2053
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.2
2053
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.2
2054
2054
  */
2055
2055
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
2056
2056
  /**
@@ -2059,13 +2059,13 @@ export declare namespace AccessControl {
2059
2059
  *
2060
2060
  * This list shall NOT be empty.
2061
2061
  *
2062
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.3
2062
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.3
2063
2063
  */
2064
2064
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2065
2065
  /**
2066
2066
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
2067
2067
  *
2068
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.1
2068
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
2069
2069
  */
2070
2070
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
2071
2071
  /**
@@ -2079,7 +2079,7 @@ export declare namespace AccessControl {
2079
2079
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
2080
2080
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
2081
2081
  *
2082
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.2
2082
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
2083
2083
  */
2084
2084
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
2085
2085
  }>[]>;
@@ -2103,21 +2103,21 @@ export declare namespace AccessControl {
2103
2103
  * See Section 9.10.4.2.1, “Managed Device Feature Usage Restrictions” for limitations on the use of access
2104
2104
  * restrictions.
2105
2105
  *
2106
- * @see {@link MatterSpecification.v13.Core} § 9.10.6.9
2106
+ * @see {@link MatterSpecification.v14.Core} § 9.10.6.9
2107
2107
  */
2108
2108
  readonly arl: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
2109
2109
  /**
2110
2110
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
2111
2111
  * of the list containing the entry.
2112
2112
  *
2113
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.9.1
2113
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.1
2114
2114
  */
2115
2115
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
2116
2116
  /**
2117
2117
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
2118
2118
  * scoped to the associated fabric of the list containing the entry.
2119
2119
  *
2120
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.9.2
2120
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.2
2121
2121
  */
2122
2122
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
2123
2123
  /**
@@ -2126,13 +2126,13 @@ export declare namespace AccessControl {
2126
2126
  *
2127
2127
  * This list shall NOT be empty.
2128
2128
  *
2129
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.9.3
2129
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.3
2130
2130
  */
2131
2131
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2132
2132
  /**
2133
2133
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
2134
2134
  *
2135
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.1
2135
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
2136
2136
  */
2137
2137
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
2138
2138
  /**
@@ -2146,7 +2146,7 @@ export declare namespace AccessControl {
2146
2146
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
2147
2147
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
2148
2148
  *
2149
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.2
2149
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
2150
2150
  */
2151
2151
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
2152
2152
  }>[]>;
@@ -2172,28 +2172,28 @@ export declare namespace AccessControl {
2172
2172
  * The ARL attribute may change at any time due to actions taken by the user, or the service associated with
2173
2173
  * the device vendor.
2174
2174
  *
2175
- * @see {@link MatterSpecification.v13.Core} § 9.10.8.1
2175
+ * @see {@link MatterSpecification.v14.Core} § 9.10.8.1
2176
2176
  */
2177
2177
  readonly reviewFabricRestrictions: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2178
2178
  /**
2179
2179
  * When the ARL field is provided, it indicates the specific restrictions that are requested for review. An
2180
2180
  * empty list represents a generic request for review of all restrictions.
2181
2181
  *
2182
- * @see {@link MatterSpecification.v13.Core} § 9.10.8.1.1
2182
+ * @see {@link MatterSpecification.v14.Core} § 9.10.8.1.1
2183
2183
  */
2184
2184
  arl: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2185
2185
  /**
2186
2186
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
2187
2187
  * of the list containing the entry.
2188
2188
  *
2189
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.1
2189
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.1
2190
2190
  */
2191
2191
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
2192
2192
  /**
2193
2193
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
2194
2194
  * scoped to the associated fabric of the list containing the entry.
2195
2195
  *
2196
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.2
2196
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.2
2197
2197
  */
2198
2198
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
2199
2199
  /**
@@ -2202,13 +2202,13 @@ export declare namespace AccessControl {
2202
2202
  *
2203
2203
  * This list shall NOT be empty.
2204
2204
  *
2205
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.3
2205
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.3
2206
2206
  */
2207
2207
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2208
2208
  /**
2209
2209
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
2210
2210
  *
2211
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.1
2211
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
2212
2212
  */
2213
2213
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
2214
2214
  /**
@@ -2222,7 +2222,7 @@ export declare namespace AccessControl {
2222
2222
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
2223
2223
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
2224
2224
  *
2225
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.2
2225
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
2226
2226
  */
2227
2227
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
2228
2228
  }>[]>;
@@ -2232,7 +2232,7 @@ export declare namespace AccessControl {
2232
2232
  * This field shall specify a Token that can be used to correlate a ReviewFabricRestrictionsResponse with a
2233
2233
  * FabricRestrictionReviewUpdate event.
2234
2234
  *
2235
- * @see {@link MatterSpecification.v13.Core} § 9.10.8.2.1
2235
+ * @see {@link MatterSpecification.v14.Core} § 9.10.8.2.1
2236
2236
  */
2237
2237
  token: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2238
2238
  }>, any>;
@@ -2245,14 +2245,14 @@ export declare namespace AccessControl {
2245
2245
  * may present to the user in order to help the user locate the user interface for the Managed Device
2246
2246
  * feature.
2247
2247
  *
2248
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.3
2248
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.3
2249
2249
  */
2250
2250
  readonly fabricRestrictionReviewUpdate: Event<import("../tlv/TlvObject.js").TypeFromFields<{
2251
2251
  /**
2252
2252
  * This field shall indicate the Token that can be used to correlate a ReviewFabricRestrictionsResponse with a
2253
2253
  * FabricRestrictionReviewUpdate event.
2254
2254
  *
2255
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.3.1
2255
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.1
2256
2256
  */
2257
2257
  token: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2258
2258
  /**
@@ -2265,7 +2265,7 @@ export declare namespace AccessControl {
2265
2265
  * Examples include "Please try again and immediately access device display for further instructions." or
2266
2266
  * "Please check email associated with your Acme account."
2267
2267
  *
2268
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.3.2
2268
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.2
2269
2269
  */
2270
2270
  instruction: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2271
2271
  /**
@@ -2436,7 +2436,7 @@ export declare namespace AccessControl {
2436
2436
  *
2437
2437
  * ◦ https://company.domain.example/matter/arl?vid=FFF1&pid=1234&MTop=_&MTza=79
2438
2438
  *
2439
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.3.3
2439
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.3
2440
2440
  */
2441
2441
  arlRequestFlowUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2442
2442
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
@@ -2458,7 +2458,7 @@ export declare namespace AccessControl {
2458
2458
  *
2459
2459
  * This feature indicates the device supports ACL Extension attribute.
2460
2460
  *
2461
- * @see {@link MatterSpecification.v13.Core} § 9.10.4.1
2461
+ * @see {@link MatterSpecification.v14.Core} § 9.10.4.1
2462
2462
  */
2463
2463
  readonly extension: BitFlag;
2464
2464
  /**
@@ -2533,7 +2533,7 @@ export declare namespace AccessControl {
2533
2533
  * commissioning, administrators may determine the current restrictions of the ARL at any point, including
2534
2534
  * during commissioning after joining the fabric.
2535
2535
  *
2536
- * @see {@link MatterSpecification.v13.Core} § 9.10.4.2
2536
+ * @see {@link MatterSpecification.v14.Core} § 9.10.4.2
2537
2537
  */
2538
2538
  readonly managedDevice: BitFlag;
2539
2539
  };
@@ -2550,7 +2550,7 @@ export declare namespace AccessControl {
2550
2550
  * Control Privilege Granting algorithm to determine if a subject has privilege to interact with targets on
2551
2551
  * the Node.
2552
2552
  *
2553
- * @see {@link MatterSpecification.v13.Core} § 9.10.6.3
2553
+ * @see {@link MatterSpecification.v14.Core} § 9.10.6.3
2554
2554
  */
2555
2555
  readonly acl: WritableFabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
2556
2556
  /**
@@ -2577,13 +2577,13 @@ export declare namespace AccessControl {
2577
2577
  * Cluster itself. The Administer privilege shall NOT be used on Access Control Entries which use the Group auth
2578
2578
  * mode.
2579
2579
  *
2580
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.1
2580
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.1
2581
2581
  */
2582
2582
  privilege: import("../tlv/TlvObject.js").FieldType<AccessControlEntryPrivilege>;
2583
2583
  /**
2584
2584
  * The AuthMode field shall specify the authentication mode required by this Access Control Entry.
2585
2585
  *
2586
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.2
2586
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.2
2587
2587
  */
2588
2588
  authMode: import("../tlv/TlvObject.js").FieldType<AccessControlEntryAuthMode>;
2589
2589
  /**
@@ -2619,7 +2619,7 @@ export declare namespace AccessControl {
2619
2619
  * For Group authentication, the Group ID identifies the required group, as defined in the Group Key Management
2620
2620
  * Cluster.
2621
2621
  *
2622
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.3
2622
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.3
2623
2623
  */
2624
2624
  subjects: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId[] | null>;
2625
2625
  /**
@@ -2641,7 +2641,7 @@ export declare namespace AccessControl {
2641
2641
  * An empty targets list indicates a wildcard: that is, this entry shall grant access to all cluster instances
2642
2642
  * on all endpoints on this Node.
2643
2643
  *
2644
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.4
2644
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.4
2645
2645
  */
2646
2646
  targets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2647
2647
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId | null>;
@@ -2658,7 +2658,7 @@ export declare namespace AccessControl {
2658
2658
  * given implementation, it is recommended to only use the minimum value required and avoid reporting a
2659
2659
  * higher value than the required minimum.
2660
2660
  *
2661
- * @see {@link MatterSpecification.v13.Core} § 9.10.6.5
2661
+ * @see {@link MatterSpecification.v14.Core} § 9.10.6.5
2662
2662
  */
2663
2663
  readonly subjectsPerAccessControlEntry: FixedAttribute<number, any>;
2664
2664
  /**
@@ -2669,7 +2669,7 @@ export declare namespace AccessControl {
2669
2669
  * given implementation, it is recommended to only use the minimum value required and avoid reporting a
2670
2670
  * higher value than the required minimum.
2671
2671
  *
2672
- * @see {@link MatterSpecification.v13.Core} § 9.10.6.6
2672
+ * @see {@link MatterSpecification.v14.Core} § 9.10.6.6
2673
2673
  */
2674
2674
  readonly targetsPerAccessControlEntry: FixedAttribute<number, any>;
2675
2675
  /**
@@ -2681,7 +2681,7 @@ export declare namespace AccessControl {
2681
2681
  * given implementation, it is recommended to only use the minimum value required and avoid reporting a
2682
2682
  * higher value than the required minimum.
2683
2683
  *
2684
- * @see {@link MatterSpecification.v13.Core} § 9.10.6.7
2684
+ * @see {@link MatterSpecification.v14.Core} § 9.10.6.7
2685
2685
  */
2686
2686
  readonly accessControlEntriesPerFabric: FixedAttribute<number, any>;
2687
2687
  };
@@ -2696,7 +2696,7 @@ export declare namespace AccessControl {
2696
2696
  *
2697
2697
  * • Each removed entry shall generate an event with ChangeType Removed.
2698
2698
  *
2699
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.1
2699
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.1
2700
2700
  */
2701
2701
  readonly accessControlEntryChanged: Event<import("../tlv/TlvObject.js").TypeFromFields<{
2702
2702
  /**
@@ -2705,7 +2705,7 @@ export declare namespace AccessControl {
2705
2705
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
2706
2706
  * CASE or PASE session; the other shall be null.
2707
2707
  *
2708
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.1.1
2708
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.1
2709
2709
  */
2710
2710
  adminNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId | null>;
2711
2711
  /**
@@ -2715,13 +2715,13 @@ export declare namespace AccessControl {
2715
2715
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
2716
2716
  * CASE or PASE session; the other shall be null.
2717
2717
  *
2718
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.1.2
2718
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.2
2719
2719
  */
2720
2720
  adminPasscodeId: import("../tlv/TlvObject.js").FieldType<number | null>;
2721
2721
  /**
2722
2722
  * The type of change as appropriate.
2723
2723
  *
2724
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.1.3
2724
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.3
2725
2725
  */
2726
2726
  changeType: import("../tlv/TlvObject.js").FieldType<ChangeType>;
2727
2727
  /**
@@ -2730,7 +2730,7 @@ export declare namespace AccessControl {
2730
2730
  * This field SHOULD be set if resources are adequate for it; otherwise it shall be set to NULL if resources are
2731
2731
  * scarce.
2732
2732
  *
2733
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.1.4
2733
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.4
2734
2734
  */
2735
2735
  latestValue: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2736
2736
  /**
@@ -2757,13 +2757,13 @@ export declare namespace AccessControl {
2757
2757
  * Cluster itself. The Administer privilege shall NOT be used on Access Control Entries which use the Group auth
2758
2758
  * mode.
2759
2759
  *
2760
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.1
2760
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.1
2761
2761
  */
2762
2762
  privilege: import("../tlv/TlvObject.js").FieldType<AccessControlEntryPrivilege>;
2763
2763
  /**
2764
2764
  * The AuthMode field shall specify the authentication mode required by this Access Control Entry.
2765
2765
  *
2766
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.2
2766
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.2
2767
2767
  */
2768
2768
  authMode: import("../tlv/TlvObject.js").FieldType<AccessControlEntryAuthMode>;
2769
2769
  /**
@@ -2799,7 +2799,7 @@ export declare namespace AccessControl {
2799
2799
  * For Group authentication, the Group ID identifies the required group, as defined in the Group Key Management
2800
2800
  * Cluster.
2801
2801
  *
2802
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.3
2802
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.3
2803
2803
  */
2804
2804
  subjects: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId[] | null>;
2805
2805
  /**
@@ -2821,7 +2821,7 @@ export declare namespace AccessControl {
2821
2821
  * An empty targets list indicates a wildcard: that is, this entry shall grant access to all cluster instances
2822
2822
  * on all endpoints on this Node.
2823
2823
  *
2824
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.4
2824
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.4
2825
2825
  */
2826
2826
  targets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2827
2827
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId | null>;
@@ -2849,7 +2849,7 @@ export declare namespace AccessControl {
2849
2849
  *
2850
2850
  * The Access Control Extension list shall support a single extension entry per supported fabric.
2851
2851
  *
2852
- * @see {@link MatterSpecification.v13.Core} § 9.10.6.4
2852
+ * @see {@link MatterSpecification.v14.Core} § 9.10.6.4
2853
2853
  */
2854
2854
  readonly extension: WritableFabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
2855
2855
  /**
@@ -2863,7 +2863,7 @@ export declare namespace AccessControl {
2863
2863
  * Administrators may iterate over this list of elements, and interpret selected elements at their discretion.
2864
2864
  * The content of each element is not specified, but may be coordinated among manufacturers at their discretion.
2865
2865
  *
2866
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.7.1
2866
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.7.1
2867
2867
  */
2868
2868
  data: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
2869
2869
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
@@ -2880,7 +2880,7 @@ export declare namespace AccessControl {
2880
2880
  *
2881
2881
  * • Each removed extension shall generate an event with ChangeType Removed.
2882
2882
  *
2883
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.2
2883
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.2
2884
2884
  */
2885
2885
  readonly accessControlExtensionChanged: Event<import("../tlv/TlvObject.js").TypeFromFields<{
2886
2886
  /**
@@ -2889,7 +2889,7 @@ export declare namespace AccessControl {
2889
2889
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
2890
2890
  * CASE or PASE session; the other shall be null.
2891
2891
  *
2892
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.2.1
2892
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.1
2893
2893
  */
2894
2894
  adminNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId | null>;
2895
2895
  /**
@@ -2899,13 +2899,13 @@ export declare namespace AccessControl {
2899
2899
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
2900
2900
  * CASE or PASE session; the other shall be null.
2901
2901
  *
2902
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.2.2
2902
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.2
2903
2903
  */
2904
2904
  adminPasscodeId: import("../tlv/TlvObject.js").FieldType<number | null>;
2905
2905
  /**
2906
2906
  * The type of change as appropriate.
2907
2907
  *
2908
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.2.3
2908
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.3
2909
2909
  */
2910
2910
  changeType: import("../tlv/TlvObject.js").FieldType<ChangeType>;
2911
2911
  /**
@@ -2914,7 +2914,7 @@ export declare namespace AccessControl {
2914
2914
  * This field SHOULD be set if resources are adequate for it; otherwise it shall be set to NULL if resources are
2915
2915
  * scarce.
2916
2916
  *
2917
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.2.4
2917
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.4
2918
2918
  */
2919
2919
  latestValue: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2920
2920
  /**
@@ -2928,7 +2928,7 @@ export declare namespace AccessControl {
2928
2928
  * Administrators may iterate over this list of elements, and interpret selected elements at their discretion.
2929
2929
  * The content of each element is not specified, but may be coordinated among manufacturers at their discretion.
2930
2930
  *
2931
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.7.1
2931
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.7.1
2932
2932
  */
2933
2933
  data: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
2934
2934
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
@@ -2958,21 +2958,21 @@ export declare namespace AccessControl {
2958
2958
  * See Section 9.10.4.2.1, “Managed Device Feature Usage Restrictions” for limitations on the use of access
2959
2959
  * restrictions.
2960
2960
  *
2961
- * @see {@link MatterSpecification.v13.Core} § 9.10.6.8
2961
+ * @see {@link MatterSpecification.v14.Core} § 9.10.6.8
2962
2962
  */
2963
2963
  readonly commissioningArL: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
2964
2964
  /**
2965
2965
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
2966
2966
  * of the list containing the entry.
2967
2967
  *
2968
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.1
2968
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.1
2969
2969
  */
2970
2970
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
2971
2971
  /**
2972
2972
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
2973
2973
  * scoped to the associated fabric of the list containing the entry.
2974
2974
  *
2975
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.2
2975
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.2
2976
2976
  */
2977
2977
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
2978
2978
  /**
@@ -2981,13 +2981,13 @@ export declare namespace AccessControl {
2981
2981
  *
2982
2982
  * This list shall NOT be empty.
2983
2983
  *
2984
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.3
2984
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.3
2985
2985
  */
2986
2986
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2987
2987
  /**
2988
2988
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
2989
2989
  *
2990
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.1
2990
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
2991
2991
  */
2992
2992
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
2993
2993
  /**
@@ -3001,7 +3001,7 @@ export declare namespace AccessControl {
3001
3001
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
3002
3002
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
3003
3003
  *
3004
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.2
3004
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
3005
3005
  */
3006
3006
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
3007
3007
  }>[]>;
@@ -3025,21 +3025,21 @@ export declare namespace AccessControl {
3025
3025
  * See Section 9.10.4.2.1, “Managed Device Feature Usage Restrictions” for limitations on the use of access
3026
3026
  * restrictions.
3027
3027
  *
3028
- * @see {@link MatterSpecification.v13.Core} § 9.10.6.9
3028
+ * @see {@link MatterSpecification.v14.Core} § 9.10.6.9
3029
3029
  */
3030
3030
  readonly arl: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
3031
3031
  /**
3032
3032
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
3033
3033
  * of the list containing the entry.
3034
3034
  *
3035
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.9.1
3035
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.1
3036
3036
  */
3037
3037
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
3038
3038
  /**
3039
3039
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
3040
3040
  * scoped to the associated fabric of the list containing the entry.
3041
3041
  *
3042
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.9.2
3042
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.2
3043
3043
  */
3044
3044
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
3045
3045
  /**
@@ -3048,13 +3048,13 @@ export declare namespace AccessControl {
3048
3048
  *
3049
3049
  * This list shall NOT be empty.
3050
3050
  *
3051
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.9.3
3051
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.3
3052
3052
  */
3053
3053
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3054
3054
  /**
3055
3055
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
3056
3056
  *
3057
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.1
3057
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
3058
3058
  */
3059
3059
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
3060
3060
  /**
@@ -3068,7 +3068,7 @@ export declare namespace AccessControl {
3068
3068
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
3069
3069
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
3070
3070
  *
3071
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.2
3071
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
3072
3072
  */
3073
3073
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
3074
3074
  }>[]>;
@@ -3094,28 +3094,28 @@ export declare namespace AccessControl {
3094
3094
  * The ARL attribute may change at any time due to actions taken by the user, or the service associated with
3095
3095
  * the device vendor.
3096
3096
  *
3097
- * @see {@link MatterSpecification.v13.Core} § 9.10.8.1
3097
+ * @see {@link MatterSpecification.v14.Core} § 9.10.8.1
3098
3098
  */
3099
3099
  readonly reviewFabricRestrictions: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3100
3100
  /**
3101
3101
  * When the ARL field is provided, it indicates the specific restrictions that are requested for review. An
3102
3102
  * empty list represents a generic request for review of all restrictions.
3103
3103
  *
3104
- * @see {@link MatterSpecification.v13.Core} § 9.10.8.1.1
3104
+ * @see {@link MatterSpecification.v14.Core} § 9.10.8.1.1
3105
3105
  */
3106
3106
  arl: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3107
3107
  /**
3108
3108
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
3109
3109
  * of the list containing the entry.
3110
3110
  *
3111
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.1
3111
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.1
3112
3112
  */
3113
3113
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
3114
3114
  /**
3115
3115
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
3116
3116
  * scoped to the associated fabric of the list containing the entry.
3117
3117
  *
3118
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.2
3118
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.2
3119
3119
  */
3120
3120
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
3121
3121
  /**
@@ -3124,13 +3124,13 @@ export declare namespace AccessControl {
3124
3124
  *
3125
3125
  * This list shall NOT be empty.
3126
3126
  *
3127
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.3
3127
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.3
3128
3128
  */
3129
3129
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3130
3130
  /**
3131
3131
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
3132
3132
  *
3133
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.1
3133
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
3134
3134
  */
3135
3135
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
3136
3136
  /**
@@ -3144,7 +3144,7 @@ export declare namespace AccessControl {
3144
3144
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
3145
3145
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
3146
3146
  *
3147
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.2
3147
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
3148
3148
  */
3149
3149
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
3150
3150
  }>[]>;
@@ -3154,7 +3154,7 @@ export declare namespace AccessControl {
3154
3154
  * This field shall specify a Token that can be used to correlate a ReviewFabricRestrictionsResponse with a
3155
3155
  * FabricRestrictionReviewUpdate event.
3156
3156
  *
3157
- * @see {@link MatterSpecification.v13.Core} § 9.10.8.2.1
3157
+ * @see {@link MatterSpecification.v14.Core} § 9.10.8.2.1
3158
3158
  */
3159
3159
  token: import("../tlv/TlvObject.js").FieldType<number | bigint>;
3160
3160
  }>, any>;
@@ -3167,14 +3167,14 @@ export declare namespace AccessControl {
3167
3167
  * may present to the user in order to help the user locate the user interface for the Managed Device
3168
3168
  * feature.
3169
3169
  *
3170
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.3
3170
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.3
3171
3171
  */
3172
3172
  readonly fabricRestrictionReviewUpdate: Event<import("../tlv/TlvObject.js").TypeFromFields<{
3173
3173
  /**
3174
3174
  * This field shall indicate the Token that can be used to correlate a ReviewFabricRestrictionsResponse with a
3175
3175
  * FabricRestrictionReviewUpdate event.
3176
3176
  *
3177
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.3.1
3177
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.1
3178
3178
  */
3179
3179
  token: import("../tlv/TlvObject.js").FieldType<number | bigint>;
3180
3180
  /**
@@ -3187,7 +3187,7 @@ export declare namespace AccessControl {
3187
3187
  * Examples include "Please try again and immediately access device display for further instructions." or
3188
3188
  * "Please check email associated with your Acme account."
3189
3189
  *
3190
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.3.2
3190
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.2
3191
3191
  */
3192
3192
  instruction: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3193
3193
  /**
@@ -3358,7 +3358,7 @@ export declare namespace AccessControl {
3358
3358
  *
3359
3359
  * ◦ https://company.domain.example/matter/arl?vid=FFF1&pid=1234&MTop=_&MTza=79
3360
3360
  *
3361
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.3.3
3361
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.3
3362
3362
  */
3363
3363
  arlRequestFlowUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3364
3364
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
@@ -3379,7 +3379,7 @@ export declare namespace AccessControl {
3379
3379
  * AccessControlCluster supports optional features that you can enable with the AccessControlCluster.with() factory
3380
3380
  * method.
3381
3381
  *
3382
- * @see {@link MatterSpecification.v13.Core} § 9.10
3382
+ * @see {@link MatterSpecification.v14.Core} § 9.10
3383
3383
  */
3384
3384
  interface Cluster extends Identity<typeof ClusterInstance> {
3385
3385
  }
@@ -3397,7 +3397,7 @@ export declare namespace AccessControl {
3397
3397
  *
3398
3398
  * This feature indicates the device supports ACL Extension attribute.
3399
3399
  *
3400
- * @see {@link MatterSpecification.v13.Core} § 9.10.4.1
3400
+ * @see {@link MatterSpecification.v14.Core} § 9.10.4.1
3401
3401
  */
3402
3402
  readonly extension: BitFlag;
3403
3403
  /**
@@ -3472,7 +3472,7 @@ export declare namespace AccessControl {
3472
3472
  * commissioning, administrators may determine the current restrictions of the ARL at any point, including
3473
3473
  * during commissioning after joining the fabric.
3474
3474
  *
3475
- * @see {@link MatterSpecification.v13.Core} § 9.10.4.2
3475
+ * @see {@link MatterSpecification.v14.Core} § 9.10.4.2
3476
3476
  */
3477
3477
  readonly managedDevice: BitFlag;
3478
3478
  };
@@ -3489,7 +3489,7 @@ export declare namespace AccessControl {
3489
3489
  * Administrators may iterate over this list of elements, and interpret selected elements at their discretion.
3490
3490
  * The content of each element is not specified, but may be coordinated among manufacturers at their discretion.
3491
3491
  *
3492
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.7.1
3492
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.7.1
3493
3493
  */
3494
3494
  data: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
3495
3495
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
@@ -3506,14 +3506,14 @@ export declare namespace AccessControl {
3506
3506
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
3507
3507
  * of the list containing the entry.
3508
3508
  *
3509
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.1
3509
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.1
3510
3510
  */
3511
3511
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
3512
3512
  /**
3513
3513
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
3514
3514
  * scoped to the associated fabric of the list containing the entry.
3515
3515
  *
3516
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.2
3516
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.2
3517
3517
  */
3518
3518
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
3519
3519
  /**
@@ -3522,13 +3522,13 @@ export declare namespace AccessControl {
3522
3522
  *
3523
3523
  * This list shall NOT be empty.
3524
3524
  *
3525
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.3
3525
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.3
3526
3526
  */
3527
3527
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3528
3528
  /**
3529
3529
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
3530
3530
  *
3531
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.1
3531
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
3532
3532
  */
3533
3533
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
3534
3534
  /**
@@ -3542,7 +3542,7 @@ export declare namespace AccessControl {
3542
3542
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
3543
3543
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
3544
3544
  *
3545
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.2
3545
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
3546
3546
  */
3547
3547
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
3548
3548
  }>[]>;
@@ -3559,14 +3559,14 @@ export declare namespace AccessControl {
3559
3559
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
3560
3560
  * of the list containing the entry.
3561
3561
  *
3562
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.9.1
3562
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.1
3563
3563
  */
3564
3564
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
3565
3565
  /**
3566
3566
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
3567
3567
  * scoped to the associated fabric of the list containing the entry.
3568
3568
  *
3569
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.9.2
3569
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.2
3570
3570
  */
3571
3571
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
3572
3572
  /**
@@ -3575,13 +3575,13 @@ export declare namespace AccessControl {
3575
3575
  *
3576
3576
  * This list shall NOT be empty.
3577
3577
  *
3578
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.9.3
3578
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.9.3
3579
3579
  */
3580
3580
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3581
3581
  /**
3582
3582
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
3583
3583
  *
3584
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.1
3584
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
3585
3585
  */
3586
3586
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
3587
3587
  /**
@@ -3595,7 +3595,7 @@ export declare namespace AccessControl {
3595
3595
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
3596
3596
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
3597
3597
  *
3598
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.2
3598
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
3599
3599
  */
3600
3600
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
3601
3601
  }>[]>;
@@ -3633,13 +3633,13 @@ export declare namespace AccessControl {
3633
3633
  * Cluster itself. The Administer privilege shall NOT be used on Access Control Entries which use the Group auth
3634
3634
  * mode.
3635
3635
  *
3636
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.1
3636
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.1
3637
3637
  */
3638
3638
  privilege: import("../tlv/TlvObject.js").FieldType<AccessControlEntryPrivilege>;
3639
3639
  /**
3640
3640
  * The AuthMode field shall specify the authentication mode required by this Access Control Entry.
3641
3641
  *
3642
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.2
3642
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.2
3643
3643
  */
3644
3644
  authMode: import("../tlv/TlvObject.js").FieldType<AccessControlEntryAuthMode>;
3645
3645
  /**
@@ -3675,7 +3675,7 @@ export declare namespace AccessControl {
3675
3675
  * For Group authentication, the Group ID identifies the required group, as defined in the Group Key Management
3676
3676
  * Cluster.
3677
3677
  *
3678
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.3
3678
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.3
3679
3679
  */
3680
3680
  subjects: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId[] | null>;
3681
3681
  /**
@@ -3697,7 +3697,7 @@ export declare namespace AccessControl {
3697
3697
  * An empty targets list indicates a wildcard: that is, this entry shall grant access to all cluster instances
3698
3698
  * on all endpoints on this Node.
3699
3699
  *
3700
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.4
3700
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.4
3701
3701
  */
3702
3702
  targets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3703
3703
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId | null>;
@@ -3716,7 +3716,7 @@ export declare namespace AccessControl {
3716
3716
  *
3717
3717
  * This feature indicates the device supports ACL Extension attribute.
3718
3718
  *
3719
- * @see {@link MatterSpecification.v13.Core} § 9.10.4.1
3719
+ * @see {@link MatterSpecification.v14.Core} § 9.10.4.1
3720
3720
  */
3721
3721
  readonly extension: BitFlag;
3722
3722
  /**
@@ -3791,7 +3791,7 @@ export declare namespace AccessControl {
3791
3791
  * commissioning, administrators may determine the current restrictions of the ARL at any point, including
3792
3792
  * during commissioning after joining the fabric.
3793
3793
  *
3794
- * @see {@link MatterSpecification.v13.Core} § 9.10.4.2
3794
+ * @see {@link MatterSpecification.v14.Core} § 9.10.4.2
3795
3795
  */
3796
3796
  readonly managedDevice: BitFlag;
3797
3797
  }>, never>;
@@ -3805,21 +3805,21 @@ export declare namespace AccessControl {
3805
3805
  * When the ARL field is provided, it indicates the specific restrictions that are requested for review. An
3806
3806
  * empty list represents a generic request for review of all restrictions.
3807
3807
  *
3808
- * @see {@link MatterSpecification.v13.Core} § 9.10.8.1.1
3808
+ * @see {@link MatterSpecification.v14.Core} § 9.10.8.1.1
3809
3809
  */
3810
3810
  arl: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3811
3811
  /**
3812
3812
  * This field shall indicate the endpoint having associated access restrictions scoped to the associated fabric
3813
3813
  * of the list containing the entry.
3814
3814
  *
3815
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.1
3815
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.1
3816
3816
  */
3817
3817
  endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
3818
3818
  /**
3819
3819
  * This field shall indicate the cluster having associated access restrictions under the entry’s Endpoint,
3820
3820
  * scoped to the associated fabric of the list containing the entry.
3821
3821
  *
3822
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.2
3822
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.2
3823
3823
  */
3824
3824
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId>;
3825
3825
  /**
@@ -3828,13 +3828,13 @@ export declare namespace AccessControl {
3828
3828
  *
3829
3829
  * This list shall NOT be empty.
3830
3830
  *
3831
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.10.3
3831
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.10.3
3832
3832
  */
3833
3833
  restrictions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3834
3834
  /**
3835
3835
  * This field shall indicate the type of restriction, for example, AttributeAccessForbidden.
3836
3836
  *
3837
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.1
3837
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.1
3838
3838
  */
3839
3839
  type: import("../tlv/TlvObject.js").FieldType<AccessRestrictionType>;
3840
3840
  /**
@@ -3848,7 +3848,7 @@ export declare namespace AccessControl {
3848
3848
  * A null value shall indicate the wildcard value for the given value of Type (i.e. all elements associated with
3849
3849
  * the Type under the associated endpoint and cluster for the containing AccessRestrictionEntryStruct).
3850
3850
  *
3851
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.8.2
3851
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.8.2
3852
3852
  */
3853
3853
  id: import("../tlv/TlvObject.js").FieldType<number | null>;
3854
3854
  }>[]>;
@@ -3858,7 +3858,7 @@ export declare namespace AccessControl {
3858
3858
  * This field shall specify a Token that can be used to correlate a ReviewFabricRestrictionsResponse with a
3859
3859
  * FabricRestrictionReviewUpdate event.
3860
3860
  *
3861
- * @see {@link MatterSpecification.v13.Core} § 9.10.8.2.1
3861
+ * @see {@link MatterSpecification.v14.Core} § 9.10.8.2.1
3862
3862
  */
3863
3863
  token: import("../tlv/TlvObject.js").FieldType<number | bigint>;
3864
3864
  }>, any> & {
@@ -3878,7 +3878,7 @@ export declare namespace AccessControl {
3878
3878
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
3879
3879
  * CASE or PASE session; the other shall be null.
3880
3880
  *
3881
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.2.1
3881
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.1
3882
3882
  */
3883
3883
  adminNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId | null>;
3884
3884
  /**
@@ -3888,13 +3888,13 @@ export declare namespace AccessControl {
3888
3888
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
3889
3889
  * CASE or PASE session; the other shall be null.
3890
3890
  *
3891
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.2.2
3891
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.2
3892
3892
  */
3893
3893
  adminPasscodeId: import("../tlv/TlvObject.js").FieldType<number | null>;
3894
3894
  /**
3895
3895
  * The type of change as appropriate.
3896
3896
  *
3897
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.2.3
3897
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.3
3898
3898
  */
3899
3899
  changeType: import("../tlv/TlvObject.js").FieldType<ChangeType>;
3900
3900
  /**
@@ -3903,7 +3903,7 @@ export declare namespace AccessControl {
3903
3903
  * This field SHOULD be set if resources are adequate for it; otherwise it shall be set to NULL if resources are
3904
3904
  * scarce.
3905
3905
  *
3906
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.2.4
3906
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.2.4
3907
3907
  */
3908
3908
  latestValue: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3909
3909
  /**
@@ -3917,7 +3917,7 @@ export declare namespace AccessControl {
3917
3917
  * Administrators may iterate over this list of elements, and interpret selected elements at their discretion.
3918
3918
  * The content of each element is not specified, but may be coordinated among manufacturers at their discretion.
3919
3919
  *
3920
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.7.1
3920
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.7.1
3921
3921
  */
3922
3922
  data: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
3923
3923
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
@@ -3936,7 +3936,7 @@ export declare namespace AccessControl {
3936
3936
  * This field shall indicate the Token that can be used to correlate a ReviewFabricRestrictionsResponse with a
3937
3937
  * FabricRestrictionReviewUpdate event.
3938
3938
  *
3939
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.3.1
3939
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.1
3940
3940
  */
3941
3941
  token: import("../tlv/TlvObject.js").FieldType<number | bigint>;
3942
3942
  /**
@@ -3949,7 +3949,7 @@ export declare namespace AccessControl {
3949
3949
  * Examples include "Please try again and immediately access device display for further instructions." or
3950
3950
  * "Please check email associated with your Acme account."
3951
3951
  *
3952
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.3.2
3952
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.2
3953
3953
  */
3954
3954
  instruction: import("../tlv/TlvObject.js").OptionalFieldType<string>;
3955
3955
  /**
@@ -4120,7 +4120,7 @@ export declare namespace AccessControl {
4120
4120
  *
4121
4121
  * ◦ https://company.domain.example/matter/arl?vid=FFF1&pid=1234&MTop=_&MTza=79
4122
4122
  *
4123
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.3.3
4123
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.3.3
4124
4124
  */
4125
4125
  arlRequestFlowUrl: import("../tlv/TlvObject.js").OptionalFieldType<string>;
4126
4126
  fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
@@ -4142,7 +4142,7 @@ export declare namespace AccessControl {
4142
4142
  *
4143
4143
  * • Each removed entry shall generate an event with ChangeType Removed.
4144
4144
  *
4145
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.1
4145
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.1
4146
4146
  */
4147
4147
  readonly accessControlEntryChanged: Event<import("../tlv/TlvObject.js").TypeFromFields<{
4148
4148
  /**
@@ -4151,7 +4151,7 @@ export declare namespace AccessControl {
4151
4151
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
4152
4152
  * CASE or PASE session; the other shall be null.
4153
4153
  *
4154
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.1.1
4154
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.1
4155
4155
  */
4156
4156
  adminNodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId | null>;
4157
4157
  /**
@@ -4161,13 +4161,13 @@ export declare namespace AccessControl {
4161
4161
  * Exactly one of AdminNodeID and AdminPasscodeID shall be set, depending on whether the change occurred via a
4162
4162
  * CASE or PASE session; the other shall be null.
4163
4163
  *
4164
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.1.2
4164
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.2
4165
4165
  */
4166
4166
  adminPasscodeId: import("../tlv/TlvObject.js").FieldType<number | null>;
4167
4167
  /**
4168
4168
  * The type of change as appropriate.
4169
4169
  *
4170
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.1.3
4170
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.3
4171
4171
  */
4172
4172
  changeType: import("../tlv/TlvObject.js").FieldType<ChangeType>;
4173
4173
  /**
@@ -4176,7 +4176,7 @@ export declare namespace AccessControl {
4176
4176
  * This field SHOULD be set if resources are adequate for it; otherwise it shall be set to NULL if resources are
4177
4177
  * scarce.
4178
4178
  *
4179
- * @see {@link MatterSpecification.v13.Core} § 9.10.9.1.4
4179
+ * @see {@link MatterSpecification.v14.Core} § 9.10.9.1.4
4180
4180
  */
4181
4181
  latestValue: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
4182
4182
  /**
@@ -4203,13 +4203,13 @@ export declare namespace AccessControl {
4203
4203
  * Cluster itself. The Administer privilege shall NOT be used on Access Control Entries which use the Group auth
4204
4204
  * mode.
4205
4205
  *
4206
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.1
4206
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.1
4207
4207
  */
4208
4208
  privilege: import("../tlv/TlvObject.js").FieldType<AccessControlEntryPrivilege>;
4209
4209
  /**
4210
4210
  * The AuthMode field shall specify the authentication mode required by this Access Control Entry.
4211
4211
  *
4212
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.2
4212
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.2
4213
4213
  */
4214
4214
  authMode: import("../tlv/TlvObject.js").FieldType<AccessControlEntryAuthMode>;
4215
4215
  /**
@@ -4245,7 +4245,7 @@ export declare namespace AccessControl {
4245
4245
  * For Group authentication, the Group ID identifies the required group, as defined in the Group Key Management
4246
4246
  * Cluster.
4247
4247
  *
4248
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.3
4248
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.3
4249
4249
  */
4250
4250
  subjects: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId[] | null>;
4251
4251
  /**
@@ -4267,7 +4267,7 @@ export declare namespace AccessControl {
4267
4267
  * An empty targets list indicates a wildcard: that is, this entry shall grant access to all cluster instances
4268
4268
  * on all endpoints on this Node.
4269
4269
  *
4270
- * @see {@link MatterSpecification.v13.Core} § 9.10.5.6.4
4270
+ * @see {@link MatterSpecification.v14.Core} § 9.10.5.6.4
4271
4271
  */
4272
4272
  targets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
4273
4273
  cluster: import("../tlv/TlvObject.js").FieldType<import("../datatype/ClusterId.js").ClusterId | null>;