@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
@@ -28,6 +28,12 @@ export declare namespace DeviceEnergyManagement {
28
28
  * the excess power flowing into the grid. This excess power naturally fluctuates when clouds pass overhead and
29
29
  * other loads in the home are switched on and off.
30
30
  *
31
+ * EVSE Example: An EMS may therefore be able to turn on the EVSE (if the vehicle is plugged in) and can start
32
+ * charging the vehicle, and periodically modify the charging power depending on PV generation and other home
33
+ * loads, so as to minimize import and export to the grid. An EMS may also use this feature to control the
34
+ * discharging (and re-charging) of the vehicle if the EVSE and vehicle support the V2X feature of the EVSE
35
+ * cluster of the associated EVSE device.
36
+ *
31
37
  * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.1
32
38
  */
33
39
  PowerAdjustment = "PowerAdjustment",
@@ -42,6 +48,10 @@ export declare namespace DeviceEnergyManagement {
42
48
  * Forecasts are defined from a current time, using a slot format, where the slot is akin to a relatively
43
49
  * constant operating mode.
44
50
  *
51
+ * Washing machine example: a washing machine may have stages of a washing cycle: heating, tumbling, rinse and
52
+ * spin stages. At each stage, the approximate minimum and maximum power consumption may be known, as well as
53
+ * the duration of that stage.
54
+ *
45
55
  * In some circumstances the ESA may allow the stage to be delayed or paused (subject to safety and
46
56
  * manufacturer’s discretion and user preferences).
47
57
  *
@@ -56,6 +66,8 @@ export declare namespace DeviceEnergyManagement {
56
66
  *
57
67
  * The PowerForecastReporting and the adjustment features aim to align to the [SAREF4ENER] ontology.
58
68
  *
69
+ * Inverter driven ESAs: some inverter driven ESAs can consume or generate a variable amount of power.
70
+ *
59
71
  * For example, a single phase EVSE can be adjusted in the range of 6-32Amps in 0.6 Amp steps in EU or on a
60
72
  * hardwired 120V supply in the range of 6-15 Amps in US.
61
73
  *
@@ -93,6 +105,9 @@ export declare namespace DeviceEnergyManagement {
93
105
  * ESAs which support the Start Time Adjustment feature, allow an EMS to recommend a change to the start time of
94
106
  * the energy transfer that the ESA has previously suggested it would use.
95
107
  *
108
+ * Washing machine example: A Washing Machine may have been set to start a wash cycle at 9pm when the variable
109
+ * tariff normally reduces.
110
+ *
96
111
  * However, the EMS is aware that a grid event has occurred, making it cheaper to run the cycle at a later time,
97
112
  * but the washing machine is not aware of this.
98
113
  *
@@ -114,6 +129,8 @@ export declare namespace DeviceEnergyManagement {
114
129
  * ESAs which support the Pausable feature, allow an EMS to recommend a pause in the middle of a forecast power
115
130
  * profile that the ESA is currently using.
116
131
  *
132
+ * Washing machine example: A Washing Machine is in operation, and starting its water heating step.
133
+ *
117
134
  * However, the EMS becomes aware from the smart meter that the total home load on the grid is close to
118
135
  * exceeding its allowed total grid load.
119
136
  *
@@ -137,6 +154,10 @@ export declare namespace DeviceEnergyManagement {
137
154
  * and/or power level limits of the steps of the power profile that the ESA has previously suggested it would
138
155
  * use.
139
156
  *
157
+ * Heat pump and Solar PV example: A heat pump may have the ability to heat hot water as well as heating the
158
+ * home. The heat pump scheduling system may have determined that the home will be unoccupied during the day, or
159
+ * that the indoor temperature is above the set-point and so it knows that it will not need to heat the home.
160
+ *
140
161
  * However, the hot water tank is likely to need to be reheated before the homeowner comes home in the evening.
141
162
  * The heat pump is not aware that the property also has a solar PV inverter which is also an ESA that is
142
163
  * communicating with the EMS.
@@ -163,6 +184,9 @@ export declare namespace DeviceEnergyManagement {
163
184
  * requested reduced energy usage due to overall peak grid demand) and may cause the ESA to modify the intended
164
185
  * power profile has previously suggested it would use.
165
186
  *
187
+ * EVSE example: An EVSE scheduling system may have determined that the vehicle would be charged starting at a
188
+ * moderate rate at 1am, so that it has enough charge by the time it is needed later that morning.
189
+ *
166
190
  * However, the DSR service provider has informed the EMS that due to high forecast winds it is now forecast
167
191
  * that there will be very cheap energy available from wind generation between 2am and 3am.
168
192
  *
@@ -187,9 +211,8 @@ export declare namespace DeviceEnergyManagement {
187
211
  /**
188
212
  * This field shall indicate the minimum power that the ESA can have its power adjusted to.
189
213
  *
190
- * Note that this is a signed value. Negative values indicate power flows out of the node
191
- *
192
- * discharging a battery).
214
+ * Note that this is a signed value. Negative values indicate power flows out of the node (e.g. discharging a
215
+ * battery).
193
216
  *
194
217
  * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.1
195
218
  */
@@ -248,7 +271,7 @@ export declare namespace DeviceEnergyManagement {
248
271
  */
249
272
  LocalOptimizationAdjustment = 1,
250
273
  /**
251
- * There is PowerAdjustment active due to local EMS optimization
274
+ * There is PowerAdjustment active due to grid optimization
252
275
  */
253
276
  GridOptimizationAdjustment = 2
254
277
  }
@@ -278,9 +301,8 @@ export declare namespace DeviceEnergyManagement {
278
301
  /**
279
302
  * This field shall indicate the minimum power that the ESA can have its power adjusted to.
280
303
  *
281
- * Note that this is a signed value. Negative values indicate power flows out of the node
282
- *
283
- * discharging a battery).
304
+ * Note that this is a signed value. Negative values indicate power flows out of the node (e.g. discharging a
305
+ * battery).
284
306
  *
285
307
  * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.1
286
308
  */
@@ -617,6 +639,8 @@ export declare namespace DeviceEnergyManagement {
617
639
  * choose to use values between 0-100 as a percentage of compressor modulation, or could use these values as
618
640
  * Enum states meaning heating with fan, heating without fan etc.
619
641
  *
642
+ * NOTE An ESA shall always use the same value to represent the same operating state.
643
+ *
620
644
  * By providing this information a smart EMS may be able to learn the observed power draw when the ESA is put
621
645
  * into a specific state. It can potentially then use the ManufacturerESAState field in the Forecast attribute
622
646
  * along with observed power drawn to predict the power draw from the appliance and potentially ask it to modify
@@ -938,6 +962,8 @@ export declare namespace DeviceEnergyManagement {
938
962
  * choose to use values between 0-100 as a percentage of compressor modulation, or could use these values as
939
963
  * Enum states meaning heating with fan, heating without fan etc.
940
964
  *
965
+ * NOTE An ESA shall always use the same value to represent the same operating state.
966
+ *
941
967
  * By providing this information a smart EMS may be able to learn the observed power draw when the ESA is put
942
968
  * into a specific state. It can potentially then use the ManufacturerESAState field in the Forecast attribute
943
969
  * along with observed power drawn to predict the power draw from the appliance and potentially ask it to modify
@@ -1380,7 +1406,7 @@ export declare namespace DeviceEnergyManagement {
1380
1406
  * If this ESA supports PFR this would have 2 entries in the list as follows:
1381
1407
  *
1382
1408
  * If this ESA supports SFR where it does not know the actual power, but has an understanding of the functions
1383
- * that use more energy, it could be requested to use more or less energy using the LoadControl field as
1409
+ * that use more energy, it could be requested to use more or less energy using the LoadCon trol field as
1384
1410
  * follows:
1385
1411
  *
1386
1412
  * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.7.1
@@ -1583,9 +1609,8 @@ export declare namespace DeviceEnergyManagement {
1583
1609
  /**
1584
1610
  * This field shall indicate the minimum power that the ESA can have its power adjusted to.
1585
1611
  *
1586
- * Note that this is a signed value. Negative values indicate power flows out of the node
1587
- *
1588
- * discharging a battery).
1612
+ * Note that this is a signed value. Negative values indicate power flows out of the node (e.g. discharging a
1613
+ * battery).
1589
1614
  *
1590
1615
  * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.1
1591
1616
  */
@@ -1880,6 +1905,8 @@ export declare namespace DeviceEnergyManagement {
1880
1905
  * choose to use values between 0-100 as a percentage of compressor modulation, or could use these values as
1881
1906
  * Enum states meaning heating with fan, heating without fan etc.
1882
1907
  *
1908
+ * NOTE An ESA shall always use the same value to represent the same operating state.
1909
+ *
1883
1910
  * By providing this information a smart EMS may be able to learn the observed power draw when the ESA is put
1884
1911
  * into a specific state. It can potentially then use the ManufacturerESAState field in the Forecast attribute
1885
1912
  * along with observed power drawn to predict the power draw from the appliance and potentially ask it to modify
@@ -2245,7 +2272,7 @@ export declare namespace DeviceEnergyManagement {
2245
2272
  * If this ESA supports PFR this would have 2 entries in the list as follows:
2246
2273
  *
2247
2274
  * If this ESA supports SFR where it does not know the actual power, but has an understanding of the functions
2248
- * that use more energy, it could be requested to use more or less energy using the LoadControl field as
2275
+ * that use more energy, it could be requested to use more or less energy using the LoadCon trol field as
2249
2276
  * follows:
2250
2277
  *
2251
2278
  * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.7.1
@@ -2341,6 +2368,12 @@ export declare namespace DeviceEnergyManagement {
2341
2368
  * in the excess power flowing into the grid. This excess power naturally fluctuates when clouds pass
2342
2369
  * overhead and other loads in the home are switched on and off.
2343
2370
  *
2371
+ * EVSE Example: An EMS may therefore be able to turn on the EVSE (if the vehicle is plugged in) and can
2372
+ * start charging the vehicle, and periodically modify the charging power depending on PV generation and
2373
+ * other home loads, so as to minimize import and export to the grid. An EMS may also use this feature to
2374
+ * control the discharging (and re-charging) of the vehicle if the EVSE and vehicle support the V2X feature
2375
+ * of the EVSE cluster of the associated EVSE device.
2376
+ *
2344
2377
  * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.1
2345
2378
  */
2346
2379
  readonly powerAdjustment: BitFlag;
@@ -2353,6 +2386,10 @@ export declare namespace DeviceEnergyManagement {
2353
2386
  * Forecasts are defined from a current time, using a slot format, where the slot is akin to a relatively
2354
2387
  * constant operating mode.
2355
2388
  *
2389
+ * Washing machine example: a washing machine may have stages of a washing cycle: heating, tumbling, rinse
2390
+ * and spin stages. At each stage, the approximate minimum and maximum power consumption may be known, as
2391
+ * well as the duration of that stage.
2392
+ *
2356
2393
  * In some circumstances the ESA may allow the stage to be delayed or paused (subject to safety and
2357
2394
  * manufacturer’s discretion and user preferences).
2358
2395
  *
@@ -2367,6 +2404,8 @@ export declare namespace DeviceEnergyManagement {
2367
2404
  *
2368
2405
  * The PowerForecastReporting and the adjustment features aim to align to the [SAREF4ENER] ontology.
2369
2406
  *
2407
+ * Inverter driven ESAs: some inverter driven ESAs can consume or generate a variable amount of power.
2408
+ *
2370
2409
  * For example, a single phase EVSE can be adjusted in the range of 6-32Amps in 0.6 Amp steps in EU or on a
2371
2410
  * hardwired 120V supply in the range of 6-15 Amps in US.
2372
2411
  *
@@ -2401,6 +2440,9 @@ export declare namespace DeviceEnergyManagement {
2401
2440
  * ESAs which support the Start Time Adjustment feature, allow an EMS to recommend a change to the start
2402
2441
  * time of the energy transfer that the ESA has previously suggested it would use.
2403
2442
  *
2443
+ * Washing machine example: A Washing Machine may have been set to start a wash cycle at 9pm when the
2444
+ * variable tariff normally reduces.
2445
+ *
2404
2446
  * However, the EMS is aware that a grid event has occurred, making it cheaper to run the cycle at a later
2405
2447
  * time, but the washing machine is not aware of this.
2406
2448
  *
@@ -2421,6 +2463,8 @@ export declare namespace DeviceEnergyManagement {
2421
2463
  * ESAs which support the Pausable feature, allow an EMS to recommend a pause in the middle of a forecast
2422
2464
  * power profile that the ESA is currently using.
2423
2465
  *
2466
+ * Washing machine example: A Washing Machine is in operation, and starting its water heating step.
2467
+ *
2424
2468
  * However, the EMS becomes aware from the smart meter that the total home load on the grid is close to
2425
2469
  * exceeding its allowed total grid load.
2426
2470
  *
@@ -2442,6 +2486,11 @@ export declare namespace DeviceEnergyManagement {
2442
2486
  * duration and/or power level limits of the steps of the power profile that the ESA has previously
2443
2487
  * suggested it would use.
2444
2488
  *
2489
+ * Heat pump and Solar PV example: A heat pump may have the ability to heat hot water as well as heating the
2490
+ * home. The heat pump scheduling system may have determined that the home will be unoccupied during the
2491
+ * day, or that the indoor temperature is above the set-point and so it knows that it will not need to heat
2492
+ * the home.
2493
+ *
2445
2494
  * However, the hot water tank is likely to need to be reheated before the homeowner comes home in the
2446
2495
  * evening. The heat pump is not aware that the property also has a solar PV inverter which is also an ESA
2447
2496
  * that is communicating with the EMS.
@@ -2467,6 +2516,9 @@ export declare namespace DeviceEnergyManagement {
2467
2516
  * supplier has requested reduced energy usage due to overall peak grid demand) and may cause the ESA to
2468
2517
  * modify the intended power profile has previously suggested it would use.
2469
2518
  *
2519
+ * EVSE example: An EVSE scheduling system may have determined that the vehicle would be charged starting at
2520
+ * a moderate rate at 1am, so that it has enough charge by the time it is needed later that morning.
2521
+ *
2470
2522
  * However, the DSR service provider has informed the EMS that due to high forecast winds it is now forecast
2471
2523
  * that there will be very cheap energy available from wind generation between 2am and 3am.
2472
2524
  *
@@ -2615,9 +2667,8 @@ export declare namespace DeviceEnergyManagement {
2615
2667
  /**
2616
2668
  * This field shall indicate the minimum power that the ESA can have its power adjusted to.
2617
2669
  *
2618
- * Note that this is a signed value. Negative values indicate power flows out of the node
2619
- *
2620
- * discharging a battery).
2670
+ * Note that this is a signed value. Negative values indicate power flows out of the node (e.g. discharging a
2671
+ * battery).
2621
2672
  *
2622
2673
  * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.1
2623
2674
  */
@@ -2912,6 +2963,8 @@ export declare namespace DeviceEnergyManagement {
2912
2963
  * choose to use values between 0-100 as a percentage of compressor modulation, or could use these values as
2913
2964
  * Enum states meaning heating with fan, heating without fan etc.
2914
2965
  *
2966
+ * NOTE An ESA shall always use the same value to represent the same operating state.
2967
+ *
2915
2968
  * By providing this information a smart EMS may be able to learn the observed power draw when the ESA is put
2916
2969
  * into a specific state. It can potentially then use the ManufacturerESAState field in the Forecast attribute
2917
2970
  * along with observed power drawn to predict the power draw from the appliance and potentially ask it to modify
@@ -3237,6 +3290,8 @@ export declare namespace DeviceEnergyManagement {
3237
3290
  * choose to use values between 0-100 as a percentage of compressor modulation, or could use these values as
3238
3291
  * Enum states meaning heating with fan, heating without fan etc.
3239
3292
  *
3293
+ * NOTE An ESA shall always use the same value to represent the same operating state.
3294
+ *
3240
3295
  * By providing this information a smart EMS may be able to learn the observed power draw when the ESA is put
3241
3296
  * into a specific state. It can potentially then use the ManufacturerESAState field in the Forecast attribute
3242
3297
  * along with observed power drawn to predict the power draw from the appliance and potentially ask it to modify
@@ -3774,7 +3829,7 @@ export declare namespace DeviceEnergyManagement {
3774
3829
  * If this ESA supports PFR this would have 2 entries in the list as follows:
3775
3830
  *
3776
3831
  * If this ESA supports SFR where it does not know the actual power, but has an understanding of the functions
3777
- * that use more energy, it could be requested to use more or less energy using the LoadControl field as
3832
+ * that use more energy, it could be requested to use more or less energy using the LoadCon trol field as
3778
3833
  * follows:
3779
3834
  *
3780
3835
  * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.7.1
@@ -3922,6 +3977,12 @@ export declare namespace DeviceEnergyManagement {
3922
3977
  * in the excess power flowing into the grid. This excess power naturally fluctuates when clouds pass
3923
3978
  * overhead and other loads in the home are switched on and off.
3924
3979
  *
3980
+ * EVSE Example: An EMS may therefore be able to turn on the EVSE (if the vehicle is plugged in) and can
3981
+ * start charging the vehicle, and periodically modify the charging power depending on PV generation and
3982
+ * other home loads, so as to minimize import and export to the grid. An EMS may also use this feature to
3983
+ * control the discharging (and re-charging) of the vehicle if the EVSE and vehicle support the V2X feature
3984
+ * of the EVSE cluster of the associated EVSE device.
3985
+ *
3925
3986
  * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.1
3926
3987
  */
3927
3988
  readonly powerAdjustment: BitFlag;
@@ -3934,6 +3995,10 @@ export declare namespace DeviceEnergyManagement {
3934
3995
  * Forecasts are defined from a current time, using a slot format, where the slot is akin to a relatively
3935
3996
  * constant operating mode.
3936
3997
  *
3998
+ * Washing machine example: a washing machine may have stages of a washing cycle: heating, tumbling, rinse
3999
+ * and spin stages. At each stage, the approximate minimum and maximum power consumption may be known, as
4000
+ * well as the duration of that stage.
4001
+ *
3937
4002
  * In some circumstances the ESA may allow the stage to be delayed or paused (subject to safety and
3938
4003
  * manufacturer’s discretion and user preferences).
3939
4004
  *
@@ -3948,6 +4013,8 @@ export declare namespace DeviceEnergyManagement {
3948
4013
  *
3949
4014
  * The PowerForecastReporting and the adjustment features aim to align to the [SAREF4ENER] ontology.
3950
4015
  *
4016
+ * Inverter driven ESAs: some inverter driven ESAs can consume or generate a variable amount of power.
4017
+ *
3951
4018
  * For example, a single phase EVSE can be adjusted in the range of 6-32Amps in 0.6 Amp steps in EU or on a
3952
4019
  * hardwired 120V supply in the range of 6-15 Amps in US.
3953
4020
  *
@@ -3982,6 +4049,9 @@ export declare namespace DeviceEnergyManagement {
3982
4049
  * ESAs which support the Start Time Adjustment feature, allow an EMS to recommend a change to the start
3983
4050
  * time of the energy transfer that the ESA has previously suggested it would use.
3984
4051
  *
4052
+ * Washing machine example: A Washing Machine may have been set to start a wash cycle at 9pm when the
4053
+ * variable tariff normally reduces.
4054
+ *
3985
4055
  * However, the EMS is aware that a grid event has occurred, making it cheaper to run the cycle at a later
3986
4056
  * time, but the washing machine is not aware of this.
3987
4057
  *
@@ -4002,6 +4072,8 @@ export declare namespace DeviceEnergyManagement {
4002
4072
  * ESAs which support the Pausable feature, allow an EMS to recommend a pause in the middle of a forecast
4003
4073
  * power profile that the ESA is currently using.
4004
4074
  *
4075
+ * Washing machine example: A Washing Machine is in operation, and starting its water heating step.
4076
+ *
4005
4077
  * However, the EMS becomes aware from the smart meter that the total home load on the grid is close to
4006
4078
  * exceeding its allowed total grid load.
4007
4079
  *
@@ -4023,6 +4095,11 @@ export declare namespace DeviceEnergyManagement {
4023
4095
  * duration and/or power level limits of the steps of the power profile that the ESA has previously
4024
4096
  * suggested it would use.
4025
4097
  *
4098
+ * Heat pump and Solar PV example: A heat pump may have the ability to heat hot water as well as heating the
4099
+ * home. The heat pump scheduling system may have determined that the home will be unoccupied during the
4100
+ * day, or that the indoor temperature is above the set-point and so it knows that it will not need to heat
4101
+ * the home.
4102
+ *
4026
4103
  * However, the hot water tank is likely to need to be reheated before the homeowner comes home in the
4027
4104
  * evening. The heat pump is not aware that the property also has a solar PV inverter which is also an ESA
4028
4105
  * that is communicating with the EMS.
@@ -4048,6 +4125,9 @@ export declare namespace DeviceEnergyManagement {
4048
4125
  * supplier has requested reduced energy usage due to overall peak grid demand) and may cause the ESA to
4049
4126
  * modify the intended power profile has previously suggested it would use.
4050
4127
  *
4128
+ * EVSE example: An EVSE scheduling system may have determined that the vehicle would be charged starting at
4129
+ * a moderate rate at 1am, so that it has enough charge by the time it is needed later that morning.
4130
+ *
4051
4131
  * However, the DSR service provider has informed the EMS that due to high forecast winds it is now forecast
4052
4132
  * that there will be very cheap energy available from wind generation between 2am and 3am.
4053
4133
  *
@@ -4196,9 +4276,8 @@ export declare namespace DeviceEnergyManagement {
4196
4276
  /**
4197
4277
  * This field shall indicate the minimum power that the ESA can have its power adjusted to.
4198
4278
  *
4199
- * Note that this is a signed value. Negative values indicate power flows out of the node
4200
- *
4201
- * discharging a battery).
4279
+ * Note that this is a signed value. Negative values indicate power flows out of the node (e.g. discharging a
4280
+ * battery).
4202
4281
  *
4203
4282
  * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.1
4204
4283
  */
@@ -4493,6 +4572,8 @@ export declare namespace DeviceEnergyManagement {
4493
4572
  * choose to use values between 0-100 as a percentage of compressor modulation, or could use these values as
4494
4573
  * Enum states meaning heating with fan, heating without fan etc.
4495
4574
  *
4575
+ * NOTE An ESA shall always use the same value to represent the same operating state.
4576
+ *
4496
4577
  * By providing this information a smart EMS may be able to learn the observed power draw when the ESA is put
4497
4578
  * into a specific state. It can potentially then use the ManufacturerESAState field in the Forecast attribute
4498
4579
  * along with observed power drawn to predict the power draw from the appliance and potentially ask it to modify
@@ -4818,6 +4899,8 @@ export declare namespace DeviceEnergyManagement {
4818
4899
  * choose to use values between 0-100 as a percentage of compressor modulation, or could use these values as
4819
4900
  * Enum states meaning heating with fan, heating without fan etc.
4820
4901
  *
4902
+ * NOTE An ESA shall always use the same value to represent the same operating state.
4903
+ *
4821
4904
  * By providing this information a smart EMS may be able to learn the observed power draw when the ESA is put
4822
4905
  * into a specific state. It can potentially then use the ManufacturerESAState field in the Forecast attribute
4823
4906
  * along with observed power drawn to predict the power draw from the appliance and potentially ask it to modify
@@ -5355,7 +5438,7 @@ export declare namespace DeviceEnergyManagement {
5355
5438
  * If this ESA supports PFR this would have 2 entries in the list as follows:
5356
5439
  *
5357
5440
  * If this ESA supports SFR where it does not know the actual power, but has an understanding of the functions
5358
- * that use more energy, it could be requested to use more or less energy using the LoadControl field as
5441
+ * that use more energy, it could be requested to use more or less energy using the LoadCon trol field as
5359
5442
  * follows:
5360
5443
  *
5361
5444
  * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.7.1
@@ -5554,6 +5637,12 @@ export declare namespace DeviceEnergyManagement {
5554
5637
  * in the excess power flowing into the grid. This excess power naturally fluctuates when clouds pass
5555
5638
  * overhead and other loads in the home are switched on and off.
5556
5639
  *
5640
+ * EVSE Example: An EMS may therefore be able to turn on the EVSE (if the vehicle is plugged in) and can
5641
+ * start charging the vehicle, and periodically modify the charging power depending on PV generation and
5642
+ * other home loads, so as to minimize import and export to the grid. An EMS may also use this feature to
5643
+ * control the discharging (and re-charging) of the vehicle if the EVSE and vehicle support the V2X feature
5644
+ * of the EVSE cluster of the associated EVSE device.
5645
+ *
5557
5646
  * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.1
5558
5647
  */
5559
5648
  readonly powerAdjustment: BitFlag;
@@ -5566,6 +5655,10 @@ export declare namespace DeviceEnergyManagement {
5566
5655
  * Forecasts are defined from a current time, using a slot format, where the slot is akin to a relatively
5567
5656
  * constant operating mode.
5568
5657
  *
5658
+ * Washing machine example: a washing machine may have stages of a washing cycle: heating, tumbling, rinse
5659
+ * and spin stages. At each stage, the approximate minimum and maximum power consumption may be known, as
5660
+ * well as the duration of that stage.
5661
+ *
5569
5662
  * In some circumstances the ESA may allow the stage to be delayed or paused (subject to safety and
5570
5663
  * manufacturer’s discretion and user preferences).
5571
5664
  *
@@ -5580,6 +5673,8 @@ export declare namespace DeviceEnergyManagement {
5580
5673
  *
5581
5674
  * The PowerForecastReporting and the adjustment features aim to align to the [SAREF4ENER] ontology.
5582
5675
  *
5676
+ * Inverter driven ESAs: some inverter driven ESAs can consume or generate a variable amount of power.
5677
+ *
5583
5678
  * For example, a single phase EVSE can be adjusted in the range of 6-32Amps in 0.6 Amp steps in EU or on a
5584
5679
  * hardwired 120V supply in the range of 6-15 Amps in US.
5585
5680
  *
@@ -5614,6 +5709,9 @@ export declare namespace DeviceEnergyManagement {
5614
5709
  * ESAs which support the Start Time Adjustment feature, allow an EMS to recommend a change to the start
5615
5710
  * time of the energy transfer that the ESA has previously suggested it would use.
5616
5711
  *
5712
+ * Washing machine example: A Washing Machine may have been set to start a wash cycle at 9pm when the
5713
+ * variable tariff normally reduces.
5714
+ *
5617
5715
  * However, the EMS is aware that a grid event has occurred, making it cheaper to run the cycle at a later
5618
5716
  * time, but the washing machine is not aware of this.
5619
5717
  *
@@ -5634,6 +5732,8 @@ export declare namespace DeviceEnergyManagement {
5634
5732
  * ESAs which support the Pausable feature, allow an EMS to recommend a pause in the middle of a forecast
5635
5733
  * power profile that the ESA is currently using.
5636
5734
  *
5735
+ * Washing machine example: A Washing Machine is in operation, and starting its water heating step.
5736
+ *
5637
5737
  * However, the EMS becomes aware from the smart meter that the total home load on the grid is close to
5638
5738
  * exceeding its allowed total grid load.
5639
5739
  *
@@ -5655,6 +5755,11 @@ export declare namespace DeviceEnergyManagement {
5655
5755
  * duration and/or power level limits of the steps of the power profile that the ESA has previously
5656
5756
  * suggested it would use.
5657
5757
  *
5758
+ * Heat pump and Solar PV example: A heat pump may have the ability to heat hot water as well as heating the
5759
+ * home. The heat pump scheduling system may have determined that the home will be unoccupied during the
5760
+ * day, or that the indoor temperature is above the set-point and so it knows that it will not need to heat
5761
+ * the home.
5762
+ *
5658
5763
  * However, the hot water tank is likely to need to be reheated before the homeowner comes home in the
5659
5764
  * evening. The heat pump is not aware that the property also has a solar PV inverter which is also an ESA
5660
5765
  * that is communicating with the EMS.
@@ -5680,6 +5785,9 @@ export declare namespace DeviceEnergyManagement {
5680
5785
  * supplier has requested reduced energy usage due to overall peak grid demand) and may cause the ESA to
5681
5786
  * modify the intended power profile has previously suggested it would use.
5682
5787
  *
5788
+ * EVSE example: An EVSE scheduling system may have determined that the vehicle would be charged starting at
5789
+ * a moderate rate at 1am, so that it has enough charge by the time it is needed later that morning.
5790
+ *
5683
5791
  * However, the DSR service provider has informed the EMS that due to high forecast winds it is now forecast
5684
5792
  * that there will be very cheap energy available from wind generation between 2am and 3am.
5685
5793
  *
@@ -5721,9 +5829,8 @@ export declare namespace DeviceEnergyManagement {
5721
5829
  /**
5722
5830
  * This field shall indicate the minimum power that the ESA can have its power adjusted to.
5723
5831
  *
5724
- * Note that this is a signed value. Negative values indicate power flows out of the node
5725
- *
5726
- * discharging a battery).
5832
+ * Note that this is a signed value. Negative values indicate power flows out of the node (e.g. discharging a
5833
+ * battery).
5727
5834
  *
5728
5835
  * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.1
5729
5836
  */
@@ -5918,6 +6025,8 @@ export declare namespace DeviceEnergyManagement {
5918
6025
  * choose to use values between 0-100 as a percentage of compressor modulation, or could use these values as
5919
6026
  * Enum states meaning heating with fan, heating without fan etc.
5920
6027
  *
6028
+ * NOTE An ESA shall always use the same value to represent the same operating state.
6029
+ *
5921
6030
  * By providing this information a smart EMS may be able to learn the observed power draw when the ESA is put
5922
6031
  * into a specific state. It can potentially then use the ManufacturerESAState field in the Forecast attribute
5923
6032
  * along with observed power drawn to predict the power draw from the appliance and potentially ask it to modify
@@ -6341,7 +6450,7 @@ export declare namespace DeviceEnergyManagement {
6341
6450
  * If this ESA supports PFR this would have 2 entries in the list as follows:
6342
6451
  *
6343
6452
  * If this ESA supports SFR where it does not know the actual power, but has an understanding of the functions
6344
- * that use more energy, it could be requested to use more or less energy using the LoadControl field as
6453
+ * that use more energy, it could be requested to use more or less energy using the LoadCon trol field as
6345
6454
  * follows:
6346
6455
  *
6347
6456
  * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.7.1
@@ -1 +1 @@
1
- {"version":3,"file":"device-energy-management.d.ts","sourceRoot":"","sources":["../../../src/clusters/device-energy-management.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"device-energy-management.d.ts","sourceRoot":"","sources":["../../../src/clusters/device-energy-management.ts"],"names":[],"mappings":"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"}