@matter/types 0.16.0-alpha.0-20251022-5a69ce65a → 0.16.0-alpha.0-20251027-17770fb28

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 (888) hide show
  1. package/dist/cjs/cluster/mutation/{ElementModifier.d.ts → ClusterTypeModifier.d.ts} +8 -8
  2. package/dist/cjs/cluster/mutation/ClusterTypeModifier.d.ts.map +1 -0
  3. package/dist/cjs/cluster/mutation/{ElementModifier.js → ClusterTypeModifier.js} +6 -6
  4. package/dist/cjs/cluster/mutation/{ElementModifier.js.map → ClusterTypeModifier.js.map} +2 -2
  5. package/dist/cjs/cluster/mutation/MutableCluster.d.ts +7 -7
  6. package/dist/cjs/cluster/mutation/MutableCluster.d.ts.map +1 -1
  7. package/dist/cjs/cluster/mutation/MutableCluster.js +4 -4
  8. package/dist/cjs/cluster/mutation/MutableCluster.js.map +1 -1
  9. package/dist/cjs/cluster/mutation/index.d.ts +1 -1
  10. package/dist/cjs/cluster/mutation/index.d.ts.map +1 -1
  11. package/dist/cjs/cluster/mutation/index.js +1 -1
  12. package/dist/cjs/cluster/mutation/index.js.map +1 -1
  13. package/dist/cjs/clusters/access-control.d.ts +96 -47
  14. package/dist/cjs/clusters/access-control.d.ts.map +1 -1
  15. package/dist/cjs/clusters/access-control.js +16 -8
  16. package/dist/cjs/clusters/access-control.js.map +1 -1
  17. package/dist/cjs/clusters/account-login.d.ts +20 -20
  18. package/dist/cjs/clusters/account-login.js +12 -12
  19. package/dist/cjs/clusters/actions.d.ts +36 -5
  20. package/dist/cjs/clusters/actions.d.ts.map +1 -1
  21. package/dist/cjs/clusters/actions.js +26 -1
  22. package/dist/cjs/clusters/actions.js.map +1 -1
  23. package/dist/cjs/clusters/administrator-commissioning.d.ts +29 -25
  24. package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
  25. package/dist/cjs/clusters/administrator-commissioning.js +7 -6
  26. package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
  27. package/dist/cjs/clusters/air-quality.js +1 -1
  28. package/dist/cjs/clusters/air-quality.js.map +1 -1
  29. package/dist/cjs/clusters/alarm-base.d.ts +4 -4
  30. package/dist/cjs/clusters/alarm-base.js +2 -2
  31. package/dist/cjs/clusters/application-launcher.d.ts +49 -23
  32. package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
  33. package/dist/cjs/clusters/application-launcher.js +7 -3
  34. package/dist/cjs/clusters/application-launcher.js.map +1 -1
  35. package/dist/cjs/clusters/basic-information.d.ts +22 -19
  36. package/dist/cjs/clusters/basic-information.d.ts.map +1 -1
  37. package/dist/cjs/clusters/basic-information.js +21 -18
  38. package/dist/cjs/clusters/basic-information.js.map +1 -1
  39. package/dist/cjs/clusters/boolean-state-configuration.d.ts +15 -15
  40. package/dist/cjs/clusters/boolean-state-configuration.js +3 -3
  41. package/dist/cjs/clusters/bridged-device-basic-information.d.ts +56 -12
  42. package/dist/cjs/clusters/bridged-device-basic-information.d.ts.map +1 -1
  43. package/dist/cjs/clusters/bridged-device-basic-information.js +18 -4
  44. package/dist/cjs/clusters/bridged-device-basic-information.js.map +1 -1
  45. package/dist/cjs/clusters/channel.d.ts +12 -0
  46. package/dist/cjs/clusters/channel.d.ts.map +1 -1
  47. package/dist/cjs/clusters/channel.js +4 -0
  48. package/dist/cjs/clusters/channel.js.map +1 -1
  49. package/dist/cjs/clusters/color-control.d.ts +128 -119
  50. package/dist/cjs/clusters/color-control.d.ts.map +1 -1
  51. package/dist/cjs/clusters/color-control.js +52 -68
  52. package/dist/cjs/clusters/color-control.js.map +1 -1
  53. package/dist/cjs/clusters/commissioner-control.d.ts +8 -4
  54. package/dist/cjs/clusters/commissioner-control.d.ts.map +1 -1
  55. package/dist/cjs/clusters/commissioner-control.js +5 -1
  56. package/dist/cjs/clusters/commissioner-control.js.map +1 -1
  57. package/dist/cjs/clusters/concentration-measurement.d.ts +7 -9
  58. package/dist/cjs/clusters/concentration-measurement.d.ts.map +1 -1
  59. package/dist/cjs/clusters/concentration-measurement.js +11 -12
  60. package/dist/cjs/clusters/concentration-measurement.js.map +1 -1
  61. package/dist/cjs/clusters/content-control.d.ts +44 -30
  62. package/dist/cjs/clusters/content-control.d.ts.map +1 -1
  63. package/dist/cjs/clusters/content-control.js +6 -6
  64. package/dist/cjs/clusters/content-control.js.map +1 -1
  65. package/dist/cjs/clusters/content-launcher.d.ts +32 -32
  66. package/dist/cjs/clusters/content-launcher.js +1 -1
  67. package/dist/cjs/clusters/descriptor.d.ts +43 -10
  68. package/dist/cjs/clusters/descriptor.d.ts.map +1 -1
  69. package/dist/cjs/clusters/descriptor.js +21 -4
  70. package/dist/cjs/clusters/descriptor.js.map +1 -1
  71. package/dist/cjs/clusters/device-energy-management-mode.d.ts +9 -0
  72. package/dist/cjs/clusters/device-energy-management-mode.d.ts.map +1 -1
  73. package/dist/cjs/clusters/device-energy-management-mode.js +3 -0
  74. package/dist/cjs/clusters/device-energy-management-mode.js.map +1 -1
  75. package/dist/cjs/clusters/device-energy-management.d.ts +133 -24
  76. package/dist/cjs/clusters/device-energy-management.d.ts.map +1 -1
  77. package/dist/cjs/clusters/device-energy-management.js +38 -12
  78. package/dist/cjs/clusters/device-energy-management.js.map +1 -1
  79. package/dist/cjs/clusters/dishwasher-alarm.d.ts +3 -3
  80. package/dist/cjs/clusters/dishwasher-alarm.js +1 -1
  81. package/dist/cjs/clusters/dishwasher-mode.d.ts +9 -0
  82. package/dist/cjs/clusters/dishwasher-mode.d.ts.map +1 -1
  83. package/dist/cjs/clusters/dishwasher-mode.js +3 -0
  84. package/dist/cjs/clusters/dishwasher-mode.js.map +1 -1
  85. package/dist/cjs/clusters/door-lock.d.ts +182 -266
  86. package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
  87. package/dist/cjs/clusters/door-lock.js +80 -111
  88. package/dist/cjs/clusters/door-lock.js.map +1 -1
  89. package/dist/cjs/clusters/ecosystem-information.d.ts +93 -49
  90. package/dist/cjs/clusters/ecosystem-information.d.ts.map +1 -1
  91. package/dist/cjs/clusters/ecosystem-information.js +36 -24
  92. package/dist/cjs/clusters/ecosystem-information.js.map +1 -1
  93. package/dist/cjs/clusters/electrical-energy-measurement.d.ts +285 -209
  94. package/dist/cjs/clusters/electrical-energy-measurement.d.ts.map +1 -1
  95. package/dist/cjs/clusters/electrical-energy-measurement.js +33 -13
  96. package/dist/cjs/clusters/electrical-energy-measurement.js.map +2 -2
  97. package/dist/cjs/clusters/electrical-power-measurement.d.ts +201 -126
  98. package/dist/cjs/clusters/electrical-power-measurement.d.ts.map +1 -1
  99. package/dist/cjs/clusters/electrical-power-measurement.js +45 -23
  100. package/dist/cjs/clusters/electrical-power-measurement.js.map +2 -2
  101. package/dist/cjs/clusters/energy-evse-mode.d.ts +9 -0
  102. package/dist/cjs/clusters/energy-evse-mode.d.ts.map +1 -1
  103. package/dist/cjs/clusters/energy-evse-mode.js +3 -0
  104. package/dist/cjs/clusters/energy-evse-mode.js.map +1 -1
  105. package/dist/cjs/clusters/energy-evse.d.ts +61 -45
  106. package/dist/cjs/clusters/energy-evse.d.ts.map +1 -1
  107. package/dist/cjs/clusters/energy-evse.js +28 -33
  108. package/dist/cjs/clusters/energy-evse.js.map +1 -1
  109. package/dist/cjs/clusters/energy-preference.d.ts +5 -9
  110. package/dist/cjs/clusters/energy-preference.d.ts.map +1 -1
  111. package/dist/cjs/clusters/energy-preference.js +1 -3
  112. package/dist/cjs/clusters/energy-preference.js.map +1 -1
  113. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +59 -69
  114. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
  115. package/dist/cjs/clusters/ethernet-network-diagnostics.js +21 -25
  116. package/dist/cjs/clusters/ethernet-network-diagnostics.js.map +1 -1
  117. package/dist/cjs/clusters/fan-control.d.ts +334 -148
  118. package/dist/cjs/clusters/fan-control.d.ts.map +1 -1
  119. package/dist/cjs/clusters/fan-control.js +107 -56
  120. package/dist/cjs/clusters/fan-control.js.map +1 -1
  121. package/dist/cjs/clusters/flow-measurement.js +1 -1
  122. package/dist/cjs/clusters/flow-measurement.js.map +1 -1
  123. package/dist/cjs/clusters/general-commissioning.d.ts +90 -69
  124. package/dist/cjs/clusters/general-commissioning.d.ts.map +1 -1
  125. package/dist/cjs/clusters/general-commissioning.js +26 -23
  126. package/dist/cjs/clusters/general-commissioning.js.map +1 -1
  127. package/dist/cjs/clusters/general-diagnostics.d.ts +51 -52
  128. package/dist/cjs/clusters/general-diagnostics.d.ts.map +1 -1
  129. package/dist/cjs/clusters/general-diagnostics.js +13 -13
  130. package/dist/cjs/clusters/general-diagnostics.js.map +1 -1
  131. package/dist/cjs/clusters/group-key-management.d.ts +28 -22
  132. package/dist/cjs/clusters/group-key-management.d.ts.map +1 -1
  133. package/dist/cjs/clusters/group-key-management.js +13 -10
  134. package/dist/cjs/clusters/group-key-management.js.map +1 -1
  135. package/dist/cjs/clusters/groups.d.ts +0 -12
  136. package/dist/cjs/clusters/groups.d.ts.map +1 -1
  137. package/dist/cjs/clusters/groups.js +1 -7
  138. package/dist/cjs/clusters/groups.js.map +1 -1
  139. package/dist/cjs/clusters/icd-management.d.ts +809 -145
  140. package/dist/cjs/clusters/icd-management.d.ts.map +1 -1
  141. package/dist/cjs/clusters/icd-management.js +182 -34
  142. package/dist/cjs/clusters/icd-management.js.map +1 -1
  143. package/dist/cjs/clusters/identify.d.ts +12 -1
  144. package/dist/cjs/clusters/identify.d.ts.map +1 -1
  145. package/dist/cjs/clusters/identify.js +13 -2
  146. package/dist/cjs/clusters/identify.js.map +1 -1
  147. package/dist/cjs/clusters/illuminance-measurement.js +1 -1
  148. package/dist/cjs/clusters/illuminance-measurement.js.map +1 -1
  149. package/dist/cjs/clusters/index.d.ts +1 -5
  150. package/dist/cjs/clusters/index.d.ts.map +1 -1
  151. package/dist/cjs/clusters/index.js +3 -15
  152. package/dist/cjs/clusters/index.js.map +1 -1
  153. package/dist/cjs/clusters/joint-fabric-administrator.d.ts +424 -0
  154. package/dist/cjs/clusters/joint-fabric-administrator.d.ts.map +1 -0
  155. package/dist/cjs/clusters/joint-fabric-administrator.js +285 -0
  156. package/dist/cjs/clusters/joint-fabric-administrator.js.map +6 -0
  157. package/dist/cjs/clusters/joint-fabric-datastore.d.ts +1960 -805
  158. package/dist/cjs/clusters/joint-fabric-datastore.d.ts.map +1 -1
  159. package/dist/cjs/clusters/joint-fabric-datastore.js +990 -172
  160. package/dist/cjs/clusters/joint-fabric-datastore.js.map +2 -2
  161. package/dist/cjs/clusters/label.d.ts +9 -6
  162. package/dist/cjs/clusters/label.d.ts.map +1 -1
  163. package/dist/cjs/clusters/label.js +3 -2
  164. package/dist/cjs/clusters/label.js.map +1 -1
  165. package/dist/cjs/clusters/laundry-washer-controls.d.ts +9 -9
  166. package/dist/cjs/clusters/laundry-washer-controls.js +4 -4
  167. package/dist/cjs/clusters/laundry-washer-controls.js.map +1 -1
  168. package/dist/cjs/clusters/laundry-washer-mode.d.ts +2 -2
  169. package/dist/cjs/clusters/level-control.d.ts +11 -15
  170. package/dist/cjs/clusters/level-control.d.ts.map +1 -1
  171. package/dist/cjs/clusters/level-control.js +8 -9
  172. package/dist/cjs/clusters/level-control.js.map +1 -1
  173. package/dist/cjs/clusters/media-playback.d.ts +138 -12
  174. package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
  175. package/dist/cjs/clusters/media-playback.js +41 -4
  176. package/dist/cjs/clusters/media-playback.js.map +1 -1
  177. package/dist/cjs/clusters/messages.d.ts +7 -7
  178. package/dist/cjs/clusters/messages.js +3 -3
  179. package/dist/cjs/clusters/microwave-oven-control.js +4 -4
  180. package/dist/cjs/clusters/microwave-oven-control.js.map +1 -1
  181. package/dist/cjs/clusters/microwave-oven-mode.d.ts +9 -0
  182. package/dist/cjs/clusters/microwave-oven-mode.d.ts.map +1 -1
  183. package/dist/cjs/clusters/microwave-oven-mode.js +3 -0
  184. package/dist/cjs/clusters/microwave-oven-mode.js.map +1 -1
  185. package/dist/cjs/clusters/mode-base.d.ts +31 -2
  186. package/dist/cjs/clusters/mode-base.d.ts.map +1 -1
  187. package/dist/cjs/clusters/mode-base.js +15 -2
  188. package/dist/cjs/clusters/mode-base.js.map +1 -1
  189. package/dist/cjs/clusters/mode-select.d.ts +7 -7
  190. package/dist/cjs/clusters/mode-select.js +2 -2
  191. package/dist/cjs/clusters/network-commissioning.d.ts +259 -201
  192. package/dist/cjs/clusters/network-commissioning.d.ts.map +1 -1
  193. package/dist/cjs/clusters/network-commissioning.js +41 -27
  194. package/dist/cjs/clusters/network-commissioning.js.map +1 -1
  195. package/dist/cjs/clusters/occupancy-sensing.d.ts +14 -20
  196. package/dist/cjs/clusters/occupancy-sensing.d.ts.map +1 -1
  197. package/dist/cjs/clusters/occupancy-sensing.js +4 -6
  198. package/dist/cjs/clusters/occupancy-sensing.js.map +1 -1
  199. package/dist/cjs/clusters/on-off.js +4 -4
  200. package/dist/cjs/clusters/on-off.js.map +1 -1
  201. package/dist/cjs/clusters/operational-credentials.d.ts +367 -77
  202. package/dist/cjs/clusters/operational-credentials.d.ts.map +1 -1
  203. package/dist/cjs/clusters/operational-credentials.js +182 -38
  204. package/dist/cjs/clusters/operational-credentials.js.map +1 -1
  205. package/dist/cjs/clusters/operational-state.d.ts +29 -49
  206. package/dist/cjs/clusters/operational-state.d.ts.map +1 -1
  207. package/dist/cjs/clusters/operational-state.js +7 -10
  208. package/dist/cjs/clusters/operational-state.js.map +1 -1
  209. package/dist/cjs/clusters/ota-software-update-provider.d.ts +54 -22
  210. package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
  211. package/dist/cjs/clusters/ota-software-update-provider.js +27 -11
  212. package/dist/cjs/clusters/ota-software-update-provider.js.map +1 -1
  213. package/dist/cjs/clusters/ota-software-update-requestor.d.ts +12 -10
  214. package/dist/cjs/clusters/ota-software-update-requestor.d.ts.map +1 -1
  215. package/dist/cjs/clusters/ota-software-update-requestor.js +6 -5
  216. package/dist/cjs/clusters/ota-software-update-requestor.js.map +1 -1
  217. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +5 -5
  218. package/dist/cjs/clusters/oven-cavity-operational-state.js +3 -3
  219. package/dist/cjs/clusters/oven-mode.d.ts +150 -0
  220. package/dist/cjs/clusters/oven-mode.d.ts.map +1 -1
  221. package/dist/cjs/clusters/oven-mode.js +51 -1
  222. package/dist/cjs/clusters/oven-mode.js.map +1 -1
  223. package/dist/cjs/clusters/power-source.d.ts +18 -6
  224. package/dist/cjs/clusters/power-source.d.ts.map +1 -1
  225. package/dist/cjs/clusters/power-source.js +6 -2
  226. package/dist/cjs/clusters/power-source.js.map +1 -1
  227. package/dist/cjs/clusters/pressure-measurement.d.ts +18 -9
  228. package/dist/cjs/clusters/pressure-measurement.d.ts.map +1 -1
  229. package/dist/cjs/clusters/pressure-measurement.js +10 -7
  230. package/dist/cjs/clusters/pressure-measurement.js.map +1 -1
  231. package/dist/cjs/clusters/pump-configuration-and-control.d.ts +46 -37
  232. package/dist/cjs/clusters/pump-configuration-and-control.d.ts.map +1 -1
  233. package/dist/cjs/clusters/pump-configuration-and-control.js +15 -12
  234. package/dist/cjs/clusters/pump-configuration-and-control.js.map +1 -1
  235. package/dist/cjs/clusters/refrigerator-alarm.d.ts +3 -3
  236. package/dist/cjs/clusters/refrigerator-alarm.js +1 -1
  237. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +9 -0
  238. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
  239. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +3 -0
  240. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
  241. package/dist/cjs/clusters/resource-monitoring.js +1 -1
  242. package/dist/cjs/clusters/resource-monitoring.js.map +1 -1
  243. package/dist/cjs/clusters/rvc-clean-mode.d.ts +16 -3
  244. package/dist/cjs/clusters/rvc-clean-mode.d.ts.map +1 -1
  245. package/dist/cjs/clusters/rvc-clean-mode.js +5 -1
  246. package/dist/cjs/clusters/rvc-clean-mode.js.map +1 -1
  247. package/dist/cjs/clusters/rvc-operational-state.d.ts +78 -49
  248. package/dist/cjs/clusters/rvc-operational-state.d.ts.map +1 -1
  249. package/dist/cjs/clusters/rvc-operational-state.js +19 -11
  250. package/dist/cjs/clusters/rvc-operational-state.js.map +1 -1
  251. package/dist/cjs/clusters/rvc-run-mode.d.ts +9 -0
  252. package/dist/cjs/clusters/rvc-run-mode.d.ts.map +1 -1
  253. package/dist/cjs/clusters/rvc-run-mode.js +3 -0
  254. package/dist/cjs/clusters/rvc-run-mode.js.map +1 -1
  255. package/dist/cjs/clusters/scenes-management.d.ts +14 -45
  256. package/dist/cjs/clusters/scenes-management.d.ts.map +1 -1
  257. package/dist/cjs/clusters/scenes-management.js +7 -22
  258. package/dist/cjs/clusters/scenes-management.js.map +1 -1
  259. package/dist/cjs/clusters/service-area.d.ts +36 -40
  260. package/dist/cjs/clusters/service-area.d.ts.map +1 -1
  261. package/dist/cjs/clusters/service-area.js +10 -12
  262. package/dist/cjs/clusters/service-area.js.map +1 -1
  263. package/dist/cjs/clusters/smoke-co-alarm.d.ts +4 -9
  264. package/dist/cjs/clusters/smoke-co-alarm.d.ts.map +1 -1
  265. package/dist/cjs/clusters/smoke-co-alarm.js.map +1 -1
  266. package/dist/cjs/clusters/software-diagnostics.d.ts +52 -51
  267. package/dist/cjs/clusters/software-diagnostics.d.ts.map +1 -1
  268. package/dist/cjs/clusters/software-diagnostics.js +17 -17
  269. package/dist/cjs/clusters/software-diagnostics.js.map +1 -1
  270. package/dist/cjs/clusters/switch.d.ts +20 -17
  271. package/dist/cjs/clusters/switch.d.ts.map +1 -1
  272. package/dist/cjs/clusters/switch.js +9 -8
  273. package/dist/cjs/clusters/switch.js.map +1 -1
  274. package/dist/cjs/clusters/temperature-control.d.ts +18 -9
  275. package/dist/cjs/clusters/temperature-control.d.ts.map +1 -1
  276. package/dist/cjs/clusters/temperature-control.js +7 -4
  277. package/dist/cjs/clusters/temperature-control.js.map +1 -1
  278. package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts.map +1 -1
  279. package/dist/cjs/clusters/thermostat-user-interface-configuration.js +2 -10
  280. package/dist/cjs/clusters/thermostat-user-interface-configuration.js.map +1 -1
  281. package/dist/cjs/clusters/thermostat.d.ts +406 -420
  282. package/dist/cjs/clusters/thermostat.d.ts.map +1 -1
  283. package/dist/cjs/clusters/thermostat.js +89 -101
  284. package/dist/cjs/clusters/thermostat.js.map +1 -1
  285. package/dist/cjs/clusters/thread-border-router-management.d.ts +9 -9
  286. package/dist/cjs/clusters/thread-border-router-management.js +5 -5
  287. package/dist/cjs/clusters/thread-border-router-management.js.map +1 -1
  288. package/dist/cjs/clusters/thread-network-diagnostics.d.ts +479 -504
  289. package/dist/cjs/clusters/thread-network-diagnostics.d.ts.map +1 -1
  290. package/dist/cjs/clusters/thread-network-diagnostics.js +171 -181
  291. package/dist/cjs/clusters/thread-network-diagnostics.js.map +1 -1
  292. package/dist/cjs/clusters/thread-network-directory.d.ts +3 -3
  293. package/dist/cjs/clusters/thread-network-directory.js +5 -5
  294. package/dist/cjs/clusters/thread-network-directory.js.map +1 -1
  295. package/dist/cjs/clusters/time-synchronization.d.ts +159 -127
  296. package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
  297. package/dist/cjs/clusters/time-synchronization.js +52 -42
  298. package/dist/cjs/clusters/time-synchronization.js.map +1 -1
  299. package/dist/cjs/clusters/unit-localization.d.ts +51 -13
  300. package/dist/cjs/clusters/unit-localization.d.ts.map +1 -1
  301. package/dist/cjs/clusters/unit-localization.js +22 -4
  302. package/dist/cjs/clusters/unit-localization.js.map +1 -1
  303. package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
  304. package/dist/cjs/clusters/valve-configuration-and-control.js +8 -12
  305. package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
  306. package/dist/cjs/clusters/water-heater-management.d.ts +2 -14
  307. package/dist/cjs/clusters/water-heater-management.d.ts.map +1 -1
  308. package/dist/cjs/clusters/water-heater-management.js +5 -9
  309. package/dist/cjs/clusters/water-heater-management.js.map +1 -1
  310. package/dist/cjs/clusters/water-heater-mode.d.ts +9 -0
  311. package/dist/cjs/clusters/water-heater-mode.d.ts.map +1 -1
  312. package/dist/cjs/clusters/water-heater-mode.js +3 -0
  313. package/dist/cjs/clusters/water-heater-mode.js.map +1 -1
  314. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +57 -72
  315. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
  316. package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -26
  317. package/dist/cjs/clusters/wi-fi-network-diagnostics.js.map +1 -1
  318. package/dist/cjs/clusters/wi-fi-network-management.d.ts +39 -1
  319. package/dist/cjs/clusters/wi-fi-network-management.d.ts.map +1 -1
  320. package/dist/cjs/clusters/wi-fi-network-management.js +22 -3
  321. package/dist/cjs/clusters/wi-fi-network-management.js.map +1 -1
  322. package/dist/cjs/clusters/window-covering.d.ts +105 -3
  323. package/dist/cjs/clusters/window-covering.d.ts.map +1 -1
  324. package/dist/cjs/clusters/window-covering.js +35 -1
  325. package/dist/cjs/clusters/window-covering.js.map +1 -1
  326. package/dist/cjs/globals/Currency.d.ts +27 -0
  327. package/dist/cjs/globals/Currency.d.ts.map +1 -0
  328. package/dist/cjs/globals/{Tod.js → Currency.js} +8 -22
  329. package/dist/cjs/globals/Currency.js.map +6 -0
  330. package/dist/cjs/globals/Locationdesc.d.ts +7 -7
  331. package/dist/cjs/globals/Locationdesc.js +5 -5
  332. package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
  333. package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
  334. package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
  335. package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
  336. package/dist/cjs/globals/MeasurementType.d.ts +14 -2
  337. package/dist/cjs/globals/MeasurementType.d.ts.map +1 -1
  338. package/dist/cjs/globals/MeasurementType.js +3 -0
  339. package/dist/cjs/globals/MeasurementType.js.map +1 -1
  340. package/dist/cjs/globals/Namespace.d.ts +13 -3
  341. package/dist/cjs/globals/Namespace.d.ts.map +1 -1
  342. package/dist/cjs/globals/Namespace.js.map +1 -1
  343. package/dist/cjs/globals/Price.d.ts +30 -0
  344. package/dist/cjs/globals/Price.d.ts.map +1 -0
  345. package/dist/cjs/globals/Price.js +33 -0
  346. package/dist/cjs/globals/Price.js.map +6 -0
  347. package/dist/cjs/globals/Priority.d.ts +1 -1
  348. package/dist/cjs/globals/Semtag.d.ts +9 -9
  349. package/dist/cjs/globals/Semtag.js +7 -7
  350. package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  351. package/dist/cjs/globals/Status.d.ts +24 -5
  352. package/dist/cjs/globals/Status.d.ts.map +1 -1
  353. package/dist/cjs/globals/Status.js +3 -0
  354. package/dist/cjs/globals/Status.js.map +1 -1
  355. package/dist/cjs/globals/ThreeLevelAuto.d.ts +33 -0
  356. package/dist/cjs/globals/ThreeLevelAuto.d.ts.map +1 -0
  357. package/dist/cjs/globals/ThreeLevelAuto.js +36 -0
  358. package/dist/cjs/globals/ThreeLevelAuto.js.map +6 -0
  359. package/dist/cjs/globals/WildcardPathFlags.d.ts +2 -2
  360. package/dist/cjs/globals/WildcardPathFlags.js +1 -1
  361. package/dist/cjs/globals/index.d.ts +3 -1
  362. package/dist/cjs/globals/index.d.ts.map +1 -1
  363. package/dist/cjs/globals/index.js +3 -1
  364. package/dist/cjs/globals/index.js.map +1 -1
  365. package/dist/esm/cluster/mutation/{ElementModifier.d.ts → ClusterTypeModifier.d.ts} +8 -8
  366. package/dist/esm/cluster/mutation/ClusterTypeModifier.d.ts.map +1 -0
  367. package/dist/esm/cluster/mutation/{ElementModifier.js → ClusterTypeModifier.js} +3 -3
  368. package/dist/esm/cluster/mutation/{ElementModifier.js.map → ClusterTypeModifier.js.map} +2 -2
  369. package/dist/esm/cluster/mutation/MutableCluster.d.ts +7 -7
  370. package/dist/esm/cluster/mutation/MutableCluster.d.ts.map +1 -1
  371. package/dist/esm/cluster/mutation/MutableCluster.js +4 -4
  372. package/dist/esm/cluster/mutation/MutableCluster.js.map +1 -1
  373. package/dist/esm/cluster/mutation/index.d.ts +1 -1
  374. package/dist/esm/cluster/mutation/index.d.ts.map +1 -1
  375. package/dist/esm/cluster/mutation/index.js +1 -1
  376. package/dist/esm/clusters/access-control.d.ts +96 -47
  377. package/dist/esm/clusters/access-control.d.ts.map +1 -1
  378. package/dist/esm/clusters/access-control.js +16 -8
  379. package/dist/esm/clusters/access-control.js.map +1 -1
  380. package/dist/esm/clusters/account-login.d.ts +20 -20
  381. package/dist/esm/clusters/account-login.js +12 -12
  382. package/dist/esm/clusters/actions.d.ts +36 -5
  383. package/dist/esm/clusters/actions.d.ts.map +1 -1
  384. package/dist/esm/clusters/actions.js +26 -1
  385. package/dist/esm/clusters/actions.js.map +1 -1
  386. package/dist/esm/clusters/administrator-commissioning.d.ts +29 -25
  387. package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
  388. package/dist/esm/clusters/administrator-commissioning.js +7 -6
  389. package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
  390. package/dist/esm/clusters/air-quality.js +1 -1
  391. package/dist/esm/clusters/air-quality.js.map +1 -1
  392. package/dist/esm/clusters/alarm-base.d.ts +4 -4
  393. package/dist/esm/clusters/alarm-base.js +2 -2
  394. package/dist/esm/clusters/application-launcher.d.ts +49 -23
  395. package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
  396. package/dist/esm/clusters/application-launcher.js +7 -3
  397. package/dist/esm/clusters/application-launcher.js.map +1 -1
  398. package/dist/esm/clusters/basic-information.d.ts +22 -19
  399. package/dist/esm/clusters/basic-information.d.ts.map +1 -1
  400. package/dist/esm/clusters/basic-information.js +22 -18
  401. package/dist/esm/clusters/basic-information.js.map +1 -1
  402. package/dist/esm/clusters/boolean-state-configuration.d.ts +15 -15
  403. package/dist/esm/clusters/boolean-state-configuration.js +3 -3
  404. package/dist/esm/clusters/bridged-device-basic-information.d.ts +56 -12
  405. package/dist/esm/clusters/bridged-device-basic-information.d.ts.map +1 -1
  406. package/dist/esm/clusters/bridged-device-basic-information.js +19 -4
  407. package/dist/esm/clusters/bridged-device-basic-information.js.map +1 -1
  408. package/dist/esm/clusters/channel.d.ts +12 -0
  409. package/dist/esm/clusters/channel.d.ts.map +1 -1
  410. package/dist/esm/clusters/channel.js +4 -0
  411. package/dist/esm/clusters/channel.js.map +1 -1
  412. package/dist/esm/clusters/color-control.d.ts +128 -119
  413. package/dist/esm/clusters/color-control.d.ts.map +1 -1
  414. package/dist/esm/clusters/color-control.js +52 -68
  415. package/dist/esm/clusters/color-control.js.map +1 -1
  416. package/dist/esm/clusters/commissioner-control.d.ts +8 -4
  417. package/dist/esm/clusters/commissioner-control.d.ts.map +1 -1
  418. package/dist/esm/clusters/commissioner-control.js +5 -1
  419. package/dist/esm/clusters/commissioner-control.js.map +1 -1
  420. package/dist/esm/clusters/concentration-measurement.d.ts +7 -9
  421. package/dist/esm/clusters/concentration-measurement.d.ts.map +1 -1
  422. package/dist/esm/clusters/concentration-measurement.js +11 -12
  423. package/dist/esm/clusters/concentration-measurement.js.map +1 -1
  424. package/dist/esm/clusters/content-control.d.ts +44 -30
  425. package/dist/esm/clusters/content-control.d.ts.map +1 -1
  426. package/dist/esm/clusters/content-control.js +6 -6
  427. package/dist/esm/clusters/content-control.js.map +1 -1
  428. package/dist/esm/clusters/content-launcher.d.ts +32 -32
  429. package/dist/esm/clusters/content-launcher.js +1 -1
  430. package/dist/esm/clusters/descriptor.d.ts +43 -10
  431. package/dist/esm/clusters/descriptor.d.ts.map +1 -1
  432. package/dist/esm/clusters/descriptor.js +22 -5
  433. package/dist/esm/clusters/descriptor.js.map +1 -1
  434. package/dist/esm/clusters/device-energy-management-mode.d.ts +9 -0
  435. package/dist/esm/clusters/device-energy-management-mode.d.ts.map +1 -1
  436. package/dist/esm/clusters/device-energy-management-mode.js +3 -0
  437. package/dist/esm/clusters/device-energy-management-mode.js.map +1 -1
  438. package/dist/esm/clusters/device-energy-management.d.ts +133 -24
  439. package/dist/esm/clusters/device-energy-management.d.ts.map +1 -1
  440. package/dist/esm/clusters/device-energy-management.js +38 -12
  441. package/dist/esm/clusters/device-energy-management.js.map +1 -1
  442. package/dist/esm/clusters/dishwasher-alarm.d.ts +3 -3
  443. package/dist/esm/clusters/dishwasher-alarm.js +1 -1
  444. package/dist/esm/clusters/dishwasher-mode.d.ts +9 -0
  445. package/dist/esm/clusters/dishwasher-mode.d.ts.map +1 -1
  446. package/dist/esm/clusters/dishwasher-mode.js +3 -0
  447. package/dist/esm/clusters/dishwasher-mode.js.map +1 -1
  448. package/dist/esm/clusters/door-lock.d.ts +182 -266
  449. package/dist/esm/clusters/door-lock.d.ts.map +1 -1
  450. package/dist/esm/clusters/door-lock.js +81 -112
  451. package/dist/esm/clusters/door-lock.js.map +1 -1
  452. package/dist/esm/clusters/ecosystem-information.d.ts +93 -49
  453. package/dist/esm/clusters/ecosystem-information.d.ts.map +1 -1
  454. package/dist/esm/clusters/ecosystem-information.js +37 -25
  455. package/dist/esm/clusters/ecosystem-information.js.map +1 -1
  456. package/dist/esm/clusters/electrical-energy-measurement.d.ts +285 -209
  457. package/dist/esm/clusters/electrical-energy-measurement.d.ts.map +1 -1
  458. package/dist/esm/clusters/electrical-energy-measurement.js +33 -13
  459. package/dist/esm/clusters/electrical-energy-measurement.js.map +2 -2
  460. package/dist/esm/clusters/electrical-power-measurement.d.ts +201 -126
  461. package/dist/esm/clusters/electrical-power-measurement.d.ts.map +1 -1
  462. package/dist/esm/clusters/electrical-power-measurement.js +45 -23
  463. package/dist/esm/clusters/electrical-power-measurement.js.map +2 -2
  464. package/dist/esm/clusters/energy-evse-mode.d.ts +9 -0
  465. package/dist/esm/clusters/energy-evse-mode.d.ts.map +1 -1
  466. package/dist/esm/clusters/energy-evse-mode.js +3 -0
  467. package/dist/esm/clusters/energy-evse-mode.js.map +1 -1
  468. package/dist/esm/clusters/energy-evse.d.ts +61 -45
  469. package/dist/esm/clusters/energy-evse.d.ts.map +1 -1
  470. package/dist/esm/clusters/energy-evse.js +28 -33
  471. package/dist/esm/clusters/energy-evse.js.map +1 -1
  472. package/dist/esm/clusters/energy-preference.d.ts +5 -9
  473. package/dist/esm/clusters/energy-preference.d.ts.map +1 -1
  474. package/dist/esm/clusters/energy-preference.js +1 -3
  475. package/dist/esm/clusters/energy-preference.js.map +1 -1
  476. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +59 -69
  477. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
  478. package/dist/esm/clusters/ethernet-network-diagnostics.js +21 -25
  479. package/dist/esm/clusters/ethernet-network-diagnostics.js.map +1 -1
  480. package/dist/esm/clusters/fan-control.d.ts +334 -148
  481. package/dist/esm/clusters/fan-control.d.ts.map +1 -1
  482. package/dist/esm/clusters/fan-control.js +107 -56
  483. package/dist/esm/clusters/fan-control.js.map +1 -1
  484. package/dist/esm/clusters/flow-measurement.js +1 -1
  485. package/dist/esm/clusters/flow-measurement.js.map +1 -1
  486. package/dist/esm/clusters/general-commissioning.d.ts +90 -69
  487. package/dist/esm/clusters/general-commissioning.d.ts.map +1 -1
  488. package/dist/esm/clusters/general-commissioning.js +26 -23
  489. package/dist/esm/clusters/general-commissioning.js.map +1 -1
  490. package/dist/esm/clusters/general-diagnostics.d.ts +51 -52
  491. package/dist/esm/clusters/general-diagnostics.d.ts.map +1 -1
  492. package/dist/esm/clusters/general-diagnostics.js +13 -13
  493. package/dist/esm/clusters/general-diagnostics.js.map +1 -1
  494. package/dist/esm/clusters/group-key-management.d.ts +28 -22
  495. package/dist/esm/clusters/group-key-management.d.ts.map +1 -1
  496. package/dist/esm/clusters/group-key-management.js +13 -10
  497. package/dist/esm/clusters/group-key-management.js.map +1 -1
  498. package/dist/esm/clusters/groups.d.ts +0 -12
  499. package/dist/esm/clusters/groups.d.ts.map +1 -1
  500. package/dist/esm/clusters/groups.js +1 -7
  501. package/dist/esm/clusters/groups.js.map +1 -1
  502. package/dist/esm/clusters/icd-management.d.ts +809 -145
  503. package/dist/esm/clusters/icd-management.d.ts.map +1 -1
  504. package/dist/esm/clusters/icd-management.js +182 -34
  505. package/dist/esm/clusters/icd-management.js.map +1 -1
  506. package/dist/esm/clusters/identify.d.ts +12 -1
  507. package/dist/esm/clusters/identify.d.ts.map +1 -1
  508. package/dist/esm/clusters/identify.js +13 -2
  509. package/dist/esm/clusters/identify.js.map +1 -1
  510. package/dist/esm/clusters/illuminance-measurement.js +1 -1
  511. package/dist/esm/clusters/illuminance-measurement.js.map +1 -1
  512. package/dist/esm/clusters/index.d.ts +1 -5
  513. package/dist/esm/clusters/index.d.ts.map +1 -1
  514. package/dist/esm/clusters/index.js +3 -15
  515. package/dist/esm/clusters/index.js.map +1 -1
  516. package/dist/esm/clusters/joint-fabric-administrator.d.ts +424 -0
  517. package/dist/esm/clusters/joint-fabric-administrator.d.ts.map +1 -0
  518. package/dist/esm/clusters/joint-fabric-administrator.js +265 -0
  519. package/dist/esm/clusters/joint-fabric-administrator.js.map +6 -0
  520. package/dist/esm/clusters/joint-fabric-datastore.d.ts +1960 -805
  521. package/dist/esm/clusters/joint-fabric-datastore.d.ts.map +1 -1
  522. package/dist/esm/clusters/joint-fabric-datastore.js +993 -175
  523. package/dist/esm/clusters/joint-fabric-datastore.js.map +2 -2
  524. package/dist/esm/clusters/label.d.ts +9 -6
  525. package/dist/esm/clusters/label.d.ts.map +1 -1
  526. package/dist/esm/clusters/label.js +3 -2
  527. package/dist/esm/clusters/label.js.map +1 -1
  528. package/dist/esm/clusters/laundry-washer-controls.d.ts +9 -9
  529. package/dist/esm/clusters/laundry-washer-controls.js +4 -4
  530. package/dist/esm/clusters/laundry-washer-controls.js.map +1 -1
  531. package/dist/esm/clusters/laundry-washer-mode.d.ts +2 -2
  532. package/dist/esm/clusters/level-control.d.ts +11 -15
  533. package/dist/esm/clusters/level-control.d.ts.map +1 -1
  534. package/dist/esm/clusters/level-control.js +8 -9
  535. package/dist/esm/clusters/level-control.js.map +1 -1
  536. package/dist/esm/clusters/media-playback.d.ts +138 -12
  537. package/dist/esm/clusters/media-playback.d.ts.map +1 -1
  538. package/dist/esm/clusters/media-playback.js +41 -4
  539. package/dist/esm/clusters/media-playback.js.map +1 -1
  540. package/dist/esm/clusters/messages.d.ts +7 -7
  541. package/dist/esm/clusters/messages.js +3 -3
  542. package/dist/esm/clusters/microwave-oven-control.js +4 -4
  543. package/dist/esm/clusters/microwave-oven-control.js.map +1 -1
  544. package/dist/esm/clusters/microwave-oven-mode.d.ts +9 -0
  545. package/dist/esm/clusters/microwave-oven-mode.d.ts.map +1 -1
  546. package/dist/esm/clusters/microwave-oven-mode.js +3 -0
  547. package/dist/esm/clusters/microwave-oven-mode.js.map +1 -1
  548. package/dist/esm/clusters/mode-base.d.ts +31 -2
  549. package/dist/esm/clusters/mode-base.d.ts.map +1 -1
  550. package/dist/esm/clusters/mode-base.js +15 -2
  551. package/dist/esm/clusters/mode-base.js.map +1 -1
  552. package/dist/esm/clusters/mode-select.d.ts +7 -7
  553. package/dist/esm/clusters/mode-select.js +2 -2
  554. package/dist/esm/clusters/network-commissioning.d.ts +259 -201
  555. package/dist/esm/clusters/network-commissioning.d.ts.map +1 -1
  556. package/dist/esm/clusters/network-commissioning.js +41 -27
  557. package/dist/esm/clusters/network-commissioning.js.map +1 -1
  558. package/dist/esm/clusters/occupancy-sensing.d.ts +14 -20
  559. package/dist/esm/clusters/occupancy-sensing.d.ts.map +1 -1
  560. package/dist/esm/clusters/occupancy-sensing.js +4 -6
  561. package/dist/esm/clusters/occupancy-sensing.js.map +1 -1
  562. package/dist/esm/clusters/on-off.js +4 -4
  563. package/dist/esm/clusters/on-off.js.map +1 -1
  564. package/dist/esm/clusters/operational-credentials.d.ts +367 -77
  565. package/dist/esm/clusters/operational-credentials.d.ts.map +1 -1
  566. package/dist/esm/clusters/operational-credentials.js +183 -39
  567. package/dist/esm/clusters/operational-credentials.js.map +1 -1
  568. package/dist/esm/clusters/operational-state.d.ts +29 -49
  569. package/dist/esm/clusters/operational-state.d.ts.map +1 -1
  570. package/dist/esm/clusters/operational-state.js +7 -10
  571. package/dist/esm/clusters/operational-state.js.map +1 -1
  572. package/dist/esm/clusters/ota-software-update-provider.d.ts +54 -22
  573. package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
  574. package/dist/esm/clusters/ota-software-update-provider.js +27 -11
  575. package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
  576. package/dist/esm/clusters/ota-software-update-requestor.d.ts +12 -10
  577. package/dist/esm/clusters/ota-software-update-requestor.d.ts.map +1 -1
  578. package/dist/esm/clusters/ota-software-update-requestor.js +6 -5
  579. package/dist/esm/clusters/ota-software-update-requestor.js.map +1 -1
  580. package/dist/esm/clusters/oven-cavity-operational-state.d.ts +5 -5
  581. package/dist/esm/clusters/oven-cavity-operational-state.js +3 -3
  582. package/dist/esm/clusters/oven-mode.d.ts +150 -0
  583. package/dist/esm/clusters/oven-mode.d.ts.map +1 -1
  584. package/dist/esm/clusters/oven-mode.js +51 -1
  585. package/dist/esm/clusters/oven-mode.js.map +1 -1
  586. package/dist/esm/clusters/power-source.d.ts +18 -6
  587. package/dist/esm/clusters/power-source.d.ts.map +1 -1
  588. package/dist/esm/clusters/power-source.js +6 -2
  589. package/dist/esm/clusters/power-source.js.map +1 -1
  590. package/dist/esm/clusters/pressure-measurement.d.ts +18 -9
  591. package/dist/esm/clusters/pressure-measurement.d.ts.map +1 -1
  592. package/dist/esm/clusters/pressure-measurement.js +10 -7
  593. package/dist/esm/clusters/pressure-measurement.js.map +1 -1
  594. package/dist/esm/clusters/pump-configuration-and-control.d.ts +46 -37
  595. package/dist/esm/clusters/pump-configuration-and-control.d.ts.map +1 -1
  596. package/dist/esm/clusters/pump-configuration-and-control.js +15 -12
  597. package/dist/esm/clusters/pump-configuration-and-control.js.map +1 -1
  598. package/dist/esm/clusters/refrigerator-alarm.d.ts +3 -3
  599. package/dist/esm/clusters/refrigerator-alarm.js +1 -1
  600. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +9 -0
  601. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
  602. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +3 -0
  603. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
  604. package/dist/esm/clusters/resource-monitoring.js +1 -1
  605. package/dist/esm/clusters/resource-monitoring.js.map +1 -1
  606. package/dist/esm/clusters/rvc-clean-mode.d.ts +16 -3
  607. package/dist/esm/clusters/rvc-clean-mode.d.ts.map +1 -1
  608. package/dist/esm/clusters/rvc-clean-mode.js +5 -1
  609. package/dist/esm/clusters/rvc-clean-mode.js.map +1 -1
  610. package/dist/esm/clusters/rvc-operational-state.d.ts +78 -49
  611. package/dist/esm/clusters/rvc-operational-state.d.ts.map +1 -1
  612. package/dist/esm/clusters/rvc-operational-state.js +19 -11
  613. package/dist/esm/clusters/rvc-operational-state.js.map +1 -1
  614. package/dist/esm/clusters/rvc-run-mode.d.ts +9 -0
  615. package/dist/esm/clusters/rvc-run-mode.d.ts.map +1 -1
  616. package/dist/esm/clusters/rvc-run-mode.js +3 -0
  617. package/dist/esm/clusters/rvc-run-mode.js.map +1 -1
  618. package/dist/esm/clusters/scenes-management.d.ts +14 -45
  619. package/dist/esm/clusters/scenes-management.d.ts.map +1 -1
  620. package/dist/esm/clusters/scenes-management.js +8 -30
  621. package/dist/esm/clusters/scenes-management.js.map +1 -1
  622. package/dist/esm/clusters/service-area.d.ts +36 -40
  623. package/dist/esm/clusters/service-area.d.ts.map +1 -1
  624. package/dist/esm/clusters/service-area.js +10 -12
  625. package/dist/esm/clusters/service-area.js.map +1 -1
  626. package/dist/esm/clusters/smoke-co-alarm.d.ts +4 -9
  627. package/dist/esm/clusters/smoke-co-alarm.d.ts.map +1 -1
  628. package/dist/esm/clusters/smoke-co-alarm.js.map +1 -1
  629. package/dist/esm/clusters/software-diagnostics.d.ts +52 -51
  630. package/dist/esm/clusters/software-diagnostics.d.ts.map +1 -1
  631. package/dist/esm/clusters/software-diagnostics.js +17 -17
  632. package/dist/esm/clusters/software-diagnostics.js.map +1 -1
  633. package/dist/esm/clusters/switch.d.ts +20 -17
  634. package/dist/esm/clusters/switch.d.ts.map +1 -1
  635. package/dist/esm/clusters/switch.js +9 -8
  636. package/dist/esm/clusters/switch.js.map +1 -1
  637. package/dist/esm/clusters/temperature-control.d.ts +18 -9
  638. package/dist/esm/clusters/temperature-control.d.ts.map +1 -1
  639. package/dist/esm/clusters/temperature-control.js +7 -4
  640. package/dist/esm/clusters/temperature-control.js.map +1 -1
  641. package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts.map +1 -1
  642. package/dist/esm/clusters/thermostat-user-interface-configuration.js +2 -10
  643. package/dist/esm/clusters/thermostat-user-interface-configuration.js.map +1 -1
  644. package/dist/esm/clusters/thermostat.d.ts +406 -420
  645. package/dist/esm/clusters/thermostat.d.ts.map +1 -1
  646. package/dist/esm/clusters/thermostat.js +89 -101
  647. package/dist/esm/clusters/thermostat.js.map +1 -1
  648. package/dist/esm/clusters/thread-border-router-management.d.ts +9 -9
  649. package/dist/esm/clusters/thread-border-router-management.js +5 -5
  650. package/dist/esm/clusters/thread-border-router-management.js.map +1 -1
  651. package/dist/esm/clusters/thread-network-diagnostics.d.ts +479 -504
  652. package/dist/esm/clusters/thread-network-diagnostics.d.ts.map +1 -1
  653. package/dist/esm/clusters/thread-network-diagnostics.js +171 -181
  654. package/dist/esm/clusters/thread-network-diagnostics.js.map +1 -1
  655. package/dist/esm/clusters/thread-network-directory.d.ts +3 -3
  656. package/dist/esm/clusters/thread-network-directory.js +5 -5
  657. package/dist/esm/clusters/thread-network-directory.js.map +1 -1
  658. package/dist/esm/clusters/time-synchronization.d.ts +159 -127
  659. package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
  660. package/dist/esm/clusters/time-synchronization.js +52 -42
  661. package/dist/esm/clusters/time-synchronization.js.map +1 -1
  662. package/dist/esm/clusters/unit-localization.d.ts +51 -13
  663. package/dist/esm/clusters/unit-localization.d.ts.map +1 -1
  664. package/dist/esm/clusters/unit-localization.js +23 -5
  665. package/dist/esm/clusters/unit-localization.js.map +1 -1
  666. package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
  667. package/dist/esm/clusters/valve-configuration-and-control.js +8 -12
  668. package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
  669. package/dist/esm/clusters/water-heater-management.d.ts +2 -14
  670. package/dist/esm/clusters/water-heater-management.d.ts.map +1 -1
  671. package/dist/esm/clusters/water-heater-management.js +5 -9
  672. package/dist/esm/clusters/water-heater-management.js.map +1 -1
  673. package/dist/esm/clusters/water-heater-mode.d.ts +9 -0
  674. package/dist/esm/clusters/water-heater-mode.d.ts.map +1 -1
  675. package/dist/esm/clusters/water-heater-mode.js +3 -0
  676. package/dist/esm/clusters/water-heater-mode.js.map +1 -1
  677. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +57 -72
  678. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
  679. package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -26
  680. package/dist/esm/clusters/wi-fi-network-diagnostics.js.map +1 -1
  681. package/dist/esm/clusters/wi-fi-network-management.d.ts +39 -1
  682. package/dist/esm/clusters/wi-fi-network-management.d.ts.map +1 -1
  683. package/dist/esm/clusters/wi-fi-network-management.js +22 -3
  684. package/dist/esm/clusters/wi-fi-network-management.js.map +1 -1
  685. package/dist/esm/clusters/window-covering.d.ts +105 -3
  686. package/dist/esm/clusters/window-covering.d.ts.map +1 -1
  687. package/dist/esm/clusters/window-covering.js +35 -1
  688. package/dist/esm/clusters/window-covering.js.map +1 -1
  689. package/dist/esm/globals/Currency.d.ts +27 -0
  690. package/dist/esm/globals/Currency.d.ts.map +1 -0
  691. package/dist/esm/globals/Currency.js +15 -0
  692. package/dist/esm/globals/Currency.js.map +6 -0
  693. package/dist/esm/globals/Locationdesc.d.ts +7 -7
  694. package/dist/esm/globals/Locationdesc.js +5 -5
  695. package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
  696. package/dist/esm/globals/MeasurementAccuracy.js +3 -3
  697. package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
  698. package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
  699. package/dist/esm/globals/MeasurementType.d.ts +14 -2
  700. package/dist/esm/globals/MeasurementType.d.ts.map +1 -1
  701. package/dist/esm/globals/MeasurementType.js +3 -0
  702. package/dist/esm/globals/MeasurementType.js.map +1 -1
  703. package/dist/esm/globals/Namespace.d.ts +13 -3
  704. package/dist/esm/globals/Namespace.d.ts.map +1 -1
  705. package/dist/esm/globals/Namespace.js.map +1 -1
  706. package/dist/esm/globals/Price.d.ts +30 -0
  707. package/dist/esm/globals/Price.d.ts.map +1 -0
  708. package/dist/esm/globals/Price.js +13 -0
  709. package/dist/esm/globals/Price.js.map +6 -0
  710. package/dist/esm/globals/Priority.d.ts +1 -1
  711. package/dist/esm/globals/Semtag.d.ts +9 -9
  712. package/dist/esm/globals/Semtag.js +7 -7
  713. package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  714. package/dist/esm/globals/Status.d.ts +24 -5
  715. package/dist/esm/globals/Status.d.ts.map +1 -1
  716. package/dist/esm/globals/Status.js +3 -0
  717. package/dist/esm/globals/Status.js.map +1 -1
  718. package/dist/esm/globals/ThreeLevelAuto.d.ts +33 -0
  719. package/dist/esm/globals/ThreeLevelAuto.d.ts.map +1 -0
  720. package/dist/esm/globals/ThreeLevelAuto.js +16 -0
  721. package/dist/esm/globals/ThreeLevelAuto.js.map +6 -0
  722. package/dist/esm/globals/WildcardPathFlags.d.ts +2 -2
  723. package/dist/esm/globals/WildcardPathFlags.js +1 -1
  724. package/dist/esm/globals/index.d.ts +3 -1
  725. package/dist/esm/globals/index.d.ts.map +1 -1
  726. package/dist/esm/globals/index.js +3 -1
  727. package/dist/esm/globals/index.js.map +1 -1
  728. package/package.json +5 -5
  729. package/src/cluster/mutation/{ElementModifier.ts → ClusterTypeModifier.ts} +9 -9
  730. package/src/cluster/mutation/MutableCluster.ts +14 -14
  731. package/src/cluster/mutation/index.ts +1 -1
  732. package/src/clusters/access-control.ts +26 -21
  733. package/src/clusters/account-login.ts +16 -16
  734. package/src/clusters/actions.ts +36 -5
  735. package/src/clusters/administrator-commissioning.ts +9 -8
  736. package/src/clusters/air-quality.ts +1 -1
  737. package/src/clusters/alarm-base.ts +2 -2
  738. package/src/clusters/application-launcher.ts +7 -3
  739. package/src/clusters/basic-information.ts +23 -18
  740. package/src/clusters/boolean-state-configuration.ts +3 -3
  741. package/src/clusters/bridged-device-basic-information.ts +24 -6
  742. package/src/clusters/channel.ts +4 -0
  743. package/src/clusters/color-control.ts +53 -69
  744. package/src/clusters/commissioner-control.ts +9 -5
  745. package/src/clusters/concentration-measurement.ts +12 -13
  746. package/src/clusters/content-control.ts +8 -6
  747. package/src/clusters/content-launcher.ts +2 -2
  748. package/src/clusters/descriptor.ts +25 -7
  749. package/src/clusters/device-energy-management-mode.ts +3 -0
  750. package/src/clusters/device-energy-management.ts +63 -13
  751. package/src/clusters/dishwasher-alarm.ts +1 -1
  752. package/src/clusters/dishwasher-mode.ts +3 -0
  753. package/src/clusters/door-lock.ts +102 -126
  754. package/src/clusters/ecosystem-information.ts +59 -31
  755. package/src/clusters/electrical-energy-measurement.ts +110 -17
  756. package/src/clusters/electrical-power-measurement.ts +116 -28
  757. package/src/clusters/energy-evse-mode.ts +3 -0
  758. package/src/clusters/energy-evse.ts +33 -38
  759. package/src/clusters/energy-preference.ts +3 -3
  760. package/src/clusters/ethernet-network-diagnostics.ts +21 -25
  761. package/src/clusters/fan-control.ts +109 -71
  762. package/src/clusters/flow-measurement.ts +1 -1
  763. package/src/clusters/general-commissioning.ts +43 -28
  764. package/src/clusters/general-diagnostics.ts +14 -14
  765. package/src/clusters/group-key-management.ts +15 -12
  766. package/src/clusters/groups.ts +1 -8
  767. package/src/clusters/icd-management.ts +213 -55
  768. package/src/clusters/identify.ts +13 -2
  769. package/src/clusters/illuminance-measurement.ts +1 -1
  770. package/src/clusters/index.ts +1 -5
  771. package/src/clusters/joint-fabric-administrator.ts +470 -0
  772. package/src/clusters/joint-fabric-datastore.ts +1433 -223
  773. package/src/clusters/label.ts +3 -2
  774. package/src/clusters/laundry-washer-controls.ts +4 -4
  775. package/src/clusters/laundry-washer-mode.ts +2 -2
  776. package/src/clusters/level-control.ts +9 -10
  777. package/src/clusters/media-playback.ts +45 -4
  778. package/src/clusters/messages.ts +3 -3
  779. package/src/clusters/microwave-oven-control.ts +4 -4
  780. package/src/clusters/microwave-oven-mode.ts +3 -0
  781. package/src/clusters/mode-base.ts +15 -2
  782. package/src/clusters/mode-select.ts +3 -3
  783. package/src/clusters/network-commissioning.ts +57 -31
  784. package/src/clusters/occupancy-sensing.ts +6 -8
  785. package/src/clusters/on-off.ts +4 -4
  786. package/src/clusters/operational-credentials.ts +336 -53
  787. package/src/clusters/operational-state.ts +7 -10
  788. package/src/clusters/ota-software-update-provider.ts +27 -11
  789. package/src/clusters/ota-software-update-requestor.ts +6 -5
  790. package/src/clusters/oven-cavity-operational-state.ts +3 -3
  791. package/src/clusters/oven-mode.ts +53 -1
  792. package/src/clusters/power-source.ts +6 -2
  793. package/src/clusters/pressure-measurement.ts +10 -7
  794. package/src/clusters/pump-configuration-and-control.ts +16 -13
  795. package/src/clusters/refrigerator-alarm.ts +1 -1
  796. package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +3 -0
  797. package/src/clusters/resource-monitoring.ts +1 -1
  798. package/src/clusters/rvc-clean-mode.ts +10 -2
  799. package/src/clusters/rvc-operational-state.ts +70 -15
  800. package/src/clusters/rvc-run-mode.ts +3 -0
  801. package/src/clusters/scenes-management.ts +8 -31
  802. package/src/clusters/service-area.ts +10 -12
  803. package/src/clusters/smoke-co-alarm.ts +4 -9
  804. package/src/clusters/software-diagnostics.ts +17 -17
  805. package/src/clusters/switch.ts +11 -10
  806. package/src/clusters/temperature-control.ts +7 -4
  807. package/src/clusters/thermostat-user-interface-configuration.ts +2 -10
  808. package/src/clusters/thermostat.ts +138 -155
  809. package/src/clusters/thread-border-router-management.ts +6 -6
  810. package/src/clusters/thread-network-diagnostics.ts +171 -181
  811. package/src/clusters/thread-network-directory.ts +5 -5
  812. package/src/clusters/time-synchronization.ts +56 -44
  813. package/src/clusters/unit-localization.ts +24 -5
  814. package/src/clusters/valve-configuration-and-control.ts +8 -12
  815. package/src/clusters/water-heater-management.ts +5 -9
  816. package/src/clusters/water-heater-mode.ts +3 -0
  817. package/src/clusters/wi-fi-network-diagnostics.ts +23 -29
  818. package/src/clusters/wi-fi-network-management.ts +22 -3
  819. package/src/clusters/window-covering.ts +35 -1
  820. package/src/globals/Currency.ts +32 -0
  821. package/src/globals/Locationdesc.ts +7 -7
  822. package/src/globals/MeasurementAccuracy.ts +5 -5
  823. package/src/globals/MeasurementAccuracyRange.ts +10 -10
  824. package/src/globals/MeasurementType.ts +17 -2
  825. package/src/globals/Namespace.ts +13 -3
  826. package/src/globals/Price.ts +30 -0
  827. package/src/globals/Priority.ts +1 -1
  828. package/src/globals/Semtag.ts +9 -9
  829. package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
  830. package/src/globals/Status.ts +27 -5
  831. package/src/globals/ThreeLevelAuto.ts +37 -0
  832. package/src/globals/WildcardPathFlags.ts +2 -2
  833. package/src/globals/index.ts +3 -1
  834. package/dist/cjs/cluster/mutation/ElementModifier.d.ts.map +0 -1
  835. package/dist/cjs/clusters/ballast-configuration.d.ts +0 -243
  836. package/dist/cjs/clusters/ballast-configuration.d.ts.map +0 -1
  837. package/dist/cjs/clusters/ballast-configuration.js +0 -253
  838. package/dist/cjs/clusters/ballast-configuration.js.map +0 -6
  839. package/dist/cjs/clusters/joint-fabric-pki.d.ts +0 -172
  840. package/dist/cjs/clusters/joint-fabric-pki.d.ts.map +0 -1
  841. package/dist/cjs/clusters/joint-fabric-pki.js +0 -120
  842. package/dist/cjs/clusters/joint-fabric-pki.js.map +0 -6
  843. package/dist/cjs/clusters/proxy-configuration.d.ts +0 -79
  844. package/dist/cjs/clusters/proxy-configuration.d.ts.map +0 -1
  845. package/dist/cjs/clusters/proxy-configuration.js +0 -73
  846. package/dist/cjs/clusters/proxy-configuration.js.map +0 -6
  847. package/dist/cjs/clusters/proxy-discovery.d.ts +0 -98
  848. package/dist/cjs/clusters/proxy-discovery.d.ts.map +0 -1
  849. package/dist/cjs/clusters/proxy-discovery.js +0 -79
  850. package/dist/cjs/clusters/proxy-discovery.js.map +0 -6
  851. package/dist/cjs/clusters/valid-proxies.d.ts +0 -84
  852. package/dist/cjs/clusters/valid-proxies.d.ts.map +0 -1
  853. package/dist/cjs/clusters/valid-proxies.js +0 -68
  854. package/dist/cjs/clusters/valid-proxies.js.map +0 -6
  855. package/dist/cjs/globals/Tod.d.ts +0 -41
  856. package/dist/cjs/globals/Tod.d.ts.map +0 -1
  857. package/dist/cjs/globals/Tod.js.map +0 -6
  858. package/dist/esm/cluster/mutation/ElementModifier.d.ts.map +0 -1
  859. package/dist/esm/clusters/ballast-configuration.d.ts +0 -243
  860. package/dist/esm/clusters/ballast-configuration.d.ts.map +0 -1
  861. package/dist/esm/clusters/ballast-configuration.js +0 -233
  862. package/dist/esm/clusters/ballast-configuration.js.map +0 -6
  863. package/dist/esm/clusters/joint-fabric-pki.d.ts +0 -172
  864. package/dist/esm/clusters/joint-fabric-pki.d.ts.map +0 -1
  865. package/dist/esm/clusters/joint-fabric-pki.js +0 -100
  866. package/dist/esm/clusters/joint-fabric-pki.js.map +0 -6
  867. package/dist/esm/clusters/proxy-configuration.d.ts +0 -79
  868. package/dist/esm/clusters/proxy-configuration.d.ts.map +0 -1
  869. package/dist/esm/clusters/proxy-configuration.js +0 -53
  870. package/dist/esm/clusters/proxy-configuration.js.map +0 -6
  871. package/dist/esm/clusters/proxy-discovery.d.ts +0 -98
  872. package/dist/esm/clusters/proxy-discovery.d.ts.map +0 -1
  873. package/dist/esm/clusters/proxy-discovery.js +0 -59
  874. package/dist/esm/clusters/proxy-discovery.js.map +0 -6
  875. package/dist/esm/clusters/valid-proxies.d.ts +0 -84
  876. package/dist/esm/clusters/valid-proxies.d.ts.map +0 -1
  877. package/dist/esm/clusters/valid-proxies.js +0 -48
  878. package/dist/esm/clusters/valid-proxies.js.map +0 -6
  879. package/dist/esm/globals/Tod.d.ts +0 -41
  880. package/dist/esm/globals/Tod.d.ts.map +0 -1
  881. package/dist/esm/globals/Tod.js +0 -29
  882. package/dist/esm/globals/Tod.js.map +0 -6
  883. package/src/clusters/ballast-configuration.ts +0 -268
  884. package/src/clusters/joint-fabric-pki.ts +0 -200
  885. package/src/clusters/proxy-configuration.ts +0 -77
  886. package/src/clusters/proxy-discovery.ts +0 -90
  887. package/src/clusters/valid-proxies.ts +0 -90
  888. package/src/globals/Tod.ts +0 -49
@@ -29,15 +29,14 @@ var import_model = require("#model");
29
29
  var import_NodeId = require("../datatype/NodeId.js");
30
30
  var import_VendorId = require("../datatype/VendorId.js");
31
31
  var import_TlvArray = require("../tlv/TlvArray.js");
32
- var import_group_key_management = require("./group-key-management.js");
33
32
  var import_TlvObject = require("../tlv/TlvObject.js");
34
33
  var import_TlvNumber = require("../tlv/TlvNumber.js");
35
- var import_access_control = require("./access-control.js");
36
- var import_FabricIndex = require("../datatype/FabricIndex.js");
34
+ var import_TlvNullable = require("../tlv/TlvNullable.js");
37
35
  var import_EndpointNumber = require("../datatype/EndpointNumber.js");
38
36
  var import_GroupId = require("../datatype/GroupId.js");
39
- var import_binding = require("./binding.js");
40
- var import_TlvNoArguments = require("../tlv/TlvNoArguments.js");
37
+ var import_ClusterId = require("../datatype/ClusterId.js");
38
+ var import_SubjectId = require("../datatype/SubjectId.js");
39
+ var import_DeviceTypeId = require("../datatype/DeviceTypeId.js");
41
40
  var import_ClusterRegistry = require("../cluster/ClusterRegistry.js");
42
41
  /**
43
42
  * @license
@@ -46,51 +45,91 @@ var import_ClusterRegistry = require("../cluster/ClusterRegistry.js");
46
45
  */
47
46
  var JointFabricDatastore;
48
47
  ((JointFabricDatastore2) => {
48
+ let DatastoreGroupKeySecurityPolicy;
49
+ ((DatastoreGroupKeySecurityPolicy2) => {
50
+ DatastoreGroupKeySecurityPolicy2[DatastoreGroupKeySecurityPolicy2["TrustFirst"] = 0] = "TrustFirst";
51
+ })(DatastoreGroupKeySecurityPolicy = JointFabricDatastore2.DatastoreGroupKeySecurityPolicy || (JointFabricDatastore2.DatastoreGroupKeySecurityPolicy = {}));
52
+ let DatastoreGroupKeyMulticastPolicy;
53
+ ((DatastoreGroupKeyMulticastPolicy2) => {
54
+ DatastoreGroupKeyMulticastPolicy2[DatastoreGroupKeyMulticastPolicy2["PerGroupId"] = 0] = "PerGroupId";
55
+ DatastoreGroupKeyMulticastPolicy2[DatastoreGroupKeyMulticastPolicy2["AllNodes"] = 1] = "AllNodes";
56
+ })(DatastoreGroupKeyMulticastPolicy = JointFabricDatastore2.DatastoreGroupKeyMulticastPolicy || (JointFabricDatastore2.DatastoreGroupKeyMulticastPolicy = {}));
57
+ JointFabricDatastore2.TlvDatastoreGroupKeySet = (0, import_TlvObject.TlvObject)({
58
+ groupKeySetId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
59
+ groupKeySecurityPolicy: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)()),
60
+ epochKey0: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)(import_TlvString.TlvByteString.bound({ length: 16 }))),
61
+ epochStartTime0: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvEpochUs)),
62
+ epochKey1: (0, import_TlvObject.TlvField)(4, (0, import_TlvNullable.TlvNullable)(import_TlvString.TlvByteString.bound({ length: 16 }))),
63
+ epochStartTime1: (0, import_TlvObject.TlvField)(5, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvEpochUs)),
64
+ epochKey2: (0, import_TlvObject.TlvField)(6, (0, import_TlvNullable.TlvNullable)(import_TlvString.TlvByteString.bound({ length: 16 }))),
65
+ epochStartTime2: (0, import_TlvObject.TlvField)(7, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvEpochUs)),
66
+ groupKeyMulticastPolicy: (0, import_TlvObject.TlvOptionalField)(8, (0, import_TlvNumber.TlvEnum)())
67
+ });
68
+ let DatastoreAccessControlEntryPrivilege;
69
+ ((DatastoreAccessControlEntryPrivilege2) => {
70
+ DatastoreAccessControlEntryPrivilege2[DatastoreAccessControlEntryPrivilege2["View"] = 1] = "View";
71
+ DatastoreAccessControlEntryPrivilege2[DatastoreAccessControlEntryPrivilege2["ProxyView"] = 2] = "ProxyView";
72
+ DatastoreAccessControlEntryPrivilege2[DatastoreAccessControlEntryPrivilege2["Operate"] = 3] = "Operate";
73
+ DatastoreAccessControlEntryPrivilege2[DatastoreAccessControlEntryPrivilege2["Manage"] = 4] = "Manage";
74
+ DatastoreAccessControlEntryPrivilege2[DatastoreAccessControlEntryPrivilege2["Administer"] = 5] = "Administer";
75
+ })(DatastoreAccessControlEntryPrivilege = JointFabricDatastore2.DatastoreAccessControlEntryPrivilege || (JointFabricDatastore2.DatastoreAccessControlEntryPrivilege = {}));
49
76
  JointFabricDatastore2.TlvDatastoreGroupInformationEntry = (0, import_TlvObject.TlvObject)({
50
77
  /**
51
78
  * The unique identifier for the group.
52
79
  *
53
- * @see {@link MatterSpecification.v141.Core} § 11.24.5.4.1
80
+ * @see {@link MatterSpecification.v141.Core} § 11.24.5.5.1
54
81
  */
55
82
  groupId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt64),
56
83
  /**
57
84
  * The friendly name for the group.
58
85
  *
59
- * @see {@link MatterSpecification.v141.Core} § 11.24.5.4.2
86
+ * @see {@link MatterSpecification.v141.Core} § 11.24.5.5.2
60
87
  */
61
88
  friendlyName: (0, import_TlvObject.TlvField)(1, import_TlvString.TlvString.bound({ maxLength: 32 })),
62
89
  /**
63
90
  * The unique identifier for the group key set.
64
91
  *
65
- * @see {@link MatterSpecification.v141.Core} § 11.24.5.4.3
92
+ * This value may be null when multicast communication is not used for the group. When GroupPermission is Admin
93
+ * or Manage, this value shall be null.
94
+ *
95
+ * A value of 0 is not allowed since this value is reserved for IPK and the group entry for this value is not
96
+ * managed by the Datastore.
97
+ *
98
+ * @see {@link MatterSpecification.v141.Core} § 11.24.5.5.3
66
99
  */
67
- groupKeySetId: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvUInt16.bound({ min: 1 })),
100
+ groupKeySetId: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16.bound({ min: 1, max: 65534 }))),
68
101
  /**
69
102
  * CAT value for this group. This is used for control of individual members of a group (non-broadcast commands).
70
103
  *
71
- * @see {@link MatterSpecification.v141.Core} § 11.24.5.4.4
104
+ * Allowable values include the range 0x0000 to 0xEFFF, and the Administrator CAT and Anchor CAT values.
105
+ *
106
+ * This value may be null when unicast communication is not used for the group.
107
+ *
108
+ * @see {@link MatterSpecification.v141.Core} § 11.24.5.5.4
72
109
  */
73
- groupCat: (0, import_TlvObject.TlvField)(3, import_TlvNumber.TlvUInt16.bound({ min: 1 })),
110
+ groupCat: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16)),
74
111
  /**
75
112
  * Current version number for this CAT.
76
113
  *
77
- * @see {@link MatterSpecification.v141.Core} § 11.24.5.4.5
114
+ * This value shall be null when GroupCAT value is null.
115
+ *
116
+ * @see {@link MatterSpecification.v141.Core} § 11.24.5.5.5
78
117
  */
79
- groupCatVersion: (0, import_TlvObject.TlvField)(4, import_TlvNumber.TlvUInt16.bound({ min: 1 })),
118
+ groupCatVersion: (0, import_TlvObject.TlvField)(4, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16.bound({ min: 1, max: 65534 }))),
80
119
  /**
81
120
  * The permission level associated with ACL entries for this group. There should be only one Administrator group
82
121
  * per fabric, and at most one Manage group per Ecosystem (Vendor Entry).
83
122
  *
84
- * @see {@link MatterSpecification.v141.Core} § 11.24.5.4.6
123
+ * @see {@link MatterSpecification.v141.Core} § 11.24.5.5.6
85
124
  */
86
- groupPermission: (0, import_TlvObject.TlvField)(5, (0, import_TlvNumber.TlvEnum)()),
87
- fabricIndex: (0, import_TlvObject.TlvField)(254, import_FabricIndex.TlvFabricIndex)
125
+ groupPermission: (0, import_TlvObject.TlvField)(5, (0, import_TlvNumber.TlvEnum)())
88
126
  });
89
127
  let DatastoreState;
90
128
  ((DatastoreState2) => {
91
129
  DatastoreState2[DatastoreState2["Pending"] = 0] = "Pending";
92
130
  DatastoreState2[DatastoreState2["Committed"] = 1] = "Committed";
93
131
  DatastoreState2[DatastoreState2["DeletePending"] = 2] = "DeletePending";
132
+ DatastoreState2[DatastoreState2["CommitFailed"] = 3] = "CommitFailed";
94
133
  })(DatastoreState = JointFabricDatastore2.DatastoreState || (JointFabricDatastore2.DatastoreState = {}));
95
134
  JointFabricDatastore2.TlvDatastoreStatusEntry = (0, import_TlvObject.TlvObject)({
96
135
  /**
@@ -105,191 +144,314 @@ var JointFabricDatastore;
105
144
  * @see {@link MatterSpecification.v141.Core} § 11.24.5.2.2
106
145
  */
107
146
  updateTimestamp: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvEpochS),
108
- fabricIndex: (0, import_TlvObject.TlvField)(254, import_FabricIndex.TlvFabricIndex)
109
- });
110
- JointFabricDatastore2.TlvDatastoreNodeKeyEntry = (0, import_TlvObject.TlvObject)({
111
- groupKeySetId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
112
147
  /**
113
- * Indicates whether entry in this list is pending, committed, or delete-pending.
148
+ * This field shall contain the StatusCode of the last failed operation where the State field is set to
149
+ * CommitFailure.
114
150
  *
115
- * @see {@link MatterSpecification.v141.Core} § 11.24.5.3.2
151
+ * @see {@link MatterSpecification.v141.Core} § 11.24.5.2.3
116
152
  */
117
- statusEntry: (0, import_TlvObject.TlvField)(1, JointFabricDatastore2.TlvDatastoreStatusEntry),
118
- fabricIndex: (0, import_TlvObject.TlvField)(254, import_FabricIndex.TlvFabricIndex)
153
+ failureCode: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvEnum)())
119
154
  });
120
- JointFabricDatastore2.TlvDatastoreAclEntry = (0, import_TlvObject.TlvObject)({
155
+ JointFabricDatastore2.TlvDatastoreNodeInformationEntry = (0, import_TlvObject.TlvObject)({
121
156
  /**
122
- * The unique identifier for the ACL entry in the Datastore’s list of DatastoreACLEntry.
157
+ * The unique identifier for the node.
123
158
  *
124
- * @see {@link MatterSpecification.v141.Core} § 11.24.5.7.1
159
+ * @see {@link MatterSpecification.v141.Core} § 11.24.5.14.1
125
160
  */
126
- listId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
161
+ nodeId: (0, import_TlvObject.TlvField)(1, import_NodeId.TlvNodeId),
127
162
  /**
128
- * The Access Control Entry structure.
163
+ * Friendly name for this node which is not propagated to nodes.
129
164
  *
130
- * @see {@link MatterSpecification.v141.Core} § 11.24.5.7.2
165
+ * @see {@link MatterSpecification.v141.Core} § 11.24.5.14.2
131
166
  */
132
- aclEntry: (0, import_TlvObject.TlvField)(1, import_access_control.AccessControl.TlvAccessControlEntry),
167
+ friendlyName: (0, import_TlvObject.TlvField)(2, import_TlvString.TlvString.bound({ maxLength: 32 })),
133
168
  /**
134
- * Indicates whether entry in this list is pending, committed, or delete-pending.
169
+ * Set to Pending prior to completing commissioning, set to Committed after commissioning complete is
170
+ * successful, or set to CommitFailed if commissioning failed with the FailureCode Field set to the error.
135
171
  *
136
- * @see {@link MatterSpecification.v141.Core} § 11.24.5.7.3
172
+ * @see {@link MatterSpecification.v141.Core} § 11.24.5.14.3
137
173
  */
138
- statusEntry: (0, import_TlvObject.TlvField)(2, JointFabricDatastore2.TlvDatastoreStatusEntry),
139
- fabricIndex: (0, import_TlvObject.TlvField)(254, import_FabricIndex.TlvFabricIndex)
174
+ commissioningStatusEntry: (0, import_TlvObject.TlvField)(3, JointFabricDatastore2.TlvDatastoreStatusEntry)
140
175
  });
141
- JointFabricDatastore2.TlvDatastoreGroupIdEntry = (0, import_TlvObject.TlvObject)({
176
+ JointFabricDatastore2.TlvDatastoreAdministratorInformationEntry = (0, import_TlvObject.TlvObject)({
142
177
  /**
143
- * The unique identifier for the group.
178
+ * The unique identifier for the node.
144
179
  *
145
- * @see {@link MatterSpecification.v141.Core} § 11.24.5.5.1
180
+ * @see {@link MatterSpecification.v141.Core} § 11.24.5.15.1
146
181
  */
147
- groupId: (0, import_TlvObject.TlvField)(0, import_GroupId.TlvGroupId),
182
+ nodeId: (0, import_TlvObject.TlvField)(1, import_NodeId.TlvNodeId),
148
183
  /**
149
- * Indicates whether entry in this list is pending, committed, or delete-pending.
184
+ * Friendly name for this node which is not propagated to nodes.
150
185
  *
151
- * @see {@link MatterSpecification.v141.Core} § 11.24.5.5.2
186
+ * @see {@link MatterSpecification.v141.Core} § 11.24.5.15.2
187
+ */
188
+ friendlyName: (0, import_TlvObject.TlvField)(2, import_TlvString.TlvString.bound({ maxLength: 32 })),
189
+ /**
190
+ * The Vendor ID for the node.
191
+ *
192
+ * @see {@link MatterSpecification.v141.Core} § 11.24.5.15.3
193
+ */
194
+ vendorId: (0, import_TlvObject.TlvField)(3, import_VendorId.TlvVendorId),
195
+ /**
196
+ * The ICAC used to issue the NOC.
197
+ *
198
+ * @see {@link MatterSpecification.v141.Core} § 11.24.5.15.4
152
199
  */
153
- statusEntry: (0, import_TlvObject.TlvField)(1, JointFabricDatastore2.TlvDatastoreStatusEntry),
154
- fabricIndex: (0, import_TlvObject.TlvField)(254, import_FabricIndex.TlvFabricIndex)
200
+ icac: (0, import_TlvObject.TlvField)(4, import_TlvString.TlvByteString.bound({ maxLength: 400 }))
155
201
  });
156
- JointFabricDatastore2.TlvDatastoreBindingEntry = (0, import_TlvObject.TlvObject)({
202
+ JointFabricDatastore2.TlvDatastoreEndpointGroupIdEntry = (0, import_TlvObject.TlvObject)({
157
203
  /**
158
- * The unique identifier for the Binding entry in the Datastore’s list of DatastoreBindingEntry.
204
+ * The unique identifier for the node.
159
205
  *
160
- * @see {@link MatterSpecification.v141.Core} § 11.24.5.4.7.1
206
+ * @see {@link MatterSpecification.v141.Core} § 11.24.5.8.1
161
207
  */
162
- listId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
208
+ nodeId: (0, import_TlvObject.TlvField)(0, import_NodeId.TlvNodeId),
163
209
  /**
164
- * The binding target structure.
210
+ * The unique identifier for the endpoint.
211
+ *
212
+ * @see {@link MatterSpecification.v141.Core} § 11.24.5.8.2
213
+ */
214
+ endpointId: (0, import_TlvObject.TlvField)(1, import_EndpointNumber.TlvEndpointNumber),
215
+ /**
216
+ * The unique identifier for the group.
165
217
  *
166
- * @see {@link MatterSpecification.v141.Core} § 11.24.5.4.7.2
218
+ * @see {@link MatterSpecification.v141.Core} § 11.24.5.8.3
167
219
  */
168
- binding: (0, import_TlvObject.TlvField)(1, import_binding.Binding.TlvTarget),
220
+ groupId: (0, import_TlvObject.TlvField)(2, import_GroupId.TlvGroupId),
169
221
  /**
170
- * Indicates whether entry in this list is pending, committed, or delete-pending.
222
+ * Indicates whether entry in this list is pending, committed, delete-pending, or commit-failed.
171
223
  *
172
- * @see {@link MatterSpecification.v141.Core} § 11.24.5.4.7.3
224
+ * @see {@link MatterSpecification.v141.Core} § 11.24.5.8.4
173
225
  */
174
- statusEntry: (0, import_TlvObject.TlvField)(2, JointFabricDatastore2.TlvDatastoreStatusEntry),
175
- fabricIndex: (0, import_TlvObject.TlvField)(254, import_FabricIndex.TlvFabricIndex)
226
+ statusEntry: (0, import_TlvObject.TlvField)(3, JointFabricDatastore2.TlvDatastoreStatusEntry)
176
227
  });
177
- JointFabricDatastore2.TlvDatastoreEndpointEntry = (0, import_TlvObject.TlvObject)({
228
+ JointFabricDatastore2.TlvDatastoreBindingTarget = (0, import_TlvObject.TlvObject)({
178
229
  /**
179
- * The unique identifier for the endpoint.
230
+ * This field is the binding’s remote target node ID. If the Endpoint field is present, this field shall be
231
+ * present.
180
232
  *
181
233
  * @see {@link MatterSpecification.v141.Core} § 11.24.5.6.1
182
234
  */
183
- endpointId: (0, import_TlvObject.TlvField)(0, import_EndpointNumber.TlvEndpointNumber),
235
+ node: (0, import_TlvObject.TlvOptionalField)(1, import_NodeId.TlvNodeId),
184
236
  /**
185
- * The unique identifier for the node.
237
+ * This field is the binding’s target group ID that represents remote endpoints. If the Endpoint field is
238
+ * present, this field shall NOT be present.
186
239
  *
187
240
  * @see {@link MatterSpecification.v141.Core} § 11.24.5.6.2
188
241
  */
189
- nodeId: (0, import_TlvObject.TlvField)(1, import_NodeId.TlvNodeId),
242
+ group: (0, import_TlvObject.TlvOptionalField)(2, import_GroupId.TlvGroupId),
190
243
  /**
191
- * Friendly name for this endpoint which is propagated to nodes. Any changes to Friendly Name or Group Id List
192
- * (add/remove entry) must follow the pending→committed workflow with current state reflected in the Status
193
- * Entry.
244
+ * This field is the binding’s remote endpoint that the local endpoint is bound to. If the Group field is
245
+ * present, this field shall NOT be present.
194
246
  *
195
247
  * @see {@link MatterSpecification.v141.Core} § 11.24.5.6.3
196
248
  */
197
- friendlyName: (0, import_TlvObject.TlvField)(2, import_TlvString.TlvString.bound({ maxLength: 32 })),
249
+ endpoint: (0, import_TlvObject.TlvOptionalField)(3, import_EndpointNumber.TlvEndpointNumber),
198
250
  /**
199
- * Indicates whether changes to Friendly Name are pending or committed.
251
+ * This field is the binding’s cluster ID (client & server) on the local and target endpoint(s). If this field
252
+ * is present, the client cluster shall also exist on this endpoint (with this Binding cluster). If this field
253
+ * is present, the target shall be this cluster on the target endpoint(s).
200
254
  *
201
255
  * @see {@link MatterSpecification.v141.Core} § 11.24.5.6.4
202
256
  */
203
- statusEntry: (0, import_TlvObject.TlvField)(3, JointFabricDatastore2.TlvDatastoreStatusEntry),
257
+ cluster: (0, import_TlvObject.TlvOptionalField)(4, import_ClusterId.TlvClusterId)
258
+ });
259
+ JointFabricDatastore2.TlvDatastoreEndpointBindingEntry = (0, import_TlvObject.TlvObject)({
260
+ /**
261
+ * The unique identifier for the node.
262
+ *
263
+ * @see {@link MatterSpecification.v141.Core} § 11.24.5.7.1
264
+ */
265
+ nodeId: (0, import_TlvObject.TlvField)(0, import_NodeId.TlvNodeId),
204
266
  /**
205
- * List of Group IDs that this endpoint is a member of. Any changes to Group Id List (add/remove entry) must
206
- * follow the pending→committed workflow with current state reflected in the Status Entry.
267
+ * The unique identifier for the endpoint.
207
268
  *
208
- * @see {@link MatterSpecification.v141.Core} § 11.24.5.6.5
269
+ * @see {@link MatterSpecification.v141.Core} § 11.24.5.7.2
209
270
  */
210
- groupIdList: (0, import_TlvObject.TlvField)(4, (0, import_TlvArray.TlvArray)(JointFabricDatastore2.TlvDatastoreGroupIdEntry)),
271
+ endpointId: (0, import_TlvObject.TlvField)(1, import_EndpointNumber.TlvEndpointNumber),
211
272
  /**
212
- * List of Binding Targets for this endpoint. Any changes to Binding List (add/remove entry) must follow the
213
- * pending→committed workflow with current state reflected in the Status Entry.
273
+ * The unique identifier for the entry in the Datastore’s EndpointBindingList attribute, which is a list of
274
+ * DatastoreEndpointBindingEntryStruct.
275
+ *
276
+ * This field is used to uniquely identify an entry in the EndpointBindingList attribute for the purpose of
277
+ * deletion (RemoveBindingFromEndpointForNode Command).
214
278
  *
215
- * @see {@link MatterSpecification.v141.Core} § 11.24.5.6.6
279
+ * @see {@link MatterSpecification.v141.Core} § 11.24.5.7.3
216
280
  */
217
- bindingList: (0, import_TlvObject.TlvField)(5, (0, import_TlvArray.TlvArray)(JointFabricDatastore2.TlvDatastoreBindingEntry)),
218
- fabricIndex: (0, import_TlvObject.TlvField)(254, import_FabricIndex.TlvFabricIndex)
281
+ listId: (0, import_TlvObject.TlvField)(2, import_TlvNumber.TlvUInt16),
282
+ /**
283
+ * The binding target structure.
284
+ *
285
+ * @see {@link MatterSpecification.v141.Core} § 11.24.5.7.4
286
+ */
287
+ binding: (0, import_TlvObject.TlvField)(3, JointFabricDatastore2.TlvDatastoreBindingTarget),
288
+ /**
289
+ * Indicates whether entry in this list is pending, committed, delete-pending, or commit-failed.
290
+ *
291
+ * @see {@link MatterSpecification.v141.Core} § 11.24.5.7.5
292
+ */
293
+ statusEntry: (0, import_TlvObject.TlvField)(4, JointFabricDatastore2.TlvDatastoreStatusEntry)
219
294
  });
220
- JointFabricDatastore2.TlvDatastoreNodeInformationEntry = (0, import_TlvObject.TlvObject)({
295
+ JointFabricDatastore2.TlvDatastoreNodeKeySetEntry = (0, import_TlvObject.TlvObject)({
221
296
  /**
222
297
  * The unique identifier for the node.
223
298
  *
224
- * @see {@link MatterSpecification.v141.Core} § 11.24.5.8.1
299
+ * @see {@link MatterSpecification.v141.Core} § 11.24.5.3.1
225
300
  */
226
- nodeId: (0, import_TlvObject.TlvField)(1, import_NodeId.TlvNodeId),
301
+ nodeId: (0, import_TlvObject.TlvField)(0, import_NodeId.TlvNodeId),
302
+ groupKeySetId: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16),
227
303
  /**
228
- * Friendly name for this node which is not propagated to nodes.
304
+ * Indicates whether entry in this list is pending, committed, delete-pending, or commit-failed.
229
305
  *
230
- * @see {@link MatterSpecification.v141.Core} § 11.24.5.8.2
306
+ * @see {@link MatterSpecification.v141.Core} § 11.24.5.3.3
231
307
  */
232
- friendlyName: (0, import_TlvObject.TlvField)(2, import_TlvString.TlvString.bound({ maxLength: 32 })),
308
+ statusEntry: (0, import_TlvObject.TlvField)(2, JointFabricDatastore2.TlvDatastoreStatusEntry)
309
+ });
310
+ let DatastoreAccessControlEntryAuthMode;
311
+ ((DatastoreAccessControlEntryAuthMode2) => {
312
+ DatastoreAccessControlEntryAuthMode2[DatastoreAccessControlEntryAuthMode2["Pase"] = 1] = "Pase";
313
+ DatastoreAccessControlEntryAuthMode2[DatastoreAccessControlEntryAuthMode2["Case"] = 2] = "Case";
314
+ DatastoreAccessControlEntryAuthMode2[DatastoreAccessControlEntryAuthMode2["Group"] = 3] = "Group";
315
+ })(DatastoreAccessControlEntryAuthMode = JointFabricDatastore2.DatastoreAccessControlEntryAuthMode || (JointFabricDatastore2.DatastoreAccessControlEntryAuthMode = {}));
316
+ JointFabricDatastore2.TlvDatastoreAccessControlTarget = (0, import_TlvObject.TlvObject)({
317
+ cluster: (0, import_TlvObject.TlvField)(0, (0, import_TlvNullable.TlvNullable)(import_ClusterId.TlvClusterId)),
318
+ endpoint: (0, import_TlvObject.TlvField)(1, (0, import_TlvNullable.TlvNullable)(import_EndpointNumber.TlvEndpointNumber)),
319
+ deviceType: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)(import_DeviceTypeId.TlvDeviceTypeId))
320
+ });
321
+ JointFabricDatastore2.TlvDatastoreAccessControlEntry = (0, import_TlvObject.TlvObject)({
322
+ privilege: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)()),
323
+ authMode: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvEnum)()),
324
+ subjects: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)((0, import_TlvArray.TlvArray)(import_SubjectId.TlvSubjectId))),
325
+ targets: (0, import_TlvObject.TlvField)(4, (0, import_TlvNullable.TlvNullable)((0, import_TlvArray.TlvArray)(JointFabricDatastore2.TlvDatastoreAccessControlTarget)))
326
+ });
327
+ JointFabricDatastore2.TlvDatastoreAclEntry = (0, import_TlvObject.TlvObject)({
233
328
  /**
234
- * Set to pending prior to completing commissioning, and set to completed after commissioning complete is
235
- * successful.
329
+ * The unique identifier for the node.
236
330
  *
237
- * @see {@link MatterSpecification.v141.Core} § 11.24.5.8.3
331
+ * @see {@link MatterSpecification.v141.Core} § 11.24.5.13.1
238
332
  */
239
- commissioningStatusEntry: (0, import_TlvObject.TlvField)(3, JointFabricDatastore2.TlvDatastoreStatusEntry),
333
+ nodeId: (0, import_TlvObject.TlvField)(0, import_NodeId.TlvNodeId),
240
334
  /**
241
- * List of Key Set information for the given Node. Updates to the Group Key List must follow the
242
- * pending→committed workflow with current state reflected in the Status Entry for the corresponding entry in
243
- * the list.
335
+ * The unique identifier for the ACL entry in the Datastore’s list of DatastoreACLEntry.
244
336
  *
245
- * @see {@link MatterSpecification.v141.Core} § 11.24.5.8.4
337
+ * @see {@link MatterSpecification.v141.Core} § 11.24.5.13.2
246
338
  */
247
- nodeKeySetList: (0, import_TlvObject.TlvField)(4, (0, import_TlvArray.TlvArray)(JointFabricDatastore2.TlvDatastoreNodeKeyEntry)),
339
+ listId: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16),
248
340
  /**
249
- * List of ACL entries. Group membership for this node is inferred from the ACLs. Client access to a Node
250
- * Information Entry will be determined from the ACL List. Any changes to ACL List (add/remove entry) must
251
- * follow the pending→committed workflow with current state reflected in the Status Entry for the corresponding
252
- * entry in the list.
341
+ * The Access Control Entry structure.
253
342
  *
254
- * @see {@link MatterSpecification.v141.Core} § 11.24.5.8.5
343
+ * @see {@link MatterSpecification.v141.Core} § 11.24.5.13.3
255
344
  */
256
- aclList: (0, import_TlvObject.TlvField)(5, (0, import_TlvArray.TlvArray)(JointFabricDatastore2.TlvDatastoreAclEntry)),
345
+ aclEntry: (0, import_TlvObject.TlvField)(2, JointFabricDatastore2.TlvDatastoreAccessControlEntry),
257
346
  /**
258
- * The list of endpoints for this node. Any changes to Endpoint List (add/remove entry) must follow the
259
- * pending→committed workflow with current state reflected in the Status Entry for the corresponding entry in
260
- * the list.
347
+ * Indicates whether entry in this list is pending, committed, delete-pending, or commit-failed.
261
348
  *
262
- * @see {@link MatterSpecification.v141.Core} § 11.24.5.8.6
349
+ * @see {@link MatterSpecification.v141.Core} § 11.24.5.13.4
263
350
  */
264
- endpointList: (0, import_TlvObject.TlvField)(6, (0, import_TlvArray.TlvArray)(JointFabricDatastore2.TlvDatastoreEndpointEntry)),
265
- fabricIndex: (0, import_TlvObject.TlvField)(254, import_FabricIndex.TlvFabricIndex)
351
+ statusEntry: (0, import_TlvObject.TlvField)(3, JointFabricDatastore2.TlvDatastoreStatusEntry)
266
352
  });
267
- JointFabricDatastore2.TlvDatastoreAdministratorInformationEntry = (0, import_TlvObject.TlvObject)({
353
+ JointFabricDatastore2.TlvDatastoreEndpointEntry = (0, import_TlvObject.TlvObject)({
268
354
  /**
269
- * The unique identifier for the node.
355
+ * The unique identifier for the endpoint.
270
356
  *
271
357
  * @see {@link MatterSpecification.v141.Core} § 11.24.5.9.1
272
358
  */
273
- nodeId: (0, import_TlvObject.TlvField)(1, import_NodeId.TlvNodeId),
359
+ endpointId: (0, import_TlvObject.TlvField)(0, import_EndpointNumber.TlvEndpointNumber),
274
360
  /**
275
- * Friendly name for this node which is not propagated to nodes.
361
+ * The unique identifier for the node.
276
362
  *
277
363
  * @see {@link MatterSpecification.v141.Core} § 11.24.5.9.2
278
364
  */
279
- friendlyName: (0, import_TlvObject.TlvField)(2, import_TlvString.TlvString.bound({ maxLength: 32 })),
365
+ nodeId: (0, import_TlvObject.TlvField)(1, import_NodeId.TlvNodeId),
280
366
  /**
281
- * The Vendor ID for the node.
367
+ * Friendly name for this endpoint which is propagated to nodes. Any changes to Friendly Name or Group Id List
368
+ * (add/remove entry) must follow the pending→committed workflow with current state reflected in the Status
369
+ * Entry.
282
370
  *
283
371
  * @see {@link MatterSpecification.v141.Core} § 11.24.5.9.3
284
372
  */
285
- vendorId: (0, import_TlvObject.TlvField)(3, import_VendorId.TlvVendorId),
373
+ friendlyName: (0, import_TlvObject.TlvField)(2, import_TlvString.TlvString.bound({ maxLength: 32 })),
286
374
  /**
287
- * The ICAC used to issue the NOC.
375
+ * Indicates whether changes to Friendly Name are pending, committed, or commit-failed.
288
376
  *
289
377
  * @see {@link MatterSpecification.v141.Core} § 11.24.5.9.4
290
378
  */
291
- icac: (0, import_TlvObject.TlvField)(4, import_TlvString.TlvByteString.bound({ maxLength: 400 })),
292
- fabricIndex: (0, import_TlvObject.TlvField)(254, import_FabricIndex.TlvFabricIndex)
379
+ statusEntry: (0, import_TlvObject.TlvField)(3, JointFabricDatastore2.TlvDatastoreStatusEntry)
380
+ });
381
+ JointFabricDatastore2.TlvAddKeySetRequest = (0, import_TlvObject.TlvObject)({ groupKeySet: (0, import_TlvObject.TlvField)(0, JointFabricDatastore2.TlvDatastoreGroupKeySet) });
382
+ JointFabricDatastore2.TlvUpdateKeySetRequest = (0, import_TlvObject.TlvObject)({ groupKeySet: (0, import_TlvObject.TlvField)(0, JointFabricDatastore2.TlvDatastoreGroupKeySet) });
383
+ JointFabricDatastore2.TlvRemoveKeySetRequest = (0, import_TlvObject.TlvObject)({ groupKeySetId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16) });
384
+ JointFabricDatastore2.TlvAddGroupRequest = (0, import_TlvObject.TlvObject)({
385
+ groupId: (0, import_TlvObject.TlvField)(0, import_GroupId.TlvGroupId),
386
+ friendlyName: (0, import_TlvObject.TlvField)(1, import_TlvString.TlvString.bound({ maxLength: 32 })),
387
+ groupKeySetId: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16.bound({ min: 1, max: 65534 }))),
388
+ groupCat: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16)),
389
+ groupCatVersion: (0, import_TlvObject.TlvField)(4, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16.bound({ min: 1, max: 65534 }))),
390
+ groupPermission: (0, import_TlvObject.TlvField)(5, (0, import_TlvNumber.TlvEnum)())
391
+ });
392
+ JointFabricDatastore2.TlvUpdateGroupRequest = (0, import_TlvObject.TlvObject)({
393
+ groupId: (0, import_TlvObject.TlvField)(0, import_GroupId.TlvGroupId),
394
+ friendlyName: (0, import_TlvObject.TlvField)(1, (0, import_TlvNullable.TlvNullable)(import_TlvString.TlvString.bound({ maxLength: 32 }))),
395
+ groupKeySetId: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16.bound({ min: 1 }))),
396
+ groupCat: (0, import_TlvObject.TlvField)(3, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16)),
397
+ groupCatVersion: (0, import_TlvObject.TlvField)(4, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt16.bound({ min: 1 }))),
398
+ groupPermission: (0, import_TlvObject.TlvField)(5, (0, import_TlvNumber.TlvEnum)())
399
+ });
400
+ JointFabricDatastore2.TlvRemoveGroupRequest = (0, import_TlvObject.TlvObject)({ groupId: (0, import_TlvObject.TlvField)(0, import_GroupId.TlvGroupId) });
401
+ JointFabricDatastore2.TlvAddAdminRequest = (0, import_TlvObject.TlvObject)({
402
+ nodeId: (0, import_TlvObject.TlvField)(1, import_NodeId.TlvNodeId),
403
+ friendlyName: (0, import_TlvObject.TlvField)(2, import_TlvString.TlvString.bound({ maxLength: 32 })),
404
+ vendorId: (0, import_TlvObject.TlvField)(3, import_VendorId.TlvVendorId),
405
+ icac: (0, import_TlvObject.TlvField)(4, import_TlvString.TlvByteString.bound({ maxLength: 400 }))
406
+ });
407
+ JointFabricDatastore2.TlvUpdateAdminRequest = (0, import_TlvObject.TlvObject)({
408
+ nodeId: (0, import_TlvObject.TlvField)(0, (0, import_TlvNullable.TlvNullable)(import_NodeId.TlvNodeId)),
409
+ friendlyName: (0, import_TlvObject.TlvField)(1, (0, import_TlvNullable.TlvNullable)(import_TlvString.TlvString.bound({ maxLength: 32 }))),
410
+ icac: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)(import_TlvString.TlvByteString.bound({ maxLength: 400 })))
411
+ });
412
+ JointFabricDatastore2.TlvRemoveAdminRequest = (0, import_TlvObject.TlvObject)({ nodeId: (0, import_TlvObject.TlvField)(0, import_NodeId.TlvNodeId) });
413
+ JointFabricDatastore2.TlvAddPendingNodeRequest = (0, import_TlvObject.TlvObject)({
414
+ nodeId: (0, import_TlvObject.TlvField)(0, import_NodeId.TlvNodeId),
415
+ friendlyName: (0, import_TlvObject.TlvField)(1, import_TlvString.TlvString.bound({ maxLength: 32 }))
416
+ });
417
+ JointFabricDatastore2.TlvRefreshNodeRequest = (0, import_TlvObject.TlvObject)({ nodeId: (0, import_TlvObject.TlvField)(0, import_NodeId.TlvNodeId) });
418
+ JointFabricDatastore2.TlvUpdateNodeRequest = (0, import_TlvObject.TlvObject)({
419
+ nodeId: (0, import_TlvObject.TlvField)(0, import_NodeId.TlvNodeId),
420
+ friendlyName: (0, import_TlvObject.TlvField)(1, import_TlvString.TlvString.bound({ maxLength: 32 }))
421
+ });
422
+ JointFabricDatastore2.TlvRemoveNodeRequest = (0, import_TlvObject.TlvObject)({ nodeId: (0, import_TlvObject.TlvField)(0, import_NodeId.TlvNodeId) });
423
+ JointFabricDatastore2.TlvUpdateEndpointForNodeRequest = (0, import_TlvObject.TlvObject)({
424
+ endpointId: (0, import_TlvObject.TlvField)(0, import_EndpointNumber.TlvEndpointNumber),
425
+ nodeId: (0, import_TlvObject.TlvField)(1, import_NodeId.TlvNodeId),
426
+ friendlyName: (0, import_TlvObject.TlvField)(2, import_TlvString.TlvString.bound({ maxLength: 32 }))
427
+ });
428
+ JointFabricDatastore2.TlvAddGroupIdToEndpointForNodeRequest = (0, import_TlvObject.TlvObject)({
429
+ nodeId: (0, import_TlvObject.TlvField)(0, import_NodeId.TlvNodeId),
430
+ endpointId: (0, import_TlvObject.TlvField)(1, import_EndpointNumber.TlvEndpointNumber),
431
+ groupId: (0, import_TlvObject.TlvField)(2, import_GroupId.TlvGroupId)
432
+ });
433
+ JointFabricDatastore2.TlvRemoveGroupIdFromEndpointForNodeRequest = (0, import_TlvObject.TlvObject)({
434
+ nodeId: (0, import_TlvObject.TlvField)(0, import_NodeId.TlvNodeId),
435
+ endpointId: (0, import_TlvObject.TlvField)(1, import_EndpointNumber.TlvEndpointNumber),
436
+ groupId: (0, import_TlvObject.TlvField)(2, import_GroupId.TlvGroupId)
437
+ });
438
+ JointFabricDatastore2.TlvAddBindingToEndpointForNodeRequest = (0, import_TlvObject.TlvObject)({
439
+ nodeId: (0, import_TlvObject.TlvField)(0, import_NodeId.TlvNodeId),
440
+ endpointId: (0, import_TlvObject.TlvField)(1, import_EndpointNumber.TlvEndpointNumber),
441
+ binding: (0, import_TlvObject.TlvField)(2, JointFabricDatastore2.TlvDatastoreBindingTarget)
442
+ });
443
+ JointFabricDatastore2.TlvRemoveBindingFromEndpointForNodeRequest = (0, import_TlvObject.TlvObject)({
444
+ listId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
445
+ endpointId: (0, import_TlvObject.TlvField)(1, import_EndpointNumber.TlvEndpointNumber),
446
+ nodeId: (0, import_TlvObject.TlvField)(2, import_NodeId.TlvNodeId)
447
+ });
448
+ JointFabricDatastore2.TlvAddAclToNodeRequest = (0, import_TlvObject.TlvObject)({
449
+ nodeId: (0, import_TlvObject.TlvField)(0, import_NodeId.TlvNodeId),
450
+ aclEntry: (0, import_TlvObject.TlvField)(1, JointFabricDatastore2.TlvDatastoreAccessControlEntry)
451
+ });
452
+ JointFabricDatastore2.TlvRemoveAclFromNodeRequest = (0, import_TlvObject.TlvObject)({
453
+ listId: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16),
454
+ nodeId: (0, import_TlvObject.TlvField)(1, import_NodeId.TlvNodeId)
293
455
  });
294
456
  JointFabricDatastore2.ClusterInstance = (0, import_MutableCluster.MutableCluster)({
295
457
  id: 1874,
@@ -297,80 +459,84 @@ var JointFabricDatastore;
297
459
  revision: 1,
298
460
  attributes: {
299
461
  /**
300
- * This shall indicate the Anchor Root CA used to sign all NOC Issuers in the Joint Fabric. A null value
301
- * indicates that the Joint Fabric is not yet formed.
462
+ * This shall indicate the Anchor Root CA used to sign all NOC Issuers in the Joint Fabric for the accessing
463
+ * fabric. A null value indicates that the Joint Fabric is not yet formed.
302
464
  *
303
465
  * @see {@link MatterSpecification.v141.Core} § 11.24.6.1
304
466
  */
305
- anchorRootCa: (0, import_Cluster.FabricScopedAttribute)(
467
+ anchorRootCa: (0, import_Cluster.Attribute)(
306
468
  0,
307
469
  import_TlvString.TlvByteString,
308
470
  { readAcl: import_model.AccessLevel.Administer, writeAcl: import_model.AccessLevel.Administer }
309
471
  ),
310
472
  /**
311
- * This shall indicate the Node identifier of the Joint Fabric Anchor Root CA.
473
+ * This shall indicate the Node identifier of the Joint Fabric Anchor Root CA for the accessing fabric.
312
474
  *
313
475
  * @see {@link MatterSpecification.v141.Core} § 11.24.6.2
314
476
  */
315
- anchorNodeId: (0, import_Cluster.FabricScopedAttribute)(
477
+ anchorNodeId: (0, import_Cluster.Attribute)(
316
478
  1,
317
479
  import_NodeId.TlvNodeId,
318
480
  { readAcl: import_model.AccessLevel.Administer, writeAcl: import_model.AccessLevel.Administer }
319
481
  ),
320
482
  /**
321
- * This shall indicate the Vendor identifier of the Joint Fabric Anchor Root CA.
483
+ * This shall indicate the Vendor identifier of the Joint Fabric Anchor Root CA for the accessing fabric.
322
484
  *
323
485
  * @see {@link MatterSpecification.v141.Core} § 11.24.6.3
324
486
  */
325
- anchorVendorId: (0, import_Cluster.FabricScopedAttribute)(
487
+ anchorVendorId: (0, import_Cluster.Attribute)(
326
488
  2,
327
489
  import_VendorId.TlvVendorId,
328
490
  { readAcl: import_model.AccessLevel.Administer, writeAcl: import_model.AccessLevel.Administer }
329
491
  ),
330
492
  /**
331
- * Friendly name for this fabric which can be propagated to nodes.
493
+ * Friendly name for the accessing fabric which can be propagated to nodes.
332
494
  *
333
495
  * @see {@link MatterSpecification.v141.Core} § 11.24.6.4
334
496
  */
335
- friendlyName: (0, import_Cluster.FabricScopedAttribute)(
497
+ friendlyName: (0, import_Cluster.Attribute)(
336
498
  3,
337
499
  import_TlvString.TlvString.bound({ maxLength: 32 }),
338
500
  { readAcl: import_model.AccessLevel.Administer, writeAcl: import_model.AccessLevel.Administer }
339
501
  ),
340
502
  /**
341
- * This shall indicate the list of GroupKeySetStruct used in the Joint Fabric.
503
+ * This shall indicate the list of DatastoreGroupKeySetStruct used in the Joint Fabric for the accessing
504
+ * fabric.
342
505
  *
343
506
  * This attribute shall contain at least one entry, the IPK, which has GroupKeySetID of 0.
344
507
  *
345
508
  * @see {@link MatterSpecification.v141.Core} § 11.24.6.5
346
509
  */
347
- groupKeySetList: (0, import_Cluster.FabricScopedAttribute)(
510
+ groupKeySetList: (0, import_Cluster.Attribute)(
348
511
  4,
349
- (0, import_TlvArray.TlvArray)(import_group_key_management.GroupKeyManagement.TlvGroupKeySet),
512
+ (0, import_TlvArray.TlvArray)(JointFabricDatastore2.TlvDatastoreGroupKeySet),
350
513
  { default: [], readAcl: import_model.AccessLevel.Administer, writeAcl: import_model.AccessLevel.Administer }
351
514
  ),
352
515
  /**
353
- * This shall indicate the list of groups in the Joint Fabric.
516
+ * This shall indicate the list of groups in the Joint Fabric for the accessing fabric.
517
+ *
518
+ * This list must include, at a minimum, one group with GroupCAT value set to Administrator CAT and one
519
+ * group with GroupCAT value set to Anchor CAT.
354
520
  *
355
521
  * @see {@link MatterSpecification.v141.Core} § 11.24.6.6
356
522
  */
357
- groupList: (0, import_Cluster.FabricScopedAttribute)(
523
+ groupList: (0, import_Cluster.Attribute)(
358
524
  5,
359
525
  (0, import_TlvArray.TlvArray)(JointFabricDatastore2.TlvDatastoreGroupInformationEntry),
360
526
  { default: [], readAcl: import_model.AccessLevel.Administer, writeAcl: import_model.AccessLevel.Administer }
361
527
  ),
362
528
  /**
363
- * This shall indicate the list of nodes in the Joint Fabric.
529
+ * This shall indicate the list of nodes in the Joint Fabric for the accessing fabric.
364
530
  *
365
531
  * @see {@link MatterSpecification.v141.Core} § 11.24.6.7
366
532
  */
367
- nodeList: (0, import_Cluster.FabricScopedAttribute)(
533
+ nodeList: (0, import_Cluster.Attribute)(
368
534
  6,
369
535
  (0, import_TlvArray.TlvArray)(JointFabricDatastore2.TlvDatastoreNodeInformationEntry),
370
536
  { default: [], readAcl: import_model.AccessLevel.Administer, writeAcl: import_model.AccessLevel.Administer }
371
537
  ),
372
538
  /**
373
- * This shall indicate the list of administrators in the Joint Fabric.
539
+ * This shall indicate the list of administrators in the Joint Fabric for the accessing fabric.
374
540
  *
375
541
  * Only one Administrator may serve as the Anchor Root CA and Anchor Fabric Administrator and shall have
376
542
  * index value 0. All other Joint Fabric Administrators shall be referenced at index 1 or greater.
@@ -379,13 +545,13 @@ var JointFabricDatastore;
379
545
  *
380
546
  * @see {@link MatterSpecification.v141.Core} § 11.24.6.8
381
547
  */
382
- adminList: (0, import_Cluster.FabricScopedAttribute)(
548
+ adminList: (0, import_Cluster.Attribute)(
383
549
  7,
384
550
  (0, import_TlvArray.TlvArray)(JointFabricDatastore2.TlvDatastoreAdministratorInformationEntry),
385
551
  { default: [], readAcl: import_model.AccessLevel.Administer, writeAcl: import_model.AccessLevel.Administer }
386
552
  ),
387
553
  /**
388
- * This shall indicate the current state of the Joint Fabric Datastore Cluster.
554
+ * This shall indicate the current state of the Joint Fabric Datastore Cluster for the accessing fabric.
389
555
  *
390
556
  * The Committed status indicates the DataStore is ready for use. The Pending status indicates that the
391
557
  * DataStore is not yet ready for use. The DeletePending status indicates that the DataStore is in the
@@ -393,93 +559,745 @@ var JointFabricDatastore;
393
559
  *
394
560
  * @see {@link MatterSpecification.v141.Core} § 11.24.6.9
395
561
  */
396
- statusEntry: (0, import_Cluster.FabricScopedAttribute)(
562
+ status: (0, import_Cluster.Attribute)(
397
563
  8,
398
- JointFabricDatastore2.TlvDatastoreAdministratorInformationEntry,
564
+ JointFabricDatastore2.TlvDatastoreStatusEntry,
399
565
  { readAcl: import_model.AccessLevel.Administer, writeAcl: import_model.AccessLevel.Administer }
566
+ ),
567
+ /**
568
+ * This shall indicate the group membership of endpoints in the accessing fabric.
569
+ *
570
+ * Any changes to this List (add/remove entry) must follow the pending→committed workflow with current state
571
+ * reflected in the Status Entry.
572
+ *
573
+ * @see {@link MatterSpecification.v141.Core} § 11.24.6.10
574
+ */
575
+ endpointGroupIdList: (0, import_Cluster.Attribute)(
576
+ 9,
577
+ (0, import_TlvArray.TlvArray)(JointFabricDatastore2.TlvDatastoreEndpointGroupIdEntry),
578
+ { default: [], readAcl: import_model.AccessLevel.Administer, writeAcl: import_model.AccessLevel.Administer }
579
+ ),
580
+ /**
581
+ * This shall indicate the binding list for endpoints in the accessing fabric.
582
+ *
583
+ * Any changes to this List (add/remove entry) must follow the pending→committed workflow with current state
584
+ * reflected in the Status Entry.
585
+ *
586
+ * @see {@link MatterSpecification.v141.Core} § 11.24.6.11
587
+ */
588
+ endpointBindingList: (0, import_Cluster.Attribute)(
589
+ 10,
590
+ (0, import_TlvArray.TlvArray)(JointFabricDatastore2.TlvDatastoreEndpointBindingEntry),
591
+ { default: [], readAcl: import_model.AccessLevel.Administer, writeAcl: import_model.AccessLevel.Administer }
592
+ ),
593
+ /**
594
+ * This shall indicate the KeySet entries for nodes in the accessing fabric.
595
+ *
596
+ * Any changes to this List (add/remove entry) must follow the pending→committed workflow with current state
597
+ * reflected in the Status Entry.
598
+ *
599
+ * @see {@link MatterSpecification.v141.Core} § 11.24.6.12
600
+ */
601
+ nodeKeySetList: (0, import_Cluster.Attribute)(
602
+ 11,
603
+ (0, import_TlvArray.TlvArray)(JointFabricDatastore2.TlvDatastoreNodeKeySetEntry),
604
+ { default: [], readAcl: import_model.AccessLevel.Administer, writeAcl: import_model.AccessLevel.Administer }
605
+ ),
606
+ /**
607
+ * This shall indicate the ACL entries for nodes in the accessing fabric.
608
+ *
609
+ * Any changes to this List (add/remove entry) must follow the pending→committed workflow with current state
610
+ * reflected in the Status Entry.
611
+ *
612
+ * @see {@link MatterSpecification.v141.Core} § 11.24.6.13
613
+ */
614
+ nodeAclList: (0, import_Cluster.Attribute)(
615
+ 12,
616
+ (0, import_TlvArray.TlvArray)(JointFabricDatastore2.TlvDatastoreAclEntry),
617
+ { default: [], readAcl: import_model.AccessLevel.Administer, writeAcl: import_model.AccessLevel.Administer }
618
+ ),
619
+ /**
620
+ * This shall indicate the Endpoint entries for nodes in the accessing fabric.
621
+ *
622
+ * Any changes to this List (add/remove entry) must follow the pending→committed workflow with current state
623
+ * reflected in the Status Entry.
624
+ *
625
+ * @see {@link MatterSpecification.v141.Core} § 11.24.6.14
626
+ */
627
+ nodeEndpointList: (0, import_Cluster.Attribute)(
628
+ 13,
629
+ (0, import_TlvArray.TlvArray)(JointFabricDatastore2.TlvDatastoreEndpointEntry),
630
+ { default: [], readAcl: import_model.AccessLevel.Administer, writeAcl: import_model.AccessLevel.Administer }
400
631
  )
401
632
  },
402
633
  commands: {
403
634
  /**
404
- * @see {@link MatterSpecification.v141.Core} § 11.24.7
635
+ * This command shall be used to add a KeySet to the Joint Fabric Datastore Cluster of the accessing fabric.
636
+ *
637
+ * GroupKeySet represents the KeySet to be added to the Joint Fabric Datastore Cluster. Upon receipt of this
638
+ * command, the Datastore shall:
639
+ *
640
+ * 1. Ensure there are no KeySets in the KeySetList attribute with the given GroupKeySetID.
641
+ *
642
+ * 2. If a match is found, return CONSTRAINT_ERROR.
643
+ *
644
+ * 3. Add the Epoch Key Entry for the KeySet to the KeySetList attribute.
645
+ *
646
+ * @see {@link MatterSpecification.v141.Core} § 11.24.7.1
405
647
  */
406
- section112471: (0, import_Cluster.Command)(0, import_TlvNoArguments.TlvNoArguments, 0, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
648
+ addKeySet: (0, import_Cluster.Command)(0, JointFabricDatastore2.TlvAddKeySetRequest, 0, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
407
649
  /**
408
- * @see {@link MatterSpecification.v141.Core} § 11.24.7
650
+ * This command shall be used to update a KeySet in the Joint Fabric Datastore Cluster of the accessing
651
+ * fabric.
652
+ *
653
+ * GroupKeySet represents the KeySet to be updated in the Joint Fabric Datastore Cluster. Upon receipt of
654
+ * this command, the Datastore shall:
655
+ *
656
+ * 1. Find the Epoch Key Entry for the KeySet in the KeySetList attribute with the given GroupKeySetID,
657
+ * and update any changed fields.
658
+ *
659
+ * 2. If entry is not found, return NOT_FOUND.
660
+ *
661
+ * 3. If any fields are changed as a result of this command:
662
+ *
663
+ * a. Iterate through each Node Information Entry:
664
+ *
665
+ * i. If the NodeKeySetList contains an entry with the given GroupKeySetID:
666
+ *
667
+ * A. Update the Status on the given DatastoreNodeKeySetEntryStruct tp Pending.
668
+ *
669
+ * B. Update the GroupKeySet on the given Node with the new values.
670
+ *
671
+ * I. If successful, update the Status on this DatastoreNodeKeySetEntryStruct to Committed.
672
+ *
673
+ * II. If not successful, update the State field of the StatusEntry on this
674
+ * DatastoreNodeKeySetEntryStruct to CommitFailed and FailureCode code to the returned error.
675
+ * The pending change shall be applied in a subsequent Node Refresh.
676
+ *
677
+ * @see {@link MatterSpecification.v141.Core} § 11.24.7.2
409
678
  */
410
- section112472: (0, import_Cluster.Command)(1, import_TlvNoArguments.TlvNoArguments, 1, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
679
+ updateKeySet: (0, import_Cluster.Command)(
680
+ 1,
681
+ JointFabricDatastore2.TlvUpdateKeySetRequest,
682
+ 1,
683
+ import_Cluster.TlvNoResponse,
684
+ { invokeAcl: import_model.AccessLevel.Administer }
685
+ ),
411
686
  /**
412
- * @see {@link MatterSpecification.v141.Core} § 11.24.7
687
+ * This command shall be used to remove a KeySet from the Joint Fabric Datastore Cluster of the accessing
688
+ * fabric.
689
+ *
690
+ * GroupKeySetID represents the unique identifier for the KeySet to be removed from the Joint Fabric
691
+ * Datastore Cluster.
692
+ *
693
+ * Attempt to remove the IPK, which has GroupKeySetID of 0, shall fail with response CONSTRAINT_ERROR.
694
+ *
695
+ * Upon receipt of this command, the Datastore shall:
696
+ *
697
+ * 1. If entry is not found, return NOT_FOUND.
698
+ *
699
+ * 2. Ensure there are no Nodes using this KeySet. To do this:
700
+ *
701
+ * a. Iterate through each Node Information Entry:
702
+ *
703
+ * i. If the NodeKeySetList list contains an entry with the given GroupKeySetID, and the entry does
704
+ * NOT have Status DeletePending, then return CONSTRAINT_ERROR.
705
+ *
706
+ * 3. Remove the DatastoreGroupKeySetStruct for the given GroupKeySetID from the GroupKeySetList
707
+ * attribute.
708
+ *
709
+ * @see {@link MatterSpecification.v141.Core} § 11.24.7.3
413
710
  */
414
- section112473: (0, import_Cluster.Command)(2, import_TlvNoArguments.TlvNoArguments, 2, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
711
+ removeKeySet: (0, import_Cluster.Command)(
712
+ 2,
713
+ JointFabricDatastore2.TlvRemoveKeySetRequest,
714
+ 2,
715
+ import_Cluster.TlvNoResponse,
716
+ { invokeAcl: import_model.AccessLevel.Administer }
717
+ ),
415
718
  /**
416
- * @see {@link MatterSpecification.v141.Core} § 11.24.7
719
+ * This command shall be used to add a group to the Joint Fabric Datastore Cluster of the accessing fabric.
720
+ *
721
+ * GroupInformationEntry represents the group to be added to the Joint Fabric Datastore Cluster.
722
+ *
723
+ * GroupCAT values shall fall within the range 1 to 65534. Attempts to add a group with a GroupCAT value of
724
+ * Administrator CAT or Anchor CAT shall fail with CONSTRAINT_ERROR.
725
+ *
726
+ * Upon receipt of this command, the Datastore shall:
727
+ *
728
+ * 1. Ensure there are no Groups in the GroupList attribute with the given GroupID. If a match is found,
729
+ * return CONSTRAINT_ERROR.
730
+ *
731
+ * 2. Add the DatastoreGroupInformationEntryStruct for the Group with the given GroupID to the GroupList
732
+ * attribute.
733
+ *
734
+ * @see {@link MatterSpecification.v141.Core} § 11.24.7.4
417
735
  */
418
- section112474: (0, import_Cluster.Command)(3, import_TlvNoArguments.TlvNoArguments, 3, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
736
+ addGroup: (0, import_Cluster.Command)(3, JointFabricDatastore2.TlvAddGroupRequest, 3, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
419
737
  /**
420
- * @see {@link MatterSpecification.v141.Core} § 11.24.7
738
+ * This command shall be used to update a group in the Joint Fabric Datastore Cluster of the accessing
739
+ * fabric.
740
+ *
741
+ * GroupID represents the group to be updated in the Joint Fabric Datastore Cluster. NULL values for the
742
+ * additional parameters will be ignored (not updated).
743
+ *
744
+ * GroupCAT values shall fall within the range 1 to 65534. Attempts to update the GroupCAT on an existing
745
+ * group which has a GroupCAT value of Administrator CAT or Anchor CAT shall fail with CONSTRAINT_ERROR.
746
+ *
747
+ * Attempts to set the GroupCAT to Administrator CAT or Anchor CAT shall fail with CONSTRAINT_ERROR.
748
+ *
749
+ * Upon receipt of this command, the Datastore shall:
750
+ *
751
+ * 1. If entry is not found, return NOT_FOUND.
752
+ *
753
+ * 2. Update the DatastoreGroupInformationEntryStruct for the Group with the given GroupID to match the
754
+ * non-NULL fields passed in.
755
+ *
756
+ * 3. If any fields are changed as a result of this command:
757
+ *
758
+ * a. Iterate through each Node Information Entry:
759
+ *
760
+ * i. If the GroupKeySetID changed:
761
+ *
762
+ * I. Add a DatastoreNodeKeySetEntryStruct with the new GroupKeySetID, and Status set to Pending.
763
+ *
764
+ * II. Add this KeySet to the Node.
765
+ *
766
+ * 1. If successful, Set the Status to Committed for this entry in the NodeKeySetList.
767
+ *
768
+ * 2. If not successful, Set the Status to CommitFailed and the FailureCode to the returned error. The
769
+ * pending change shall be applied in a subsequent Node Refresh.
770
+ *
771
+ * A. If the NodeKeySetList list contains an entry with the previous GroupKeySetID:
772
+ *
773
+ * III. Set the Status set to DeletePending.
774
+ *
775
+ * IV. Remove this KeySet from the Node.
776
+ *
777
+ * 1. If successful, Remove this entry from the NodeKeySetList.
778
+ *
779
+ * 2. If not successful, the pending change shall be applied in a subsequent Node Refresh.
780
+ *
781
+ * ii. If the GroupCAT, GroupCATVersion or GroupPermission changed:
782
+ *
783
+ * A. If the ACLList contains an entry for this Group, update the ACL List Entry in the Datastore with the
784
+ * new values and Status Pending, update the ACL attribute on the given Node with the new values. If
785
+ * the update succeeds, set the Status to Committed on the ACLList Entry in the Datastore.
786
+ *
787
+ * iii. If the FriendlyName changed:
788
+ *
789
+ * A. Iterate through each Endpoint Information Entry:
790
+ *
791
+ * I. If the GroupIDList contains an entry with the given GroupID:
792
+ *
793
+ * 1. Update the GroupIDList Entry in the Datastore with the new values and Status
794
+ *
795
+ * ### Pending
796
+ *
797
+ * 2. Update the Groups on the given Node with the new values.
798
+ *
799
+ * 1. If the update succeeds, set the Status to Committed on the GroupIDList Entry in the Datastore.
800
+ *
801
+ * 2. If not successful, the pending change shall be applied in a subsequent Node Refresh.
802
+ *
803
+ * @see {@link MatterSpecification.v141.Core} § 11.24.7.5
421
804
  */
422
- section112475: (0, import_Cluster.Command)(4, import_TlvNoArguments.TlvNoArguments, 4, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
805
+ updateGroup: (0, import_Cluster.Command)(4, JointFabricDatastore2.TlvUpdateGroupRequest, 4, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
423
806
  /**
424
- * @see {@link MatterSpecification.v141.Core} § 11.24.7
807
+ * This command shall be used to remove a group from the Joint Fabric Datastore Cluster of the accessing
808
+ * fabric.
809
+ *
810
+ * GroupID represents the unique identifier for the group to be removed from the Joint Fabric Datastore
811
+ * Cluster.
812
+ *
813
+ * Attempts to remove a group with GroupCAT value set to Administrator CAT or Anchor CAT shall fail with
814
+ * CONSTRAINT_ERROR.
815
+ *
816
+ * Upon receipt of this command, the Datastore shall:
817
+ *
818
+ * 1. If entry is not found, return NOT_FOUND.
819
+ *
820
+ * 2. Ensure there are no Nodes in this group. To do this:
821
+ *
822
+ * a. Iterate through each Node Information Entry:
823
+ *
824
+ * i. If the GroupIDList contains an entry with the given GroupID, and the entry does NOT have Status
825
+ * DeletePending, then return CONSTRAINT_ERROR.
826
+ *
827
+ * 3. Remove the DatastoreGroupInformationEntryStruct for the Group with the given GroupID from the
828
+ * GroupList attribute.
829
+ *
830
+ * @see {@link MatterSpecification.v141.Core} § 11.24.7.6
425
831
  */
426
- section112476: (0, import_Cluster.Command)(5, import_TlvNoArguments.TlvNoArguments, 5, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
832
+ removeGroup: (0, import_Cluster.Command)(5, JointFabricDatastore2.TlvRemoveGroupRequest, 5, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
427
833
  /**
428
- * @see {@link MatterSpecification.v141.Core} § 11.24.7
834
+ * This command shall be used to add an admin to the Joint Fabric Datastore Cluster of the accessing fabric.
835
+ *
836
+ * NodeID, FriendlyName, VendorID and ICAC represent the admin to be added to the Joint Fabric Datastore
837
+ * Cluster.
838
+ *
839
+ * @see {@link MatterSpecification.v141.Core} § 11.24.7.7
429
840
  */
430
- section112477: (0, import_Cluster.Command)(6, import_TlvNoArguments.TlvNoArguments, 6, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
841
+ addAdmin: (0, import_Cluster.Command)(6, JointFabricDatastore2.TlvAddAdminRequest, 6, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
431
842
  /**
432
- * @see {@link MatterSpecification.v141.Core} § 11.24.7
843
+ * This command shall be used to update an admin in the Joint Fabric Datastore Cluster of the accessing
844
+ * fabric.
845
+ *
846
+ * NodeID represents the admin to be updated in the Joint Fabric Datastore Cluster. NULL values for the
847
+ * additional parameters will be ignored (not updated).
848
+ *
849
+ * If entry is not found, return NOT_FOUND.
850
+ *
851
+ * @see {@link MatterSpecification.v141.Core} § 11.24.7.8
433
852
  */
434
- section112478: (0, import_Cluster.Command)(7, import_TlvNoArguments.TlvNoArguments, 7, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
853
+ updateAdmin: (0, import_Cluster.Command)(7, JointFabricDatastore2.TlvUpdateAdminRequest, 7, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
435
854
  /**
436
- * @see {@link MatterSpecification.v141.Core} § 11.24.7
855
+ * This command shall be used to remove an admin from the Joint Fabric Datastore Cluster of the accessing
856
+ * fabric.
857
+ *
858
+ * NodeID represents the unique identifier for the admin to be removed from the Joint Fabric Datastore
859
+ * Cluster.
860
+ *
861
+ * If entry is not found, return NOT_FOUND.
862
+ *
863
+ * @see {@link MatterSpecification.v141.Core} § 11.24.7.9
437
864
  */
438
- section112479: (0, import_Cluster.Command)(8, import_TlvNoArguments.TlvNoArguments, 8, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
865
+ removeAdmin: (0, import_Cluster.Command)(8, JointFabricDatastore2.TlvRemoveAdminRequest, 8, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
439
866
  /**
440
- * @see {@link MatterSpecification.v141.Core} § 11.24.7
867
+ * The command shall be used to add a node to the Joint Fabric Datastore Cluster of the accessing fabric.
868
+ *
869
+ * NodeID represents the node to be added to the Joint Fabric Datastore Cluster. Upon receipt of this
870
+ * command, the Datastore shall:
871
+ *
872
+ * 1. Update CommissioningStatusEntry of the Node Information Entry with the given NodeID to Pending.
873
+ *
874
+ * If a Node Information Entry exists for the given NodeID, this command shall return INVALID_CONSTRAINT.
875
+ *
876
+ * @see {@link MatterSpecification.v141.Core} § 11.24.7.10
441
877
  */
442
- section1124710: (0, import_Cluster.Command)(9, import_TlvNoArguments.TlvNoArguments, 9, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
878
+ addPendingNode: (0, import_Cluster.Command)(
879
+ 9,
880
+ JointFabricDatastore2.TlvAddPendingNodeRequest,
881
+ 9,
882
+ import_Cluster.TlvNoResponse,
883
+ { invokeAcl: import_model.AccessLevel.Administer }
884
+ ),
443
885
  /**
444
- * @see {@link MatterSpecification.v141.Core} § 11.24.7
886
+ * The command shall be used to request that Datastore information relating to a Node of the accessing
887
+ * fabric is refreshed.
888
+ *
889
+ * Upon receipt of this command, the Datastore shall:
890
+ *
891
+ * 1. Confirm that a Node Information Entry exists for the given NodeID, and if not, return NOT_FOUND.
892
+ *
893
+ * 2. Update the CommissioningStatusEntry for the Node Information Entry to Pending.
894
+ *
895
+ * 3. Ensure the Endpoint List for the Node Information Entry with the given NodeID matches Endpoint list
896
+ * on the given Node. This involves the following steps:
897
+ *
898
+ * a. Read the PartsList of the Descriptor cluster from the Node.
899
+ *
900
+ * b. For each Endpoint Information Entry in the Endpoint List of the Node Information Entry that does
901
+ * not match an Endpoint ID in the PartsList, remove the Endpoint Information Entry.
902
+ *
903
+ * c. For each Endpoint Information Entry in the Endpoint List of the Node Information Entry that
904
+ * matches an Endpoint ID in the PartsList:
905
+ *
906
+ * i. Check that each entry in Node’s Group List occurs in the GroupIDList of the Endpoint Information
907
+ * Entry.
908
+ *
909
+ * A. Add any missing entries to the GroupIDList of the Endpoint Information Entry.
910
+ *
911
+ * B. For any entries in the GroupIDList with Status of Pending:
912
+ *
913
+ * I. Add the corresponding change to the Node’s Group List.
914
+ *
915
+ * 1. If successful, mark the Status to Committed.
916
+ *
917
+ * 2. If not successful, update the Status to CommitFailed and the FailureCode to the returned error. The
918
+ * error shall be handled in a subsequent Node Refresh.
919
+ *
920
+ * C. For any entries in the GroupIDList with Status of DeletePending:
921
+ *
922
+ * 1. If successful, remove the corresponding entry from the Node’s Group List.
923
+ *
924
+ * 2. If not successful, update the Status to CommitFailed and the FailureCode to the returned error. The
925
+ * error shall be handled in a subsequent Node Refresh.
926
+ *
927
+ * D. For any entries in the GroupIDList with Status of CommitFailure:
928
+ *
929
+ * I. A CommitFailure with an unrecoverable FailureCode shall be handled by removing the entry from the
930
+ * GroupIDList.
931
+ *
932
+ * II. A CommitFailure with a recoverable FailureCode (i.e. TIMEOUT, BUSY) shall be handle in a subsequent
933
+ * Node Refresh.
934
+ *
935
+ * ii. Check that each entry in Node’s Binding List occurs in the BindingList of the Endpoint Information
936
+ * Entry.
937
+ *
938
+ * A. Add any missing entries to the BindingList of the Endpoint Information Entry.
939
+ *
940
+ * B. For any entries in the BindingList with Status of Pending:
941
+ *
942
+ * I. Add the corresponding change to the Node’s Binding List.
943
+ *
944
+ * 1. If successful, mark the Status to Committed.
945
+ *
946
+ * 2. If not successful, update the Status to CommitFailed and the FailureCode to the returned error.
947
+ * The error shall be handled in a subsequent Node Refresh.
948
+ *
949
+ * C. For any entries in the BindingList with Status of DeletePending:
950
+ *
951
+ * 1. If successful, remove the corresponding entry from the Node’s BindingList.
952
+ *
953
+ * 2. If not successful, update the Status to CommitFailed and the FailureCode to the returned error.
954
+ * The error shall be handled in a subsequent Node Refresh.
955
+ *
956
+ * D. For any entries in the BindingList with Status of CommitFailure:
957
+ *
958
+ * I. A CommitFailure with an unrecoverable FailureCode shall be handled by removing the entry from the
959
+ * BindingList.
960
+ *
961
+ * II. A CommitFailure with a recoverable FailureCode (i.e. TIMEOUT, BUSY) shall be handle in a
962
+ * subsequent Node Refresh.
963
+ *
964
+ * 4. Ensure the GroupKeySetList for the Node Information Entry with the given NodeID matches the Group Keys
965
+ * on the given Node. This involves the following steps:
966
+ *
967
+ * a. Read the Group Keys from the Node.
968
+ *
969
+ * b. For each GroupKeySetEntry in the GroupKeySetList of the Node Information Entry with a Pending
970
+ * Status:
971
+ *
972
+ * i. Add the corresponding DatastoreGroupKeySetStruct to the Node’s Group Key list.
973
+ *
974
+ * A. If successful, mark the Status to Committed.
975
+ *
976
+ * B. If not successful, update the Status to CommitFailed and the FailureCode to the returned error.
977
+ * The error shall be handled in a subsequent Node Refresh.
978
+ *
979
+ * c. For each GroupKeySetEntry in the GroupKeySetList of the Node Information Entry with a CommitFailure
980
+ * Status:
981
+ *
982
+ * i. A CommitFailure with an unrecoverable FailureCode shall be handled by removing the entry from the
983
+ * GroupKeySetList.
984
+ *
985
+ * ii. A CommitFailure with a recoverable FailureCode (i.e. TIMEOUT, BUSY) shall be handle in a
986
+ * subsequent Node Refresh.
987
+ *
988
+ * d. All remaining entries in the GroupKeySetList should be replaced by the remaining entries on the
989
+ * Node.
990
+ *
991
+ * 5. Ensure the ACLList for the Node Information Entry with the given NodeID matches the ACL attribute on
992
+ * the given Node. This involves the following steps:
993
+ *
994
+ * a. Read the ACL attribute on the Node.
995
+ *
996
+ * b. For each DatastoreACLEntryStruct in the ACLList of the Node Information Entry with a Pending Status:
997
+ *
998
+ * i. Add the corresponding DatastoreACLEntryStruct to the Node’s ACL attribute.
999
+ *
1000
+ * A. If successful, mark the Status to Committed.
1001
+ *
1002
+ * B. If not successful, update the Status to CommitFailed and the FailureCode to the returned error.
1003
+ * The error shall be handled in a subsequent Node Refresh.
1004
+ *
1005
+ * c. For each DatastoreACLEntryStruct in the ACLList of the Node Information Entry with a CommitFailure
1006
+ * Status:
1007
+ *
1008
+ * i. A CommitFailure with an unrecoverable FailureCode (i.e. RESOURCE_EXHAUSTED, CONSTRAINT_ERROR)
1009
+ * shall be handled by removing the entry from the ACLList.
1010
+ *
1011
+ * ii. A CommitFailure with a recoverable FailureCode (i.e. TIMEOUT, BUSY) shall be handle in a
1012
+ * subsequent Node Refresh.
1013
+ *
1014
+ * d. All remaining entries in the ACLList should be replaced by the remaining entries on the Node.
1015
+ *
1016
+ * 6. Update the CommissioningStatusEntry for the Node Information Entry to Committed.
1017
+ *
1018
+ * @see {@link MatterSpecification.v141.Core} § 11.24.7.11
445
1019
  */
446
- section1124711: (0, import_Cluster.Command)(10, import_TlvNoArguments.TlvNoArguments, 10, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
1020
+ refreshNode: (0, import_Cluster.Command)(10, JointFabricDatastore2.TlvRefreshNodeRequest, 10, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
447
1021
  /**
448
- * @see {@link MatterSpecification.v141.Core} § 11.24.7
1022
+ * The command shall be used to update the friendly name for a node in the Joint Fabric Datastore Cluster of
1023
+ * the accessing fabric.
1024
+ *
1025
+ * NodeID represents the node to be updated in the Joint Fabric Datastore Cluster.
1026
+ *
1027
+ * If a Node Information Entry does not exist for the given NodeID, this command shall return NOT_FOUND.
1028
+ *
1029
+ * @see {@link MatterSpecification.v141.Core} § 11.24.7.12
449
1030
  */
450
- section1124712: (0, import_Cluster.Command)(11, import_TlvNoArguments.TlvNoArguments, 11, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
1031
+ updateNode: (0, import_Cluster.Command)(11, JointFabricDatastore2.TlvUpdateNodeRequest, 11, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
451
1032
  /**
452
- * @see {@link MatterSpecification.v141.Core} § 11.24.7
1033
+ * This command shall be used to remove a node from the Joint Fabric Datastore Cluster of the accessing
1034
+ * fabric.
1035
+ *
1036
+ * NodeID represents the unique identifier for the node to be removed from the Joint Fabric Datastore
1037
+ * Cluster.
1038
+ *
1039
+ * If a Node Information Entry does not exist for the given NodeID, this command shall return NOT_FOUND.
1040
+ *
1041
+ * @see {@link MatterSpecification.v141.Core} § 11.24.7.13
453
1042
  */
454
- section1124713: (0, import_Cluster.Command)(12, import_TlvNoArguments.TlvNoArguments, 12, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
1043
+ removeNode: (0, import_Cluster.Command)(12, JointFabricDatastore2.TlvRemoveNodeRequest, 12, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
455
1044
  /**
456
- * @see {@link MatterSpecification.v141.Core} § 11.24.7
1045
+ * This command shall be used to update the state of an endpoint for a node in the Joint Fabric Datastore
1046
+ * Cluster of the accessing fabric.
1047
+ *
1048
+ * EndpointID represents the unique identifier for the endpoint to be updated in the Joint Fabric Datastore
1049
+ * Cluster.
1050
+ *
1051
+ * NodeID represents the unique identifier for the node to which the endpoint belongs.
1052
+ *
1053
+ * If an Endpoint Information Entry does not exist for the given NodeID and EndpointID, this command shall
1054
+ * return NOT_FOUND.
1055
+ *
1056
+ * @see {@link MatterSpecification.v141.Core} § 11.24.7.14
457
1057
  */
458
- section1124714: (0, import_Cluster.Command)(13, import_TlvNoArguments.TlvNoArguments, 13, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
1058
+ updateEndpointForNode: (0, import_Cluster.Command)(
1059
+ 13,
1060
+ JointFabricDatastore2.TlvUpdateEndpointForNodeRequest,
1061
+ 13,
1062
+ import_Cluster.TlvNoResponse,
1063
+ { invokeAcl: import_model.AccessLevel.Administer }
1064
+ ),
459
1065
  /**
460
- * @see {@link MatterSpecification.v141.Core} § 11.24.7
1066
+ * This command shall be used to add a Group ID to an endpoint for a node in the Joint Fabric Datastore
1067
+ * Cluster of the accessing fabric.
1068
+ *
1069
+ * GroupID represents the unique identifier for the group to be added to the endpoint.
1070
+ *
1071
+ * EndpointID represents the unique identifier for the endpoint to be updated in the Joint Fabric Datastore
1072
+ * Cluster.
1073
+ *
1074
+ * NodeID represents the unique identifier for the node to which the endpoint belongs. Upon receipt of this
1075
+ * command, the Datastore shall:
1076
+ *
1077
+ * 1. Confirm that an Endpoint Information Entry exists for the given NodeID and EndpointID, and if not,
1078
+ * return NOT_FOUND.
1079
+ *
1080
+ * 2. Ensure the Group Key List for the Node Information Entry with the given NodeID includes the KeySet
1081
+ * for the given Group ID. If it does not:
1082
+ *
1083
+ * a. Add an entry for the KeySet of the given Group ID to the Group Key List for the Node. The new
1084
+ * entry’s status shall be set to Pending.
1085
+ *
1086
+ * b. Add a Group Key Entry for this KeySet to the given Node ID.
1087
+ *
1088
+ * i. If this succeeds, update the new KeySet entry in the Datastore to Committed.
1089
+ *
1090
+ * ii. If not successful, the pending change shall be applied in a subsequent Node Refresh.
1091
+ *
1092
+ * 3. Ensure the Group List for the Endpoint Information Entry with the given NodeID and EndpointID
1093
+ * includes an entry for the given Group. If it does not:
1094
+ *
1095
+ * a. Add a Group entry for the given Group ID to the Group List for the Endpoint and Node. The new
1096
+ * entry’s status shall be set to Pending.
1097
+ *
1098
+ * b. Add this Group entry to the given Endpoint ID on the given Node ID.
1099
+ *
1100
+ * i. If this succeeds, update the new Group entry in the Datastore to Committed.
1101
+ *
1102
+ * ii. If not successful, update the Status to CommitFailed and the FailureCode to the returned error.
1103
+ * The error shall be handled in a subsequent Node Refresh.
1104
+ *
1105
+ * @see {@link MatterSpecification.v141.Core} § 11.24.7.15
461
1106
  */
462
- section1124715: (0, import_Cluster.Command)(14, import_TlvNoArguments.TlvNoArguments, 14, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
1107
+ addGroupIdToEndpointForNode: (0, import_Cluster.Command)(
1108
+ 14,
1109
+ JointFabricDatastore2.TlvAddGroupIdToEndpointForNodeRequest,
1110
+ 14,
1111
+ import_Cluster.TlvNoResponse,
1112
+ { invokeAcl: import_model.AccessLevel.Administer }
1113
+ ),
463
1114
  /**
464
- * @see {@link MatterSpecification.v141.Core} § 11.24.7
1115
+ * This command shall be used to remove a Group ID from an endpoint for a node in the Joint Fabric Datastore
1116
+ * Cluster of the accessing fabric.
1117
+ *
1118
+ * GroupID represents the unique identifier for the group to be removed from the endpoint.
1119
+ *
1120
+ * EndpointID represents the unique identifier for the endpoint to be updated in the Joint Fabric Datastore
1121
+ * Cluster.
1122
+ *
1123
+ * NodeID represents the unique identifier for the node to which the endpoint belongs. Upon receipt of this
1124
+ * command, the Datastore shall:
1125
+ *
1126
+ * 1. Confirm that an Endpoint Information Entry exists for the given NodeID and EndpointID, and if not,
1127
+ * return NOT_FOUND.
1128
+ *
1129
+ * 2. Ensure the Group List for the Endpoint Information Entry with the given NodeID and EndpointID does
1130
+ * not include an entry for the given Group. If it does:
1131
+ *
1132
+ * a. Update the status to DeletePending of the Group entry for the given Group ID in the Group List.
1133
+ *
1134
+ * b. Remove this Group entry for the given Endpoint ID on the given Node ID.
1135
+ *
1136
+ * i. If this succeeds, remove the Group entry for the given Group ID in the Group List for this
1137
+ * NodeID and EndpointID in the Datastore.
1138
+ *
1139
+ * ii. If not successful, the pending change shall be applied in a subsequent Node Refresh.
1140
+ *
1141
+ * 3. Ensure the Group Key List for the Node Information Entry with the given NodeID does not include the
1142
+ * KeySet for the given Group ID. If it does:
1143
+ *
1144
+ * a. Update the status to DeletePending for the entry for the KeySet of the given Group ID in the Node
1145
+ * Group Key List.
1146
+ *
1147
+ * b. Remove the Group Key Entry for this KeySet from the given Node ID.
1148
+ *
1149
+ * i. If this succeeds, remove the KeySet entry for the given Node ID.
1150
+ *
1151
+ * ii. If not successful, update the Status to CommitFailed and the FailureCode to the returned error.
1152
+ * The error shall be handled in a subsequent Node Refresh.
1153
+ *
1154
+ * @see {@link MatterSpecification.v141.Core} § 11.24.7.16
465
1155
  */
466
- section1124716: (0, import_Cluster.Command)(15, import_TlvNoArguments.TlvNoArguments, 15, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
1156
+ removeGroupIdFromEndpointForNode: (0, import_Cluster.Command)(
1157
+ 15,
1158
+ JointFabricDatastore2.TlvRemoveGroupIdFromEndpointForNodeRequest,
1159
+ 15,
1160
+ import_Cluster.TlvNoResponse,
1161
+ { invokeAcl: import_model.AccessLevel.Administer }
1162
+ ),
467
1163
  /**
468
- * @see {@link MatterSpecification.v141.Core} § 11.24.7
1164
+ * This command shall be used to add a binding to an endpoint for a node in the Joint Fabric Datastore
1165
+ * Cluster of the accessing fabric.
1166
+ *
1167
+ * Binding represents the binding to be added to the endpoint.
1168
+ *
1169
+ * EndpointID represents the unique identifier for the endpoint to be updated in the Joint Fabric Datastore
1170
+ * Cluster.
1171
+ *
1172
+ * NodeID represents the unique identifier for the node to which the endpoint belongs. Upon receipt of this
1173
+ * command, the Datastore shall:
1174
+ *
1175
+ * 1. Confirm that an Endpoint Information Entry exists for the given NodeID and EndpointID, and if not,
1176
+ * return NOT_FOUND.
1177
+ *
1178
+ * 2. Ensure the Binding List for the Node Information Entry with the given NodeID includes the given
1179
+ * Binding. If it does not:
1180
+ *
1181
+ * a. Add the Binding to the Binding List for the Node Information Entry for the given NodeID. The new
1182
+ * entry’s status shall be set to Pending.
1183
+ *
1184
+ * b. Add this Binding to the given Node ID.
1185
+ *
1186
+ * i. If this succeeds, update the new Binding in the Datastore to Committed.
1187
+ *
1188
+ * ii. If not successful, update the Status to CommitFailed and the FailureCode to the returned error.
1189
+ * The error shall be handled in a subsequent Node Refresh.
1190
+ *
1191
+ * @see {@link MatterSpecification.v141.Core} § 11.24.7.17
469
1192
  */
470
- section1124717: (0, import_Cluster.Command)(16, import_TlvNoArguments.TlvNoArguments, 16, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
1193
+ addBindingToEndpointForNode: (0, import_Cluster.Command)(
1194
+ 16,
1195
+ JointFabricDatastore2.TlvAddBindingToEndpointForNodeRequest,
1196
+ 16,
1197
+ import_Cluster.TlvNoResponse,
1198
+ { invokeAcl: import_model.AccessLevel.Administer }
1199
+ ),
471
1200
  /**
472
- * @see {@link MatterSpecification.v141.Core} § 11.24.7
1201
+ * This command shall be used to remove a binding from an endpoint for a node in the Joint Fabric Datastore
1202
+ * Cluster of the accessing fabric.
1203
+ *
1204
+ * ListID represents the unique identifier for the binding entry in the Datastore’s EndpointBindingList
1205
+ * attribute to be removed from the endpoint.
1206
+ *
1207
+ * EndpointID represents the unique identifier for the endpoint to be updated in the Joint Fabric Datastore
1208
+ * Cluster.
1209
+ *
1210
+ * NodeID represents the unique identifier for the node to which the endpoint belongs. Upon receipt of this
1211
+ * command, the Datastore shall:
1212
+ *
1213
+ * 1. Confirm that an Endpoint Information Entry exists for the given NodeID and EndpointID, and if not,
1214
+ * return NOT_FOUND.
1215
+ *
1216
+ * 2. Ensure the Binding List for the Node Information Entry with the given NodeID does not include an
1217
+ * entry with the given ListID. If it does:
1218
+ *
1219
+ * a. Update the status to DeletePending for the given Binding in the Binding List.
1220
+ *
1221
+ * b. Remove this Binding from the given Node ID.
1222
+ *
1223
+ * i. If this succeeds, remove the given Binding from the Binding List.
1224
+ *
1225
+ * ii. If not successful, update the Status to CommitFailed and the FailureCode to the returned error.
1226
+ * The error shall be handled in a subsequent Node Refresh.
1227
+ *
1228
+ * @see {@link MatterSpecification.v141.Core} § 11.24.7.18
473
1229
  */
474
- section1124718: (0, import_Cluster.Command)(17, import_TlvNoArguments.TlvNoArguments, 17, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
1230
+ removeBindingFromEndpointForNode: (0, import_Cluster.Command)(
1231
+ 17,
1232
+ JointFabricDatastore2.TlvRemoveBindingFromEndpointForNodeRequest,
1233
+ 17,
1234
+ import_Cluster.TlvNoResponse,
1235
+ { invokeAcl: import_model.AccessLevel.Administer }
1236
+ ),
475
1237
  /**
476
- * @see {@link MatterSpecification.v141.Core} § 11.24.7
1238
+ * This command shall be used to add an ACL to a node in the Joint Fabric Datastore Cluster of the accessing
1239
+ * fabric.
1240
+ *
1241
+ * NodeID represents the unique identifier for the node to which the ACL is to be added. ACLEntry represents
1242
+ * the ACL to be added to the Joint Fabric Datastore Cluster.
1243
+ *
1244
+ * Upon receipt of this command, the Datastore shall:
1245
+ *
1246
+ * 1. Confirm that a Node Information Entry exists for the given NodeID, and if not, return NOT_FOUND.
1247
+ *
1248
+ * 2. Ensure the ACL List for the given NodeID includes the given ACLEntry. If it does not:
1249
+ *
1250
+ * a. Add the ACLEntry to the ACL List for the given NodeID. The new entry’s status shall be set to
1251
+ * Pending.
1252
+ *
1253
+ * b. Add this ACLEntry to the given Node ID.
1254
+ *
1255
+ * i. If this succeeds, update the new ACLEntry in the Datastore to Committed.
1256
+ *
1257
+ * ii. If not successful, update the Status to CommitFailed and the FailureCode to the returned error.
1258
+ * The error shall be handled in a subsequent Node Refresh.
1259
+ *
1260
+ * @see {@link MatterSpecification.v141.Core} § 11.24.7.19
477
1261
  */
478
- section1124719: (0, import_Cluster.Command)(18, import_TlvNoArguments.TlvNoArguments, 18, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer }),
1262
+ addAclToNode: (0, import_Cluster.Command)(
1263
+ 18,
1264
+ JointFabricDatastore2.TlvAddAclToNodeRequest,
1265
+ 18,
1266
+ import_Cluster.TlvNoResponse,
1267
+ { invokeAcl: import_model.AccessLevel.Administer }
1268
+ ),
479
1269
  /**
480
- * @see {@link MatterSpecification.v141.Core} § 11.24.7
1270
+ * This command shall be used to remove an ACL from a node in the Joint Fabric Datastore Cluster of the
1271
+ * accessing fabric.
1272
+ *
1273
+ * ListID represents the unique identifier for the DatastoreACLEntryStruct to be removed from the
1274
+ * Datastore’s list of DatastoreACLEntry.
1275
+ *
1276
+ * NodeID represents the unique identifier for the node from which the ACL is to be removed. Upon receipt of
1277
+ * this command, the Datastore shall:
1278
+ *
1279
+ * 1. Confirm that a Node Information Entry exists for the given NodeID, and if not, return NOT_FOUND.
1280
+ *
1281
+ * 2. Ensure the ACL List for the given NodeID does not include the given ACLEntry. If it does:
1282
+ *
1283
+ * a. Update the status to DeletePending for the given ACLEntry in the ACL List.
1284
+ *
1285
+ * b. Remove this ACLEntry from the given Node ID.
1286
+ *
1287
+ * i. If this succeeds, remove the given ACLEntry from the Node ACL List.
1288
+ *
1289
+ * ii. If not successful, update the Status to CommitFailed and the FailureCode to the returned error.
1290
+ * The error shall be handled in a subsequent Node Refresh.
1291
+ *
1292
+ * @see {@link MatterSpecification.v141.Core} § 11.24.7.20
481
1293
  */
482
- section1124720: (0, import_Cluster.Command)(19, import_TlvNoArguments.TlvNoArguments, 19, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Administer })
1294
+ removeAclFromNode: (0, import_Cluster.Command)(
1295
+ 19,
1296
+ JointFabricDatastore2.TlvRemoveAclFromNodeRequest,
1297
+ 19,
1298
+ import_Cluster.TlvNoResponse,
1299
+ { invokeAcl: import_model.AccessLevel.Administer }
1300
+ )
483
1301
  }
484
1302
  });
485
1303
  JointFabricDatastore2.Cluster = JointFabricDatastore2.ClusterInstance;