@matter/types 0.12.6-alpha.0-20250304-03716637c → 0.13.0-alpha.0-20250307-ebf84a05a

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 (857) hide show
  1. package/dist/cjs/cluster/Cluster.d.ts.map +1 -1
  2. package/dist/cjs/cluster/ClusterHelper.d.ts.map +1 -1
  3. package/dist/cjs/clusters/access-control.d.ts +3972 -522
  4. package/dist/cjs/clusters/access-control.d.ts.map +1 -1
  5. package/dist/cjs/clusters/access-control.js +640 -116
  6. package/dist/cjs/clusters/access-control.js.map +2 -2
  7. package/dist/cjs/clusters/actions.d.ts +10 -9
  8. package/dist/cjs/clusters/actions.d.ts.map +1 -1
  9. package/dist/cjs/clusters/actions.js +4 -4
  10. package/dist/cjs/clusters/actions.js.map +1 -1
  11. package/dist/cjs/clusters/administrator-commissioning.d.ts +156 -129
  12. package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
  13. package/dist/cjs/clusters/administrator-commissioning.js +40 -35
  14. package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
  15. package/dist/cjs/clusters/alarm-base.d.ts +9 -12
  16. package/dist/cjs/clusters/alarm-base.d.ts.map +1 -1
  17. package/dist/cjs/clusters/alarm-base.js +3 -4
  18. package/dist/cjs/clusters/alarm-base.js.map +1 -1
  19. package/dist/cjs/clusters/application-launcher.d.ts +27 -15
  20. package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
  21. package/dist/cjs/clusters/application-launcher.js +7 -4
  22. package/dist/cjs/clusters/application-launcher.js.map +1 -1
  23. package/dist/cjs/clusters/ballast-configuration.d.ts +7 -7
  24. package/dist/cjs/clusters/ballast-configuration.js +7 -7
  25. package/dist/cjs/clusters/basic-information.d.ts +29 -21
  26. package/dist/cjs/clusters/basic-information.d.ts.map +1 -1
  27. package/dist/cjs/clusters/basic-information.js +29 -21
  28. package/dist/cjs/clusters/basic-information.js.map +1 -1
  29. package/dist/cjs/clusters/bridged-device-basic-information.d.ts +816 -34
  30. package/dist/cjs/clusters/bridged-device-basic-information.d.ts.map +1 -1
  31. package/dist/cjs/clusters/bridged-device-basic-information.js +182 -29
  32. package/dist/cjs/clusters/bridged-device-basic-information.js.map +2 -2
  33. package/dist/cjs/clusters/channel.d.ts +115 -124
  34. package/dist/cjs/clusters/channel.d.ts.map +1 -1
  35. package/dist/cjs/clusters/channel.js +15 -16
  36. package/dist/cjs/clusters/channel.js.map +1 -1
  37. package/dist/cjs/clusters/color-control.d.ts +3076 -1366
  38. package/dist/cjs/clusters/color-control.d.ts.map +1 -1
  39. package/dist/cjs/clusters/color-control.js +423 -357
  40. package/dist/cjs/clusters/color-control.js.map +2 -2
  41. package/dist/cjs/clusters/commissioner-control.d.ts +268 -0
  42. package/dist/cjs/clusters/commissioner-control.d.ts.map +1 -0
  43. package/dist/cjs/clusters/commissioner-control.js +194 -0
  44. package/dist/cjs/clusters/commissioner-control.js.map +6 -0
  45. package/dist/cjs/clusters/content-control.d.ts +497 -221
  46. package/dist/cjs/clusters/content-control.d.ts.map +1 -1
  47. package/dist/cjs/clusters/content-control.js +59 -41
  48. package/dist/cjs/clusters/content-control.js.map +2 -2
  49. package/dist/cjs/clusters/content-launcher.d.ts +248 -215
  50. package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
  51. package/dist/cjs/clusters/content-launcher.js +16 -15
  52. package/dist/cjs/clusters/content-launcher.js.map +1 -1
  53. package/dist/cjs/clusters/device-energy-management-mode.d.ts +76 -333
  54. package/dist/cjs/clusters/device-energy-management-mode.d.ts.map +1 -1
  55. package/dist/cjs/clusters/device-energy-management-mode.js +26 -73
  56. package/dist/cjs/clusters/device-energy-management-mode.js.map +1 -1
  57. package/dist/cjs/clusters/device-energy-management.d.ts +1299 -930
  58. package/dist/cjs/clusters/device-energy-management.d.ts.map +1 -1
  59. package/dist/cjs/clusters/device-energy-management.js +189 -160
  60. package/dist/cjs/clusters/device-energy-management.js.map +2 -2
  61. package/dist/cjs/clusters/dishwasher-alarm.d.ts +14 -17
  62. package/dist/cjs/clusters/dishwasher-alarm.d.ts.map +1 -1
  63. package/dist/cjs/clusters/dishwasher-alarm.js +3 -4
  64. package/dist/cjs/clusters/dishwasher-alarm.js.map +1 -1
  65. package/dist/cjs/clusters/dishwasher-mode.d.ts +65 -105
  66. package/dist/cjs/clusters/dishwasher-mode.d.ts.map +1 -1
  67. package/dist/cjs/clusters/dishwasher-mode.js +12 -24
  68. package/dist/cjs/clusters/dishwasher-mode.js.map +1 -1
  69. package/dist/cjs/clusters/door-lock.d.ts +2751 -5427
  70. package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
  71. package/dist/cjs/clusters/door-lock.js +480 -802
  72. package/dist/cjs/clusters/door-lock.js.map +2 -2
  73. package/dist/cjs/clusters/ecosystem-information.d.ts +186 -0
  74. package/dist/cjs/clusters/ecosystem-information.d.ts.map +1 -0
  75. package/dist/cjs/clusters/ecosystem-information.js +154 -0
  76. package/dist/cjs/clusters/ecosystem-information.js.map +6 -0
  77. package/dist/cjs/clusters/electrical-energy-measurement.d.ts +363 -368
  78. package/dist/cjs/clusters/electrical-energy-measurement.d.ts.map +1 -1
  79. package/dist/cjs/clusters/electrical-energy-measurement.js +15 -16
  80. package/dist/cjs/clusters/electrical-energy-measurement.js.map +1 -1
  81. package/dist/cjs/clusters/energy-evse-mode.d.ts +92 -330
  82. package/dist/cjs/clusters/energy-evse-mode.d.ts.map +1 -1
  83. package/dist/cjs/clusters/energy-evse-mode.js +25 -72
  84. package/dist/cjs/clusters/energy-evse-mode.js.map +1 -1
  85. package/dist/cjs/clusters/energy-evse.d.ts +557 -273
  86. package/dist/cjs/clusters/energy-evse.d.ts.map +1 -1
  87. package/dist/cjs/clusters/energy-evse.js +107 -55
  88. package/dist/cjs/clusters/energy-evse.js.map +1 -1
  89. package/dist/cjs/clusters/energy-preference.d.ts +76 -76
  90. package/dist/cjs/clusters/energy-preference.d.ts.map +1 -1
  91. package/dist/cjs/clusters/energy-preference.js +15 -18
  92. package/dist/cjs/clusters/energy-preference.js.map +1 -1
  93. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +3 -9
  94. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
  95. package/dist/cjs/clusters/ethernet-network-diagnostics.js +1 -3
  96. package/dist/cjs/clusters/ethernet-network-diagnostics.js.map +1 -1
  97. package/dist/cjs/clusters/fan-control.d.ts +12 -12
  98. package/dist/cjs/clusters/fan-control.js +4 -4
  99. package/dist/cjs/clusters/fixed-label.d.ts +7 -2
  100. package/dist/cjs/clusters/fixed-label.d.ts.map +1 -1
  101. package/dist/cjs/clusters/fixed-label.js.map +1 -1
  102. package/dist/cjs/clusters/flow-measurement.d.ts +4 -4
  103. package/dist/cjs/clusters/flow-measurement.d.ts.map +1 -1
  104. package/dist/cjs/clusters/flow-measurement.js +6 -6
  105. package/dist/cjs/clusters/flow-measurement.js.map +1 -1
  106. package/dist/cjs/clusters/general-commissioning.d.ts +1416 -111
  107. package/dist/cjs/clusters/general-commissioning.d.ts.map +1 -1
  108. package/dist/cjs/clusters/general-commissioning.js +272 -54
  109. package/dist/cjs/clusters/general-commissioning.js.map +2 -2
  110. package/dist/cjs/clusters/general-diagnostics.d.ts +115 -122
  111. package/dist/cjs/clusters/general-diagnostics.d.ts.map +1 -1
  112. package/dist/cjs/clusters/general-diagnostics.js +31 -33
  113. package/dist/cjs/clusters/general-diagnostics.js.map +1 -1
  114. package/dist/cjs/clusters/group-key-management.d.ts +72 -82
  115. package/dist/cjs/clusters/group-key-management.d.ts.map +1 -1
  116. package/dist/cjs/clusters/group-key-management.js +19 -22
  117. package/dist/cjs/clusters/group-key-management.js.map +1 -1
  118. package/dist/cjs/clusters/groups.d.ts +9 -6
  119. package/dist/cjs/clusters/groups.d.ts.map +1 -1
  120. package/dist/cjs/clusters/groups.js +3 -2
  121. package/dist/cjs/clusters/groups.js.map +1 -1
  122. package/dist/cjs/clusters/icd-management.d.ts +223 -66
  123. package/dist/cjs/clusters/icd-management.d.ts.map +1 -1
  124. package/dist/cjs/clusters/icd-management.js +61 -23
  125. package/dist/cjs/clusters/icd-management.js.map +2 -2
  126. package/dist/cjs/clusters/identify.d.ts +12 -13
  127. package/dist/cjs/clusters/identify.d.ts.map +1 -1
  128. package/dist/cjs/clusters/identify.js +9 -10
  129. package/dist/cjs/clusters/identify.js.map +1 -1
  130. package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -8
  131. package/dist/cjs/clusters/illuminance-measurement.d.ts.map +1 -1
  132. package/dist/cjs/clusters/illuminance-measurement.js +9 -10
  133. package/dist/cjs/clusters/illuminance-measurement.js.map +1 -1
  134. package/dist/cjs/clusters/index.d.ts +11 -1
  135. package/dist/cjs/clusters/index.d.ts.map +1 -1
  136. package/dist/cjs/clusters/index.js +33 -3
  137. package/dist/cjs/clusters/index.js.map +1 -1
  138. package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts +1239 -0
  139. package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts.map +1 -0
  140. package/dist/cjs/clusters/joint-fabric-datastore-cluster.js +490 -0
  141. package/dist/cjs/clusters/joint-fabric-datastore-cluster.js.map +6 -0
  142. package/dist/cjs/clusters/joint-fabric-pki.d.ts +174 -0
  143. package/dist/cjs/clusters/joint-fabric-pki.d.ts.map +1 -0
  144. package/dist/cjs/clusters/joint-fabric-pki.js +120 -0
  145. package/dist/cjs/clusters/joint-fabric-pki.js.map +6 -0
  146. package/dist/cjs/clusters/keypad-input.d.ts +2 -2
  147. package/dist/cjs/clusters/laundry-dryer-controls.d.ts +6 -7
  148. package/dist/cjs/clusters/laundry-dryer-controls.d.ts.map +1 -1
  149. package/dist/cjs/clusters/laundry-dryer-controls.js +5 -9
  150. package/dist/cjs/clusters/laundry-dryer-controls.js.map +1 -1
  151. package/dist/cjs/clusters/laundry-washer-controls.d.ts +74 -62
  152. package/dist/cjs/clusters/laundry-washer-controls.d.ts.map +1 -1
  153. package/dist/cjs/clusters/laundry-washer-controls.js +26 -25
  154. package/dist/cjs/clusters/laundry-washer-controls.js.map +1 -1
  155. package/dist/cjs/clusters/laundry-washer-mode.d.ts +69 -109
  156. package/dist/cjs/clusters/laundry-washer-mode.d.ts.map +1 -1
  157. package/dist/cjs/clusters/laundry-washer-mode.js +13 -25
  158. package/dist/cjs/clusters/laundry-washer-mode.js.map +1 -1
  159. package/dist/cjs/clusters/level-control.d.ts +209 -70
  160. package/dist/cjs/clusters/level-control.d.ts.map +1 -1
  161. package/dist/cjs/clusters/level-control.js +45 -12
  162. package/dist/cjs/clusters/level-control.js.map +1 -1
  163. package/dist/cjs/clusters/localization-configuration.d.ts +5 -6
  164. package/dist/cjs/clusters/localization-configuration.d.ts.map +1 -1
  165. package/dist/cjs/clusters/localization-configuration.js +5 -6
  166. package/dist/cjs/clusters/localization-configuration.js.map +1 -1
  167. package/dist/cjs/clusters/media-input.d.ts +9 -6
  168. package/dist/cjs/clusters/media-input.d.ts.map +1 -1
  169. package/dist/cjs/clusters/media-input.js +3 -2
  170. package/dist/cjs/clusters/media-input.js.map +1 -1
  171. package/dist/cjs/clusters/media-playback.d.ts +29 -24
  172. package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
  173. package/dist/cjs/clusters/media-playback.js +5 -4
  174. package/dist/cjs/clusters/media-playback.js.map +1 -1
  175. package/dist/cjs/clusters/microwave-oven-control.d.ts +54 -48
  176. package/dist/cjs/clusters/microwave-oven-control.d.ts.map +1 -1
  177. package/dist/cjs/clusters/microwave-oven-control.js +19 -17
  178. package/dist/cjs/clusters/microwave-oven-control.js.map +1 -1
  179. package/dist/cjs/clusters/microwave-oven-mode.d.ts +63 -69
  180. package/dist/cjs/clusters/microwave-oven-mode.d.ts.map +1 -1
  181. package/dist/cjs/clusters/microwave-oven-mode.js +14 -11
  182. package/dist/cjs/clusters/microwave-oven-mode.js.map +1 -1
  183. package/dist/cjs/clusters/mode-base.d.ts +27 -46
  184. package/dist/cjs/clusters/mode-base.d.ts.map +1 -1
  185. package/dist/cjs/clusters/mode-base.js +9 -10
  186. package/dist/cjs/clusters/mode-base.js.map +1 -1
  187. package/dist/cjs/clusters/mode-select.d.ts +33 -27
  188. package/dist/cjs/clusters/mode-select.d.ts.map +1 -1
  189. package/dist/cjs/clusters/mode-select.js +14 -13
  190. package/dist/cjs/clusters/mode-select.js.map +1 -1
  191. package/dist/cjs/clusters/network-commissioning.d.ts +263 -240
  192. package/dist/cjs/clusters/network-commissioning.d.ts.map +1 -1
  193. package/dist/cjs/clusters/network-commissioning.js +46 -39
  194. package/dist/cjs/clusters/network-commissioning.js.map +1 -1
  195. package/dist/cjs/clusters/occupancy-sensing.d.ts +1002 -63
  196. package/dist/cjs/clusters/occupancy-sensing.d.ts.map +1 -1
  197. package/dist/cjs/clusters/occupancy-sensing.js +278 -63
  198. package/dist/cjs/clusters/occupancy-sensing.js.map +2 -2
  199. package/dist/cjs/clusters/on-off.d.ts +18 -24
  200. package/dist/cjs/clusters/on-off.d.ts.map +1 -1
  201. package/dist/cjs/clusters/on-off.js +3 -4
  202. package/dist/cjs/clusters/on-off.js.map +1 -1
  203. package/dist/cjs/clusters/operational-credentials.d.ts +98 -85
  204. package/dist/cjs/clusters/operational-credentials.d.ts.map +1 -1
  205. package/dist/cjs/clusters/operational-credentials.js +56 -49
  206. package/dist/cjs/clusters/operational-credentials.js.map +1 -1
  207. package/dist/cjs/clusters/operational-state.d.ts +136 -57
  208. package/dist/cjs/clusters/operational-state.d.ts.map +1 -1
  209. package/dist/cjs/clusters/operational-state.js +62 -36
  210. package/dist/cjs/clusters/operational-state.js.map +2 -2
  211. package/dist/cjs/clusters/ota-software-update-provider.d.ts +43 -42
  212. package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
  213. package/dist/cjs/clusters/ota-software-update-provider.js +20 -19
  214. package/dist/cjs/clusters/ota-software-update-provider.js.map +1 -1
  215. package/dist/cjs/clusters/ota-software-update-requestor.d.ts +6 -10
  216. package/dist/cjs/clusters/ota-software-update-requestor.d.ts.map +1 -1
  217. package/dist/cjs/clusters/ota-software-update-requestor.js +4 -6
  218. package/dist/cjs/clusters/ota-software-update-requestor.js.map +1 -1
  219. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +44 -154
  220. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts.map +1 -1
  221. package/dist/cjs/clusters/oven-cavity-operational-state.js +39 -156
  222. package/dist/cjs/clusters/oven-cavity-operational-state.js.map +1 -1
  223. package/dist/cjs/clusters/oven-mode.d.ts +79 -349
  224. package/dist/cjs/clusters/oven-mode.d.ts.map +1 -1
  225. package/dist/cjs/clusters/oven-mode.js +26 -82
  226. package/dist/cjs/clusters/oven-mode.js.map +1 -1
  227. package/dist/cjs/clusters/power-source.d.ts +169 -44
  228. package/dist/cjs/clusters/power-source.d.ts.map +1 -1
  229. package/dist/cjs/clusters/power-source.js +40 -16
  230. package/dist/cjs/clusters/power-source.js.map +1 -1
  231. package/dist/cjs/clusters/pressure-measurement.js +2 -2
  232. package/dist/cjs/clusters/pressure-measurement.js.map +1 -1
  233. package/dist/cjs/clusters/pump-configuration-and-control.d.ts +73 -63
  234. package/dist/cjs/clusters/pump-configuration-and-control.d.ts.map +1 -1
  235. package/dist/cjs/clusters/pump-configuration-and-control.js +19 -20
  236. package/dist/cjs/clusters/pump-configuration-and-control.js.map +1 -1
  237. package/dist/cjs/clusters/refrigerator-alarm.d.ts +2 -1
  238. package/dist/cjs/clusters/refrigerator-alarm.d.ts.map +1 -1
  239. package/dist/cjs/clusters/refrigerator-alarm.js.map +1 -1
  240. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +59 -91
  241. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
  242. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +11 -19
  243. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
  244. package/dist/cjs/clusters/relative-humidity-measurement.js +1 -1
  245. package/dist/cjs/clusters/relative-humidity-measurement.js.map +1 -1
  246. package/dist/cjs/clusters/rvc-clean-mode.d.ts +59 -103
  247. package/dist/cjs/clusters/rvc-clean-mode.d.ts.map +1 -1
  248. package/dist/cjs/clusters/rvc-clean-mode.js +11 -15
  249. package/dist/cjs/clusters/rvc-clean-mode.js.map +1 -1
  250. package/dist/cjs/clusters/rvc-operational-state.d.ts +81 -25
  251. package/dist/cjs/clusters/rvc-operational-state.d.ts.map +1 -1
  252. package/dist/cjs/clusters/rvc-operational-state.js +49 -20
  253. package/dist/cjs/clusters/rvc-operational-state.js.map +1 -1
  254. package/dist/cjs/clusters/rvc-run-mode.d.ts +85 -129
  255. package/dist/cjs/clusters/rvc-run-mode.d.ts.map +1 -1
  256. package/dist/cjs/clusters/rvc-run-mode.js +16 -15
  257. package/dist/cjs/clusters/rvc-run-mode.js.map +1 -1
  258. package/dist/cjs/clusters/scenes-management.d.ts +328 -181
  259. package/dist/cjs/clusters/scenes-management.d.ts.map +1 -1
  260. package/dist/cjs/clusters/scenes-management.js +37 -22
  261. package/dist/cjs/clusters/scenes-management.js.map +1 -1
  262. package/dist/cjs/clusters/service-area.d.ts +2052 -0
  263. package/dist/cjs/clusters/service-area.d.ts.map +1 -0
  264. package/dist/cjs/clusters/service-area.js +582 -0
  265. package/dist/cjs/clusters/service-area.js.map +6 -0
  266. package/dist/cjs/clusters/smoke-co-alarm.d.ts +10 -18
  267. package/dist/cjs/clusters/smoke-co-alarm.d.ts.map +1 -1
  268. package/dist/cjs/clusters/smoke-co-alarm.js +2 -3
  269. package/dist/cjs/clusters/smoke-co-alarm.js.map +1 -1
  270. package/dist/cjs/clusters/switch.d.ts +478 -191
  271. package/dist/cjs/clusters/switch.d.ts.map +1 -1
  272. package/dist/cjs/clusters/switch.js +145 -57
  273. package/dist/cjs/clusters/switch.js.map +1 -1
  274. package/dist/cjs/clusters/target-navigator.d.ts +1 -1
  275. package/dist/cjs/clusters/target-navigator.js +1 -1
  276. package/dist/cjs/clusters/thermostat.d.ts +3877 -830
  277. package/dist/cjs/clusters/thermostat.d.ts.map +1 -1
  278. package/dist/cjs/clusters/thermostat.js +841 -159
  279. package/dist/cjs/clusters/thermostat.js.map +2 -2
  280. package/dist/cjs/clusters/thread-border-router-management.d.ts +711 -0
  281. package/dist/cjs/clusters/thread-border-router-management.d.ts.map +1 -0
  282. package/dist/cjs/clusters/thread-border-router-management.js +265 -0
  283. package/dist/cjs/clusters/thread-border-router-management.js.map +6 -0
  284. package/dist/cjs/clusters/thread-network-diagnostics.d.ts +81 -55
  285. package/dist/cjs/clusters/thread-network-diagnostics.d.ts.map +1 -1
  286. package/dist/cjs/clusters/thread-network-diagnostics.js +32 -21
  287. package/dist/cjs/clusters/thread-network-diagnostics.js.map +1 -1
  288. package/dist/cjs/clusters/thread-network-directory.d.ts +250 -0
  289. package/dist/cjs/clusters/thread-network-directory.d.ts.map +1 -0
  290. package/dist/cjs/clusters/thread-network-directory.js +187 -0
  291. package/dist/cjs/clusters/thread-network-directory.js.map +6 -0
  292. package/dist/cjs/clusters/time-synchronization.d.ts +101 -76
  293. package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
  294. package/dist/cjs/clusters/time-synchronization.js +30 -23
  295. package/dist/cjs/clusters/time-synchronization.js.map +1 -1
  296. package/dist/cjs/clusters/unit-localization.d.ts +3 -4
  297. package/dist/cjs/clusters/unit-localization.d.ts.map +1 -1
  298. package/dist/cjs/clusters/unit-localization.js.map +1 -1
  299. package/dist/cjs/clusters/user-label.d.ts +2 -1
  300. package/dist/cjs/clusters/user-label.d.ts.map +1 -1
  301. package/dist/cjs/clusters/user-label.js.map +1 -1
  302. package/dist/cjs/clusters/water-heater-management.d.ts +1371 -0
  303. package/dist/cjs/clusters/water-heater-management.d.ts.map +1 -0
  304. package/dist/cjs/clusters/water-heater-management.js +336 -0
  305. package/dist/cjs/clusters/water-heater-management.js.map +6 -0
  306. package/dist/cjs/clusters/water-heater-mode.d.ts +491 -0
  307. package/dist/cjs/clusters/water-heater-mode.d.ts.map +1 -0
  308. package/dist/cjs/clusters/water-heater-mode.js +195 -0
  309. package/dist/cjs/clusters/water-heater-mode.js.map +6 -0
  310. package/dist/cjs/clusters/water-tank-level-monitoring.d.ts +162 -0
  311. package/dist/cjs/clusters/water-tank-level-monitoring.d.ts.map +1 -0
  312. package/dist/cjs/clusters/water-tank-level-monitoring.js +47 -0
  313. package/dist/cjs/clusters/water-tank-level-monitoring.js.map +6 -0
  314. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +20 -27
  315. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
  316. package/dist/cjs/clusters/wi-fi-network-diagnostics.js +6 -8
  317. package/dist/cjs/clusters/wi-fi-network-diagnostics.js.map +1 -1
  318. package/dist/cjs/clusters/wi-fi-network-management.d.ts +91 -0
  319. package/dist/cjs/clusters/wi-fi-network-management.d.ts.map +1 -0
  320. package/dist/cjs/clusters/wi-fi-network-management.js +122 -0
  321. package/dist/cjs/clusters/wi-fi-network-management.js.map +6 -0
  322. package/dist/cjs/clusters/window-covering.d.ts +66 -78
  323. package/dist/cjs/clusters/window-covering.d.ts.map +1 -1
  324. package/dist/cjs/clusters/window-covering.js +26 -37
  325. package/dist/cjs/clusters/window-covering.js.map +1 -1
  326. package/dist/cjs/common/ValidationError.d.ts.map +1 -1
  327. package/dist/cjs/datatype/AttributeId.d.ts.map +1 -1
  328. package/dist/cjs/datatype/CaseAuthenticatedTag.d.ts.map +1 -1
  329. package/dist/cjs/datatype/ClusterId.d.ts.map +1 -1
  330. package/dist/cjs/datatype/CommandId.d.ts +1 -0
  331. package/dist/cjs/datatype/CommandId.d.ts.map +1 -1
  332. package/dist/cjs/datatype/CommandId.js +3 -0
  333. package/dist/cjs/datatype/CommandId.js.map +1 -1
  334. package/dist/cjs/datatype/FieldId.d.ts.map +1 -1
  335. package/dist/cjs/datatype/ManufacturerExtensibleIdentifier.d.ts.map +1 -1
  336. package/dist/cjs/datatype/NodeId.d.ts.map +1 -1
  337. package/dist/cjs/datatype/VendorId.d.ts.map +1 -1
  338. package/dist/cjs/globals/AtomicAttributeStatus.d.ts +34 -0
  339. package/dist/cjs/globals/AtomicAttributeStatus.d.ts.map +1 -0
  340. package/dist/cjs/globals/AtomicAttributeStatus.js +46 -0
  341. package/dist/cjs/globals/AtomicAttributeStatus.js.map +6 -0
  342. package/dist/cjs/globals/AtomicRequestType.d.ts +24 -0
  343. package/dist/cjs/globals/AtomicRequestType.d.ts.map +1 -0
  344. package/dist/cjs/globals/AtomicRequestType.js +35 -0
  345. package/dist/cjs/globals/AtomicRequestType.js.map +6 -0
  346. package/dist/cjs/globals/Locationdesc.d.ts +79 -0
  347. package/dist/cjs/globals/Locationdesc.d.ts.map +1 -0
  348. package/dist/cjs/globals/Locationdesc.js +89 -0
  349. package/dist/cjs/globals/Locationdesc.js.map +6 -0
  350. package/dist/cjs/globals/Priority.d.ts +1 -1
  351. package/dist/cjs/globals/Semtag.d.ts +6 -6
  352. package/dist/cjs/globals/Semtag.js +4 -4
  353. package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  354. package/dist/cjs/globals/Status.d.ts +18 -3
  355. package/dist/cjs/globals/Status.d.ts.map +1 -1
  356. package/dist/cjs/globals/Status.js +3 -1
  357. package/dist/cjs/globals/Status.js.map +1 -1
  358. package/dist/cjs/globals/Tod.d.ts +2 -2
  359. package/dist/cjs/globals/index.d.ts +3 -0
  360. package/dist/cjs/globals/index.d.ts.map +1 -1
  361. package/dist/cjs/globals/index.js +3 -0
  362. package/dist/cjs/globals/index.js.map +1 -1
  363. package/dist/cjs/schema/BitmapSchema.d.ts.map +1 -1
  364. package/dist/cjs/schema/PairingCodeSchema.d.ts +32 -4
  365. package/dist/cjs/schema/PairingCodeSchema.d.ts.map +1 -1
  366. package/dist/cjs/schema/PairingCodeSchema.js +17 -3
  367. package/dist/cjs/schema/PairingCodeSchema.js.map +1 -1
  368. package/dist/cjs/schema/QrCodeSchema.d.ts.map +1 -1
  369. package/dist/cjs/schema/QrCodeSchema.js +4 -1
  370. package/dist/cjs/schema/QrCodeSchema.js.map +1 -1
  371. package/dist/cjs/schema/SpecificationVersionSchema.d.ts.map +1 -1
  372. package/dist/cjs/tlv/TlvArray.d.ts.map +1 -1
  373. package/dist/cjs/tlv/TlvNullable.d.ts.map +1 -1
  374. package/dist/cjs/tlv/TlvNumber.d.ts.map +1 -1
  375. package/dist/cjs/tlv/TlvObject.d.ts.map +1 -1
  376. package/dist/esm/cluster/Cluster.d.ts.map +1 -1
  377. package/dist/esm/cluster/ClusterHelper.d.ts.map +1 -1
  378. package/dist/esm/clusters/access-control.d.ts +3972 -522
  379. package/dist/esm/clusters/access-control.d.ts.map +1 -1
  380. package/dist/esm/clusters/access-control.js +645 -120
  381. package/dist/esm/clusters/access-control.js.map +2 -2
  382. package/dist/esm/clusters/actions.d.ts +10 -9
  383. package/dist/esm/clusters/actions.d.ts.map +1 -1
  384. package/dist/esm/clusters/actions.js +4 -4
  385. package/dist/esm/clusters/actions.js.map +1 -1
  386. package/dist/esm/clusters/administrator-commissioning.d.ts +156 -129
  387. package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
  388. package/dist/esm/clusters/administrator-commissioning.js +40 -35
  389. package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
  390. package/dist/esm/clusters/alarm-base.d.ts +9 -12
  391. package/dist/esm/clusters/alarm-base.d.ts.map +1 -1
  392. package/dist/esm/clusters/alarm-base.js +3 -4
  393. package/dist/esm/clusters/alarm-base.js.map +1 -1
  394. package/dist/esm/clusters/application-launcher.d.ts +27 -15
  395. package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
  396. package/dist/esm/clusters/application-launcher.js +7 -4
  397. package/dist/esm/clusters/application-launcher.js.map +1 -1
  398. package/dist/esm/clusters/ballast-configuration.d.ts +7 -7
  399. package/dist/esm/clusters/ballast-configuration.js +7 -7
  400. package/dist/esm/clusters/basic-information.d.ts +29 -21
  401. package/dist/esm/clusters/basic-information.d.ts.map +1 -1
  402. package/dist/esm/clusters/basic-information.js +29 -21
  403. package/dist/esm/clusters/basic-information.js.map +1 -1
  404. package/dist/esm/clusters/bridged-device-basic-information.d.ts +816 -34
  405. package/dist/esm/clusters/bridged-device-basic-information.d.ts.map +1 -1
  406. package/dist/esm/clusters/bridged-device-basic-information.js +188 -32
  407. package/dist/esm/clusters/bridged-device-basic-information.js.map +2 -2
  408. package/dist/esm/clusters/channel.d.ts +115 -124
  409. package/dist/esm/clusters/channel.d.ts.map +1 -1
  410. package/dist/esm/clusters/channel.js +15 -16
  411. package/dist/esm/clusters/channel.js.map +1 -1
  412. package/dist/esm/clusters/color-control.d.ts +3076 -1366
  413. package/dist/esm/clusters/color-control.d.ts.map +1 -1
  414. package/dist/esm/clusters/color-control.js +424 -358
  415. package/dist/esm/clusters/color-control.js.map +2 -2
  416. package/dist/esm/clusters/commissioner-control.d.ts +268 -0
  417. package/dist/esm/clusters/commissioner-control.d.ts.map +1 -0
  418. package/dist/esm/clusters/commissioner-control.js +174 -0
  419. package/dist/esm/clusters/commissioner-control.js.map +6 -0
  420. package/dist/esm/clusters/content-control.d.ts +497 -221
  421. package/dist/esm/clusters/content-control.d.ts.map +1 -1
  422. package/dist/esm/clusters/content-control.js +60 -42
  423. package/dist/esm/clusters/content-control.js.map +2 -2
  424. package/dist/esm/clusters/content-launcher.d.ts +248 -215
  425. package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
  426. package/dist/esm/clusters/content-launcher.js +16 -15
  427. package/dist/esm/clusters/content-launcher.js.map +1 -1
  428. package/dist/esm/clusters/device-energy-management-mode.d.ts +76 -333
  429. package/dist/esm/clusters/device-energy-management-mode.d.ts.map +1 -1
  430. package/dist/esm/clusters/device-energy-management-mode.js +26 -80
  431. package/dist/esm/clusters/device-energy-management-mode.js.map +1 -1
  432. package/dist/esm/clusters/device-energy-management.d.ts +1299 -930
  433. package/dist/esm/clusters/device-energy-management.d.ts.map +1 -1
  434. package/dist/esm/clusters/device-energy-management.js +189 -160
  435. package/dist/esm/clusters/device-energy-management.js.map +2 -2
  436. package/dist/esm/clusters/dishwasher-alarm.d.ts +14 -17
  437. package/dist/esm/clusters/dishwasher-alarm.d.ts.map +1 -1
  438. package/dist/esm/clusters/dishwasher-alarm.js +3 -4
  439. package/dist/esm/clusters/dishwasher-alarm.js.map +1 -1
  440. package/dist/esm/clusters/dishwasher-mode.d.ts +65 -105
  441. package/dist/esm/clusters/dishwasher-mode.d.ts.map +1 -1
  442. package/dist/esm/clusters/dishwasher-mode.js +13 -25
  443. package/dist/esm/clusters/dishwasher-mode.js.map +1 -1
  444. package/dist/esm/clusters/door-lock.d.ts +2751 -5427
  445. package/dist/esm/clusters/door-lock.d.ts.map +1 -1
  446. package/dist/esm/clusters/door-lock.js +482 -804
  447. package/dist/esm/clusters/door-lock.js.map +2 -2
  448. package/dist/esm/clusters/ecosystem-information.d.ts +186 -0
  449. package/dist/esm/clusters/ecosystem-information.d.ts.map +1 -0
  450. package/dist/esm/clusters/ecosystem-information.js +134 -0
  451. package/dist/esm/clusters/ecosystem-information.js.map +6 -0
  452. package/dist/esm/clusters/electrical-energy-measurement.d.ts +363 -368
  453. package/dist/esm/clusters/electrical-energy-measurement.d.ts.map +1 -1
  454. package/dist/esm/clusters/electrical-energy-measurement.js +15 -16
  455. package/dist/esm/clusters/electrical-energy-measurement.js.map +1 -1
  456. package/dist/esm/clusters/energy-evse-mode.d.ts +92 -330
  457. package/dist/esm/clusters/energy-evse-mode.d.ts.map +1 -1
  458. package/dist/esm/clusters/energy-evse-mode.js +25 -79
  459. package/dist/esm/clusters/energy-evse-mode.js.map +1 -1
  460. package/dist/esm/clusters/energy-evse.d.ts +557 -273
  461. package/dist/esm/clusters/energy-evse.d.ts.map +1 -1
  462. package/dist/esm/clusters/energy-evse.js +107 -55
  463. package/dist/esm/clusters/energy-evse.js.map +1 -1
  464. package/dist/esm/clusters/energy-preference.d.ts +76 -76
  465. package/dist/esm/clusters/energy-preference.d.ts.map +1 -1
  466. package/dist/esm/clusters/energy-preference.js +15 -18
  467. package/dist/esm/clusters/energy-preference.js.map +1 -1
  468. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +3 -9
  469. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
  470. package/dist/esm/clusters/ethernet-network-diagnostics.js +1 -3
  471. package/dist/esm/clusters/ethernet-network-diagnostics.js.map +1 -1
  472. package/dist/esm/clusters/fan-control.d.ts +12 -12
  473. package/dist/esm/clusters/fan-control.js +4 -4
  474. package/dist/esm/clusters/fixed-label.d.ts +7 -2
  475. package/dist/esm/clusters/fixed-label.d.ts.map +1 -1
  476. package/dist/esm/clusters/fixed-label.js.map +1 -1
  477. package/dist/esm/clusters/flow-measurement.d.ts +4 -4
  478. package/dist/esm/clusters/flow-measurement.d.ts.map +1 -1
  479. package/dist/esm/clusters/flow-measurement.js +6 -6
  480. package/dist/esm/clusters/flow-measurement.js.map +1 -1
  481. package/dist/esm/clusters/general-commissioning.d.ts +1416 -111
  482. package/dist/esm/clusters/general-commissioning.d.ts.map +1 -1
  483. package/dist/esm/clusters/general-commissioning.js +274 -56
  484. package/dist/esm/clusters/general-commissioning.js.map +2 -2
  485. package/dist/esm/clusters/general-diagnostics.d.ts +115 -122
  486. package/dist/esm/clusters/general-diagnostics.d.ts.map +1 -1
  487. package/dist/esm/clusters/general-diagnostics.js +31 -33
  488. package/dist/esm/clusters/general-diagnostics.js.map +1 -1
  489. package/dist/esm/clusters/group-key-management.d.ts +72 -82
  490. package/dist/esm/clusters/group-key-management.d.ts.map +1 -1
  491. package/dist/esm/clusters/group-key-management.js +19 -22
  492. package/dist/esm/clusters/group-key-management.js.map +1 -1
  493. package/dist/esm/clusters/groups.d.ts +9 -6
  494. package/dist/esm/clusters/groups.d.ts.map +1 -1
  495. package/dist/esm/clusters/groups.js +3 -2
  496. package/dist/esm/clusters/groups.js.map +1 -1
  497. package/dist/esm/clusters/icd-management.d.ts +223 -66
  498. package/dist/esm/clusters/icd-management.d.ts.map +1 -1
  499. package/dist/esm/clusters/icd-management.js +61 -23
  500. package/dist/esm/clusters/icd-management.js.map +2 -2
  501. package/dist/esm/clusters/identify.d.ts +12 -13
  502. package/dist/esm/clusters/identify.d.ts.map +1 -1
  503. package/dist/esm/clusters/identify.js +9 -10
  504. package/dist/esm/clusters/identify.js.map +1 -1
  505. package/dist/esm/clusters/illuminance-measurement.d.ts +7 -8
  506. package/dist/esm/clusters/illuminance-measurement.d.ts.map +1 -1
  507. package/dist/esm/clusters/illuminance-measurement.js +9 -10
  508. package/dist/esm/clusters/illuminance-measurement.js.map +1 -1
  509. package/dist/esm/clusters/index.d.ts +11 -1
  510. package/dist/esm/clusters/index.d.ts.map +1 -1
  511. package/dist/esm/clusters/index.js +36 -3
  512. package/dist/esm/clusters/index.js.map +1 -1
  513. package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts +1239 -0
  514. package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts.map +1 -0
  515. package/dist/esm/clusters/joint-fabric-datastore-cluster.js +470 -0
  516. package/dist/esm/clusters/joint-fabric-datastore-cluster.js.map +6 -0
  517. package/dist/esm/clusters/joint-fabric-pki.d.ts +174 -0
  518. package/dist/esm/clusters/joint-fabric-pki.d.ts.map +1 -0
  519. package/dist/esm/clusters/joint-fabric-pki.js +100 -0
  520. package/dist/esm/clusters/joint-fabric-pki.js.map +6 -0
  521. package/dist/esm/clusters/keypad-input.d.ts +2 -2
  522. package/dist/esm/clusters/laundry-dryer-controls.d.ts +6 -7
  523. package/dist/esm/clusters/laundry-dryer-controls.d.ts.map +1 -1
  524. package/dist/esm/clusters/laundry-dryer-controls.js +6 -10
  525. package/dist/esm/clusters/laundry-dryer-controls.js.map +1 -1
  526. package/dist/esm/clusters/laundry-washer-controls.d.ts +74 -62
  527. package/dist/esm/clusters/laundry-washer-controls.d.ts.map +1 -1
  528. package/dist/esm/clusters/laundry-washer-controls.js +26 -25
  529. package/dist/esm/clusters/laundry-washer-controls.js.map +1 -1
  530. package/dist/esm/clusters/laundry-washer-mode.d.ts +69 -109
  531. package/dist/esm/clusters/laundry-washer-mode.d.ts.map +1 -1
  532. package/dist/esm/clusters/laundry-washer-mode.js +14 -26
  533. package/dist/esm/clusters/laundry-washer-mode.js.map +1 -1
  534. package/dist/esm/clusters/level-control.d.ts +209 -70
  535. package/dist/esm/clusters/level-control.d.ts.map +1 -1
  536. package/dist/esm/clusters/level-control.js +45 -12
  537. package/dist/esm/clusters/level-control.js.map +1 -1
  538. package/dist/esm/clusters/localization-configuration.d.ts +5 -6
  539. package/dist/esm/clusters/localization-configuration.d.ts.map +1 -1
  540. package/dist/esm/clusters/localization-configuration.js +5 -6
  541. package/dist/esm/clusters/localization-configuration.js.map +1 -1
  542. package/dist/esm/clusters/media-input.d.ts +9 -6
  543. package/dist/esm/clusters/media-input.d.ts.map +1 -1
  544. package/dist/esm/clusters/media-input.js +3 -2
  545. package/dist/esm/clusters/media-input.js.map +1 -1
  546. package/dist/esm/clusters/media-playback.d.ts +29 -24
  547. package/dist/esm/clusters/media-playback.d.ts.map +1 -1
  548. package/dist/esm/clusters/media-playback.js +5 -4
  549. package/dist/esm/clusters/media-playback.js.map +1 -1
  550. package/dist/esm/clusters/microwave-oven-control.d.ts +54 -48
  551. package/dist/esm/clusters/microwave-oven-control.d.ts.map +1 -1
  552. package/dist/esm/clusters/microwave-oven-control.js +19 -17
  553. package/dist/esm/clusters/microwave-oven-control.js.map +1 -1
  554. package/dist/esm/clusters/microwave-oven-mode.d.ts +63 -69
  555. package/dist/esm/clusters/microwave-oven-mode.d.ts.map +1 -1
  556. package/dist/esm/clusters/microwave-oven-mode.js +14 -11
  557. package/dist/esm/clusters/microwave-oven-mode.js.map +1 -1
  558. package/dist/esm/clusters/mode-base.d.ts +27 -46
  559. package/dist/esm/clusters/mode-base.d.ts.map +1 -1
  560. package/dist/esm/clusters/mode-base.js +9 -10
  561. package/dist/esm/clusters/mode-base.js.map +1 -1
  562. package/dist/esm/clusters/mode-select.d.ts +33 -27
  563. package/dist/esm/clusters/mode-select.d.ts.map +1 -1
  564. package/dist/esm/clusters/mode-select.js +14 -13
  565. package/dist/esm/clusters/mode-select.js.map +1 -1
  566. package/dist/esm/clusters/network-commissioning.d.ts +263 -240
  567. package/dist/esm/clusters/network-commissioning.d.ts.map +1 -1
  568. package/dist/esm/clusters/network-commissioning.js +46 -39
  569. package/dist/esm/clusters/network-commissioning.js.map +1 -1
  570. package/dist/esm/clusters/occupancy-sensing.d.ts +1002 -63
  571. package/dist/esm/clusters/occupancy-sensing.d.ts.map +1 -1
  572. package/dist/esm/clusters/occupancy-sensing.js +287 -65
  573. package/dist/esm/clusters/occupancy-sensing.js.map +2 -2
  574. package/dist/esm/clusters/on-off.d.ts +18 -24
  575. package/dist/esm/clusters/on-off.d.ts.map +1 -1
  576. package/dist/esm/clusters/on-off.js +3 -4
  577. package/dist/esm/clusters/on-off.js.map +1 -1
  578. package/dist/esm/clusters/operational-credentials.d.ts +98 -85
  579. package/dist/esm/clusters/operational-credentials.d.ts.map +1 -1
  580. package/dist/esm/clusters/operational-credentials.js +56 -49
  581. package/dist/esm/clusters/operational-credentials.js.map +1 -1
  582. package/dist/esm/clusters/operational-state.d.ts +136 -57
  583. package/dist/esm/clusters/operational-state.d.ts.map +1 -1
  584. package/dist/esm/clusters/operational-state.js +63 -37
  585. package/dist/esm/clusters/operational-state.js.map +2 -2
  586. package/dist/esm/clusters/ota-software-update-provider.d.ts +43 -42
  587. package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
  588. package/dist/esm/clusters/ota-software-update-provider.js +20 -19
  589. package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
  590. package/dist/esm/clusters/ota-software-update-requestor.d.ts +6 -10
  591. package/dist/esm/clusters/ota-software-update-requestor.d.ts.map +1 -1
  592. package/dist/esm/clusters/ota-software-update-requestor.js +4 -6
  593. package/dist/esm/clusters/ota-software-update-requestor.js.map +1 -1
  594. package/dist/esm/clusters/oven-cavity-operational-state.d.ts +44 -154
  595. package/dist/esm/clusters/oven-cavity-operational-state.d.ts.map +1 -1
  596. package/dist/esm/clusters/oven-cavity-operational-state.js +41 -166
  597. package/dist/esm/clusters/oven-cavity-operational-state.js.map +1 -1
  598. package/dist/esm/clusters/oven-mode.d.ts +79 -349
  599. package/dist/esm/clusters/oven-mode.d.ts.map +1 -1
  600. package/dist/esm/clusters/oven-mode.js +26 -89
  601. package/dist/esm/clusters/oven-mode.js.map +1 -1
  602. package/dist/esm/clusters/power-source.d.ts +169 -44
  603. package/dist/esm/clusters/power-source.d.ts.map +1 -1
  604. package/dist/esm/clusters/power-source.js +40 -16
  605. package/dist/esm/clusters/power-source.js.map +1 -1
  606. package/dist/esm/clusters/pressure-measurement.js +2 -2
  607. package/dist/esm/clusters/pressure-measurement.js.map +1 -1
  608. package/dist/esm/clusters/pump-configuration-and-control.d.ts +73 -63
  609. package/dist/esm/clusters/pump-configuration-and-control.d.ts.map +1 -1
  610. package/dist/esm/clusters/pump-configuration-and-control.js +19 -20
  611. package/dist/esm/clusters/pump-configuration-and-control.js.map +1 -1
  612. package/dist/esm/clusters/refrigerator-alarm.d.ts +2 -1
  613. package/dist/esm/clusters/refrigerator-alarm.d.ts.map +1 -1
  614. package/dist/esm/clusters/refrigerator-alarm.js.map +1 -1
  615. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +59 -91
  616. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
  617. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +12 -20
  618. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
  619. package/dist/esm/clusters/relative-humidity-measurement.js +1 -1
  620. package/dist/esm/clusters/relative-humidity-measurement.js.map +1 -1
  621. package/dist/esm/clusters/rvc-clean-mode.d.ts +59 -103
  622. package/dist/esm/clusters/rvc-clean-mode.d.ts.map +1 -1
  623. package/dist/esm/clusters/rvc-clean-mode.js +11 -15
  624. package/dist/esm/clusters/rvc-clean-mode.js.map +1 -1
  625. package/dist/esm/clusters/rvc-operational-state.d.ts +81 -25
  626. package/dist/esm/clusters/rvc-operational-state.d.ts.map +1 -1
  627. package/dist/esm/clusters/rvc-operational-state.js +49 -20
  628. package/dist/esm/clusters/rvc-operational-state.js.map +1 -1
  629. package/dist/esm/clusters/rvc-run-mode.d.ts +85 -129
  630. package/dist/esm/clusters/rvc-run-mode.d.ts.map +1 -1
  631. package/dist/esm/clusters/rvc-run-mode.js +16 -15
  632. package/dist/esm/clusters/rvc-run-mode.js.map +1 -1
  633. package/dist/esm/clusters/scenes-management.d.ts +328 -181
  634. package/dist/esm/clusters/scenes-management.d.ts.map +1 -1
  635. package/dist/esm/clusters/scenes-management.js +37 -22
  636. package/dist/esm/clusters/scenes-management.js.map +1 -1
  637. package/dist/esm/clusters/service-area.d.ts +2052 -0
  638. package/dist/esm/clusters/service-area.d.ts.map +1 -0
  639. package/dist/esm/clusters/service-area.js +562 -0
  640. package/dist/esm/clusters/service-area.js.map +6 -0
  641. package/dist/esm/clusters/smoke-co-alarm.d.ts +10 -18
  642. package/dist/esm/clusters/smoke-co-alarm.d.ts.map +1 -1
  643. package/dist/esm/clusters/smoke-co-alarm.js +2 -3
  644. package/dist/esm/clusters/smoke-co-alarm.js.map +1 -1
  645. package/dist/esm/clusters/switch.d.ts +478 -191
  646. package/dist/esm/clusters/switch.d.ts.map +1 -1
  647. package/dist/esm/clusters/switch.js +145 -57
  648. package/dist/esm/clusters/switch.js.map +1 -1
  649. package/dist/esm/clusters/target-navigator.d.ts +1 -1
  650. package/dist/esm/clusters/target-navigator.js +1 -1
  651. package/dist/esm/clusters/thermostat.d.ts +3877 -830
  652. package/dist/esm/clusters/thermostat.d.ts.map +1 -1
  653. package/dist/esm/clusters/thermostat.js +842 -160
  654. package/dist/esm/clusters/thermostat.js.map +2 -2
  655. package/dist/esm/clusters/thread-border-router-management.d.ts +711 -0
  656. package/dist/esm/clusters/thread-border-router-management.d.ts.map +1 -0
  657. package/dist/esm/clusters/thread-border-router-management.js +245 -0
  658. package/dist/esm/clusters/thread-border-router-management.js.map +6 -0
  659. package/dist/esm/clusters/thread-network-diagnostics.d.ts +81 -55
  660. package/dist/esm/clusters/thread-network-diagnostics.d.ts.map +1 -1
  661. package/dist/esm/clusters/thread-network-diagnostics.js +32 -21
  662. package/dist/esm/clusters/thread-network-diagnostics.js.map +1 -1
  663. package/dist/esm/clusters/thread-network-directory.d.ts +250 -0
  664. package/dist/esm/clusters/thread-network-directory.d.ts.map +1 -0
  665. package/dist/esm/clusters/thread-network-directory.js +167 -0
  666. package/dist/esm/clusters/thread-network-directory.js.map +6 -0
  667. package/dist/esm/clusters/time-synchronization.d.ts +101 -76
  668. package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
  669. package/dist/esm/clusters/time-synchronization.js +30 -23
  670. package/dist/esm/clusters/time-synchronization.js.map +1 -1
  671. package/dist/esm/clusters/unit-localization.d.ts +3 -4
  672. package/dist/esm/clusters/unit-localization.d.ts.map +1 -1
  673. package/dist/esm/clusters/unit-localization.js.map +1 -1
  674. package/dist/esm/clusters/user-label.d.ts +2 -1
  675. package/dist/esm/clusters/user-label.d.ts.map +1 -1
  676. package/dist/esm/clusters/user-label.js.map +1 -1
  677. package/dist/esm/clusters/water-heater-management.d.ts +1371 -0
  678. package/dist/esm/clusters/water-heater-management.d.ts.map +1 -0
  679. package/dist/esm/clusters/water-heater-management.js +325 -0
  680. package/dist/esm/clusters/water-heater-management.js.map +6 -0
  681. package/dist/esm/clusters/water-heater-mode.d.ts +491 -0
  682. package/dist/esm/clusters/water-heater-mode.d.ts.map +1 -0
  683. package/dist/esm/clusters/water-heater-mode.js +175 -0
  684. package/dist/esm/clusters/water-heater-mode.js.map +6 -0
  685. package/dist/esm/clusters/water-tank-level-monitoring.d.ts +162 -0
  686. package/dist/esm/clusters/water-tank-level-monitoring.d.ts.map +1 -0
  687. package/dist/esm/clusters/water-tank-level-monitoring.js +27 -0
  688. package/dist/esm/clusters/water-tank-level-monitoring.js.map +6 -0
  689. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +20 -27
  690. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
  691. package/dist/esm/clusters/wi-fi-network-diagnostics.js +6 -8
  692. package/dist/esm/clusters/wi-fi-network-diagnostics.js.map +1 -1
  693. package/dist/esm/clusters/wi-fi-network-management.d.ts +91 -0
  694. package/dist/esm/clusters/wi-fi-network-management.d.ts.map +1 -0
  695. package/dist/esm/clusters/wi-fi-network-management.js +102 -0
  696. package/dist/esm/clusters/wi-fi-network-management.js.map +6 -0
  697. package/dist/esm/clusters/window-covering.d.ts +66 -78
  698. package/dist/esm/clusters/window-covering.d.ts.map +1 -1
  699. package/dist/esm/clusters/window-covering.js +26 -37
  700. package/dist/esm/clusters/window-covering.js.map +1 -1
  701. package/dist/esm/common/ValidationError.d.ts.map +1 -1
  702. package/dist/esm/datatype/AttributeId.d.ts.map +1 -1
  703. package/dist/esm/datatype/CaseAuthenticatedTag.d.ts.map +1 -1
  704. package/dist/esm/datatype/ClusterId.d.ts.map +1 -1
  705. package/dist/esm/datatype/CommandId.d.ts +1 -0
  706. package/dist/esm/datatype/CommandId.d.ts.map +1 -1
  707. package/dist/esm/datatype/CommandId.js +3 -0
  708. package/dist/esm/datatype/CommandId.js.map +1 -1
  709. package/dist/esm/datatype/FieldId.d.ts.map +1 -1
  710. package/dist/esm/datatype/ManufacturerExtensibleIdentifier.d.ts.map +1 -1
  711. package/dist/esm/datatype/NodeId.d.ts.map +1 -1
  712. package/dist/esm/datatype/VendorId.d.ts.map +1 -1
  713. package/dist/esm/globals/AtomicAttributeStatus.d.ts +34 -0
  714. package/dist/esm/globals/AtomicAttributeStatus.d.ts.map +1 -0
  715. package/dist/esm/globals/AtomicAttributeStatus.js +26 -0
  716. package/dist/esm/globals/AtomicAttributeStatus.js.map +6 -0
  717. package/dist/esm/globals/AtomicRequestType.d.ts +24 -0
  718. package/dist/esm/globals/AtomicRequestType.d.ts.map +1 -0
  719. package/dist/esm/globals/AtomicRequestType.js +15 -0
  720. package/dist/esm/globals/AtomicRequestType.js.map +6 -0
  721. package/dist/esm/globals/Locationdesc.d.ts +79 -0
  722. package/dist/esm/globals/Locationdesc.d.ts.map +1 -0
  723. package/dist/esm/globals/Locationdesc.js +69 -0
  724. package/dist/esm/globals/Locationdesc.js.map +6 -0
  725. package/dist/esm/globals/Priority.d.ts +1 -1
  726. package/dist/esm/globals/Semtag.d.ts +6 -6
  727. package/dist/esm/globals/Semtag.js +4 -4
  728. package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  729. package/dist/esm/globals/Status.d.ts +18 -3
  730. package/dist/esm/globals/Status.d.ts.map +1 -1
  731. package/dist/esm/globals/Status.js +3 -1
  732. package/dist/esm/globals/Status.js.map +1 -1
  733. package/dist/esm/globals/Tod.d.ts +2 -2
  734. package/dist/esm/globals/index.d.ts +3 -0
  735. package/dist/esm/globals/index.d.ts.map +1 -1
  736. package/dist/esm/globals/index.js +3 -0
  737. package/dist/esm/globals/index.js.map +1 -1
  738. package/dist/esm/schema/BitmapSchema.d.ts.map +1 -1
  739. package/dist/esm/schema/PairingCodeSchema.d.ts +32 -4
  740. package/dist/esm/schema/PairingCodeSchema.d.ts.map +1 -1
  741. package/dist/esm/schema/PairingCodeSchema.js +17 -3
  742. package/dist/esm/schema/PairingCodeSchema.js.map +1 -1
  743. package/dist/esm/schema/QrCodeSchema.d.ts.map +1 -1
  744. package/dist/esm/schema/QrCodeSchema.js +4 -1
  745. package/dist/esm/schema/QrCodeSchema.js.map +1 -1
  746. package/dist/esm/schema/SpecificationVersionSchema.d.ts.map +1 -1
  747. package/dist/esm/tlv/TlvArray.d.ts.map +1 -1
  748. package/dist/esm/tlv/TlvNullable.d.ts.map +1 -1
  749. package/dist/esm/tlv/TlvNumber.d.ts.map +1 -1
  750. package/dist/esm/tlv/TlvObject.d.ts.map +1 -1
  751. package/package.json +5 -5
  752. package/src/clusters/access-control.ts +926 -171
  753. package/src/clusters/actions.ts +12 -11
  754. package/src/clusters/administrator-commissioning.ts +54 -35
  755. package/src/clusters/alarm-base.ts +3 -4
  756. package/src/clusters/application-launcher.ts +22 -7
  757. package/src/clusters/ballast-configuration.ts +7 -7
  758. package/src/clusters/basic-information.ts +29 -21
  759. package/src/clusters/bridged-device-basic-information.ts +264 -41
  760. package/src/clusters/channel.ts +20 -17
  761. package/src/clusters/color-control.ts +589 -426
  762. package/src/clusters/commissioner-control.ts +282 -0
  763. package/src/clusters/content-control.ts +48 -54
  764. package/src/clusters/content-launcher.ts +16 -15
  765. package/src/clusters/device-energy-management-mode.ts +63 -161
  766. package/src/clusters/device-energy-management.ts +246 -193
  767. package/src/clusters/dishwasher-alarm.ts +5 -5
  768. package/src/clusters/dishwasher-mode.ts +46 -87
  769. package/src/clusters/door-lock.ts +786 -1235
  770. package/src/clusters/ecosystem-information.ts +200 -0
  771. package/src/clusters/electrical-energy-measurement.ts +15 -16
  772. package/src/clusters/energy-evse-mode.ts +81 -158
  773. package/src/clusters/energy-evse.ts +138 -72
  774. package/src/clusters/energy-preference.ts +34 -28
  775. package/src/clusters/ethernet-network-diagnostics.ts +1 -3
  776. package/src/clusters/fan-control.ts +5 -5
  777. package/src/clusters/fixed-label.ts +7 -2
  778. package/src/clusters/flow-measurement.ts +6 -6
  779. package/src/clusters/general-commissioning.ts +396 -96
  780. package/src/clusters/general-diagnostics.ts +31 -33
  781. package/src/clusters/group-key-management.ts +22 -24
  782. package/src/clusters/groups.ts +3 -2
  783. package/src/clusters/icd-management.ts +88 -31
  784. package/src/clusters/identify.ts +9 -10
  785. package/src/clusters/illuminance-measurement.ts +9 -10
  786. package/src/clusters/index.ts +14 -1
  787. package/src/clusters/joint-fabric-datastore-cluster.ts +657 -0
  788. package/src/clusters/joint-fabric-pki.ts +202 -0
  789. package/src/clusters/keypad-input.ts +2 -2
  790. package/src/clusters/laundry-dryer-controls.ts +6 -10
  791. package/src/clusters/laundry-washer-controls.ts +28 -27
  792. package/src/clusters/laundry-washer-mode.ts +49 -90
  793. package/src/clusters/level-control.ts +45 -12
  794. package/src/clusters/localization-configuration.ts +5 -6
  795. package/src/clusters/media-input.ts +3 -2
  796. package/src/clusters/media-playback.ts +9 -7
  797. package/src/clusters/microwave-oven-control.ts +19 -17
  798. package/src/clusters/microwave-oven-mode.ts +42 -61
  799. package/src/clusters/mode-base.ts +16 -33
  800. package/src/clusters/mode-select.ts +17 -14
  801. package/src/clusters/network-commissioning.ts +47 -40
  802. package/src/clusters/occupancy-sensing.ts +433 -72
  803. package/src/clusters/on-off.ts +6 -8
  804. package/src/clusters/operational-credentials.ts +54 -47
  805. package/src/clusters/operational-state.ts +136 -58
  806. package/src/clusters/ota-software-update-provider.ts +23 -23
  807. package/src/clusters/ota-software-update-requestor.ts +4 -6
  808. package/src/clusters/oven-cavity-operational-state.ts +43 -171
  809. package/src/clusters/oven-mode.ts +76 -178
  810. package/src/clusters/power-source.ts +45 -21
  811. package/src/clusters/pressure-measurement.ts +2 -2
  812. package/src/clusters/pump-configuration-and-control.ts +35 -23
  813. package/src/clusters/refrigerator-alarm.ts +2 -1
  814. package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +41 -78
  815. package/src/clusters/relative-humidity-measurement.ts +1 -1
  816. package/src/clusters/rvc-clean-mode.ts +42 -101
  817. package/src/clusters/rvc-operational-state.ts +87 -25
  818. package/src/clusters/rvc-run-mode.ts +62 -126
  819. package/src/clusters/scenes-management.ts +38 -23
  820. package/src/clusters/service-area.ts +904 -0
  821. package/src/clusters/smoke-co-alarm.ts +6 -12
  822. package/src/clusters/switch.ts +177 -78
  823. package/src/clusters/target-navigator.ts +1 -1
  824. package/src/clusters/thermostat.ts +1245 -214
  825. package/src/clusters/thread-border-router-management.ts +355 -0
  826. package/src/clusters/thread-network-diagnostics.ts +34 -21
  827. package/src/clusters/thread-network-directory.ts +256 -0
  828. package/src/clusters/time-synchronization.ts +30 -23
  829. package/src/clusters/unit-localization.ts +3 -4
  830. package/src/clusters/user-label.ts +2 -1
  831. package/src/clusters/water-heater-management.ts +457 -0
  832. package/src/clusters/water-heater-mode.ts +301 -0
  833. package/src/clusters/water-tank-level-monitoring.ts +50 -0
  834. package/src/clusters/wi-fi-network-diagnostics.ts +6 -8
  835. package/src/clusters/wi-fi-network-management.ts +119 -0
  836. package/src/clusters/window-covering.ts +26 -37
  837. package/src/datatype/CommandId.ts +4 -0
  838. package/src/globals/AtomicAttributeStatus.ts +41 -0
  839. package/src/globals/AtomicRequestType.ts +27 -0
  840. package/src/globals/Locationdesc.ts +88 -0
  841. package/src/globals/Priority.ts +1 -1
  842. package/src/globals/Semtag.ts +6 -6
  843. package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
  844. package/src/globals/Status.ts +20 -3
  845. package/src/globals/Tod.ts +2 -2
  846. package/src/globals/index.ts +3 -0
  847. package/src/schema/PairingCodeSchema.ts +17 -2
  848. package/src/schema/QrCodeSchema.ts +7 -2
  849. package/dist/cjs/clusters/pulse-width-modulation.d.ts +0 -2023
  850. package/dist/cjs/clusters/pulse-width-modulation.d.ts.map +0 -1
  851. package/dist/cjs/clusters/pulse-width-modulation.js +0 -51
  852. package/dist/cjs/clusters/pulse-width-modulation.js.map +0 -6
  853. package/dist/esm/clusters/pulse-width-modulation.d.ts +0 -2023
  854. package/dist/esm/clusters/pulse-width-modulation.d.ts.map +0 -1
  855. package/dist/esm/clusters/pulse-width-modulation.js +0 -31
  856. package/dist/esm/clusters/pulse-width-modulation.js.map +0 -6
  857. package/src/clusters/pulse-width-modulation.ts +0 -54
@@ -0,0 +1,1239 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2022-2025 Matter.js Authors
4
+ * SPDX-License-Identifier: Apache-2.0
5
+ */
6
+ /*** THIS FILE IS GENERATED, DO NOT EDIT ***/
7
+ import { MutableCluster } from "../cluster/mutation/MutableCluster.js";
8
+ import { FabricScopedAttribute, Command } from "../cluster/Cluster.js";
9
+ import { GroupKeyManagement } from "./group-key-management.js";
10
+ import { AccessControl } from "./access-control.js";
11
+ import { TypeFromSchema } from "../tlv/TlvSchema.js";
12
+ import { Identity } from "#general";
13
+ export declare namespace JointFabricDatastoreCluster {
14
+ /**
15
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.4
16
+ */
17
+ const TlvDatastoreGroupInformationEntry: import("../tlv/TlvObject.js").ObjectSchema<{
18
+ /**
19
+ * The unique identifier for the group.
20
+ *
21
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.4.1
22
+ */
23
+ groupId: import("../tlv/TlvObject.js").FieldType<number | bigint>;
24
+ /**
25
+ * The friendly name for the group.
26
+ *
27
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.4.2
28
+ */
29
+ friendlyName: import("../tlv/TlvObject.js").FieldType<string>;
30
+ /**
31
+ * The unique identifier for the group key set.
32
+ *
33
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.4.3
34
+ */
35
+ groupKeySetId: import("../tlv/TlvObject.js").FieldType<number>;
36
+ /**
37
+ * CAT value for this group. This is used for control of individual members of a group (non-broadcast commands).
38
+ *
39
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.4.4
40
+ */
41
+ groupCat: import("../tlv/TlvObject.js").FieldType<number>;
42
+ /**
43
+ * Current version number for this CAT.
44
+ *
45
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.4.5
46
+ */
47
+ groupCatVersion: import("../tlv/TlvObject.js").FieldType<number>;
48
+ /**
49
+ * The permission level associated with ACL entries for this group. There should be only one Administrator
50
+ * group per fabric, and at most one Manage group per Ecosystem (Vendor Entry).
51
+ *
52
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.4.6
53
+ */
54
+ groupPermission: import("../tlv/TlvObject.js").FieldType<AccessControl.AccessControlEntryPrivilege>;
55
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
56
+ }>;
57
+ /**
58
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.4
59
+ */
60
+ interface DatastoreGroupInformationEntry extends TypeFromSchema<typeof TlvDatastoreGroupInformationEntry> {
61
+ }
62
+ /**
63
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.1
64
+ */
65
+ enum DatastoreState {
66
+ /**
67
+ * Target device operation is pending
68
+ */
69
+ Pending = 0,
70
+ /**
71
+ * Target device operation has been committed
72
+ */
73
+ Committed = 1,
74
+ /**
75
+ * Target device delete operation is pending
76
+ */
77
+ DeletePending = 2
78
+ }
79
+ /**
80
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2
81
+ */
82
+ const TlvDatastoreStatusEntry: import("../tlv/TlvObject.js").ObjectSchema<{
83
+ /**
84
+ * This field shall contain the current state of the target device operation.
85
+ *
86
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
87
+ */
88
+ state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
89
+ /**
90
+ * This field shall contain the timestamp of the last update.
91
+ *
92
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
93
+ */
94
+ updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
95
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
96
+ }>;
97
+ /**
98
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2
99
+ */
100
+ interface DatastoreStatusEntry extends TypeFromSchema<typeof TlvDatastoreStatusEntry> {
101
+ }
102
+ /**
103
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.3
104
+ */
105
+ const TlvDatastoreNodeKeyEntry: import("../tlv/TlvObject.js").ObjectSchema<{
106
+ groupKeySetId: import("../tlv/TlvObject.js").FieldType<number>;
107
+ /**
108
+ * Indicates whether entry in this list is pending, committed, or delete-pending.
109
+ *
110
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.3.2
111
+ */
112
+ statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
113
+ /**
114
+ * This field shall contain the current state of the target device operation.
115
+ *
116
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
117
+ */
118
+ state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
119
+ /**
120
+ * This field shall contain the timestamp of the last update.
121
+ *
122
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
123
+ */
124
+ updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
125
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
126
+ }>>;
127
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
128
+ }>;
129
+ /**
130
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.3
131
+ */
132
+ interface DatastoreNodeKeyEntry extends TypeFromSchema<typeof TlvDatastoreNodeKeyEntry> {
133
+ }
134
+ /**
135
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.7
136
+ */
137
+ const TlvDatastoreAclEntry: import("../tlv/TlvObject.js").ObjectSchema<{
138
+ /**
139
+ * The unique identifier for the ACL entry in the Datastore’s list of DatastoreACLEntry.
140
+ *
141
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.7.1
142
+ */
143
+ listId: import("../tlv/TlvObject.js").FieldType<number>;
144
+ /**
145
+ * The Access Control Entry structure.
146
+ *
147
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.7.2
148
+ */
149
+ aclEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
150
+ privilege: import("../tlv/TlvObject.js").FieldType<AccessControl.AccessControlEntryPrivilege>;
151
+ authMode: import("../tlv/TlvObject.js").FieldType<AccessControl.AccessControlEntryAuthMode>;
152
+ subjects: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId[] | null>;
153
+ targets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
154
+ cluster: import("../tlv/TlvObject.js").FieldType<import("../index.js").ClusterId | null>;
155
+ endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber | null>;
156
+ deviceType: import("../tlv/TlvObject.js").FieldType<import("../index.js").DeviceTypeId | null>;
157
+ }>[] | null>;
158
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
159
+ }>>;
160
+ /**
161
+ * Indicates whether entry in this list is pending, committed, or delete-pending.
162
+ *
163
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.7.3
164
+ */
165
+ statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
166
+ /**
167
+ * This field shall contain the current state of the target device operation.
168
+ *
169
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
170
+ */
171
+ state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
172
+ /**
173
+ * This field shall contain the timestamp of the last update.
174
+ *
175
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
176
+ */
177
+ updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
178
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
179
+ }>>;
180
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
181
+ }>;
182
+ /**
183
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.7
184
+ */
185
+ interface DatastoreAclEntry extends TypeFromSchema<typeof TlvDatastoreAclEntry> {
186
+ }
187
+ /**
188
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.5
189
+ */
190
+ const TlvDatastoreGroupIdEntry: import("../tlv/TlvObject.js").ObjectSchema<{
191
+ /**
192
+ * The unique identifier for the group.
193
+ *
194
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.5.1
195
+ */
196
+ groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
197
+ /**
198
+ * Indicates whether entry in this list is pending, committed, or delete-pending.
199
+ *
200
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.5.2
201
+ */
202
+ statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
203
+ /**
204
+ * This field shall contain the current state of the target device operation.
205
+ *
206
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
207
+ */
208
+ state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
209
+ /**
210
+ * This field shall contain the timestamp of the last update.
211
+ *
212
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
213
+ */
214
+ updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
215
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
216
+ }>>;
217
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
218
+ }>;
219
+ /**
220
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.5
221
+ */
222
+ interface DatastoreGroupIdEntry extends TypeFromSchema<typeof TlvDatastoreGroupIdEntry> {
223
+ }
224
+ /**
225
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.4.7
226
+ */
227
+ const TlvDatastoreBindingEntry: import("../tlv/TlvObject.js").ObjectSchema<{
228
+ /**
229
+ * The unique identifier for the Binding entry in the Datastore’s list of DatastoreBindingEntry.
230
+ *
231
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.4.7.1
232
+ */
233
+ listId: import("../tlv/TlvObject.js").FieldType<number>;
234
+ /**
235
+ * The binding target structure.
236
+ *
237
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.4.7.2
238
+ */
239
+ binding: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
240
+ node: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/NodeId.js").NodeId>;
241
+ group: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/GroupId.js").GroupId>;
242
+ endpoint: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
243
+ cluster: import("../tlv/TlvObject.js").OptionalFieldType<import("../index.js").ClusterId>;
244
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
245
+ }>>;
246
+ /**
247
+ * Indicates whether entry in this list is pending, committed, or delete-pending.
248
+ *
249
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.4.7.3
250
+ */
251
+ statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
252
+ /**
253
+ * This field shall contain the current state of the target device operation.
254
+ *
255
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
256
+ */
257
+ state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
258
+ /**
259
+ * This field shall contain the timestamp of the last update.
260
+ *
261
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
262
+ */
263
+ updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
264
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
265
+ }>>;
266
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
267
+ }>;
268
+ /**
269
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.4.7
270
+ */
271
+ interface DatastoreBindingEntry extends TypeFromSchema<typeof TlvDatastoreBindingEntry> {
272
+ }
273
+ /**
274
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.6
275
+ */
276
+ const TlvDatastoreEndpointEntry: import("../tlv/TlvObject.js").ObjectSchema<{
277
+ /**
278
+ * The unique identifier for the endpoint.
279
+ *
280
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.6.1
281
+ */
282
+ endpointId: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
283
+ /**
284
+ * The unique identifier for the node.
285
+ *
286
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.6.2
287
+ */
288
+ nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
289
+ /**
290
+ * Friendly name for this endpoint which is propagated to nodes. Any changes to Friendly Name or Group Id List
291
+ * (add/remove entry) must follow the pending→committed workflow with current state reflected in the Status
292
+ * Entry.
293
+ *
294
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.6.3
295
+ */
296
+ friendlyName: import("../tlv/TlvObject.js").FieldType<string>;
297
+ /**
298
+ * Indicates whether changes to Friendly Name are pending or committed.
299
+ *
300
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.6.4
301
+ */
302
+ statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
303
+ /**
304
+ * This field shall contain the current state of the target device operation.
305
+ *
306
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
307
+ */
308
+ state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
309
+ /**
310
+ * This field shall contain the timestamp of the last update.
311
+ *
312
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
313
+ */
314
+ updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
315
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
316
+ }>>;
317
+ /**
318
+ * List of Group IDs that this endpoint is a member of. Any changes to Group Id List (add/remove entry) must
319
+ * follow the pending→committed workflow with current state reflected in the Status Entry.
320
+ *
321
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.6.5
322
+ */
323
+ groupIdList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
324
+ /**
325
+ * The unique identifier for the group.
326
+ *
327
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.5.1
328
+ */
329
+ groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
330
+ /**
331
+ * Indicates whether entry in this list is pending, committed, or delete-pending.
332
+ *
333
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.5.2
334
+ */
335
+ statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
336
+ /**
337
+ * This field shall contain the current state of the target device operation.
338
+ *
339
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
340
+ */
341
+ state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
342
+ /**
343
+ * This field shall contain the timestamp of the last update.
344
+ *
345
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
346
+ */
347
+ updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
348
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
349
+ }>>;
350
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
351
+ }>[]>;
352
+ /**
353
+ * List of Binding Targets for this endpoint. Any changes to Binding List (add/remove entry) must follow the
354
+ * pending→committed workflow with current state reflected in the Status Entry.
355
+ *
356
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.6.6
357
+ */
358
+ bindingList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
359
+ /**
360
+ * The unique identifier for the Binding entry in the Datastore’s list of DatastoreBindingEntry.
361
+ *
362
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.4.7.1
363
+ */
364
+ listId: import("../tlv/TlvObject.js").FieldType<number>;
365
+ /**
366
+ * The binding target structure.
367
+ *
368
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.4.7.2
369
+ */
370
+ binding: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
371
+ node: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/NodeId.js").NodeId>;
372
+ group: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/GroupId.js").GroupId>;
373
+ endpoint: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
374
+ cluster: import("../tlv/TlvObject.js").OptionalFieldType<import("../index.js").ClusterId>;
375
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
376
+ }>>;
377
+ /**
378
+ * Indicates whether entry in this list is pending, committed, or delete-pending.
379
+ *
380
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.4.7.3
381
+ */
382
+ statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
383
+ /**
384
+ * This field shall contain the current state of the target device operation.
385
+ *
386
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
387
+ */
388
+ state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
389
+ /**
390
+ * This field shall contain the timestamp of the last update.
391
+ *
392
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
393
+ */
394
+ updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
395
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
396
+ }>>;
397
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
398
+ }>[]>;
399
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
400
+ }>;
401
+ /**
402
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.6
403
+ */
404
+ interface DatastoreEndpointEntry extends TypeFromSchema<typeof TlvDatastoreEndpointEntry> {
405
+ }
406
+ /**
407
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.8
408
+ */
409
+ const TlvDatastoreNodeInformationEntry: import("../tlv/TlvObject.js").ObjectSchema<{
410
+ /**
411
+ * The unique identifier for the node.
412
+ *
413
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.8.1
414
+ */
415
+ nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
416
+ /**
417
+ * Friendly name for this node which is not propagated to nodes.
418
+ *
419
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.8.2
420
+ */
421
+ friendlyName: import("../tlv/TlvObject.js").FieldType<string>;
422
+ /**
423
+ * Set to pending prior to completing commissioning, and set to completed after commissioning complete is
424
+ * successful.
425
+ *
426
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.8.3
427
+ */
428
+ commissioningStatusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
429
+ /**
430
+ * This field shall contain the current state of the target device operation.
431
+ *
432
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
433
+ */
434
+ state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
435
+ /**
436
+ * This field shall contain the timestamp of the last update.
437
+ *
438
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
439
+ */
440
+ updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
441
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
442
+ }>>;
443
+ /**
444
+ * List of Key Set information for the given Node. Updates to the Group Key List must follow the
445
+ * pending→committed workflow with current state reflected in the Status Entry for the corresponding entry in
446
+ * the list.
447
+ *
448
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.8.4
449
+ */
450
+ nodeKeySetList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
451
+ groupKeySetId: import("../tlv/TlvObject.js").FieldType<number>;
452
+ /**
453
+ * Indicates whether entry in this list is pending, committed, or delete-pending.
454
+ *
455
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.3.2
456
+ */
457
+ statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
458
+ /**
459
+ * This field shall contain the current state of the target device operation.
460
+ *
461
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
462
+ */
463
+ state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
464
+ /**
465
+ * This field shall contain the timestamp of the last update.
466
+ *
467
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
468
+ */
469
+ updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
470
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
471
+ }>>;
472
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
473
+ }>[]>;
474
+ /**
475
+ * List of ACL entries. Group membership for this node is inferred from the ACLs. Client access to a Node
476
+ * Information Entry will be determined from the ACL List. Any changes to ACL List (add/remove entry) must
477
+ * follow the pending→committed workflow with current state reflected in the Status Entry for the corresponding
478
+ * entry in the list.
479
+ *
480
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.8.5
481
+ */
482
+ aclList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
483
+ /**
484
+ * The unique identifier for the ACL entry in the Datastore’s list of DatastoreACLEntry.
485
+ *
486
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.7.1
487
+ */
488
+ listId: import("../tlv/TlvObject.js").FieldType<number>;
489
+ /**
490
+ * The Access Control Entry structure.
491
+ *
492
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.7.2
493
+ */
494
+ aclEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
495
+ privilege: import("../tlv/TlvObject.js").FieldType<AccessControl.AccessControlEntryPrivilege>;
496
+ authMode: import("../tlv/TlvObject.js").FieldType<AccessControl.AccessControlEntryAuthMode>;
497
+ subjects: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId[] | null>;
498
+ targets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
499
+ cluster: import("../tlv/TlvObject.js").FieldType<import("../index.js").ClusterId | null>;
500
+ endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber | null>;
501
+ deviceType: import("../tlv/TlvObject.js").FieldType<import("../index.js").DeviceTypeId | null>;
502
+ }>[] | null>;
503
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
504
+ }>>;
505
+ /**
506
+ * Indicates whether entry in this list is pending, committed, or delete-pending.
507
+ *
508
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.7.3
509
+ */
510
+ statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
511
+ /**
512
+ * This field shall contain the current state of the target device operation.
513
+ *
514
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
515
+ */
516
+ state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
517
+ /**
518
+ * This field shall contain the timestamp of the last update.
519
+ *
520
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
521
+ */
522
+ updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
523
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
524
+ }>>;
525
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
526
+ }>[]>;
527
+ /**
528
+ * The list of endpoints for this node. Any changes to Endpoint List (add/remove entry) must follow the
529
+ * pending→committed workflow with current state reflected in the Status Entry for the corresponding entry in
530
+ * the list.
531
+ *
532
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.8.6
533
+ */
534
+ endpointList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
535
+ /**
536
+ * The unique identifier for the endpoint.
537
+ *
538
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.6.1
539
+ */
540
+ endpointId: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
541
+ /**
542
+ * The unique identifier for the node.
543
+ *
544
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.6.2
545
+ */
546
+ nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
547
+ /**
548
+ * Friendly name for this endpoint which is propagated to nodes. Any changes to Friendly Name or Group Id List
549
+ * (add/remove entry) must follow the pending→committed workflow with current state reflected in the Status
550
+ * Entry.
551
+ *
552
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.6.3
553
+ */
554
+ friendlyName: import("../tlv/TlvObject.js").FieldType<string>;
555
+ /**
556
+ * Indicates whether changes to Friendly Name are pending or committed.
557
+ *
558
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.6.4
559
+ */
560
+ statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
561
+ /**
562
+ * This field shall contain the current state of the target device operation.
563
+ *
564
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
565
+ */
566
+ state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
567
+ /**
568
+ * This field shall contain the timestamp of the last update.
569
+ *
570
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
571
+ */
572
+ updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
573
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
574
+ }>>;
575
+ /**
576
+ * List of Group IDs that this endpoint is a member of. Any changes to Group Id List (add/remove entry) must
577
+ * follow the pending→committed workflow with current state reflected in the Status Entry.
578
+ *
579
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.6.5
580
+ */
581
+ groupIdList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
582
+ /**
583
+ * The unique identifier for the group.
584
+ *
585
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.5.1
586
+ */
587
+ groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
588
+ /**
589
+ * Indicates whether entry in this list is pending, committed, or delete-pending.
590
+ *
591
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.5.2
592
+ */
593
+ statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
594
+ /**
595
+ * This field shall contain the current state of the target device operation.
596
+ *
597
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
598
+ */
599
+ state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
600
+ /**
601
+ * This field shall contain the timestamp of the last update.
602
+ *
603
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
604
+ */
605
+ updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
606
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
607
+ }>>;
608
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
609
+ }>[]>;
610
+ /**
611
+ * List of Binding Targets for this endpoint. Any changes to Binding List (add/remove entry) must follow the
612
+ * pending→committed workflow with current state reflected in the Status Entry.
613
+ *
614
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.6.6
615
+ */
616
+ bindingList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
617
+ /**
618
+ * The unique identifier for the Binding entry in the Datastore’s list of DatastoreBindingEntry.
619
+ *
620
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.4.7.1
621
+ */
622
+ listId: import("../tlv/TlvObject.js").FieldType<number>;
623
+ /**
624
+ * The binding target structure.
625
+ *
626
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.4.7.2
627
+ */
628
+ binding: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
629
+ node: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/NodeId.js").NodeId>;
630
+ group: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/GroupId.js").GroupId>;
631
+ endpoint: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
632
+ cluster: import("../tlv/TlvObject.js").OptionalFieldType<import("../index.js").ClusterId>;
633
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
634
+ }>>;
635
+ /**
636
+ * Indicates whether entry in this list is pending, committed, or delete-pending.
637
+ *
638
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.4.7.3
639
+ */
640
+ statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
641
+ /**
642
+ * This field shall contain the current state of the target device operation.
643
+ *
644
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
645
+ */
646
+ state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
647
+ /**
648
+ * This field shall contain the timestamp of the last update.
649
+ *
650
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
651
+ */
652
+ updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
653
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
654
+ }>>;
655
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
656
+ }>[]>;
657
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
658
+ }>[]>;
659
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
660
+ }>;
661
+ /**
662
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.8
663
+ */
664
+ interface DatastoreNodeInformationEntry extends TypeFromSchema<typeof TlvDatastoreNodeInformationEntry> {
665
+ }
666
+ /**
667
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.9
668
+ */
669
+ const TlvDatastoreAdministratorInformationEntry: import("../tlv/TlvObject.js").ObjectSchema<{
670
+ /**
671
+ * The unique identifier for the node.
672
+ *
673
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.9.1
674
+ */
675
+ nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
676
+ /**
677
+ * Friendly name for this node which is not propagated to nodes.
678
+ *
679
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.9.2
680
+ */
681
+ friendlyName: import("../tlv/TlvObject.js").FieldType<string>;
682
+ /**
683
+ * The Vendor ID for the node.
684
+ *
685
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.9.3
686
+ */
687
+ vendorId: import("../tlv/TlvObject.js").FieldType<import("../datatype/VendorId.js").VendorId>;
688
+ /**
689
+ * The ICAC used to issue the NOC.
690
+ *
691
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.9.4
692
+ */
693
+ icac: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
694
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
695
+ }>;
696
+ /**
697
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.9
698
+ */
699
+ interface DatastoreAdministratorInformationEntry extends TypeFromSchema<typeof TlvDatastoreAdministratorInformationEntry> {
700
+ }
701
+ /**
702
+ * @see {@link Cluster}
703
+ */
704
+ const ClusterInstance: MutableCluster<{
705
+ readonly id: 1874;
706
+ readonly name: "JointFabricDatastoreCluster";
707
+ readonly revision: 1;
708
+ readonly attributes: {
709
+ /**
710
+ * This shall indicate the Anchor Root CA used to sign all NOC Issuers in the Joint Fabric. A null value
711
+ * indicates that the Joint Fabric is not yet formed.
712
+ *
713
+ * @see {@link MatterSpecification.v13.Core} § 11.24.6.1
714
+ */
715
+ readonly anchorRootCa: FabricScopedAttribute<Uint8Array<ArrayBufferLike>, any>;
716
+ /**
717
+ * This shall indicate the Node identifier of the Joint Fabric Anchor Root CA.
718
+ *
719
+ * @see {@link MatterSpecification.v13.Core} § 11.24.6.2
720
+ */
721
+ readonly anchorNodeId: FabricScopedAttribute<import("../datatype/NodeId.js").NodeId, any>;
722
+ /**
723
+ * This shall indicate the Vendor identifier of the Joint Fabric Anchor Root CA.
724
+ *
725
+ * @see {@link MatterSpecification.v13.Core} § 11.24.6.3
726
+ */
727
+ readonly anchorVendorId: FabricScopedAttribute<import("../datatype/VendorId.js").VendorId, any>;
728
+ /**
729
+ * Friendly name for this fabric which can be propagated to nodes.
730
+ *
731
+ * @see {@link MatterSpecification.v13.Core} § 11.24.6.4
732
+ */
733
+ readonly friendlyName: FabricScopedAttribute<string, any>;
734
+ /**
735
+ * This shall indicate the list of GroupKeySetStruct used in the Joint Fabric.
736
+ *
737
+ * This attribute shall contain at least one entry, the IPK, which has GroupKeySetID of 0.
738
+ *
739
+ * @see {@link MatterSpecification.v13.Core} § 11.24.6.5
740
+ */
741
+ readonly groupKeySetList: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
742
+ groupKeySetId: import("../tlv/TlvObject.js").FieldType<number>;
743
+ groupKeySecurityPolicy: import("../tlv/TlvObject.js").FieldType<GroupKeyManagement.GroupKeySecurityPolicy>;
744
+ epochKey0: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
745
+ epochStartTime0: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
746
+ epochKey1: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
747
+ epochStartTime1: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
748
+ epochKey2: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike> | null>;
749
+ epochStartTime2: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
750
+ groupKeyMulticastPolicy: import("../tlv/TlvObject.js").OptionalFieldType<GroupKeyManagement.GroupKeyMulticastPolicy>;
751
+ }>[], any>;
752
+ /**
753
+ * This shall indicate the list of groups in the Joint Fabric.
754
+ *
755
+ * @see {@link MatterSpecification.v13.Core} § 11.24.6.6
756
+ */
757
+ readonly groupList: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
758
+ /**
759
+ * The unique identifier for the group.
760
+ *
761
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.4.1
762
+ */
763
+ groupId: import("../tlv/TlvObject.js").FieldType<number | bigint>;
764
+ /**
765
+ * The friendly name for the group.
766
+ *
767
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.4.2
768
+ */
769
+ friendlyName: import("../tlv/TlvObject.js").FieldType<string>;
770
+ /**
771
+ * The unique identifier for the group key set.
772
+ *
773
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.4.3
774
+ */
775
+ groupKeySetId: import("../tlv/TlvObject.js").FieldType<number>;
776
+ /**
777
+ * CAT value for this group. This is used for control of individual members of a group (non-broadcast commands).
778
+ *
779
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.4.4
780
+ */
781
+ groupCat: import("../tlv/TlvObject.js").FieldType<number>;
782
+ /**
783
+ * Current version number for this CAT.
784
+ *
785
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.4.5
786
+ */
787
+ groupCatVersion: import("../tlv/TlvObject.js").FieldType<number>;
788
+ /**
789
+ * The permission level associated with ACL entries for this group. There should be only one Administrator
790
+ * group per fabric, and at most one Manage group per Ecosystem (Vendor Entry).
791
+ *
792
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.4.6
793
+ */
794
+ groupPermission: import("../tlv/TlvObject.js").FieldType<AccessControl.AccessControlEntryPrivilege>;
795
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
796
+ }>[], any>;
797
+ /**
798
+ * This shall indicate the list of nodes in the Joint Fabric.
799
+ *
800
+ * @see {@link MatterSpecification.v13.Core} § 11.24.6.7
801
+ */
802
+ readonly nodeList: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
803
+ /**
804
+ * The unique identifier for the node.
805
+ *
806
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.8.1
807
+ */
808
+ nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
809
+ /**
810
+ * Friendly name for this node which is not propagated to nodes.
811
+ *
812
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.8.2
813
+ */
814
+ friendlyName: import("../tlv/TlvObject.js").FieldType<string>;
815
+ /**
816
+ * Set to pending prior to completing commissioning, and set to completed after commissioning complete is
817
+ * successful.
818
+ *
819
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.8.3
820
+ */
821
+ commissioningStatusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
822
+ /**
823
+ * This field shall contain the current state of the target device operation.
824
+ *
825
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
826
+ */
827
+ state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
828
+ /**
829
+ * This field shall contain the timestamp of the last update.
830
+ *
831
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
832
+ */
833
+ updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
834
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
835
+ }>>;
836
+ /**
837
+ * List of Key Set information for the given Node. Updates to the Group Key List must follow the
838
+ * pending→committed workflow with current state reflected in the Status Entry for the corresponding entry in
839
+ * the list.
840
+ *
841
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.8.4
842
+ */
843
+ nodeKeySetList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
844
+ groupKeySetId: import("../tlv/TlvObject.js").FieldType<number>;
845
+ /**
846
+ * Indicates whether entry in this list is pending, committed, or delete-pending.
847
+ *
848
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.3.2
849
+ */
850
+ statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
851
+ /**
852
+ * This field shall contain the current state of the target device operation.
853
+ *
854
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
855
+ */
856
+ state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
857
+ /**
858
+ * This field shall contain the timestamp of the last update.
859
+ *
860
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
861
+ */
862
+ updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
863
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
864
+ }>>;
865
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
866
+ }>[]>;
867
+ /**
868
+ * List of ACL entries. Group membership for this node is inferred from the ACLs. Client access to a Node
869
+ * Information Entry will be determined from the ACL List. Any changes to ACL List (add/remove entry) must
870
+ * follow the pending→committed workflow with current state reflected in the Status Entry for the corresponding
871
+ * entry in the list.
872
+ *
873
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.8.5
874
+ */
875
+ aclList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
876
+ /**
877
+ * The unique identifier for the ACL entry in the Datastore’s list of DatastoreACLEntry.
878
+ *
879
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.7.1
880
+ */
881
+ listId: import("../tlv/TlvObject.js").FieldType<number>;
882
+ /**
883
+ * The Access Control Entry structure.
884
+ *
885
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.7.2
886
+ */
887
+ aclEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
888
+ privilege: import("../tlv/TlvObject.js").FieldType<AccessControl.AccessControlEntryPrivilege>;
889
+ authMode: import("../tlv/TlvObject.js").FieldType<AccessControl.AccessControlEntryAuthMode>;
890
+ subjects: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId[] | null>;
891
+ targets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
892
+ cluster: import("../tlv/TlvObject.js").FieldType<import("../index.js").ClusterId | null>;
893
+ endpoint: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber | null>;
894
+ deviceType: import("../tlv/TlvObject.js").FieldType<import("../index.js").DeviceTypeId | null>;
895
+ }>[] | null>;
896
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
897
+ }>>;
898
+ /**
899
+ * Indicates whether entry in this list is pending, committed, or delete-pending.
900
+ *
901
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.7.3
902
+ */
903
+ statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
904
+ /**
905
+ * This field shall contain the current state of the target device operation.
906
+ *
907
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
908
+ */
909
+ state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
910
+ /**
911
+ * This field shall contain the timestamp of the last update.
912
+ *
913
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
914
+ */
915
+ updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
916
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
917
+ }>>;
918
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
919
+ }>[]>;
920
+ /**
921
+ * The list of endpoints for this node. Any changes to Endpoint List (add/remove entry) must follow the
922
+ * pending→committed workflow with current state reflected in the Status Entry for the corresponding entry in
923
+ * the list.
924
+ *
925
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.8.6
926
+ */
927
+ endpointList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
928
+ /**
929
+ * The unique identifier for the endpoint.
930
+ *
931
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.6.1
932
+ */
933
+ endpointId: import("../tlv/TlvObject.js").FieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
934
+ /**
935
+ * The unique identifier for the node.
936
+ *
937
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.6.2
938
+ */
939
+ nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
940
+ /**
941
+ * Friendly name for this endpoint which is propagated to nodes. Any changes to Friendly Name or Group Id List
942
+ * (add/remove entry) must follow the pending→committed workflow with current state reflected in the Status
943
+ * Entry.
944
+ *
945
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.6.3
946
+ */
947
+ friendlyName: import("../tlv/TlvObject.js").FieldType<string>;
948
+ /**
949
+ * Indicates whether changes to Friendly Name are pending or committed.
950
+ *
951
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.6.4
952
+ */
953
+ statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
954
+ /**
955
+ * This field shall contain the current state of the target device operation.
956
+ *
957
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
958
+ */
959
+ state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
960
+ /**
961
+ * This field shall contain the timestamp of the last update.
962
+ *
963
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
964
+ */
965
+ updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
966
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
967
+ }>>;
968
+ /**
969
+ * List of Group IDs that this endpoint is a member of. Any changes to Group Id List (add/remove entry) must
970
+ * follow the pending→committed workflow with current state reflected in the Status Entry.
971
+ *
972
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.6.5
973
+ */
974
+ groupIdList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
975
+ /**
976
+ * The unique identifier for the group.
977
+ *
978
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.5.1
979
+ */
980
+ groupId: import("../tlv/TlvObject.js").FieldType<import("../datatype/GroupId.js").GroupId>;
981
+ /**
982
+ * Indicates whether entry in this list is pending, committed, or delete-pending.
983
+ *
984
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.5.2
985
+ */
986
+ statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
987
+ /**
988
+ * This field shall contain the current state of the target device operation.
989
+ *
990
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
991
+ */
992
+ state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
993
+ /**
994
+ * This field shall contain the timestamp of the last update.
995
+ *
996
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
997
+ */
998
+ updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
999
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
1000
+ }>>;
1001
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
1002
+ }>[]>;
1003
+ /**
1004
+ * List of Binding Targets for this endpoint. Any changes to Binding List (add/remove entry) must follow the
1005
+ * pending→committed workflow with current state reflected in the Status Entry.
1006
+ *
1007
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.6.6
1008
+ */
1009
+ bindingList: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1010
+ /**
1011
+ * The unique identifier for the Binding entry in the Datastore’s list of DatastoreBindingEntry.
1012
+ *
1013
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.4.7.1
1014
+ */
1015
+ listId: import("../tlv/TlvObject.js").FieldType<number>;
1016
+ /**
1017
+ * The binding target structure.
1018
+ *
1019
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.4.7.2
1020
+ */
1021
+ binding: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1022
+ node: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/NodeId.js").NodeId>;
1023
+ group: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/GroupId.js").GroupId>;
1024
+ endpoint: import("../tlv/TlvObject.js").OptionalFieldType<import("../datatype/EndpointNumber.js").EndpointNumber>;
1025
+ cluster: import("../tlv/TlvObject.js").OptionalFieldType<import("../index.js").ClusterId>;
1026
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
1027
+ }>>;
1028
+ /**
1029
+ * Indicates whether entry in this list is pending, committed, or delete-pending.
1030
+ *
1031
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.4.7.3
1032
+ */
1033
+ statusEntry: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1034
+ /**
1035
+ * This field shall contain the current state of the target device operation.
1036
+ *
1037
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.1
1038
+ */
1039
+ state: import("../tlv/TlvObject.js").FieldType<DatastoreState>;
1040
+ /**
1041
+ * This field shall contain the timestamp of the last update.
1042
+ *
1043
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.2.2
1044
+ */
1045
+ updateTimestamp: import("../tlv/TlvObject.js").FieldType<number>;
1046
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
1047
+ }>>;
1048
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
1049
+ }>[]>;
1050
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
1051
+ }>[]>;
1052
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
1053
+ }>[], any>;
1054
+ /**
1055
+ * This shall indicate the list of administrators in the Joint Fabric.
1056
+ *
1057
+ * Only one Administrator may serve as the Anchor Root CA and Anchor Fabric Administrator and shall have
1058
+ * index value 0. All other Joint Fabric Administrators shall be referenced at index 1 or greater.
1059
+ *
1060
+ * A null value or empty list indicates that the Joint Fabric is not yet formed.
1061
+ *
1062
+ * @see {@link MatterSpecification.v13.Core} § 11.24.6.8
1063
+ */
1064
+ readonly adminList: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
1065
+ /**
1066
+ * The unique identifier for the node.
1067
+ *
1068
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.9.1
1069
+ */
1070
+ nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
1071
+ /**
1072
+ * Friendly name for this node which is not propagated to nodes.
1073
+ *
1074
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.9.2
1075
+ */
1076
+ friendlyName: import("../tlv/TlvObject.js").FieldType<string>;
1077
+ /**
1078
+ * The Vendor ID for the node.
1079
+ *
1080
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.9.3
1081
+ */
1082
+ vendorId: import("../tlv/TlvObject.js").FieldType<import("../datatype/VendorId.js").VendorId>;
1083
+ /**
1084
+ * The ICAC used to issue the NOC.
1085
+ *
1086
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.9.4
1087
+ */
1088
+ icac: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1089
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
1090
+ }>[], any>;
1091
+ /**
1092
+ * This shall indicate the current state of the Joint Fabric Datastore Cluster.
1093
+ *
1094
+ * The Committed status indicates the DataStore is ready for use. The Pending status indicates that the
1095
+ * DataStore is not yet ready for use. The DeletePending status indicates that the DataStore is in the
1096
+ * process of being transferred to another Joint Fabric Anchor Administrator.
1097
+ *
1098
+ * @see {@link MatterSpecification.v13.Core} § 11.24.6.9
1099
+ */
1100
+ readonly statusEntry: FabricScopedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
1101
+ /**
1102
+ * The unique identifier for the node.
1103
+ *
1104
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.9.1
1105
+ */
1106
+ nodeId: import("../tlv/TlvObject.js").FieldType<import("../datatype/NodeId.js").NodeId>;
1107
+ /**
1108
+ * Friendly name for this node which is not propagated to nodes.
1109
+ *
1110
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.9.2
1111
+ */
1112
+ friendlyName: import("../tlv/TlvObject.js").FieldType<string>;
1113
+ /**
1114
+ * The Vendor ID for the node.
1115
+ *
1116
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.9.3
1117
+ */
1118
+ vendorId: import("../tlv/TlvObject.js").FieldType<import("../datatype/VendorId.js").VendorId>;
1119
+ /**
1120
+ * The ICAC used to issue the NOC.
1121
+ *
1122
+ * @see {@link MatterSpecification.v13.Core} § 11.24.5.9.4
1123
+ */
1124
+ icac: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1125
+ fabricIndex: import("../tlv/TlvObject.js").FieldType<import("../datatype/FabricIndex.js").FabricIndex>;
1126
+ }>, any>;
1127
+ };
1128
+ readonly commands: {
1129
+ /**
1130
+ * @see {@link MatterSpecification.v13.Core} § 11.24.7
1131
+ */
1132
+ readonly section112471: Command<void, void, any>;
1133
+ /**
1134
+ * @see {@link MatterSpecification.v13.Core} § 11.24.7
1135
+ */
1136
+ readonly section112472: Command<void, void, any>;
1137
+ /**
1138
+ * @see {@link MatterSpecification.v13.Core} § 11.24.7
1139
+ */
1140
+ readonly section112473: Command<void, void, any>;
1141
+ /**
1142
+ * @see {@link MatterSpecification.v13.Core} § 11.24.7
1143
+ */
1144
+ readonly section112474: Command<void, void, any>;
1145
+ /**
1146
+ * @see {@link MatterSpecification.v13.Core} § 11.24.7
1147
+ */
1148
+ readonly section112475: Command<void, void, any>;
1149
+ /**
1150
+ * @see {@link MatterSpecification.v13.Core} § 11.24.7
1151
+ */
1152
+ readonly section112476: Command<void, void, any>;
1153
+ /**
1154
+ * @see {@link MatterSpecification.v13.Core} § 11.24.7
1155
+ */
1156
+ readonly section112477: Command<void, void, any>;
1157
+ /**
1158
+ * @see {@link MatterSpecification.v13.Core} § 11.24.7
1159
+ */
1160
+ readonly section112478: Command<void, void, any>;
1161
+ /**
1162
+ * @see {@link MatterSpecification.v13.Core} § 11.24.7
1163
+ */
1164
+ readonly section112479: Command<void, void, any>;
1165
+ /**
1166
+ * @see {@link MatterSpecification.v13.Core} § 11.24.7
1167
+ */
1168
+ readonly section1124710: Command<void, void, any>;
1169
+ /**
1170
+ * @see {@link MatterSpecification.v13.Core} § 11.24.7
1171
+ */
1172
+ readonly section1124711: Command<void, void, any>;
1173
+ /**
1174
+ * @see {@link MatterSpecification.v13.Core} § 11.24.7
1175
+ */
1176
+ readonly section1124712: Command<void, void, any>;
1177
+ /**
1178
+ * @see {@link MatterSpecification.v13.Core} § 11.24.7
1179
+ */
1180
+ readonly section1124713: Command<void, void, any>;
1181
+ /**
1182
+ * @see {@link MatterSpecification.v13.Core} § 11.24.7
1183
+ */
1184
+ readonly section1124714: Command<void, void, any>;
1185
+ /**
1186
+ * @see {@link MatterSpecification.v13.Core} § 11.24.7
1187
+ */
1188
+ readonly section1124715: Command<void, void, any>;
1189
+ /**
1190
+ * @see {@link MatterSpecification.v13.Core} § 11.24.7
1191
+ */
1192
+ readonly section1124716: Command<void, void, any>;
1193
+ /**
1194
+ * @see {@link MatterSpecification.v13.Core} § 11.24.7
1195
+ */
1196
+ readonly section1124717: Command<void, void, any>;
1197
+ /**
1198
+ * @see {@link MatterSpecification.v13.Core} § 11.24.7
1199
+ */
1200
+ readonly section1124718: Command<void, void, any>;
1201
+ /**
1202
+ * @see {@link MatterSpecification.v13.Core} § 11.24.7
1203
+ */
1204
+ readonly section1124719: Command<void, void, any>;
1205
+ /**
1206
+ * @see {@link MatterSpecification.v13.Core} § 11.24.7
1207
+ */
1208
+ readonly section1124720: Command<void, void, any>;
1209
+ };
1210
+ }, []>;
1211
+ /**
1212
+ * The Joint Fabric Datastore Cluster is a cluster that provides a mechanism for the Joint Fabric Administrators to
1213
+ * manage the set of Nodes, Groups, and Group membership among Nodes in the Joint Fabric.
1214
+ *
1215
+ * When an Ecosystem Administrator Node is commissioned onto the Joint Fabric, the Ecosystem Administrator Node has
1216
+ * no knowledge of what Nodes and Groups are present, or what set-up information related to the Joint Fabric is
1217
+ * provided by the user. To address lack of knowledge, the Joint Fabric Datastore provides the information required
1218
+ * for all Ecosystem Administrators to maintain a consistent view of the Joint Fabric including Nodes, Groups,
1219
+ * settings and privileges.
1220
+ *
1221
+ * The Joint Fabric Datastore cluster server shall only be accessible on a Node which is acting as the Joint Fabric
1222
+ * Anchor Administrator. When not acting as the Joint Fabric Anchor Administrator, the Joint Fabric Datastore
1223
+ * cluster shall NOT be accessible.
1224
+ *
1225
+ * The Admin level of access to the Joint Fabric Datastore cluster server shall be limited to JF Administrator
1226
+ * Nodes identified using the Administrator CAT.
1227
+ *
1228
+ * NOTE Support for Joint Fabric Datastore cluster is provisional.
1229
+ *
1230
+ * @see {@link MatterSpecification.v13.Core} § 11.24
1231
+ */
1232
+ interface Cluster extends Identity<typeof ClusterInstance> {
1233
+ }
1234
+ const Cluster: Cluster;
1235
+ const Complete: Cluster;
1236
+ }
1237
+ export type JointFabricDatastoreClusterCluster = JointFabricDatastoreCluster.Cluster;
1238
+ export declare const JointFabricDatastoreClusterCluster: JointFabricDatastoreCluster.Cluster;
1239
+ //# sourceMappingURL=joint-fabric-datastore-cluster.d.ts.map