@matter/types 0.13.0-alpha.0-20250304-d4a7592a4 → 0.13.0-alpha.0-20250307-ebf84a05a

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (807) hide show
  1. package/dist/cjs/clusters/access-control.d.ts +3972 -522
  2. package/dist/cjs/clusters/access-control.d.ts.map +1 -1
  3. package/dist/cjs/clusters/access-control.js +640 -116
  4. package/dist/cjs/clusters/access-control.js.map +2 -2
  5. package/dist/cjs/clusters/actions.d.ts +10 -9
  6. package/dist/cjs/clusters/actions.d.ts.map +1 -1
  7. package/dist/cjs/clusters/actions.js +4 -4
  8. package/dist/cjs/clusters/actions.js.map +1 -1
  9. package/dist/cjs/clusters/administrator-commissioning.d.ts +156 -129
  10. package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
  11. package/dist/cjs/clusters/administrator-commissioning.js +40 -35
  12. package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
  13. package/dist/cjs/clusters/alarm-base.d.ts +9 -12
  14. package/dist/cjs/clusters/alarm-base.d.ts.map +1 -1
  15. package/dist/cjs/clusters/alarm-base.js +3 -4
  16. package/dist/cjs/clusters/alarm-base.js.map +1 -1
  17. package/dist/cjs/clusters/application-launcher.d.ts +27 -15
  18. package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
  19. package/dist/cjs/clusters/application-launcher.js +7 -4
  20. package/dist/cjs/clusters/application-launcher.js.map +1 -1
  21. package/dist/cjs/clusters/ballast-configuration.d.ts +7 -7
  22. package/dist/cjs/clusters/ballast-configuration.js +7 -7
  23. package/dist/cjs/clusters/basic-information.d.ts +29 -21
  24. package/dist/cjs/clusters/basic-information.d.ts.map +1 -1
  25. package/dist/cjs/clusters/basic-information.js +29 -21
  26. package/dist/cjs/clusters/basic-information.js.map +1 -1
  27. package/dist/cjs/clusters/bridged-device-basic-information.d.ts +816 -34
  28. package/dist/cjs/clusters/bridged-device-basic-information.d.ts.map +1 -1
  29. package/dist/cjs/clusters/bridged-device-basic-information.js +182 -29
  30. package/dist/cjs/clusters/bridged-device-basic-information.js.map +2 -2
  31. package/dist/cjs/clusters/channel.d.ts +115 -124
  32. package/dist/cjs/clusters/channel.d.ts.map +1 -1
  33. package/dist/cjs/clusters/channel.js +15 -16
  34. package/dist/cjs/clusters/channel.js.map +1 -1
  35. package/dist/cjs/clusters/color-control.d.ts +3076 -1366
  36. package/dist/cjs/clusters/color-control.d.ts.map +1 -1
  37. package/dist/cjs/clusters/color-control.js +423 -357
  38. package/dist/cjs/clusters/color-control.js.map +2 -2
  39. package/dist/cjs/clusters/commissioner-control.d.ts +268 -0
  40. package/dist/cjs/clusters/commissioner-control.d.ts.map +1 -0
  41. package/dist/cjs/clusters/commissioner-control.js +194 -0
  42. package/dist/cjs/clusters/commissioner-control.js.map +6 -0
  43. package/dist/cjs/clusters/content-control.d.ts +497 -221
  44. package/dist/cjs/clusters/content-control.d.ts.map +1 -1
  45. package/dist/cjs/clusters/content-control.js +59 -41
  46. package/dist/cjs/clusters/content-control.js.map +2 -2
  47. package/dist/cjs/clusters/content-launcher.d.ts +248 -215
  48. package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
  49. package/dist/cjs/clusters/content-launcher.js +16 -15
  50. package/dist/cjs/clusters/content-launcher.js.map +1 -1
  51. package/dist/cjs/clusters/device-energy-management-mode.d.ts +76 -333
  52. package/dist/cjs/clusters/device-energy-management-mode.d.ts.map +1 -1
  53. package/dist/cjs/clusters/device-energy-management-mode.js +26 -73
  54. package/dist/cjs/clusters/device-energy-management-mode.js.map +1 -1
  55. package/dist/cjs/clusters/device-energy-management.d.ts +1299 -930
  56. package/dist/cjs/clusters/device-energy-management.d.ts.map +1 -1
  57. package/dist/cjs/clusters/device-energy-management.js +189 -160
  58. package/dist/cjs/clusters/device-energy-management.js.map +2 -2
  59. package/dist/cjs/clusters/dishwasher-alarm.d.ts +14 -17
  60. package/dist/cjs/clusters/dishwasher-alarm.d.ts.map +1 -1
  61. package/dist/cjs/clusters/dishwasher-alarm.js +3 -4
  62. package/dist/cjs/clusters/dishwasher-alarm.js.map +1 -1
  63. package/dist/cjs/clusters/dishwasher-mode.d.ts +65 -105
  64. package/dist/cjs/clusters/dishwasher-mode.d.ts.map +1 -1
  65. package/dist/cjs/clusters/dishwasher-mode.js +12 -24
  66. package/dist/cjs/clusters/dishwasher-mode.js.map +1 -1
  67. package/dist/cjs/clusters/door-lock.d.ts +2751 -5427
  68. package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
  69. package/dist/cjs/clusters/door-lock.js +480 -802
  70. package/dist/cjs/clusters/door-lock.js.map +2 -2
  71. package/dist/cjs/clusters/ecosystem-information.d.ts +186 -0
  72. package/dist/cjs/clusters/ecosystem-information.d.ts.map +1 -0
  73. package/dist/cjs/clusters/ecosystem-information.js +154 -0
  74. package/dist/cjs/clusters/ecosystem-information.js.map +6 -0
  75. package/dist/cjs/clusters/electrical-energy-measurement.d.ts +363 -368
  76. package/dist/cjs/clusters/electrical-energy-measurement.d.ts.map +1 -1
  77. package/dist/cjs/clusters/electrical-energy-measurement.js +15 -16
  78. package/dist/cjs/clusters/electrical-energy-measurement.js.map +1 -1
  79. package/dist/cjs/clusters/energy-evse-mode.d.ts +92 -330
  80. package/dist/cjs/clusters/energy-evse-mode.d.ts.map +1 -1
  81. package/dist/cjs/clusters/energy-evse-mode.js +25 -72
  82. package/dist/cjs/clusters/energy-evse-mode.js.map +1 -1
  83. package/dist/cjs/clusters/energy-evse.d.ts +557 -273
  84. package/dist/cjs/clusters/energy-evse.d.ts.map +1 -1
  85. package/dist/cjs/clusters/energy-evse.js +107 -55
  86. package/dist/cjs/clusters/energy-evse.js.map +1 -1
  87. package/dist/cjs/clusters/energy-preference.d.ts +76 -76
  88. package/dist/cjs/clusters/energy-preference.d.ts.map +1 -1
  89. package/dist/cjs/clusters/energy-preference.js +15 -18
  90. package/dist/cjs/clusters/energy-preference.js.map +1 -1
  91. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +3 -9
  92. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
  93. package/dist/cjs/clusters/ethernet-network-diagnostics.js +1 -3
  94. package/dist/cjs/clusters/ethernet-network-diagnostics.js.map +1 -1
  95. package/dist/cjs/clusters/fan-control.d.ts +12 -12
  96. package/dist/cjs/clusters/fan-control.js +4 -4
  97. package/dist/cjs/clusters/fixed-label.d.ts +7 -2
  98. package/dist/cjs/clusters/fixed-label.d.ts.map +1 -1
  99. package/dist/cjs/clusters/fixed-label.js.map +1 -1
  100. package/dist/cjs/clusters/flow-measurement.d.ts +4 -4
  101. package/dist/cjs/clusters/flow-measurement.d.ts.map +1 -1
  102. package/dist/cjs/clusters/flow-measurement.js +6 -6
  103. package/dist/cjs/clusters/flow-measurement.js.map +1 -1
  104. package/dist/cjs/clusters/general-commissioning.d.ts +1416 -111
  105. package/dist/cjs/clusters/general-commissioning.d.ts.map +1 -1
  106. package/dist/cjs/clusters/general-commissioning.js +272 -54
  107. package/dist/cjs/clusters/general-commissioning.js.map +2 -2
  108. package/dist/cjs/clusters/general-diagnostics.d.ts +115 -122
  109. package/dist/cjs/clusters/general-diagnostics.d.ts.map +1 -1
  110. package/dist/cjs/clusters/general-diagnostics.js +31 -33
  111. package/dist/cjs/clusters/general-diagnostics.js.map +1 -1
  112. package/dist/cjs/clusters/group-key-management.d.ts +72 -82
  113. package/dist/cjs/clusters/group-key-management.d.ts.map +1 -1
  114. package/dist/cjs/clusters/group-key-management.js +19 -22
  115. package/dist/cjs/clusters/group-key-management.js.map +1 -1
  116. package/dist/cjs/clusters/groups.d.ts +9 -6
  117. package/dist/cjs/clusters/groups.d.ts.map +1 -1
  118. package/dist/cjs/clusters/groups.js +3 -2
  119. package/dist/cjs/clusters/groups.js.map +1 -1
  120. package/dist/cjs/clusters/icd-management.d.ts +223 -66
  121. package/dist/cjs/clusters/icd-management.d.ts.map +1 -1
  122. package/dist/cjs/clusters/icd-management.js +61 -23
  123. package/dist/cjs/clusters/icd-management.js.map +2 -2
  124. package/dist/cjs/clusters/identify.d.ts +12 -13
  125. package/dist/cjs/clusters/identify.d.ts.map +1 -1
  126. package/dist/cjs/clusters/identify.js +9 -10
  127. package/dist/cjs/clusters/identify.js.map +1 -1
  128. package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -8
  129. package/dist/cjs/clusters/illuminance-measurement.d.ts.map +1 -1
  130. package/dist/cjs/clusters/illuminance-measurement.js +9 -10
  131. package/dist/cjs/clusters/illuminance-measurement.js.map +1 -1
  132. package/dist/cjs/clusters/index.d.ts +11 -1
  133. package/dist/cjs/clusters/index.d.ts.map +1 -1
  134. package/dist/cjs/clusters/index.js +33 -3
  135. package/dist/cjs/clusters/index.js.map +1 -1
  136. package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts +1239 -0
  137. package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts.map +1 -0
  138. package/dist/cjs/clusters/joint-fabric-datastore-cluster.js +490 -0
  139. package/dist/cjs/clusters/joint-fabric-datastore-cluster.js.map +6 -0
  140. package/dist/cjs/clusters/joint-fabric-pki.d.ts +174 -0
  141. package/dist/cjs/clusters/joint-fabric-pki.d.ts.map +1 -0
  142. package/dist/cjs/clusters/joint-fabric-pki.js +120 -0
  143. package/dist/cjs/clusters/joint-fabric-pki.js.map +6 -0
  144. package/dist/cjs/clusters/keypad-input.d.ts +2 -2
  145. package/dist/cjs/clusters/laundry-dryer-controls.d.ts +6 -7
  146. package/dist/cjs/clusters/laundry-dryer-controls.d.ts.map +1 -1
  147. package/dist/cjs/clusters/laundry-dryer-controls.js +5 -9
  148. package/dist/cjs/clusters/laundry-dryer-controls.js.map +1 -1
  149. package/dist/cjs/clusters/laundry-washer-controls.d.ts +74 -62
  150. package/dist/cjs/clusters/laundry-washer-controls.d.ts.map +1 -1
  151. package/dist/cjs/clusters/laundry-washer-controls.js +26 -25
  152. package/dist/cjs/clusters/laundry-washer-controls.js.map +1 -1
  153. package/dist/cjs/clusters/laundry-washer-mode.d.ts +69 -109
  154. package/dist/cjs/clusters/laundry-washer-mode.d.ts.map +1 -1
  155. package/dist/cjs/clusters/laundry-washer-mode.js +13 -25
  156. package/dist/cjs/clusters/laundry-washer-mode.js.map +1 -1
  157. package/dist/cjs/clusters/level-control.d.ts +209 -70
  158. package/dist/cjs/clusters/level-control.d.ts.map +1 -1
  159. package/dist/cjs/clusters/level-control.js +45 -12
  160. package/dist/cjs/clusters/level-control.js.map +1 -1
  161. package/dist/cjs/clusters/localization-configuration.d.ts +5 -6
  162. package/dist/cjs/clusters/localization-configuration.d.ts.map +1 -1
  163. package/dist/cjs/clusters/localization-configuration.js +5 -6
  164. package/dist/cjs/clusters/localization-configuration.js.map +1 -1
  165. package/dist/cjs/clusters/media-input.d.ts +9 -6
  166. package/dist/cjs/clusters/media-input.d.ts.map +1 -1
  167. package/dist/cjs/clusters/media-input.js +3 -2
  168. package/dist/cjs/clusters/media-input.js.map +1 -1
  169. package/dist/cjs/clusters/media-playback.d.ts +29 -24
  170. package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
  171. package/dist/cjs/clusters/media-playback.js +5 -4
  172. package/dist/cjs/clusters/media-playback.js.map +1 -1
  173. package/dist/cjs/clusters/microwave-oven-control.d.ts +54 -48
  174. package/dist/cjs/clusters/microwave-oven-control.d.ts.map +1 -1
  175. package/dist/cjs/clusters/microwave-oven-control.js +19 -17
  176. package/dist/cjs/clusters/microwave-oven-control.js.map +1 -1
  177. package/dist/cjs/clusters/microwave-oven-mode.d.ts +63 -69
  178. package/dist/cjs/clusters/microwave-oven-mode.d.ts.map +1 -1
  179. package/dist/cjs/clusters/microwave-oven-mode.js +14 -11
  180. package/dist/cjs/clusters/microwave-oven-mode.js.map +1 -1
  181. package/dist/cjs/clusters/mode-base.d.ts +27 -46
  182. package/dist/cjs/clusters/mode-base.d.ts.map +1 -1
  183. package/dist/cjs/clusters/mode-base.js +9 -10
  184. package/dist/cjs/clusters/mode-base.js.map +1 -1
  185. package/dist/cjs/clusters/mode-select.d.ts +33 -27
  186. package/dist/cjs/clusters/mode-select.d.ts.map +1 -1
  187. package/dist/cjs/clusters/mode-select.js +14 -13
  188. package/dist/cjs/clusters/mode-select.js.map +1 -1
  189. package/dist/cjs/clusters/network-commissioning.d.ts +263 -240
  190. package/dist/cjs/clusters/network-commissioning.d.ts.map +1 -1
  191. package/dist/cjs/clusters/network-commissioning.js +46 -39
  192. package/dist/cjs/clusters/network-commissioning.js.map +1 -1
  193. package/dist/cjs/clusters/occupancy-sensing.d.ts +1002 -63
  194. package/dist/cjs/clusters/occupancy-sensing.d.ts.map +1 -1
  195. package/dist/cjs/clusters/occupancy-sensing.js +278 -63
  196. package/dist/cjs/clusters/occupancy-sensing.js.map +2 -2
  197. package/dist/cjs/clusters/on-off.d.ts +18 -24
  198. package/dist/cjs/clusters/on-off.d.ts.map +1 -1
  199. package/dist/cjs/clusters/on-off.js +3 -4
  200. package/dist/cjs/clusters/on-off.js.map +1 -1
  201. package/dist/cjs/clusters/operational-credentials.d.ts +98 -85
  202. package/dist/cjs/clusters/operational-credentials.d.ts.map +1 -1
  203. package/dist/cjs/clusters/operational-credentials.js +56 -49
  204. package/dist/cjs/clusters/operational-credentials.js.map +1 -1
  205. package/dist/cjs/clusters/operational-state.d.ts +136 -57
  206. package/dist/cjs/clusters/operational-state.d.ts.map +1 -1
  207. package/dist/cjs/clusters/operational-state.js +62 -36
  208. package/dist/cjs/clusters/operational-state.js.map +2 -2
  209. package/dist/cjs/clusters/ota-software-update-provider.d.ts +43 -42
  210. package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
  211. package/dist/cjs/clusters/ota-software-update-provider.js +20 -19
  212. package/dist/cjs/clusters/ota-software-update-provider.js.map +1 -1
  213. package/dist/cjs/clusters/ota-software-update-requestor.d.ts +6 -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 +4 -6
  216. package/dist/cjs/clusters/ota-software-update-requestor.js.map +1 -1
  217. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +44 -154
  218. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts.map +1 -1
  219. package/dist/cjs/clusters/oven-cavity-operational-state.js +39 -156
  220. package/dist/cjs/clusters/oven-cavity-operational-state.js.map +1 -1
  221. package/dist/cjs/clusters/oven-mode.d.ts +79 -349
  222. package/dist/cjs/clusters/oven-mode.d.ts.map +1 -1
  223. package/dist/cjs/clusters/oven-mode.js +26 -82
  224. package/dist/cjs/clusters/oven-mode.js.map +1 -1
  225. package/dist/cjs/clusters/power-source.d.ts +169 -44
  226. package/dist/cjs/clusters/power-source.d.ts.map +1 -1
  227. package/dist/cjs/clusters/power-source.js +40 -16
  228. package/dist/cjs/clusters/power-source.js.map +1 -1
  229. package/dist/cjs/clusters/pressure-measurement.js +2 -2
  230. package/dist/cjs/clusters/pressure-measurement.js.map +1 -1
  231. package/dist/cjs/clusters/pump-configuration-and-control.d.ts +73 -63
  232. package/dist/cjs/clusters/pump-configuration-and-control.d.ts.map +1 -1
  233. package/dist/cjs/clusters/pump-configuration-and-control.js +19 -20
  234. package/dist/cjs/clusters/pump-configuration-and-control.js.map +1 -1
  235. package/dist/cjs/clusters/refrigerator-alarm.d.ts +2 -1
  236. package/dist/cjs/clusters/refrigerator-alarm.d.ts.map +1 -1
  237. package/dist/cjs/clusters/refrigerator-alarm.js.map +1 -1
  238. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +59 -91
  239. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
  240. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +11 -19
  241. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
  242. package/dist/cjs/clusters/relative-humidity-measurement.js +1 -1
  243. package/dist/cjs/clusters/relative-humidity-measurement.js.map +1 -1
  244. package/dist/cjs/clusters/rvc-clean-mode.d.ts +59 -103
  245. package/dist/cjs/clusters/rvc-clean-mode.d.ts.map +1 -1
  246. package/dist/cjs/clusters/rvc-clean-mode.js +11 -15
  247. package/dist/cjs/clusters/rvc-clean-mode.js.map +1 -1
  248. package/dist/cjs/clusters/rvc-operational-state.d.ts +81 -25
  249. package/dist/cjs/clusters/rvc-operational-state.d.ts.map +1 -1
  250. package/dist/cjs/clusters/rvc-operational-state.js +49 -20
  251. package/dist/cjs/clusters/rvc-operational-state.js.map +1 -1
  252. package/dist/cjs/clusters/rvc-run-mode.d.ts +85 -129
  253. package/dist/cjs/clusters/rvc-run-mode.d.ts.map +1 -1
  254. package/dist/cjs/clusters/rvc-run-mode.js +16 -15
  255. package/dist/cjs/clusters/rvc-run-mode.js.map +1 -1
  256. package/dist/cjs/clusters/scenes-management.d.ts +328 -181
  257. package/dist/cjs/clusters/scenes-management.d.ts.map +1 -1
  258. package/dist/cjs/clusters/scenes-management.js +37 -22
  259. package/dist/cjs/clusters/scenes-management.js.map +1 -1
  260. package/dist/cjs/clusters/service-area.d.ts +2052 -0
  261. package/dist/cjs/clusters/service-area.d.ts.map +1 -0
  262. package/dist/cjs/clusters/service-area.js +582 -0
  263. package/dist/cjs/clusters/service-area.js.map +6 -0
  264. package/dist/cjs/clusters/smoke-co-alarm.d.ts +10 -18
  265. package/dist/cjs/clusters/smoke-co-alarm.d.ts.map +1 -1
  266. package/dist/cjs/clusters/smoke-co-alarm.js +2 -3
  267. package/dist/cjs/clusters/smoke-co-alarm.js.map +1 -1
  268. package/dist/cjs/clusters/switch.d.ts +478 -191
  269. package/dist/cjs/clusters/switch.d.ts.map +1 -1
  270. package/dist/cjs/clusters/switch.js +145 -57
  271. package/dist/cjs/clusters/switch.js.map +1 -1
  272. package/dist/cjs/clusters/target-navigator.d.ts +1 -1
  273. package/dist/cjs/clusters/target-navigator.js +1 -1
  274. package/dist/cjs/clusters/thermostat.d.ts +3877 -830
  275. package/dist/cjs/clusters/thermostat.d.ts.map +1 -1
  276. package/dist/cjs/clusters/thermostat.js +841 -159
  277. package/dist/cjs/clusters/thermostat.js.map +2 -2
  278. package/dist/cjs/clusters/thread-border-router-management.d.ts +711 -0
  279. package/dist/cjs/clusters/thread-border-router-management.d.ts.map +1 -0
  280. package/dist/cjs/clusters/thread-border-router-management.js +265 -0
  281. package/dist/cjs/clusters/thread-border-router-management.js.map +6 -0
  282. package/dist/cjs/clusters/thread-network-diagnostics.d.ts +81 -55
  283. package/dist/cjs/clusters/thread-network-diagnostics.d.ts.map +1 -1
  284. package/dist/cjs/clusters/thread-network-diagnostics.js +32 -21
  285. package/dist/cjs/clusters/thread-network-diagnostics.js.map +1 -1
  286. package/dist/cjs/clusters/thread-network-directory.d.ts +250 -0
  287. package/dist/cjs/clusters/thread-network-directory.d.ts.map +1 -0
  288. package/dist/cjs/clusters/thread-network-directory.js +187 -0
  289. package/dist/cjs/clusters/thread-network-directory.js.map +6 -0
  290. package/dist/cjs/clusters/time-synchronization.d.ts +101 -76
  291. package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
  292. package/dist/cjs/clusters/time-synchronization.js +30 -23
  293. package/dist/cjs/clusters/time-synchronization.js.map +1 -1
  294. package/dist/cjs/clusters/unit-localization.d.ts +3 -4
  295. package/dist/cjs/clusters/unit-localization.d.ts.map +1 -1
  296. package/dist/cjs/clusters/unit-localization.js.map +1 -1
  297. package/dist/cjs/clusters/user-label.d.ts +2 -1
  298. package/dist/cjs/clusters/user-label.d.ts.map +1 -1
  299. package/dist/cjs/clusters/user-label.js.map +1 -1
  300. package/dist/cjs/clusters/water-heater-management.d.ts +1371 -0
  301. package/dist/cjs/clusters/water-heater-management.d.ts.map +1 -0
  302. package/dist/cjs/clusters/water-heater-management.js +336 -0
  303. package/dist/cjs/clusters/water-heater-management.js.map +6 -0
  304. package/dist/cjs/clusters/water-heater-mode.d.ts +491 -0
  305. package/dist/cjs/clusters/water-heater-mode.d.ts.map +1 -0
  306. package/dist/cjs/clusters/water-heater-mode.js +195 -0
  307. package/dist/cjs/clusters/water-heater-mode.js.map +6 -0
  308. package/dist/cjs/clusters/water-tank-level-monitoring.d.ts +162 -0
  309. package/dist/cjs/clusters/water-tank-level-monitoring.d.ts.map +1 -0
  310. package/dist/cjs/clusters/water-tank-level-monitoring.js +47 -0
  311. package/dist/cjs/clusters/water-tank-level-monitoring.js.map +6 -0
  312. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +20 -27
  313. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
  314. package/dist/cjs/clusters/wi-fi-network-diagnostics.js +6 -8
  315. package/dist/cjs/clusters/wi-fi-network-diagnostics.js.map +1 -1
  316. package/dist/cjs/clusters/wi-fi-network-management.d.ts +91 -0
  317. package/dist/cjs/clusters/wi-fi-network-management.d.ts.map +1 -0
  318. package/dist/cjs/clusters/wi-fi-network-management.js +122 -0
  319. package/dist/cjs/clusters/wi-fi-network-management.js.map +6 -0
  320. package/dist/cjs/clusters/window-covering.d.ts +66 -78
  321. package/dist/cjs/clusters/window-covering.d.ts.map +1 -1
  322. package/dist/cjs/clusters/window-covering.js +26 -37
  323. package/dist/cjs/clusters/window-covering.js.map +1 -1
  324. package/dist/cjs/globals/AtomicAttributeStatus.d.ts +34 -0
  325. package/dist/cjs/globals/AtomicAttributeStatus.d.ts.map +1 -0
  326. package/dist/cjs/globals/AtomicAttributeStatus.js +46 -0
  327. package/dist/cjs/globals/AtomicAttributeStatus.js.map +6 -0
  328. package/dist/cjs/globals/AtomicRequestType.d.ts +24 -0
  329. package/dist/cjs/globals/AtomicRequestType.d.ts.map +1 -0
  330. package/dist/cjs/globals/AtomicRequestType.js +35 -0
  331. package/dist/cjs/globals/AtomicRequestType.js.map +6 -0
  332. package/dist/cjs/globals/Locationdesc.d.ts +79 -0
  333. package/dist/cjs/globals/Locationdesc.d.ts.map +1 -0
  334. package/dist/cjs/globals/Locationdesc.js +89 -0
  335. package/dist/cjs/globals/Locationdesc.js.map +6 -0
  336. package/dist/cjs/globals/Priority.d.ts +1 -1
  337. package/dist/cjs/globals/Semtag.d.ts +6 -6
  338. package/dist/cjs/globals/Semtag.js +4 -4
  339. package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  340. package/dist/cjs/globals/Status.d.ts +18 -3
  341. package/dist/cjs/globals/Status.d.ts.map +1 -1
  342. package/dist/cjs/globals/Status.js +3 -1
  343. package/dist/cjs/globals/Status.js.map +1 -1
  344. package/dist/cjs/globals/Tod.d.ts +2 -2
  345. package/dist/cjs/globals/index.d.ts +3 -0
  346. package/dist/cjs/globals/index.d.ts.map +1 -1
  347. package/dist/cjs/globals/index.js +3 -0
  348. package/dist/cjs/globals/index.js.map +1 -1
  349. package/dist/cjs/schema/QrCodeSchema.d.ts.map +1 -1
  350. package/dist/cjs/schema/QrCodeSchema.js +4 -1
  351. package/dist/cjs/schema/QrCodeSchema.js.map +1 -1
  352. package/dist/esm/clusters/access-control.d.ts +3972 -522
  353. package/dist/esm/clusters/access-control.d.ts.map +1 -1
  354. package/dist/esm/clusters/access-control.js +645 -120
  355. package/dist/esm/clusters/access-control.js.map +2 -2
  356. package/dist/esm/clusters/actions.d.ts +10 -9
  357. package/dist/esm/clusters/actions.d.ts.map +1 -1
  358. package/dist/esm/clusters/actions.js +4 -4
  359. package/dist/esm/clusters/actions.js.map +1 -1
  360. package/dist/esm/clusters/administrator-commissioning.d.ts +156 -129
  361. package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
  362. package/dist/esm/clusters/administrator-commissioning.js +40 -35
  363. package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
  364. package/dist/esm/clusters/alarm-base.d.ts +9 -12
  365. package/dist/esm/clusters/alarm-base.d.ts.map +1 -1
  366. package/dist/esm/clusters/alarm-base.js +3 -4
  367. package/dist/esm/clusters/alarm-base.js.map +1 -1
  368. package/dist/esm/clusters/application-launcher.d.ts +27 -15
  369. package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
  370. package/dist/esm/clusters/application-launcher.js +7 -4
  371. package/dist/esm/clusters/application-launcher.js.map +1 -1
  372. package/dist/esm/clusters/ballast-configuration.d.ts +7 -7
  373. package/dist/esm/clusters/ballast-configuration.js +7 -7
  374. package/dist/esm/clusters/basic-information.d.ts +29 -21
  375. package/dist/esm/clusters/basic-information.d.ts.map +1 -1
  376. package/dist/esm/clusters/basic-information.js +29 -21
  377. package/dist/esm/clusters/basic-information.js.map +1 -1
  378. package/dist/esm/clusters/bridged-device-basic-information.d.ts +816 -34
  379. package/dist/esm/clusters/bridged-device-basic-information.d.ts.map +1 -1
  380. package/dist/esm/clusters/bridged-device-basic-information.js +188 -32
  381. package/dist/esm/clusters/bridged-device-basic-information.js.map +2 -2
  382. package/dist/esm/clusters/channel.d.ts +115 -124
  383. package/dist/esm/clusters/channel.d.ts.map +1 -1
  384. package/dist/esm/clusters/channel.js +15 -16
  385. package/dist/esm/clusters/channel.js.map +1 -1
  386. package/dist/esm/clusters/color-control.d.ts +3076 -1366
  387. package/dist/esm/clusters/color-control.d.ts.map +1 -1
  388. package/dist/esm/clusters/color-control.js +424 -358
  389. package/dist/esm/clusters/color-control.js.map +2 -2
  390. package/dist/esm/clusters/commissioner-control.d.ts +268 -0
  391. package/dist/esm/clusters/commissioner-control.d.ts.map +1 -0
  392. package/dist/esm/clusters/commissioner-control.js +174 -0
  393. package/dist/esm/clusters/commissioner-control.js.map +6 -0
  394. package/dist/esm/clusters/content-control.d.ts +497 -221
  395. package/dist/esm/clusters/content-control.d.ts.map +1 -1
  396. package/dist/esm/clusters/content-control.js +60 -42
  397. package/dist/esm/clusters/content-control.js.map +2 -2
  398. package/dist/esm/clusters/content-launcher.d.ts +248 -215
  399. package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
  400. package/dist/esm/clusters/content-launcher.js +16 -15
  401. package/dist/esm/clusters/content-launcher.js.map +1 -1
  402. package/dist/esm/clusters/device-energy-management-mode.d.ts +76 -333
  403. package/dist/esm/clusters/device-energy-management-mode.d.ts.map +1 -1
  404. package/dist/esm/clusters/device-energy-management-mode.js +26 -80
  405. package/dist/esm/clusters/device-energy-management-mode.js.map +1 -1
  406. package/dist/esm/clusters/device-energy-management.d.ts +1299 -930
  407. package/dist/esm/clusters/device-energy-management.d.ts.map +1 -1
  408. package/dist/esm/clusters/device-energy-management.js +189 -160
  409. package/dist/esm/clusters/device-energy-management.js.map +2 -2
  410. package/dist/esm/clusters/dishwasher-alarm.d.ts +14 -17
  411. package/dist/esm/clusters/dishwasher-alarm.d.ts.map +1 -1
  412. package/dist/esm/clusters/dishwasher-alarm.js +3 -4
  413. package/dist/esm/clusters/dishwasher-alarm.js.map +1 -1
  414. package/dist/esm/clusters/dishwasher-mode.d.ts +65 -105
  415. package/dist/esm/clusters/dishwasher-mode.d.ts.map +1 -1
  416. package/dist/esm/clusters/dishwasher-mode.js +13 -25
  417. package/dist/esm/clusters/dishwasher-mode.js.map +1 -1
  418. package/dist/esm/clusters/door-lock.d.ts +2751 -5427
  419. package/dist/esm/clusters/door-lock.d.ts.map +1 -1
  420. package/dist/esm/clusters/door-lock.js +482 -804
  421. package/dist/esm/clusters/door-lock.js.map +2 -2
  422. package/dist/esm/clusters/ecosystem-information.d.ts +186 -0
  423. package/dist/esm/clusters/ecosystem-information.d.ts.map +1 -0
  424. package/dist/esm/clusters/ecosystem-information.js +134 -0
  425. package/dist/esm/clusters/ecosystem-information.js.map +6 -0
  426. package/dist/esm/clusters/electrical-energy-measurement.d.ts +363 -368
  427. package/dist/esm/clusters/electrical-energy-measurement.d.ts.map +1 -1
  428. package/dist/esm/clusters/electrical-energy-measurement.js +15 -16
  429. package/dist/esm/clusters/electrical-energy-measurement.js.map +1 -1
  430. package/dist/esm/clusters/energy-evse-mode.d.ts +92 -330
  431. package/dist/esm/clusters/energy-evse-mode.d.ts.map +1 -1
  432. package/dist/esm/clusters/energy-evse-mode.js +25 -79
  433. package/dist/esm/clusters/energy-evse-mode.js.map +1 -1
  434. package/dist/esm/clusters/energy-evse.d.ts +557 -273
  435. package/dist/esm/clusters/energy-evse.d.ts.map +1 -1
  436. package/dist/esm/clusters/energy-evse.js +107 -55
  437. package/dist/esm/clusters/energy-evse.js.map +1 -1
  438. package/dist/esm/clusters/energy-preference.d.ts +76 -76
  439. package/dist/esm/clusters/energy-preference.d.ts.map +1 -1
  440. package/dist/esm/clusters/energy-preference.js +15 -18
  441. package/dist/esm/clusters/energy-preference.js.map +1 -1
  442. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +3 -9
  443. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
  444. package/dist/esm/clusters/ethernet-network-diagnostics.js +1 -3
  445. package/dist/esm/clusters/ethernet-network-diagnostics.js.map +1 -1
  446. package/dist/esm/clusters/fan-control.d.ts +12 -12
  447. package/dist/esm/clusters/fan-control.js +4 -4
  448. package/dist/esm/clusters/fixed-label.d.ts +7 -2
  449. package/dist/esm/clusters/fixed-label.d.ts.map +1 -1
  450. package/dist/esm/clusters/fixed-label.js.map +1 -1
  451. package/dist/esm/clusters/flow-measurement.d.ts +4 -4
  452. package/dist/esm/clusters/flow-measurement.d.ts.map +1 -1
  453. package/dist/esm/clusters/flow-measurement.js +6 -6
  454. package/dist/esm/clusters/flow-measurement.js.map +1 -1
  455. package/dist/esm/clusters/general-commissioning.d.ts +1416 -111
  456. package/dist/esm/clusters/general-commissioning.d.ts.map +1 -1
  457. package/dist/esm/clusters/general-commissioning.js +274 -56
  458. package/dist/esm/clusters/general-commissioning.js.map +2 -2
  459. package/dist/esm/clusters/general-diagnostics.d.ts +115 -122
  460. package/dist/esm/clusters/general-diagnostics.d.ts.map +1 -1
  461. package/dist/esm/clusters/general-diagnostics.js +31 -33
  462. package/dist/esm/clusters/general-diagnostics.js.map +1 -1
  463. package/dist/esm/clusters/group-key-management.d.ts +72 -82
  464. package/dist/esm/clusters/group-key-management.d.ts.map +1 -1
  465. package/dist/esm/clusters/group-key-management.js +19 -22
  466. package/dist/esm/clusters/group-key-management.js.map +1 -1
  467. package/dist/esm/clusters/groups.d.ts +9 -6
  468. package/dist/esm/clusters/groups.d.ts.map +1 -1
  469. package/dist/esm/clusters/groups.js +3 -2
  470. package/dist/esm/clusters/groups.js.map +1 -1
  471. package/dist/esm/clusters/icd-management.d.ts +223 -66
  472. package/dist/esm/clusters/icd-management.d.ts.map +1 -1
  473. package/dist/esm/clusters/icd-management.js +61 -23
  474. package/dist/esm/clusters/icd-management.js.map +2 -2
  475. package/dist/esm/clusters/identify.d.ts +12 -13
  476. package/dist/esm/clusters/identify.d.ts.map +1 -1
  477. package/dist/esm/clusters/identify.js +9 -10
  478. package/dist/esm/clusters/identify.js.map +1 -1
  479. package/dist/esm/clusters/illuminance-measurement.d.ts +7 -8
  480. package/dist/esm/clusters/illuminance-measurement.d.ts.map +1 -1
  481. package/dist/esm/clusters/illuminance-measurement.js +9 -10
  482. package/dist/esm/clusters/illuminance-measurement.js.map +1 -1
  483. package/dist/esm/clusters/index.d.ts +11 -1
  484. package/dist/esm/clusters/index.d.ts.map +1 -1
  485. package/dist/esm/clusters/index.js +36 -3
  486. package/dist/esm/clusters/index.js.map +1 -1
  487. package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts +1239 -0
  488. package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts.map +1 -0
  489. package/dist/esm/clusters/joint-fabric-datastore-cluster.js +470 -0
  490. package/dist/esm/clusters/joint-fabric-datastore-cluster.js.map +6 -0
  491. package/dist/esm/clusters/joint-fabric-pki.d.ts +174 -0
  492. package/dist/esm/clusters/joint-fabric-pki.d.ts.map +1 -0
  493. package/dist/esm/clusters/joint-fabric-pki.js +100 -0
  494. package/dist/esm/clusters/joint-fabric-pki.js.map +6 -0
  495. package/dist/esm/clusters/keypad-input.d.ts +2 -2
  496. package/dist/esm/clusters/laundry-dryer-controls.d.ts +6 -7
  497. package/dist/esm/clusters/laundry-dryer-controls.d.ts.map +1 -1
  498. package/dist/esm/clusters/laundry-dryer-controls.js +6 -10
  499. package/dist/esm/clusters/laundry-dryer-controls.js.map +1 -1
  500. package/dist/esm/clusters/laundry-washer-controls.d.ts +74 -62
  501. package/dist/esm/clusters/laundry-washer-controls.d.ts.map +1 -1
  502. package/dist/esm/clusters/laundry-washer-controls.js +26 -25
  503. package/dist/esm/clusters/laundry-washer-controls.js.map +1 -1
  504. package/dist/esm/clusters/laundry-washer-mode.d.ts +69 -109
  505. package/dist/esm/clusters/laundry-washer-mode.d.ts.map +1 -1
  506. package/dist/esm/clusters/laundry-washer-mode.js +14 -26
  507. package/dist/esm/clusters/laundry-washer-mode.js.map +1 -1
  508. package/dist/esm/clusters/level-control.d.ts +209 -70
  509. package/dist/esm/clusters/level-control.d.ts.map +1 -1
  510. package/dist/esm/clusters/level-control.js +45 -12
  511. package/dist/esm/clusters/level-control.js.map +1 -1
  512. package/dist/esm/clusters/localization-configuration.d.ts +5 -6
  513. package/dist/esm/clusters/localization-configuration.d.ts.map +1 -1
  514. package/dist/esm/clusters/localization-configuration.js +5 -6
  515. package/dist/esm/clusters/localization-configuration.js.map +1 -1
  516. package/dist/esm/clusters/media-input.d.ts +9 -6
  517. package/dist/esm/clusters/media-input.d.ts.map +1 -1
  518. package/dist/esm/clusters/media-input.js +3 -2
  519. package/dist/esm/clusters/media-input.js.map +1 -1
  520. package/dist/esm/clusters/media-playback.d.ts +29 -24
  521. package/dist/esm/clusters/media-playback.d.ts.map +1 -1
  522. package/dist/esm/clusters/media-playback.js +5 -4
  523. package/dist/esm/clusters/media-playback.js.map +1 -1
  524. package/dist/esm/clusters/microwave-oven-control.d.ts +54 -48
  525. package/dist/esm/clusters/microwave-oven-control.d.ts.map +1 -1
  526. package/dist/esm/clusters/microwave-oven-control.js +19 -17
  527. package/dist/esm/clusters/microwave-oven-control.js.map +1 -1
  528. package/dist/esm/clusters/microwave-oven-mode.d.ts +63 -69
  529. package/dist/esm/clusters/microwave-oven-mode.d.ts.map +1 -1
  530. package/dist/esm/clusters/microwave-oven-mode.js +14 -11
  531. package/dist/esm/clusters/microwave-oven-mode.js.map +1 -1
  532. package/dist/esm/clusters/mode-base.d.ts +27 -46
  533. package/dist/esm/clusters/mode-base.d.ts.map +1 -1
  534. package/dist/esm/clusters/mode-base.js +9 -10
  535. package/dist/esm/clusters/mode-base.js.map +1 -1
  536. package/dist/esm/clusters/mode-select.d.ts +33 -27
  537. package/dist/esm/clusters/mode-select.d.ts.map +1 -1
  538. package/dist/esm/clusters/mode-select.js +14 -13
  539. package/dist/esm/clusters/mode-select.js.map +1 -1
  540. package/dist/esm/clusters/network-commissioning.d.ts +263 -240
  541. package/dist/esm/clusters/network-commissioning.d.ts.map +1 -1
  542. package/dist/esm/clusters/network-commissioning.js +46 -39
  543. package/dist/esm/clusters/network-commissioning.js.map +1 -1
  544. package/dist/esm/clusters/occupancy-sensing.d.ts +1002 -63
  545. package/dist/esm/clusters/occupancy-sensing.d.ts.map +1 -1
  546. package/dist/esm/clusters/occupancy-sensing.js +287 -65
  547. package/dist/esm/clusters/occupancy-sensing.js.map +2 -2
  548. package/dist/esm/clusters/on-off.d.ts +18 -24
  549. package/dist/esm/clusters/on-off.d.ts.map +1 -1
  550. package/dist/esm/clusters/on-off.js +3 -4
  551. package/dist/esm/clusters/on-off.js.map +1 -1
  552. package/dist/esm/clusters/operational-credentials.d.ts +98 -85
  553. package/dist/esm/clusters/operational-credentials.d.ts.map +1 -1
  554. package/dist/esm/clusters/operational-credentials.js +56 -49
  555. package/dist/esm/clusters/operational-credentials.js.map +1 -1
  556. package/dist/esm/clusters/operational-state.d.ts +136 -57
  557. package/dist/esm/clusters/operational-state.d.ts.map +1 -1
  558. package/dist/esm/clusters/operational-state.js +63 -37
  559. package/dist/esm/clusters/operational-state.js.map +2 -2
  560. package/dist/esm/clusters/ota-software-update-provider.d.ts +43 -42
  561. package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
  562. package/dist/esm/clusters/ota-software-update-provider.js +20 -19
  563. package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
  564. package/dist/esm/clusters/ota-software-update-requestor.d.ts +6 -10
  565. package/dist/esm/clusters/ota-software-update-requestor.d.ts.map +1 -1
  566. package/dist/esm/clusters/ota-software-update-requestor.js +4 -6
  567. package/dist/esm/clusters/ota-software-update-requestor.js.map +1 -1
  568. package/dist/esm/clusters/oven-cavity-operational-state.d.ts +44 -154
  569. package/dist/esm/clusters/oven-cavity-operational-state.d.ts.map +1 -1
  570. package/dist/esm/clusters/oven-cavity-operational-state.js +41 -166
  571. package/dist/esm/clusters/oven-cavity-operational-state.js.map +1 -1
  572. package/dist/esm/clusters/oven-mode.d.ts +79 -349
  573. package/dist/esm/clusters/oven-mode.d.ts.map +1 -1
  574. package/dist/esm/clusters/oven-mode.js +26 -89
  575. package/dist/esm/clusters/oven-mode.js.map +1 -1
  576. package/dist/esm/clusters/power-source.d.ts +169 -44
  577. package/dist/esm/clusters/power-source.d.ts.map +1 -1
  578. package/dist/esm/clusters/power-source.js +40 -16
  579. package/dist/esm/clusters/power-source.js.map +1 -1
  580. package/dist/esm/clusters/pressure-measurement.js +2 -2
  581. package/dist/esm/clusters/pressure-measurement.js.map +1 -1
  582. package/dist/esm/clusters/pump-configuration-and-control.d.ts +73 -63
  583. package/dist/esm/clusters/pump-configuration-and-control.d.ts.map +1 -1
  584. package/dist/esm/clusters/pump-configuration-and-control.js +19 -20
  585. package/dist/esm/clusters/pump-configuration-and-control.js.map +1 -1
  586. package/dist/esm/clusters/refrigerator-alarm.d.ts +2 -1
  587. package/dist/esm/clusters/refrigerator-alarm.d.ts.map +1 -1
  588. package/dist/esm/clusters/refrigerator-alarm.js.map +1 -1
  589. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +59 -91
  590. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
  591. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +12 -20
  592. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
  593. package/dist/esm/clusters/relative-humidity-measurement.js +1 -1
  594. package/dist/esm/clusters/relative-humidity-measurement.js.map +1 -1
  595. package/dist/esm/clusters/rvc-clean-mode.d.ts +59 -103
  596. package/dist/esm/clusters/rvc-clean-mode.d.ts.map +1 -1
  597. package/dist/esm/clusters/rvc-clean-mode.js +11 -15
  598. package/dist/esm/clusters/rvc-clean-mode.js.map +1 -1
  599. package/dist/esm/clusters/rvc-operational-state.d.ts +81 -25
  600. package/dist/esm/clusters/rvc-operational-state.d.ts.map +1 -1
  601. package/dist/esm/clusters/rvc-operational-state.js +49 -20
  602. package/dist/esm/clusters/rvc-operational-state.js.map +1 -1
  603. package/dist/esm/clusters/rvc-run-mode.d.ts +85 -129
  604. package/dist/esm/clusters/rvc-run-mode.d.ts.map +1 -1
  605. package/dist/esm/clusters/rvc-run-mode.js +16 -15
  606. package/dist/esm/clusters/rvc-run-mode.js.map +1 -1
  607. package/dist/esm/clusters/scenes-management.d.ts +328 -181
  608. package/dist/esm/clusters/scenes-management.d.ts.map +1 -1
  609. package/dist/esm/clusters/scenes-management.js +37 -22
  610. package/dist/esm/clusters/scenes-management.js.map +1 -1
  611. package/dist/esm/clusters/service-area.d.ts +2052 -0
  612. package/dist/esm/clusters/service-area.d.ts.map +1 -0
  613. package/dist/esm/clusters/service-area.js +562 -0
  614. package/dist/esm/clusters/service-area.js.map +6 -0
  615. package/dist/esm/clusters/smoke-co-alarm.d.ts +10 -18
  616. package/dist/esm/clusters/smoke-co-alarm.d.ts.map +1 -1
  617. package/dist/esm/clusters/smoke-co-alarm.js +2 -3
  618. package/dist/esm/clusters/smoke-co-alarm.js.map +1 -1
  619. package/dist/esm/clusters/switch.d.ts +478 -191
  620. package/dist/esm/clusters/switch.d.ts.map +1 -1
  621. package/dist/esm/clusters/switch.js +145 -57
  622. package/dist/esm/clusters/switch.js.map +1 -1
  623. package/dist/esm/clusters/target-navigator.d.ts +1 -1
  624. package/dist/esm/clusters/target-navigator.js +1 -1
  625. package/dist/esm/clusters/thermostat.d.ts +3877 -830
  626. package/dist/esm/clusters/thermostat.d.ts.map +1 -1
  627. package/dist/esm/clusters/thermostat.js +842 -160
  628. package/dist/esm/clusters/thermostat.js.map +2 -2
  629. package/dist/esm/clusters/thread-border-router-management.d.ts +711 -0
  630. package/dist/esm/clusters/thread-border-router-management.d.ts.map +1 -0
  631. package/dist/esm/clusters/thread-border-router-management.js +245 -0
  632. package/dist/esm/clusters/thread-border-router-management.js.map +6 -0
  633. package/dist/esm/clusters/thread-network-diagnostics.d.ts +81 -55
  634. package/dist/esm/clusters/thread-network-diagnostics.d.ts.map +1 -1
  635. package/dist/esm/clusters/thread-network-diagnostics.js +32 -21
  636. package/dist/esm/clusters/thread-network-diagnostics.js.map +1 -1
  637. package/dist/esm/clusters/thread-network-directory.d.ts +250 -0
  638. package/dist/esm/clusters/thread-network-directory.d.ts.map +1 -0
  639. package/dist/esm/clusters/thread-network-directory.js +167 -0
  640. package/dist/esm/clusters/thread-network-directory.js.map +6 -0
  641. package/dist/esm/clusters/time-synchronization.d.ts +101 -76
  642. package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
  643. package/dist/esm/clusters/time-synchronization.js +30 -23
  644. package/dist/esm/clusters/time-synchronization.js.map +1 -1
  645. package/dist/esm/clusters/unit-localization.d.ts +3 -4
  646. package/dist/esm/clusters/unit-localization.d.ts.map +1 -1
  647. package/dist/esm/clusters/unit-localization.js.map +1 -1
  648. package/dist/esm/clusters/user-label.d.ts +2 -1
  649. package/dist/esm/clusters/user-label.d.ts.map +1 -1
  650. package/dist/esm/clusters/user-label.js.map +1 -1
  651. package/dist/esm/clusters/water-heater-management.d.ts +1371 -0
  652. package/dist/esm/clusters/water-heater-management.d.ts.map +1 -0
  653. package/dist/esm/clusters/water-heater-management.js +325 -0
  654. package/dist/esm/clusters/water-heater-management.js.map +6 -0
  655. package/dist/esm/clusters/water-heater-mode.d.ts +491 -0
  656. package/dist/esm/clusters/water-heater-mode.d.ts.map +1 -0
  657. package/dist/esm/clusters/water-heater-mode.js +175 -0
  658. package/dist/esm/clusters/water-heater-mode.js.map +6 -0
  659. package/dist/esm/clusters/water-tank-level-monitoring.d.ts +162 -0
  660. package/dist/esm/clusters/water-tank-level-monitoring.d.ts.map +1 -0
  661. package/dist/esm/clusters/water-tank-level-monitoring.js +27 -0
  662. package/dist/esm/clusters/water-tank-level-monitoring.js.map +6 -0
  663. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +20 -27
  664. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
  665. package/dist/esm/clusters/wi-fi-network-diagnostics.js +6 -8
  666. package/dist/esm/clusters/wi-fi-network-diagnostics.js.map +1 -1
  667. package/dist/esm/clusters/wi-fi-network-management.d.ts +91 -0
  668. package/dist/esm/clusters/wi-fi-network-management.d.ts.map +1 -0
  669. package/dist/esm/clusters/wi-fi-network-management.js +102 -0
  670. package/dist/esm/clusters/wi-fi-network-management.js.map +6 -0
  671. package/dist/esm/clusters/window-covering.d.ts +66 -78
  672. package/dist/esm/clusters/window-covering.d.ts.map +1 -1
  673. package/dist/esm/clusters/window-covering.js +26 -37
  674. package/dist/esm/clusters/window-covering.js.map +1 -1
  675. package/dist/esm/globals/AtomicAttributeStatus.d.ts +34 -0
  676. package/dist/esm/globals/AtomicAttributeStatus.d.ts.map +1 -0
  677. package/dist/esm/globals/AtomicAttributeStatus.js +26 -0
  678. package/dist/esm/globals/AtomicAttributeStatus.js.map +6 -0
  679. package/dist/esm/globals/AtomicRequestType.d.ts +24 -0
  680. package/dist/esm/globals/AtomicRequestType.d.ts.map +1 -0
  681. package/dist/esm/globals/AtomicRequestType.js +15 -0
  682. package/dist/esm/globals/AtomicRequestType.js.map +6 -0
  683. package/dist/esm/globals/Locationdesc.d.ts +79 -0
  684. package/dist/esm/globals/Locationdesc.d.ts.map +1 -0
  685. package/dist/esm/globals/Locationdesc.js +69 -0
  686. package/dist/esm/globals/Locationdesc.js.map +6 -0
  687. package/dist/esm/globals/Priority.d.ts +1 -1
  688. package/dist/esm/globals/Semtag.d.ts +6 -6
  689. package/dist/esm/globals/Semtag.js +4 -4
  690. package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  691. package/dist/esm/globals/Status.d.ts +18 -3
  692. package/dist/esm/globals/Status.d.ts.map +1 -1
  693. package/dist/esm/globals/Status.js +3 -1
  694. package/dist/esm/globals/Status.js.map +1 -1
  695. package/dist/esm/globals/Tod.d.ts +2 -2
  696. package/dist/esm/globals/index.d.ts +3 -0
  697. package/dist/esm/globals/index.d.ts.map +1 -1
  698. package/dist/esm/globals/index.js +3 -0
  699. package/dist/esm/globals/index.js.map +1 -1
  700. package/dist/esm/schema/QrCodeSchema.d.ts.map +1 -1
  701. package/dist/esm/schema/QrCodeSchema.js +4 -1
  702. package/dist/esm/schema/QrCodeSchema.js.map +1 -1
  703. package/package.json +5 -5
  704. package/src/clusters/access-control.ts +926 -171
  705. package/src/clusters/actions.ts +12 -11
  706. package/src/clusters/administrator-commissioning.ts +54 -35
  707. package/src/clusters/alarm-base.ts +3 -4
  708. package/src/clusters/application-launcher.ts +22 -7
  709. package/src/clusters/ballast-configuration.ts +7 -7
  710. package/src/clusters/basic-information.ts +29 -21
  711. package/src/clusters/bridged-device-basic-information.ts +264 -41
  712. package/src/clusters/channel.ts +20 -17
  713. package/src/clusters/color-control.ts +589 -426
  714. package/src/clusters/commissioner-control.ts +282 -0
  715. package/src/clusters/content-control.ts +48 -54
  716. package/src/clusters/content-launcher.ts +16 -15
  717. package/src/clusters/device-energy-management-mode.ts +63 -161
  718. package/src/clusters/device-energy-management.ts +246 -193
  719. package/src/clusters/dishwasher-alarm.ts +5 -5
  720. package/src/clusters/dishwasher-mode.ts +46 -87
  721. package/src/clusters/door-lock.ts +786 -1235
  722. package/src/clusters/ecosystem-information.ts +200 -0
  723. package/src/clusters/electrical-energy-measurement.ts +15 -16
  724. package/src/clusters/energy-evse-mode.ts +81 -158
  725. package/src/clusters/energy-evse.ts +138 -72
  726. package/src/clusters/energy-preference.ts +34 -28
  727. package/src/clusters/ethernet-network-diagnostics.ts +1 -3
  728. package/src/clusters/fan-control.ts +5 -5
  729. package/src/clusters/fixed-label.ts +7 -2
  730. package/src/clusters/flow-measurement.ts +6 -6
  731. package/src/clusters/general-commissioning.ts +396 -96
  732. package/src/clusters/general-diagnostics.ts +31 -33
  733. package/src/clusters/group-key-management.ts +22 -24
  734. package/src/clusters/groups.ts +3 -2
  735. package/src/clusters/icd-management.ts +88 -31
  736. package/src/clusters/identify.ts +9 -10
  737. package/src/clusters/illuminance-measurement.ts +9 -10
  738. package/src/clusters/index.ts +14 -1
  739. package/src/clusters/joint-fabric-datastore-cluster.ts +657 -0
  740. package/src/clusters/joint-fabric-pki.ts +202 -0
  741. package/src/clusters/keypad-input.ts +2 -2
  742. package/src/clusters/laundry-dryer-controls.ts +6 -10
  743. package/src/clusters/laundry-washer-controls.ts +28 -27
  744. package/src/clusters/laundry-washer-mode.ts +49 -90
  745. package/src/clusters/level-control.ts +45 -12
  746. package/src/clusters/localization-configuration.ts +5 -6
  747. package/src/clusters/media-input.ts +3 -2
  748. package/src/clusters/media-playback.ts +9 -7
  749. package/src/clusters/microwave-oven-control.ts +19 -17
  750. package/src/clusters/microwave-oven-mode.ts +42 -61
  751. package/src/clusters/mode-base.ts +16 -33
  752. package/src/clusters/mode-select.ts +17 -14
  753. package/src/clusters/network-commissioning.ts +47 -40
  754. package/src/clusters/occupancy-sensing.ts +433 -72
  755. package/src/clusters/on-off.ts +6 -8
  756. package/src/clusters/operational-credentials.ts +54 -47
  757. package/src/clusters/operational-state.ts +136 -58
  758. package/src/clusters/ota-software-update-provider.ts +23 -23
  759. package/src/clusters/ota-software-update-requestor.ts +4 -6
  760. package/src/clusters/oven-cavity-operational-state.ts +43 -171
  761. package/src/clusters/oven-mode.ts +76 -178
  762. package/src/clusters/power-source.ts +45 -21
  763. package/src/clusters/pressure-measurement.ts +2 -2
  764. package/src/clusters/pump-configuration-and-control.ts +35 -23
  765. package/src/clusters/refrigerator-alarm.ts +2 -1
  766. package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +41 -78
  767. package/src/clusters/relative-humidity-measurement.ts +1 -1
  768. package/src/clusters/rvc-clean-mode.ts +42 -101
  769. package/src/clusters/rvc-operational-state.ts +87 -25
  770. package/src/clusters/rvc-run-mode.ts +62 -126
  771. package/src/clusters/scenes-management.ts +38 -23
  772. package/src/clusters/service-area.ts +904 -0
  773. package/src/clusters/smoke-co-alarm.ts +6 -12
  774. package/src/clusters/switch.ts +177 -78
  775. package/src/clusters/target-navigator.ts +1 -1
  776. package/src/clusters/thermostat.ts +1245 -214
  777. package/src/clusters/thread-border-router-management.ts +355 -0
  778. package/src/clusters/thread-network-diagnostics.ts +34 -21
  779. package/src/clusters/thread-network-directory.ts +256 -0
  780. package/src/clusters/time-synchronization.ts +30 -23
  781. package/src/clusters/unit-localization.ts +3 -4
  782. package/src/clusters/user-label.ts +2 -1
  783. package/src/clusters/water-heater-management.ts +457 -0
  784. package/src/clusters/water-heater-mode.ts +301 -0
  785. package/src/clusters/water-tank-level-monitoring.ts +50 -0
  786. package/src/clusters/wi-fi-network-diagnostics.ts +6 -8
  787. package/src/clusters/wi-fi-network-management.ts +119 -0
  788. package/src/clusters/window-covering.ts +26 -37
  789. package/src/globals/AtomicAttributeStatus.ts +41 -0
  790. package/src/globals/AtomicRequestType.ts +27 -0
  791. package/src/globals/Locationdesc.ts +88 -0
  792. package/src/globals/Priority.ts +1 -1
  793. package/src/globals/Semtag.ts +6 -6
  794. package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
  795. package/src/globals/Status.ts +20 -3
  796. package/src/globals/Tod.ts +2 -2
  797. package/src/globals/index.ts +3 -0
  798. package/src/schema/QrCodeSchema.ts +7 -2
  799. package/dist/cjs/clusters/pulse-width-modulation.d.ts +0 -2023
  800. package/dist/cjs/clusters/pulse-width-modulation.d.ts.map +0 -1
  801. package/dist/cjs/clusters/pulse-width-modulation.js +0 -51
  802. package/dist/cjs/clusters/pulse-width-modulation.js.map +0 -6
  803. package/dist/esm/clusters/pulse-width-modulation.d.ts +0 -2023
  804. package/dist/esm/clusters/pulse-width-modulation.d.ts.map +0 -1
  805. package/dist/esm/clusters/pulse-width-modulation.js +0 -31
  806. package/dist/esm/clusters/pulse-width-modulation.js.map +0 -6
  807. package/src/clusters/pulse-width-modulation.ts +0 -54
@@ -24,19 +24,19 @@ export declare namespace EnergyEvse {
24
24
  * specify how many miles or km of additional range they need for their typical daily commute. This range
25
25
  * requirement can be converted into a daily energy demand with a target charging completion time.
26
26
  *
27
- * The EVSE itself may use this information (or may allow a controller such as an EMS) to compute an
27
+ * The EVSE itself can use this information (or may allow a controller such as an EMS) to compute an optimized
28
+ * charging schedule.
28
29
  *
29
- * optimized charging schedule.
30
- *
31
- * An EVSE device may implement the Device Energy Management cluster PFR (Power Forecast Reporting) and FA
32
- * (Forecast Adjustment) features. This can help a controller (such as an EMS) to optimize the EVSE against
33
- * other ESAs. For example, a solar PV ESA may share its Forecast and allow the EVSE to know the best time to
34
- * charge so that any excess solar generation is used to charge the EV.
30
+ * An EVSE device which includes a Device Energy Management device with the Device Energy Management cluster
31
+ * PFR (Power Forecast Reporting) feature can use the charging preferences information to produce its power
32
+ * forecast.
35
33
  *
36
34
  * EVSE devices that support the Device Energy Management cluster’s FA feature can have their charging profiles
37
35
  * set by a controller device such as an EMS. For example, if the EVSE advertises a simple power forecast which
38
36
  * allows the EMS to adjust over a wide range of power and time durations, then the EVSE may allow the EMS to
39
- * propose a revised optimized forecast (which is the charging profile).
37
+ * propose a revised optimized forecast (which is the charging profile). For example, a solar PV ESA may also
38
+ * share its Forecast, so enabling an EMS to adjust the EVSE forecast to the best time to charge so that any
39
+ * excess solar generation is used to charge the EV.
40
40
  *
41
41
  * See the Device Energy Management Cluster for more details.
42
42
  *
@@ -91,6 +91,12 @@ export declare namespace EnergyEvse {
91
91
  * If the EVSE can support bi-directional charging, it may be possible to request that the vehicle can
92
92
  * discharge to the home or grid.
93
93
  *
94
+ * The charging and discharging may be controlled by a home Energy Management System (EMS) using the Device
95
+ * Energy Management cluster of the associated Device Energy Management device. For example, an EMS may use the
96
+ * PA (Power Adjustment) feature to continually adjust the charge/discharge current to/from the EV so as to
97
+ * minimise the energy flow from/to the grid as the demand in the home and the solar supply to the home both
98
+ * fluctuate.
99
+ *
94
100
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.5
95
101
  */
96
102
  V2X = "V2X"
@@ -104,7 +110,8 @@ export declare namespace EnergyEvse {
104
110
  /**
105
111
  * This field shall indicate the expiry time, in UTC, when discharging will be automatically disabled.
106
112
  *
107
- * A value in the past in this field shall disable the EVSE whereas a null value shall enable it permanently.
113
+ * A value in the past in this field shall disable the EVSE discharging whereas a null value shall enable EVSE
114
+ * discharging permanently.
108
115
  *
109
116
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.1
110
117
  */
@@ -112,9 +119,7 @@ export declare namespace EnergyEvse {
112
119
  /**
113
120
  * This field shall indicate the maximum current that can be received by the EVSE from the EV. The EVSE current
114
121
  * limit can be advertised to an EV in 0.6A steps. The value of the MaximumDischargeCurrent attribute shall be
115
- * stored and persisted across reboots by the EVSE to the value of this
116
- *
117
- * field.
122
+ * stored and persisted across reboots by the EVSE to the value of this field.
118
123
  *
119
124
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.2
120
125
  */
@@ -128,7 +133,7 @@ export declare namespace EnergyEvse {
128
133
  interface EnableDischargingRequest extends TypeFromSchema<typeof TlvEnableDischargingRequest> {
129
134
  }
130
135
  /**
131
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.5
136
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.1
132
137
  */
133
138
  const TargetDayOfWeek: {
134
139
  /**
@@ -207,7 +212,7 @@ export declare namespace EnergyEvse {
207
212
  * This field represents the target SoC that the vehicle should be charged to before the
208
213
  * TargetTimeMinutesPastMidnight.
209
214
  *
210
- * If the EVSE can obtain the SoC of the vehicle:
215
+ * If the EVSE supports the SOC feature and can obtain the SoC of the vehicle:
211
216
  *
212
217
  * • the TargetSoC field shall take precedence over the AddedEnergy field.
213
218
  *
@@ -217,13 +222,14 @@ export declare namespace EnergyEvse {
217
222
  * • if the TargetSoC value is set to 100% then the EVSE SHOULD continue to charge the vehicle until the
218
223
  * vehicle decides to stop charging.
219
224
  *
220
- * If the EVSE cannot obtain the SoC of the vehicle:
225
+ * If the EVSE does not support the SOC feature or cannot obtain the SoC of the vehicle:
221
226
  *
222
- * • in this case, the AddedEnergy field shall take precedence over the TargetSoC field, and the TargetSoC
223
- * field may only take the values null or 100%.
227
+ * • the AddedEnergy field shall take precedence over the TargetSoC field, and if the EVSE does not support
228
+ * the SOC feature then the TargetSoC field may only take the values null or 100%.
224
229
  *
225
- * • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
226
- * until the vehicle stops demanding a charge.
230
+ * • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty
231
+ *
232
+ * and charge until the vehicle stops demanding a charge.
227
233
  *
228
234
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
229
235
  */
@@ -244,7 +250,7 @@ export declare namespace EnergyEvse {
244
250
  *
245
251
  * NOTE
246
252
  *
247
- * If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD not limit this AddedEnergy value to
253
+ * If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD NOT limit this AddedEnergy value to
248
254
  * the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
249
255
  * battery during charging, or for heating or cooling the cabin.
250
256
  *
@@ -276,7 +282,13 @@ export declare namespace EnergyEvse {
276
282
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.7
277
283
  */
278
284
  const TlvChargingTargetSchedule: import("../tlv/TlvObject.js").ObjectSchema<{
279
- dayOfWeekForSequence: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
285
+ /**
286
+ * This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
287
+ * is a bitmap and therefore the associated targets could be applied to multiple days.
288
+ *
289
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.8
290
+ */
291
+ dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
280
292
  /**
281
293
  * Sunday
282
294
  */
@@ -306,7 +318,12 @@ export declare namespace EnergyEvse {
306
318
  */
307
319
  saturday: BitFlag;
308
320
  }>>;
309
- chargingTargets: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
321
+ /**
322
+ * This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
323
+ *
324
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.9
325
+ */
326
+ chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
310
327
  /**
311
328
  * This field shall indicate the desired charging completion time of the associated day. The time will be
312
329
  * represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will be
@@ -337,7 +354,7 @@ export declare namespace EnergyEvse {
337
354
  * This field represents the target SoC that the vehicle should be charged to before the
338
355
  * TargetTimeMinutesPastMidnight.
339
356
  *
340
- * If the EVSE can obtain the SoC of the vehicle:
357
+ * If the EVSE supports the SOC feature and can obtain the SoC of the vehicle:
341
358
  *
342
359
  * • the TargetSoC field shall take precedence over the AddedEnergy field.
343
360
  *
@@ -347,13 +364,14 @@ export declare namespace EnergyEvse {
347
364
  * • if the TargetSoC value is set to 100% then the EVSE SHOULD continue to charge the vehicle until the
348
365
  * vehicle decides to stop charging.
349
366
  *
350
- * If the EVSE cannot obtain the SoC of the vehicle:
367
+ * If the EVSE does not support the SOC feature or cannot obtain the SoC of the vehicle:
368
+ *
369
+ * • the AddedEnergy field shall take precedence over the TargetSoC field, and if the EVSE does not support
370
+ * the SOC feature then the TargetSoC field may only take the values null or 100%.
351
371
  *
352
- * • in this case, the AddedEnergy field shall take precedence over the TargetSoC field, and the TargetSoC
353
- * field may only take the values null or 100%.
372
+ * • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty
354
373
  *
355
- * if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
356
- * until the vehicle stops demanding a charge.
374
+ * and charge until the vehicle stops demanding a charge.
357
375
  *
358
376
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
359
377
  */
@@ -374,7 +392,7 @@ export declare namespace EnergyEvse {
374
392
  *
375
393
  * NOTE
376
394
  *
377
- * If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD not limit this AddedEnergy value to
395
+ * If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD NOT limit this AddedEnergy value to
378
396
  * the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
379
397
  * battery during charging, or for heating or cooling the cabin.
380
398
  *
@@ -404,7 +422,13 @@ export declare namespace EnergyEvse {
404
422
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.5.1
405
423
  */
406
424
  chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
407
- dayOfWeekForSequence: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
425
+ /**
426
+ * This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
427
+ * is a bitmap and therefore the associated targets could be applied to multiple days.
428
+ *
429
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.8
430
+ */
431
+ dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
408
432
  /**
409
433
  * Sunday
410
434
  */
@@ -434,7 +458,12 @@ export declare namespace EnergyEvse {
434
458
  */
435
459
  saturday: BitFlag;
436
460
  }>>;
437
- chargingTargets: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
461
+ /**
462
+ * This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
463
+ *
464
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.9
465
+ */
466
+ chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
438
467
  /**
439
468
  * This field shall indicate the desired charging completion time of the associated day. The time will be
440
469
  * represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will be
@@ -465,7 +494,7 @@ export declare namespace EnergyEvse {
465
494
  * This field represents the target SoC that the vehicle should be charged to before the
466
495
  * TargetTimeMinutesPastMidnight.
467
496
  *
468
- * If the EVSE can obtain the SoC of the vehicle:
497
+ * If the EVSE supports the SOC feature and can obtain the SoC of the vehicle:
469
498
  *
470
499
  * • the TargetSoC field shall take precedence over the AddedEnergy field.
471
500
  *
@@ -475,13 +504,14 @@ export declare namespace EnergyEvse {
475
504
  * • if the TargetSoC value is set to 100% then the EVSE SHOULD continue to charge the vehicle until the
476
505
  * vehicle decides to stop charging.
477
506
  *
478
- * If the EVSE cannot obtain the SoC of the vehicle:
507
+ * If the EVSE does not support the SOC feature or cannot obtain the SoC of the vehicle:
479
508
  *
480
- * • in this case, the AddedEnergy field shall take precedence over the TargetSoC field, and the TargetSoC
481
- * field may only take the values null or 100%.
509
+ * • the AddedEnergy field shall take precedence over the TargetSoC field, and if the EVSE does not support
510
+ * the SOC feature then the TargetSoC field may only take the values null or 100%.
482
511
  *
483
- * • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
484
- * until the vehicle stops demanding a charge.
512
+ * • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty
513
+ *
514
+ * and charge until the vehicle stops demanding a charge.
485
515
  *
486
516
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
487
517
  */
@@ -502,7 +532,7 @@ export declare namespace EnergyEvse {
502
532
  *
503
533
  * NOTE
504
534
  *
505
- * If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD not limit this AddedEnergy value to
535
+ * If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD NOT limit this AddedEnergy value to
506
536
  * the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
507
537
  * battery during charging, or for heating or cooling the cabin.
508
538
  *
@@ -532,7 +562,13 @@ export declare namespace EnergyEvse {
532
562
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.7.1
533
563
  */
534
564
  chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
535
- dayOfWeekForSequence: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
565
+ /**
566
+ * This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
567
+ * is a bitmap and therefore the associated targets could be applied to multiple days.
568
+ *
569
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.8
570
+ */
571
+ dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
536
572
  /**
537
573
  * Sunday
538
574
  */
@@ -562,7 +598,12 @@ export declare namespace EnergyEvse {
562
598
  */
563
599
  saturday: BitFlag;
564
600
  }>>;
565
- chargingTargets: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
601
+ /**
602
+ * This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
603
+ *
604
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.9
605
+ */
606
+ chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
566
607
  /**
567
608
  * This field shall indicate the desired charging completion time of the associated day. The time will be
568
609
  * represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will be
@@ -593,7 +634,7 @@ export declare namespace EnergyEvse {
593
634
  * This field represents the target SoC that the vehicle should be charged to before the
594
635
  * TargetTimeMinutesPastMidnight.
595
636
  *
596
- * If the EVSE can obtain the SoC of the vehicle:
637
+ * If the EVSE supports the SOC feature and can obtain the SoC of the vehicle:
597
638
  *
598
639
  * • the TargetSoC field shall take precedence over the AddedEnergy field.
599
640
  *
@@ -603,13 +644,14 @@ export declare namespace EnergyEvse {
603
644
  * • if the TargetSoC value is set to 100% then the EVSE SHOULD continue to charge the vehicle until the
604
645
  * vehicle decides to stop charging.
605
646
  *
606
- * If the EVSE cannot obtain the SoC of the vehicle:
647
+ * If the EVSE does not support the SOC feature or cannot obtain the SoC of the vehicle:
607
648
  *
608
- * • in this case, the AddedEnergy field shall take precedence over the TargetSoC field, and the TargetSoC
609
- * field may only take the values null or 100%.
649
+ * • the AddedEnergy field shall take precedence over the TargetSoC field, and if the EVSE does not support
650
+ * the SOC feature then the TargetSoC field may only take the values null or 100%.
610
651
  *
611
- * • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
612
- * until the vehicle stops demanding a charge.
652
+ * • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty
653
+ *
654
+ * and charge until the vehicle stops demanding a charge.
613
655
  *
614
656
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
615
657
  */
@@ -630,7 +672,7 @@ export declare namespace EnergyEvse {
630
672
  *
631
673
  * NOTE
632
674
  *
633
- * If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD not limit this AddedEnergy value to
675
+ * If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD NOT limit this AddedEnergy value to
634
676
  * the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
635
677
  * battery during charging, or for heating or cooling the cabin.
636
678
  *
@@ -668,7 +710,7 @@ export declare namespace EnergyEvse {
668
710
  interface RfidEvent extends TypeFromSchema<typeof TlvRfidEvent> {
669
711
  }
670
712
  /**
671
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.1
713
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.2
672
714
  */
673
715
  enum State {
674
716
  /**
@@ -701,7 +743,7 @@ export declare namespace EnergyEvse {
701
743
  Fault = 6
702
744
  }
703
745
  /**
704
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.2
746
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.3
705
747
  */
706
748
  enum SupplyState {
707
749
  /**
@@ -722,12 +764,16 @@ export declare namespace EnergyEvse {
722
764
  */
723
765
  DisabledError = 3,
724
766
  /**
725
- * The EV is not currently allowed to charge or discharge due to Diagnostics Mode.
767
+ * The EV is not currently allowed to charge or discharge due to self- diagnostics mode.
768
+ */
769
+ DisabledDiagnostics = 4,
770
+ /**
771
+ * The EV is currently allowed to charge and discharge
726
772
  */
727
- DisabledDiagnostics = 4
773
+ Enabled = 5
728
774
  }
729
775
  /**
730
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.3
776
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.4
731
777
  */
732
778
  enum FaultState {
733
779
  /**
@@ -829,10 +875,9 @@ export declare namespace EnergyEvse {
829
875
  * limit can be advertised to an EV in 0.6A steps.
830
876
  *
831
877
  * The value of the this field shall be stored by the EVSE to determine the value of MaximumChargeCurrent
832
- * attribute. For example, if the UserMaximumChargeCurrent attribute is adjusted below then
833
- *
834
- * this value, and then later adjusted above this value, the resulting MaximumChargeCurrent attribute will be
835
- * limited to this value.
878
+ * attribute. For example, if the UserMaximumChargeCurrent attribute is adjusted below then this value, and
879
+ * then later adjusted above this value, the resulting MaximumChargeCurrent attribute will be limited to this
880
+ * value.
836
881
  *
837
882
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2.3
838
883
  */
@@ -892,7 +937,6 @@ export declare namespace EnergyEvse {
892
937
  sessionDuration: import("../tlv/TlvObject.js").FieldType<number>;
893
938
  /**
894
939
  * This field shall indicate the total amount of energy transferred from the EVSE to the EV during the session.
895
- * This value shall always be positive.
896
940
  *
897
941
  * Note that if bi-directional charging occurs during the session, then this value shall only include the sum
898
942
  * of energy transferred from the EVSE to the EV, and shall NOT be a net value of charging and discharging
@@ -903,7 +947,6 @@ export declare namespace EnergyEvse {
903
947
  sessionEnergyCharged: import("../tlv/TlvObject.js").FieldType<number | bigint>;
904
948
  /**
905
949
  * This field shall indicate the total amount of energy transferred from the EV to the EVSE during the session.
906
- * This value shall always be positive.
907
950
  *
908
951
  * Note that if bi-directional discharging occurs during the session, then this value shall only include the
909
952
  * sum of energy transferred from the EV to the EVSE, and shall NOT be a net value of charging and discharging
@@ -939,19 +982,24 @@ export declare namespace EnergyEvse {
939
982
  */
940
983
  state: import("../tlv/TlvObject.js").FieldType<State>;
941
984
  /**
942
- * This field shall indicate the value of the maximum charging or discharging current at the time the event was
943
- * generated.
944
- *
945
- * This field is signed. A positive value indicates the EV has been enabled for charging and the value is taken
946
- * directly from the MaximumChargeCurrent attribute.
985
+ * This field shall indicate the value of the maximum charging current at the time the event was generated.
947
986
  *
948
- * A negative value indicates that the EV has been enabled for discharging and the value can be taken from the
949
- * MaximumDischargeCurrent attribute with its sign inverted. i.e. if the MaximumDischargeCurrent was 32000mA,
950
- * this would be represented here as -32000mA.
987
+ * A non-zero value indicates that the EV has been enabled for charging and the value is taken directly from
988
+ * the MaximumChargeCurrent attribute. A zero value indicates that the EV has not been enabled for charging.
951
989
  *
952
990
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.3
953
991
  */
954
992
  maximumCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
993
+ /**
994
+ * This field shall indicate the value of the maximum discharging current at the time the event was generated.
995
+ *
996
+ * A non-zero value indicates that the EV has been enabled for discharging and the value is taken directly from
997
+ * the MaximumDischargeCurrent attribute. A zero value indicates that the EV has not been enabled for
998
+ * discharging.
999
+ *
1000
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.4
1001
+ */
1002
+ maximumDischargeCurrent: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
955
1003
  }>;
956
1004
  /**
957
1005
  * Body of the EnergyEvse energyTransferStarted event
@@ -961,7 +1009,7 @@ export declare namespace EnergyEvse {
961
1009
  interface EnergyTransferStartedEvent extends TypeFromSchema<typeof TlvEnergyTransferStartedEvent> {
962
1010
  }
963
1011
  /**
964
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.4
1012
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.5
965
1013
  */
966
1014
  enum EnergyTransferStoppedReason {
967
1015
  /**
@@ -1001,7 +1049,20 @@ export declare namespace EnergyEvse {
1001
1049
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.3
1002
1050
  */
1003
1051
  reason: import("../tlv/TlvObject.js").FieldType<EnergyTransferStoppedReason>;
1052
+ /**
1053
+ * This field shall indicate the amount of energy transferred from the EVSE to the EV since the previous
1054
+ * EnergyTransferStarted event, in mWh.
1055
+ *
1056
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.4
1057
+ */
1004
1058
  energyTransferred: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1059
+ /**
1060
+ * This field shall indicate the amount of energy transferred from the EV to the EVSE since the previous
1061
+ * EnergyTransferStarted event, in mWh.
1062
+ *
1063
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.5
1064
+ */
1065
+ energyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1005
1066
  }>;
1006
1067
  /**
1007
1068
  * Body of the EnergyEvse energyTransferStopped event
@@ -1090,7 +1151,8 @@ export declare namespace EnergyEvse {
1090
1151
  };
1091
1152
  readonly commands: {
1092
1153
  /**
1093
- * Allows a client to enable the EVSE to discharge an EV.
1154
+ * Upon receipt, this shall allow a client to enable the discharge of an EV, and to provide or update the
1155
+ * maximum discharge current.
1094
1156
  *
1095
1157
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3
1096
1158
  */
@@ -1098,7 +1160,8 @@ export declare namespace EnergyEvse {
1098
1160
  /**
1099
1161
  * This field shall indicate the expiry time, in UTC, when discharging will be automatically disabled.
1100
1162
  *
1101
- * A value in the past in this field shall disable the EVSE whereas a null value shall enable it permanently.
1163
+ * A value in the past in this field shall disable the EVSE discharging whereas a null value shall enable EVSE
1164
+ * discharging permanently.
1102
1165
  *
1103
1166
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.1
1104
1167
  */
@@ -1106,9 +1169,7 @@ export declare namespace EnergyEvse {
1106
1169
  /**
1107
1170
  * This field shall indicate the maximum current that can be received by the EVSE from the EV. The EVSE current
1108
1171
  * limit can be advertised to an EV in 0.6A steps. The value of the MaximumDischargeCurrent attribute shall be
1109
- * stored and persisted across reboots by the EVSE to the value of this
1110
- *
1111
- * field.
1172
+ * stored and persisted across reboots by the EVSE to the value of this field.
1112
1173
  *
1113
1174
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.2
1114
1175
  */
@@ -1125,7 +1186,9 @@ export declare namespace EnergyEvse {
1125
1186
  * Indicates the time, in UTC, when the EVSE plans to start the next scheduled charge based on the charging
1126
1187
  * preferences.
1127
1188
  *
1128
- * If this is null it indicates that there is no scheduled charging, or that the vehicle is not plugged in.
1189
+ * A null value indicates that there is no scheduled charging (for example, the EVSE Mode is set to use
1190
+ * Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
1191
+ * enabled.
1129
1192
  *
1130
1193
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.12
1131
1194
  */
@@ -1134,7 +1197,9 @@ export declare namespace EnergyEvse {
1134
1197
  * Indicates the time, in UTC, when the EVSE SHOULD complete the next scheduled charge based on the
1135
1198
  * charging preferences.
1136
1199
  *
1137
- * If this is null it indicates that there is no scheduled charging, or that the vehicle is not plugged in.
1200
+ * A null value indicates that there is no scheduled charging (for example, the EVSE Mode is set to use
1201
+ * Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
1202
+ * enabled.
1138
1203
  *
1139
1204
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.13
1140
1205
  */
@@ -1143,8 +1208,9 @@ export declare namespace EnergyEvse {
1143
1208
  * Indicates the amount of energy that the EVSE is going to attempt to add to the vehicle in the next
1144
1209
  * charging target.
1145
1210
  *
1146
- * If this is null it indicates that there is no scheduled charging, or that the EVSE is using the
1147
- * TargetSoC method to charge the vehicle.
1211
+ * A null value indicates that there is no scheduled charging (for example, the EVSE Mode is set to use
1212
+ * Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
1213
+ * enabled, or that the next ChargingTargetStruct is using the TargetSoC value to charge the vehicle.
1148
1214
  *
1149
1215
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.14
1150
1216
  */
@@ -1152,8 +1218,10 @@ export declare namespace EnergyEvse {
1152
1218
  /**
1153
1219
  * Indicates the target SoC the EVSE is going to attempt to reach when the vehicle is next charged.
1154
1220
  *
1155
- * If this is null it indicates that there is no scheduled charging, or that the EVSE cannot obtain the
1156
- * current State of Charge from the vehicle.
1221
+ * A null value indicates that there is no scheduled charging
1222
+ *
1223
+ * Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
1224
+ * enabled, or that the next ChargingTargetStruct is using the AddedEnergy value to charge the vehicle.
1157
1225
  *
1158
1226
  * If the SOC feature is not supported, only the values null and 100% are supported.
1159
1227
  *
@@ -1184,7 +1252,9 @@ export declare namespace EnergyEvse {
1184
1252
  *
1185
1253
  * AddedRange (km) = 10,000 x 4800 / 1,000,000 = 48 km
1186
1254
  *
1187
- * AddedRange (Miles) = AddedEnergy (Wh) x ApproxEVEfficiency (km/kWh x 1000) x 0.6213
1255
+ * AddedRange (Miles) = AddedEnergy (Wh) x ApproxEVEfficiency (km/kWh x 1000) x
1256
+ *
1257
+ * 0.6213
1188
1258
  *
1189
1259
  * = 29.82 Miles
1190
1260
  *
@@ -1207,7 +1277,13 @@ export declare namespace EnergyEvse {
1207
1277
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.5.1
1208
1278
  */
1209
1279
  chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1210
- dayOfWeekForSequence: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1280
+ /**
1281
+ * This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
1282
+ * is a bitmap and therefore the associated targets could be applied to multiple days.
1283
+ *
1284
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.8
1285
+ */
1286
+ dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1211
1287
  /**
1212
1288
  * Sunday
1213
1289
  */
@@ -1237,7 +1313,12 @@ export declare namespace EnergyEvse {
1237
1313
  */
1238
1314
  saturday: BitFlag;
1239
1315
  }>>;
1240
- chargingTargets: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1316
+ /**
1317
+ * This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
1318
+ *
1319
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.9
1320
+ */
1321
+ chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1241
1322
  /**
1242
1323
  * This field shall indicate the desired charging completion time of the associated day. The time will be
1243
1324
  * represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will be
@@ -1268,7 +1349,7 @@ export declare namespace EnergyEvse {
1268
1349
  * This field represents the target SoC that the vehicle should be charged to before the
1269
1350
  * TargetTimeMinutesPastMidnight.
1270
1351
  *
1271
- * If the EVSE can obtain the SoC of the vehicle:
1352
+ * If the EVSE supports the SOC feature and can obtain the SoC of the vehicle:
1272
1353
  *
1273
1354
  * • the TargetSoC field shall take precedence over the AddedEnergy field.
1274
1355
  *
@@ -1278,13 +1359,14 @@ export declare namespace EnergyEvse {
1278
1359
  * • if the TargetSoC value is set to 100% then the EVSE SHOULD continue to charge the vehicle until the
1279
1360
  * vehicle decides to stop charging.
1280
1361
  *
1281
- * If the EVSE cannot obtain the SoC of the vehicle:
1362
+ * If the EVSE does not support the SOC feature or cannot obtain the SoC of the vehicle:
1282
1363
  *
1283
- * • in this case, the AddedEnergy field shall take precedence over the TargetSoC field, and the TargetSoC
1284
- * field may only take the values null or 100%.
1364
+ * • the AddedEnergy field shall take precedence over the TargetSoC field, and if the EVSE does not support
1365
+ * the SOC feature then the TargetSoC field may only take the values null or 100%.
1285
1366
  *
1286
- * • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
1287
- * until the vehicle stops demanding a charge.
1367
+ * • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty
1368
+ *
1369
+ * and charge until the vehicle stops demanding a charge.
1288
1370
  *
1289
1371
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
1290
1372
  */
@@ -1305,7 +1387,7 @@ export declare namespace EnergyEvse {
1305
1387
  *
1306
1388
  * NOTE
1307
1389
  *
1308
- * If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD not limit this AddedEnergy value to
1390
+ * If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD NOT limit this AddedEnergy value to
1309
1391
  * the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
1310
1392
  * battery during charging, or for heating or cooling the cabin.
1311
1393
  *
@@ -1328,7 +1410,13 @@ export declare namespace EnergyEvse {
1328
1410
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.7.1
1329
1411
  */
1330
1412
  chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1331
- dayOfWeekForSequence: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1413
+ /**
1414
+ * This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
1415
+ * is a bitmap and therefore the associated targets could be applied to multiple days.
1416
+ *
1417
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.8
1418
+ */
1419
+ dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1332
1420
  /**
1333
1421
  * Sunday
1334
1422
  */
@@ -1358,7 +1446,12 @@ export declare namespace EnergyEvse {
1358
1446
  */
1359
1447
  saturday: BitFlag;
1360
1448
  }>>;
1361
- chargingTargets: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1449
+ /**
1450
+ * This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
1451
+ *
1452
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.9
1453
+ */
1454
+ chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1362
1455
  /**
1363
1456
  * This field shall indicate the desired charging completion time of the associated day. The time will be
1364
1457
  * represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will be
@@ -1389,7 +1482,7 @@ export declare namespace EnergyEvse {
1389
1482
  * This field represents the target SoC that the vehicle should be charged to before the
1390
1483
  * TargetTimeMinutesPastMidnight.
1391
1484
  *
1392
- * If the EVSE can obtain the SoC of the vehicle:
1485
+ * If the EVSE supports the SOC feature and can obtain the SoC of the vehicle:
1393
1486
  *
1394
1487
  * • the TargetSoC field shall take precedence over the AddedEnergy field.
1395
1488
  *
@@ -1399,13 +1492,14 @@ export declare namespace EnergyEvse {
1399
1492
  * • if the TargetSoC value is set to 100% then the EVSE SHOULD continue to charge the vehicle until the
1400
1493
  * vehicle decides to stop charging.
1401
1494
  *
1402
- * If the EVSE cannot obtain the SoC of the vehicle:
1495
+ * If the EVSE does not support the SOC feature or cannot obtain the SoC of the vehicle:
1496
+ *
1497
+ * • the AddedEnergy field shall take precedence over the TargetSoC field, and if the EVSE does not support
1498
+ * the SOC feature then the TargetSoC field may only take the values null or 100%.
1403
1499
  *
1404
- * • in this case, the AddedEnergy field shall take precedence over the TargetSoC field, and the TargetSoC
1405
- * field may only take the values null or 100%.
1500
+ * • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty
1406
1501
  *
1407
- * if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
1408
- * until the vehicle stops demanding a charge.
1502
+ * and charge until the vehicle stops demanding a charge.
1409
1503
  *
1410
1504
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
1411
1505
  */
@@ -1426,7 +1520,7 @@ export declare namespace EnergyEvse {
1426
1520
  *
1427
1521
  * NOTE
1428
1522
  *
1429
- * If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD not limit this AddedEnergy value to
1523
+ * If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD NOT limit this AddedEnergy value to
1430
1524
  * the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
1431
1525
  * battery during charging, or for heating or cooling the cabin.
1432
1526
  *
@@ -1510,7 +1604,7 @@ export declare namespace EnergyEvse {
1510
1604
  const Base: {
1511
1605
  readonly id: 153;
1512
1606
  readonly name: "EnergyEvse";
1513
- readonly revision: 2;
1607
+ readonly revision: 3;
1514
1608
  readonly features: {
1515
1609
  /**
1516
1610
  * ChargingPreferences
@@ -1521,19 +1615,19 @@ export declare namespace EnergyEvse {
1521
1615
  * This range requirement can be converted into a daily energy demand with a target charging completion
1522
1616
  * time.
1523
1617
  *
1524
- * The EVSE itself may use this information (or may allow a controller such as an EMS) to compute an
1525
- *
1618
+ * The EVSE itself can use this information (or may allow a controller such as an EMS) to compute an
1526
1619
  * optimized charging schedule.
1527
1620
  *
1528
- * An EVSE device may implement the Device Energy Management cluster PFR (Power Forecast Reporting) and FA
1529
- * (Forecast Adjustment) features. This can help a controller (such as an EMS) to optimize the EVSE against
1530
- * other ESAs. For example, a solar PV ESA may share its Forecast and allow the EVSE to know the best time
1531
- * to charge so that any excess solar generation is used to charge the EV.
1621
+ * An EVSE device which includes a Device Energy Management device with the Device Energy Management
1622
+ * cluster PFR (Power Forecast Reporting) feature can use the charging preferences information to produce
1623
+ * its power forecast.
1532
1624
  *
1533
1625
  * EVSE devices that support the Device Energy Management cluster’s FA feature can have their charging
1534
1626
  * profiles set by a controller device such as an EMS. For example, if the EVSE advertises a simple power
1535
1627
  * forecast which allows the EMS to adjust over a wide range of power and time durations, then the EVSE may
1536
- * allow the EMS to propose a revised optimized forecast (which is the charging profile).
1628
+ * allow the EMS to propose a revised optimized forecast (which is the charging profile). For example, a
1629
+ * solar PV ESA may also share its Forecast, so enabling an EMS to adjust the EVSE forecast to the best
1630
+ * time to charge so that any excess solar generation is used to charge the EV.
1537
1631
  *
1538
1632
  * See the Device Energy Management Cluster for more details.
1539
1633
  *
@@ -1588,6 +1682,12 @@ export declare namespace EnergyEvse {
1588
1682
  * If the EVSE can support bi-directional charging, it may be possible to request that the vehicle can
1589
1683
  * discharge to the home or grid.
1590
1684
  *
1685
+ * The charging and discharging may be controlled by a home Energy Management System (EMS) using the Device
1686
+ * Energy Management cluster of the associated Device Energy Management device. For example, an EMS may use
1687
+ * the PA (Power Adjustment) feature to continually adjust the charge/discharge current to/from the EV so
1688
+ * as to minimise the energy flow from/to the grid as the demand in the home and the solar supply to the
1689
+ * home both fluctuate.
1690
+ *
1591
1691
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.5
1592
1692
  */
1593
1693
  readonly v2X: BitFlag;
@@ -1602,10 +1702,12 @@ export declare namespace EnergyEvse {
1602
1702
  *
1603
1703
  * NOTE
1604
1704
  *
1605
- * SessionEnding is not really a state but a transition. However, the transition period
1705
+ * SessionEnding is not really a state but a transition. However, the transition period may take a few
1706
+ * seconds and is useful for some clean up purposes.
1707
+ *
1708
+ * The Fault state is used to indicate that the FaultState attribute is not NoError.
1606
1709
  *
1607
- * may take a few seconds and is useful for some clean up purposes. The Fault state is used to indicate
1608
- * that the FaultState attribute is not NoError.
1710
+ * A null value shall indicate that the state cannot be determined.
1609
1711
  *
1610
1712
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.1
1611
1713
  */
@@ -1649,8 +1751,9 @@ export declare namespace EnergyEvse {
1649
1751
  */
1650
1752
  readonly circuitCapacity: Attribute<number | bigint, any>;
1651
1753
  /**
1652
- * Indicates the minimum current that can be delivered by the EVSE to the EV. The attribute can be set
1653
- * using the EnableCharging command.
1754
+ * Indicates the minimum current that can be delivered by the EVSE to the EV.
1755
+ *
1756
+ * The attribute can be set using the EnableCharging command.
1654
1757
  *
1655
1758
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.7
1656
1759
  */
@@ -1732,7 +1835,8 @@ export declare namespace EnergyEvse {
1732
1835
  */
1733
1836
  readonly disable: Command<void, void, any>;
1734
1837
  /**
1735
- * Allows a client to enable the EVSE to charge an EV.
1838
+ * This command allows a client to enable the EVSE to charge an EV, and to provide or update the maximum
1839
+ * and minimum charge current.
1736
1840
  *
1737
1841
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2
1738
1842
  */
@@ -1761,10 +1865,9 @@ export declare namespace EnergyEvse {
1761
1865
  * limit can be advertised to an EV in 0.6A steps.
1762
1866
  *
1763
1867
  * The value of the this field shall be stored by the EVSE to determine the value of MaximumChargeCurrent
1764
- * attribute. For example, if the UserMaximumChargeCurrent attribute is adjusted below then
1765
- *
1766
- * this value, and then later adjusted above this value, the resulting MaximumChargeCurrent attribute will be
1767
- * limited to this value.
1868
+ * attribute. For example, if the UserMaximumChargeCurrent attribute is adjusted below then this value, and
1869
+ * then later adjusted above this value, the resulting MaximumChargeCurrent attribute will be limited to this
1870
+ * value.
1768
1871
  *
1769
1872
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2.3
1770
1873
  */
@@ -1819,7 +1922,6 @@ export declare namespace EnergyEvse {
1819
1922
  sessionDuration: import("../tlv/TlvObject.js").FieldType<number>;
1820
1923
  /**
1821
1924
  * This field shall indicate the total amount of energy transferred from the EVSE to the EV during the session.
1822
- * This value shall always be positive.
1823
1925
  *
1824
1926
  * Note that if bi-directional charging occurs during the session, then this value shall only include the sum
1825
1927
  * of energy transferred from the EVSE to the EV, and shall NOT be a net value of charging and discharging
@@ -1830,7 +1932,6 @@ export declare namespace EnergyEvse {
1830
1932
  sessionEnergyCharged: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1831
1933
  /**
1832
1934
  * This field shall indicate the total amount of energy transferred from the EV to the EVSE during the session.
1833
- * This value shall always be positive.
1834
1935
  *
1835
1936
  * Note that if bi-directional discharging occurs during the session, then this value shall only include the
1836
1937
  * sum of energy transferred from the EV to the EVSE, and shall NOT be a net value of charging and discharging
@@ -1841,7 +1942,9 @@ export declare namespace EnergyEvse {
1841
1942
  sessionEnergyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1842
1943
  }>, any>;
1843
1944
  /**
1844
- * This event shall be generated when the EV starts charging or discharging.
1945
+ * This event shall be generated whenever the EV starts charging or discharging, except when an EV has
1946
+ * switched between charging and discharging under the control of the PowerAdjustment feature of the Device
1947
+ * Energy Management cluster of the associated Device Energy Management device.
1845
1948
  *
1846
1949
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3
1847
1950
  */
@@ -1859,22 +1962,29 @@ export declare namespace EnergyEvse {
1859
1962
  */
1860
1963
  state: import("../tlv/TlvObject.js").FieldType<State>;
1861
1964
  /**
1862
- * This field shall indicate the value of the maximum charging or discharging current at the time the event was
1863
- * generated.
1965
+ * This field shall indicate the value of the maximum charging current at the time the event was generated.
1864
1966
  *
1865
- * This field is signed. A positive value indicates the EV has been enabled for charging and the value is taken
1866
- * directly from the MaximumChargeCurrent attribute.
1867
- *
1868
- * A negative value indicates that the EV has been enabled for discharging and the value can be taken from the
1869
- * MaximumDischargeCurrent attribute with its sign inverted. i.e. if the MaximumDischargeCurrent was 32000mA,
1870
- * this would be represented here as -32000mA.
1967
+ * A non-zero value indicates that the EV has been enabled for charging and the value is taken directly from
1968
+ * the MaximumChargeCurrent attribute. A zero value indicates that the EV has not been enabled for charging.
1871
1969
  *
1872
1970
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.3
1873
1971
  */
1874
1972
  maximumCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1973
+ /**
1974
+ * This field shall indicate the value of the maximum discharging current at the time the event was generated.
1975
+ *
1976
+ * A non-zero value indicates that the EV has been enabled for discharging and the value is taken directly from
1977
+ * the MaximumDischargeCurrent attribute. A zero value indicates that the EV has not been enabled for
1978
+ * discharging.
1979
+ *
1980
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.4
1981
+ */
1982
+ maximumDischargeCurrent: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1875
1983
  }>, any>;
1876
1984
  /**
1877
- * This event shall be generated when the EV stops charging or discharging.
1985
+ * This event shall be generated whenever the EV stops charging or discharging, except when an EV has
1986
+ * switched between charging and discharging under the control of the PowerAdjustment feature of the Device
1987
+ * Energy Management cluster of the associated Device Energy Management device.
1878
1988
  *
1879
1989
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4
1880
1990
  */
@@ -1897,7 +2007,20 @@ export declare namespace EnergyEvse {
1897
2007
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.3
1898
2008
  */
1899
2009
  reason: import("../tlv/TlvObject.js").FieldType<EnergyTransferStoppedReason>;
2010
+ /**
2011
+ * This field shall indicate the amount of energy transferred from the EVSE to the EV since the previous
2012
+ * EnergyTransferStarted event, in mWh.
2013
+ *
2014
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.4
2015
+ */
1900
2016
  energyTransferred: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2017
+ /**
2018
+ * This field shall indicate the amount of energy transferred from the EV to the EVSE since the previous
2019
+ * EnergyTransferStarted event, in mWh.
2020
+ *
2021
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.5
2022
+ */
2023
+ energyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1901
2024
  }>, any>;
1902
2025
  /**
1903
2026
  * If the EVSE detects a fault it shall generate a Fault Event. The SupplyState attribute shall be set to
@@ -1986,7 +2109,8 @@ export declare namespace EnergyEvse {
1986
2109
  };
1987
2110
  readonly commands: {
1988
2111
  /**
1989
- * Allows a client to enable the EVSE to discharge an EV.
2112
+ * Upon receipt, this shall allow a client to enable the discharge of an EV, and to provide or update the
2113
+ * maximum discharge current.
1990
2114
  *
1991
2115
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3
1992
2116
  */
@@ -1994,7 +2118,8 @@ export declare namespace EnergyEvse {
1994
2118
  /**
1995
2119
  * This field shall indicate the expiry time, in UTC, when discharging will be automatically disabled.
1996
2120
  *
1997
- * A value in the past in this field shall disable the EVSE whereas a null value shall enable it permanently.
2121
+ * A value in the past in this field shall disable the EVSE discharging whereas a null value shall enable EVSE
2122
+ * discharging permanently.
1998
2123
  *
1999
2124
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.1
2000
2125
  */
@@ -2002,9 +2127,7 @@ export declare namespace EnergyEvse {
2002
2127
  /**
2003
2128
  * This field shall indicate the maximum current that can be received by the EVSE from the EV. The EVSE current
2004
2129
  * limit can be advertised to an EV in 0.6A steps. The value of the MaximumDischargeCurrent attribute shall be
2005
- * stored and persisted across reboots by the EVSE to the value of this
2006
- *
2007
- * field.
2130
+ * stored and persisted across reboots by the EVSE to the value of this field.
2008
2131
  *
2009
2132
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.2
2010
2133
  */
@@ -2022,7 +2145,9 @@ export declare namespace EnergyEvse {
2022
2145
  * Indicates the time, in UTC, when the EVSE plans to start the next scheduled charge based on the charging
2023
2146
  * preferences.
2024
2147
  *
2025
- * If this is null it indicates that there is no scheduled charging, or that the vehicle is not plugged in.
2148
+ * A null value indicates that there is no scheduled charging (for example, the EVSE Mode is set to use
2149
+ * Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
2150
+ * enabled.
2026
2151
  *
2027
2152
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.12
2028
2153
  */
@@ -2031,7 +2156,9 @@ export declare namespace EnergyEvse {
2031
2156
  * Indicates the time, in UTC, when the EVSE SHOULD complete the next scheduled charge based on the
2032
2157
  * charging preferences.
2033
2158
  *
2034
- * If this is null it indicates that there is no scheduled charging, or that the vehicle is not plugged in.
2159
+ * A null value indicates that there is no scheduled charging (for example, the EVSE Mode is set to use
2160
+ * Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
2161
+ * enabled.
2035
2162
  *
2036
2163
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.13
2037
2164
  */
@@ -2040,8 +2167,9 @@ export declare namespace EnergyEvse {
2040
2167
  * Indicates the amount of energy that the EVSE is going to attempt to add to the vehicle in the next
2041
2168
  * charging target.
2042
2169
  *
2043
- * If this is null it indicates that there is no scheduled charging, or that the EVSE is using the
2044
- * TargetSoC method to charge the vehicle.
2170
+ * A null value indicates that there is no scheduled charging (for example, the EVSE Mode is set to use
2171
+ * Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
2172
+ * enabled, or that the next ChargingTargetStruct is using the TargetSoC value to charge the vehicle.
2045
2173
  *
2046
2174
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.14
2047
2175
  */
@@ -2049,8 +2177,10 @@ export declare namespace EnergyEvse {
2049
2177
  /**
2050
2178
  * Indicates the target SoC the EVSE is going to attempt to reach when the vehicle is next charged.
2051
2179
  *
2052
- * If this is null it indicates that there is no scheduled charging, or that the EVSE cannot obtain the
2053
- * current State of Charge from the vehicle.
2180
+ * A null value indicates that there is no scheduled charging
2181
+ *
2182
+ * Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
2183
+ * enabled, or that the next ChargingTargetStruct is using the AddedEnergy value to charge the vehicle.
2054
2184
  *
2055
2185
  * If the SOC feature is not supported, only the values null and 100% are supported.
2056
2186
  *
@@ -2081,7 +2211,9 @@ export declare namespace EnergyEvse {
2081
2211
  *
2082
2212
  * AddedRange (km) = 10,000 x 4800 / 1,000,000 = 48 km
2083
2213
  *
2084
- * AddedRange (Miles) = AddedEnergy (Wh) x ApproxEVEfficiency (km/kWh x 1000) x 0.6213
2214
+ * AddedRange (Miles) = AddedEnergy (Wh) x ApproxEVEfficiency (km/kWh x 1000) x
2215
+ *
2216
+ * 0.6213
2085
2217
  *
2086
2218
  * = 29.82 Miles
2087
2219
  *
@@ -2104,7 +2236,13 @@ export declare namespace EnergyEvse {
2104
2236
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.5.1
2105
2237
  */
2106
2238
  chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2107
- dayOfWeekForSequence: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
2239
+ /**
2240
+ * This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
2241
+ * is a bitmap and therefore the associated targets could be applied to multiple days.
2242
+ *
2243
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.8
2244
+ */
2245
+ dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
2108
2246
  /**
2109
2247
  * Sunday
2110
2248
  */
@@ -2134,7 +2272,12 @@ export declare namespace EnergyEvse {
2134
2272
  */
2135
2273
  saturday: BitFlag;
2136
2274
  }>>;
2137
- chargingTargets: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2275
+ /**
2276
+ * This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
2277
+ *
2278
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.9
2279
+ */
2280
+ chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2138
2281
  /**
2139
2282
  * This field shall indicate the desired charging completion time of the associated day. The time will be
2140
2283
  * represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will be
@@ -2165,7 +2308,7 @@ export declare namespace EnergyEvse {
2165
2308
  * This field represents the target SoC that the vehicle should be charged to before the
2166
2309
  * TargetTimeMinutesPastMidnight.
2167
2310
  *
2168
- * If the EVSE can obtain the SoC of the vehicle:
2311
+ * If the EVSE supports the SOC feature and can obtain the SoC of the vehicle:
2169
2312
  *
2170
2313
  * • the TargetSoC field shall take precedence over the AddedEnergy field.
2171
2314
  *
@@ -2175,13 +2318,14 @@ export declare namespace EnergyEvse {
2175
2318
  * • if the TargetSoC value is set to 100% then the EVSE SHOULD continue to charge the vehicle until the
2176
2319
  * vehicle decides to stop charging.
2177
2320
  *
2178
- * If the EVSE cannot obtain the SoC of the vehicle:
2321
+ * If the EVSE does not support the SOC feature or cannot obtain the SoC of the vehicle:
2322
+ *
2323
+ * • the AddedEnergy field shall take precedence over the TargetSoC field, and if the EVSE does not support
2324
+ * the SOC feature then the TargetSoC field may only take the values null or 100%.
2179
2325
  *
2180
- * • in this case, the AddedEnergy field shall take precedence over the TargetSoC field, and the TargetSoC
2181
- * field may only take the values null or 100%.
2326
+ * • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty
2182
2327
  *
2183
- * if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
2184
- * until the vehicle stops demanding a charge.
2328
+ * and charge until the vehicle stops demanding a charge.
2185
2329
  *
2186
2330
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
2187
2331
  */
@@ -2202,7 +2346,7 @@ export declare namespace EnergyEvse {
2202
2346
  *
2203
2347
  * NOTE
2204
2348
  *
2205
- * If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD not limit this AddedEnergy value to
2349
+ * If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD NOT limit this AddedEnergy value to
2206
2350
  * the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
2207
2351
  * battery during charging, or for heating or cooling the cabin.
2208
2352
  *
@@ -2225,7 +2369,13 @@ export declare namespace EnergyEvse {
2225
2369
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.7.1
2226
2370
  */
2227
2371
  chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2228
- dayOfWeekForSequence: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
2372
+ /**
2373
+ * This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
2374
+ * is a bitmap and therefore the associated targets could be applied to multiple days.
2375
+ *
2376
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.8
2377
+ */
2378
+ dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
2229
2379
  /**
2230
2380
  * Sunday
2231
2381
  */
@@ -2255,7 +2405,12 @@ export declare namespace EnergyEvse {
2255
2405
  */
2256
2406
  saturday: BitFlag;
2257
2407
  }>>;
2258
- chargingTargets: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2408
+ /**
2409
+ * This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
2410
+ *
2411
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.9
2412
+ */
2413
+ chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2259
2414
  /**
2260
2415
  * This field shall indicate the desired charging completion time of the associated day. The time will be
2261
2416
  * represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will be
@@ -2286,7 +2441,7 @@ export declare namespace EnergyEvse {
2286
2441
  * This field represents the target SoC that the vehicle should be charged to before the
2287
2442
  * TargetTimeMinutesPastMidnight.
2288
2443
  *
2289
- * If the EVSE can obtain the SoC of the vehicle:
2444
+ * If the EVSE supports the SOC feature and can obtain the SoC of the vehicle:
2290
2445
  *
2291
2446
  * • the TargetSoC field shall take precedence over the AddedEnergy field.
2292
2447
  *
@@ -2296,13 +2451,14 @@ export declare namespace EnergyEvse {
2296
2451
  * • if the TargetSoC value is set to 100% then the EVSE SHOULD continue to charge the vehicle until the
2297
2452
  * vehicle decides to stop charging.
2298
2453
  *
2299
- * If the EVSE cannot obtain the SoC of the vehicle:
2454
+ * If the EVSE does not support the SOC feature or cannot obtain the SoC of the vehicle:
2300
2455
  *
2301
- * • in this case, the AddedEnergy field shall take precedence over the TargetSoC field, and the TargetSoC
2302
- * field may only take the values null or 100%.
2456
+ * • the AddedEnergy field shall take precedence over the TargetSoC field, and if the EVSE does not support
2457
+ * the SOC feature then the TargetSoC field may only take the values null or 100%.
2303
2458
  *
2304
- * • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
2305
- * until the vehicle stops demanding a charge.
2459
+ * • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty
2460
+ *
2461
+ * and charge until the vehicle stops demanding a charge.
2306
2462
  *
2307
2463
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
2308
2464
  */
@@ -2323,7 +2479,7 @@ export declare namespace EnergyEvse {
2323
2479
  *
2324
2480
  * NOTE
2325
2481
  *
2326
- * If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD not limit this AddedEnergy value to
2482
+ * If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD NOT limit this AddedEnergy value to
2327
2483
  * the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
2328
2484
  * battery during charging, or for heating or cooling the cabin.
2329
2485
  *
@@ -2404,6 +2560,11 @@ export declare namespace EnergyEvse {
2404
2560
  }>, any>;
2405
2561
  };
2406
2562
  };
2563
+ }, {
2564
+ readonly flags: {
2565
+ readonly chargingPreferences: false;
2566
+ };
2567
+ readonly component: false;
2407
2568
  }];
2408
2569
  };
2409
2570
  /**
@@ -2412,7 +2573,7 @@ export declare namespace EnergyEvse {
2412
2573
  const ClusterInstance: MutableCluster<{
2413
2574
  readonly id: 153;
2414
2575
  readonly name: "EnergyEvse";
2415
- readonly revision: 2;
2576
+ readonly revision: 3;
2416
2577
  readonly features: {
2417
2578
  /**
2418
2579
  * ChargingPreferences
@@ -2423,19 +2584,19 @@ export declare namespace EnergyEvse {
2423
2584
  * This range requirement can be converted into a daily energy demand with a target charging completion
2424
2585
  * time.
2425
2586
  *
2426
- * The EVSE itself may use this information (or may allow a controller such as an EMS) to compute an
2427
- *
2587
+ * The EVSE itself can use this information (or may allow a controller such as an EMS) to compute an
2428
2588
  * optimized charging schedule.
2429
2589
  *
2430
- * An EVSE device may implement the Device Energy Management cluster PFR (Power Forecast Reporting) and FA
2431
- * (Forecast Adjustment) features. This can help a controller (such as an EMS) to optimize the EVSE against
2432
- * other ESAs. For example, a solar PV ESA may share its Forecast and allow the EVSE to know the best time
2433
- * to charge so that any excess solar generation is used to charge the EV.
2590
+ * An EVSE device which includes a Device Energy Management device with the Device Energy Management
2591
+ * cluster PFR (Power Forecast Reporting) feature can use the charging preferences information to produce
2592
+ * its power forecast.
2434
2593
  *
2435
2594
  * EVSE devices that support the Device Energy Management cluster’s FA feature can have their charging
2436
2595
  * profiles set by a controller device such as an EMS. For example, if the EVSE advertises a simple power
2437
2596
  * forecast which allows the EMS to adjust over a wide range of power and time durations, then the EVSE may
2438
- * allow the EMS to propose a revised optimized forecast (which is the charging profile).
2597
+ * allow the EMS to propose a revised optimized forecast (which is the charging profile). For example, a
2598
+ * solar PV ESA may also share its Forecast, so enabling an EMS to adjust the EVSE forecast to the best
2599
+ * time to charge so that any excess solar generation is used to charge the EV.
2439
2600
  *
2440
2601
  * See the Device Energy Management Cluster for more details.
2441
2602
  *
@@ -2490,6 +2651,12 @@ export declare namespace EnergyEvse {
2490
2651
  * If the EVSE can support bi-directional charging, it may be possible to request that the vehicle can
2491
2652
  * discharge to the home or grid.
2492
2653
  *
2654
+ * The charging and discharging may be controlled by a home Energy Management System (EMS) using the Device
2655
+ * Energy Management cluster of the associated Device Energy Management device. For example, an EMS may use
2656
+ * the PA (Power Adjustment) feature to continually adjust the charge/discharge current to/from the EV so
2657
+ * as to minimise the energy flow from/to the grid as the demand in the home and the solar supply to the
2658
+ * home both fluctuate.
2659
+ *
2493
2660
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.5
2494
2661
  */
2495
2662
  readonly v2X: BitFlag;
@@ -2504,10 +2671,12 @@ export declare namespace EnergyEvse {
2504
2671
  *
2505
2672
  * NOTE
2506
2673
  *
2507
- * SessionEnding is not really a state but a transition. However, the transition period
2674
+ * SessionEnding is not really a state but a transition. However, the transition period may take a few
2675
+ * seconds and is useful for some clean up purposes.
2508
2676
  *
2509
- * may take a few seconds and is useful for some clean up purposes. The Fault state is used to indicate
2510
- * that the FaultState attribute is not NoError.
2677
+ * The Fault state is used to indicate that the FaultState attribute is not NoError.
2678
+ *
2679
+ * A null value shall indicate that the state cannot be determined.
2511
2680
  *
2512
2681
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.1
2513
2682
  */
@@ -2551,8 +2720,9 @@ export declare namespace EnergyEvse {
2551
2720
  */
2552
2721
  readonly circuitCapacity: Attribute<number | bigint, any>;
2553
2722
  /**
2554
- * Indicates the minimum current that can be delivered by the EVSE to the EV. The attribute can be set
2555
- * using the EnableCharging command.
2723
+ * Indicates the minimum current that can be delivered by the EVSE to the EV.
2724
+ *
2725
+ * The attribute can be set using the EnableCharging command.
2556
2726
  *
2557
2727
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.7
2558
2728
  */
@@ -2634,7 +2804,8 @@ export declare namespace EnergyEvse {
2634
2804
  */
2635
2805
  readonly disable: Command<void, void, any>;
2636
2806
  /**
2637
- * Allows a client to enable the EVSE to charge an EV.
2807
+ * This command allows a client to enable the EVSE to charge an EV, and to provide or update the maximum
2808
+ * and minimum charge current.
2638
2809
  *
2639
2810
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2
2640
2811
  */
@@ -2663,10 +2834,9 @@ export declare namespace EnergyEvse {
2663
2834
  * limit can be advertised to an EV in 0.6A steps.
2664
2835
  *
2665
2836
  * The value of the this field shall be stored by the EVSE to determine the value of MaximumChargeCurrent
2666
- * attribute. For example, if the UserMaximumChargeCurrent attribute is adjusted below then
2667
- *
2668
- * this value, and then later adjusted above this value, the resulting MaximumChargeCurrent attribute will be
2669
- * limited to this value.
2837
+ * attribute. For example, if the UserMaximumChargeCurrent attribute is adjusted below then this value, and
2838
+ * then later adjusted above this value, the resulting MaximumChargeCurrent attribute will be limited to this
2839
+ * value.
2670
2840
  *
2671
2841
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2.3
2672
2842
  */
@@ -2721,7 +2891,6 @@ export declare namespace EnergyEvse {
2721
2891
  sessionDuration: import("../tlv/TlvObject.js").FieldType<number>;
2722
2892
  /**
2723
2893
  * This field shall indicate the total amount of energy transferred from the EVSE to the EV during the session.
2724
- * This value shall always be positive.
2725
2894
  *
2726
2895
  * Note that if bi-directional charging occurs during the session, then this value shall only include the sum
2727
2896
  * of energy transferred from the EVSE to the EV, and shall NOT be a net value of charging and discharging
@@ -2732,7 +2901,6 @@ export declare namespace EnergyEvse {
2732
2901
  sessionEnergyCharged: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2733
2902
  /**
2734
2903
  * This field shall indicate the total amount of energy transferred from the EV to the EVSE during the session.
2735
- * This value shall always be positive.
2736
2904
  *
2737
2905
  * Note that if bi-directional discharging occurs during the session, then this value shall only include the
2738
2906
  * sum of energy transferred from the EV to the EVSE, and shall NOT be a net value of charging and discharging
@@ -2743,7 +2911,9 @@ export declare namespace EnergyEvse {
2743
2911
  sessionEnergyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2744
2912
  }>, any>;
2745
2913
  /**
2746
- * This event shall be generated when the EV starts charging or discharging.
2914
+ * This event shall be generated whenever the EV starts charging or discharging, except when an EV has
2915
+ * switched between charging and discharging under the control of the PowerAdjustment feature of the Device
2916
+ * Energy Management cluster of the associated Device Energy Management device.
2747
2917
  *
2748
2918
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3
2749
2919
  */
@@ -2761,22 +2931,29 @@ export declare namespace EnergyEvse {
2761
2931
  */
2762
2932
  state: import("../tlv/TlvObject.js").FieldType<State>;
2763
2933
  /**
2764
- * This field shall indicate the value of the maximum charging or discharging current at the time the event was
2765
- * generated.
2934
+ * This field shall indicate the value of the maximum charging current at the time the event was generated.
2766
2935
  *
2767
- * This field is signed. A positive value indicates the EV has been enabled for charging and the value is taken
2768
- * directly from the MaximumChargeCurrent attribute.
2769
- *
2770
- * A negative value indicates that the EV has been enabled for discharging and the value can be taken from the
2771
- * MaximumDischargeCurrent attribute with its sign inverted. i.e. if the MaximumDischargeCurrent was 32000mA,
2772
- * this would be represented here as -32000mA.
2936
+ * A non-zero value indicates that the EV has been enabled for charging and the value is taken directly from
2937
+ * the MaximumChargeCurrent attribute. A zero value indicates that the EV has not been enabled for charging.
2773
2938
  *
2774
2939
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.3
2775
2940
  */
2776
2941
  maximumCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2942
+ /**
2943
+ * This field shall indicate the value of the maximum discharging current at the time the event was generated.
2944
+ *
2945
+ * A non-zero value indicates that the EV has been enabled for discharging and the value is taken directly from
2946
+ * the MaximumDischargeCurrent attribute. A zero value indicates that the EV has not been enabled for
2947
+ * discharging.
2948
+ *
2949
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.4
2950
+ */
2951
+ maximumDischargeCurrent: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2777
2952
  }>, any>;
2778
2953
  /**
2779
- * This event shall be generated when the EV stops charging or discharging.
2954
+ * This event shall be generated whenever the EV stops charging or discharging, except when an EV has
2955
+ * switched between charging and discharging under the control of the PowerAdjustment feature of the Device
2956
+ * Energy Management cluster of the associated Device Energy Management device.
2780
2957
  *
2781
2958
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4
2782
2959
  */
@@ -2799,7 +2976,20 @@ export declare namespace EnergyEvse {
2799
2976
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.3
2800
2977
  */
2801
2978
  reason: import("../tlv/TlvObject.js").FieldType<EnergyTransferStoppedReason>;
2979
+ /**
2980
+ * This field shall indicate the amount of energy transferred from the EVSE to the EV since the previous
2981
+ * EnergyTransferStarted event, in mWh.
2982
+ *
2983
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.4
2984
+ */
2802
2985
  energyTransferred: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2986
+ /**
2987
+ * This field shall indicate the amount of energy transferred from the EV to the EVSE since the previous
2988
+ * EnergyTransferStarted event, in mWh.
2989
+ *
2990
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.5
2991
+ */
2992
+ energyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2803
2993
  }>, any>;
2804
2994
  /**
2805
2995
  * If the EVSE detects a fault it shall generate a Fault Event. The SupplyState attribute shall be set to
@@ -2888,7 +3078,8 @@ export declare namespace EnergyEvse {
2888
3078
  };
2889
3079
  readonly commands: {
2890
3080
  /**
2891
- * Allows a client to enable the EVSE to discharge an EV.
3081
+ * Upon receipt, this shall allow a client to enable the discharge of an EV, and to provide or update the
3082
+ * maximum discharge current.
2892
3083
  *
2893
3084
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3
2894
3085
  */
@@ -2896,7 +3087,8 @@ export declare namespace EnergyEvse {
2896
3087
  /**
2897
3088
  * This field shall indicate the expiry time, in UTC, when discharging will be automatically disabled.
2898
3089
  *
2899
- * A value in the past in this field shall disable the EVSE whereas a null value shall enable it permanently.
3090
+ * A value in the past in this field shall disable the EVSE discharging whereas a null value shall enable EVSE
3091
+ * discharging permanently.
2900
3092
  *
2901
3093
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.1
2902
3094
  */
@@ -2904,9 +3096,7 @@ export declare namespace EnergyEvse {
2904
3096
  /**
2905
3097
  * This field shall indicate the maximum current that can be received by the EVSE from the EV. The EVSE current
2906
3098
  * limit can be advertised to an EV in 0.6A steps. The value of the MaximumDischargeCurrent attribute shall be
2907
- * stored and persisted across reboots by the EVSE to the value of this
2908
- *
2909
- * field.
3099
+ * stored and persisted across reboots by the EVSE to the value of this field.
2910
3100
  *
2911
3101
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.2
2912
3102
  */
@@ -2924,7 +3114,9 @@ export declare namespace EnergyEvse {
2924
3114
  * Indicates the time, in UTC, when the EVSE plans to start the next scheduled charge based on the charging
2925
3115
  * preferences.
2926
3116
  *
2927
- * If this is null it indicates that there is no scheduled charging, or that the vehicle is not plugged in.
3117
+ * A null value indicates that there is no scheduled charging (for example, the EVSE Mode is set to use
3118
+ * Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
3119
+ * enabled.
2928
3120
  *
2929
3121
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.12
2930
3122
  */
@@ -2933,7 +3125,9 @@ export declare namespace EnergyEvse {
2933
3125
  * Indicates the time, in UTC, when the EVSE SHOULD complete the next scheduled charge based on the
2934
3126
  * charging preferences.
2935
3127
  *
2936
- * If this is null it indicates that there is no scheduled charging, or that the vehicle is not plugged in.
3128
+ * A null value indicates that there is no scheduled charging (for example, the EVSE Mode is set to use
3129
+ * Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
3130
+ * enabled.
2937
3131
  *
2938
3132
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.13
2939
3133
  */
@@ -2942,8 +3136,9 @@ export declare namespace EnergyEvse {
2942
3136
  * Indicates the amount of energy that the EVSE is going to attempt to add to the vehicle in the next
2943
3137
  * charging target.
2944
3138
  *
2945
- * If this is null it indicates that there is no scheduled charging, or that the EVSE is using the
2946
- * TargetSoC method to charge the vehicle.
3139
+ * A null value indicates that there is no scheduled charging (for example, the EVSE Mode is set to use
3140
+ * Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
3141
+ * enabled, or that the next ChargingTargetStruct is using the TargetSoC value to charge the vehicle.
2947
3142
  *
2948
3143
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.14
2949
3144
  */
@@ -2951,8 +3146,10 @@ export declare namespace EnergyEvse {
2951
3146
  /**
2952
3147
  * Indicates the target SoC the EVSE is going to attempt to reach when the vehicle is next charged.
2953
3148
  *
2954
- * If this is null it indicates that there is no scheduled charging, or that the EVSE cannot obtain the
2955
- * current State of Charge from the vehicle.
3149
+ * A null value indicates that there is no scheduled charging
3150
+ *
3151
+ * Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
3152
+ * enabled, or that the next ChargingTargetStruct is using the AddedEnergy value to charge the vehicle.
2956
3153
  *
2957
3154
  * If the SOC feature is not supported, only the values null and 100% are supported.
2958
3155
  *
@@ -2983,7 +3180,9 @@ export declare namespace EnergyEvse {
2983
3180
  *
2984
3181
  * AddedRange (km) = 10,000 x 4800 / 1,000,000 = 48 km
2985
3182
  *
2986
- * AddedRange (Miles) = AddedEnergy (Wh) x ApproxEVEfficiency (km/kWh x 1000) x 0.6213
3183
+ * AddedRange (Miles) = AddedEnergy (Wh) x ApproxEVEfficiency (km/kWh x 1000) x
3184
+ *
3185
+ * 0.6213
2987
3186
  *
2988
3187
  * = 29.82 Miles
2989
3188
  *
@@ -3006,7 +3205,13 @@ export declare namespace EnergyEvse {
3006
3205
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.5.1
3007
3206
  */
3008
3207
  chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3009
- dayOfWeekForSequence: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
3208
+ /**
3209
+ * This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
3210
+ * is a bitmap and therefore the associated targets could be applied to multiple days.
3211
+ *
3212
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.8
3213
+ */
3214
+ dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
3010
3215
  /**
3011
3216
  * Sunday
3012
3217
  */
@@ -3036,7 +3241,12 @@ export declare namespace EnergyEvse {
3036
3241
  */
3037
3242
  saturday: BitFlag;
3038
3243
  }>>;
3039
- chargingTargets: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3244
+ /**
3245
+ * This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
3246
+ *
3247
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.9
3248
+ */
3249
+ chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3040
3250
  /**
3041
3251
  * This field shall indicate the desired charging completion time of the associated day. The time will be
3042
3252
  * represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will be
@@ -3067,7 +3277,7 @@ export declare namespace EnergyEvse {
3067
3277
  * This field represents the target SoC that the vehicle should be charged to before the
3068
3278
  * TargetTimeMinutesPastMidnight.
3069
3279
  *
3070
- * If the EVSE can obtain the SoC of the vehicle:
3280
+ * If the EVSE supports the SOC feature and can obtain the SoC of the vehicle:
3071
3281
  *
3072
3282
  * • the TargetSoC field shall take precedence over the AddedEnergy field.
3073
3283
  *
@@ -3077,13 +3287,14 @@ export declare namespace EnergyEvse {
3077
3287
  * • if the TargetSoC value is set to 100% then the EVSE SHOULD continue to charge the vehicle until the
3078
3288
  * vehicle decides to stop charging.
3079
3289
  *
3080
- * If the EVSE cannot obtain the SoC of the vehicle:
3290
+ * If the EVSE does not support the SOC feature or cannot obtain the SoC of the vehicle:
3291
+ *
3292
+ * • the AddedEnergy field shall take precedence over the TargetSoC field, and if the EVSE does not support
3293
+ * the SOC feature then the TargetSoC field may only take the values null or 100%.
3081
3294
  *
3082
- * • in this case, the AddedEnergy field shall take precedence over the TargetSoC field, and the TargetSoC
3083
- * field may only take the values null or 100%.
3295
+ * • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty
3084
3296
  *
3085
- * if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
3086
- * until the vehicle stops demanding a charge.
3297
+ * and charge until the vehicle stops demanding a charge.
3087
3298
  *
3088
3299
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
3089
3300
  */
@@ -3104,7 +3315,7 @@ export declare namespace EnergyEvse {
3104
3315
  *
3105
3316
  * NOTE
3106
3317
  *
3107
- * If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD not limit this AddedEnergy value to
3318
+ * If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD NOT limit this AddedEnergy value to
3108
3319
  * the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
3109
3320
  * battery during charging, or for heating or cooling the cabin.
3110
3321
  *
@@ -3127,7 +3338,13 @@ export declare namespace EnergyEvse {
3127
3338
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.7.1
3128
3339
  */
3129
3340
  chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3130
- dayOfWeekForSequence: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
3341
+ /**
3342
+ * This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
3343
+ * is a bitmap and therefore the associated targets could be applied to multiple days.
3344
+ *
3345
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.8
3346
+ */
3347
+ dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
3131
3348
  /**
3132
3349
  * Sunday
3133
3350
  */
@@ -3157,7 +3374,12 @@ export declare namespace EnergyEvse {
3157
3374
  */
3158
3375
  saturday: BitFlag;
3159
3376
  }>>;
3160
- chargingTargets: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3377
+ /**
3378
+ * This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
3379
+ *
3380
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.9
3381
+ */
3382
+ chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3161
3383
  /**
3162
3384
  * This field shall indicate the desired charging completion time of the associated day. The time will be
3163
3385
  * represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will be
@@ -3188,7 +3410,7 @@ export declare namespace EnergyEvse {
3188
3410
  * This field represents the target SoC that the vehicle should be charged to before the
3189
3411
  * TargetTimeMinutesPastMidnight.
3190
3412
  *
3191
- * If the EVSE can obtain the SoC of the vehicle:
3413
+ * If the EVSE supports the SOC feature and can obtain the SoC of the vehicle:
3192
3414
  *
3193
3415
  * • the TargetSoC field shall take precedence over the AddedEnergy field.
3194
3416
  *
@@ -3198,13 +3420,14 @@ export declare namespace EnergyEvse {
3198
3420
  * • if the TargetSoC value is set to 100% then the EVSE SHOULD continue to charge the vehicle until the
3199
3421
  * vehicle decides to stop charging.
3200
3422
  *
3201
- * If the EVSE cannot obtain the SoC of the vehicle:
3423
+ * If the EVSE does not support the SOC feature or cannot obtain the SoC of the vehicle:
3202
3424
  *
3203
- * • in this case, the AddedEnergy field shall take precedence over the TargetSoC field, and the TargetSoC
3204
- * field may only take the values null or 100%.
3425
+ * • the AddedEnergy field shall take precedence over the TargetSoC field, and if the EVSE does not support
3426
+ * the SOC feature then the TargetSoC field may only take the values null or 100%.
3205
3427
  *
3206
- * • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
3207
- * until the vehicle stops demanding a charge.
3428
+ * • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty
3429
+ *
3430
+ * and charge until the vehicle stops demanding a charge.
3208
3431
  *
3209
3432
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
3210
3433
  */
@@ -3225,7 +3448,7 @@ export declare namespace EnergyEvse {
3225
3448
  *
3226
3449
  * NOTE
3227
3450
  *
3228
- * If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD not limit this AddedEnergy value to
3451
+ * If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD NOT limit this AddedEnergy value to
3229
3452
  * the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
3230
3453
  * battery during charging, or for heating or cooling the cabin.
3231
3454
  *
@@ -3306,6 +3529,11 @@ export declare namespace EnergyEvse {
3306
3529
  }>, any>;
3307
3530
  };
3308
3531
  };
3532
+ }, {
3533
+ readonly flags: {
3534
+ readonly chargingPreferences: false;
3535
+ };
3536
+ readonly component: false;
3309
3537
  }];
3310
3538
  }, []>;
3311
3539
  /**
@@ -3319,8 +3547,9 @@ export declare namespace EnergyEvse {
3319
3547
  * IEC61841 define Pilot signal as a modulated DC voltage on a single wire.
3320
3548
  *
3321
3549
  * Power Line Communication (PLC) is supported by some EVSEs (e.g. for support of ISO 15118 in Europe and SAE
3322
- * J2931/4 in NA) and may enable features such as Vehicle to Grid (V2G) or Vehicle to Home (V2H) that allows for
3323
- * bi-directional charging/discharging of electric vehicles.
3550
+ * J2931/4 in NA) and may enable features such as Vehicle to Grid (V2G) or Vehicle to
3551
+ *
3552
+ * Home (V2H) that allows for bi-directional charging/discharging of electric vehicles.
3324
3553
  *
3325
3554
  * More modern EVSE devices may optionally support ISO 15118-20 in Europe and SAE J2836/3 for NA to support
3326
3555
  * bi-directional charging (Vehicle to Grid - V2G) and Plug and Charge capabilities.
@@ -3354,7 +3583,7 @@ export declare namespace EnergyEvse {
3354
3583
  const CompleteInstance: MutableCluster<{
3355
3584
  readonly id: import("#general").Branded<153, "ClusterId">;
3356
3585
  readonly name: "EnergyEvse";
3357
- readonly revision: 2;
3586
+ readonly revision: 3;
3358
3587
  readonly features: {
3359
3588
  /**
3360
3589
  * ChargingPreferences
@@ -3365,19 +3594,19 @@ export declare namespace EnergyEvse {
3365
3594
  * This range requirement can be converted into a daily energy demand with a target charging completion
3366
3595
  * time.
3367
3596
  *
3368
- * The EVSE itself may use this information (or may allow a controller such as an EMS) to compute an
3369
- *
3597
+ * The EVSE itself can use this information (or may allow a controller such as an EMS) to compute an
3370
3598
  * optimized charging schedule.
3371
3599
  *
3372
- * An EVSE device may implement the Device Energy Management cluster PFR (Power Forecast Reporting) and FA
3373
- * (Forecast Adjustment) features. This can help a controller (such as an EMS) to optimize the EVSE against
3374
- * other ESAs. For example, a solar PV ESA may share its Forecast and allow the EVSE to know the best time
3375
- * to charge so that any excess solar generation is used to charge the EV.
3600
+ * An EVSE device which includes a Device Energy Management device with the Device Energy Management
3601
+ * cluster PFR (Power Forecast Reporting) feature can use the charging preferences information to produce
3602
+ * its power forecast.
3376
3603
  *
3377
3604
  * EVSE devices that support the Device Energy Management cluster’s FA feature can have their charging
3378
3605
  * profiles set by a controller device such as an EMS. For example, if the EVSE advertises a simple power
3379
3606
  * forecast which allows the EMS to adjust over a wide range of power and time durations, then the EVSE may
3380
- * allow the EMS to propose a revised optimized forecast (which is the charging profile).
3607
+ * allow the EMS to propose a revised optimized forecast (which is the charging profile). For example, a
3608
+ * solar PV ESA may also share its Forecast, so enabling an EMS to adjust the EVSE forecast to the best
3609
+ * time to charge so that any excess solar generation is used to charge the EV.
3381
3610
  *
3382
3611
  * See the Device Energy Management Cluster for more details.
3383
3612
  *
@@ -3432,6 +3661,12 @@ export declare namespace EnergyEvse {
3432
3661
  * If the EVSE can support bi-directional charging, it may be possible to request that the vehicle can
3433
3662
  * discharge to the home or grid.
3434
3663
  *
3664
+ * The charging and discharging may be controlled by a home Energy Management System (EMS) using the Device
3665
+ * Energy Management cluster of the associated Device Energy Management device. For example, an EMS may use
3666
+ * the PA (Power Adjustment) feature to continually adjust the charge/discharge current to/from the EV so
3667
+ * as to minimise the energy flow from/to the grid as the demand in the home and the solar supply to the
3668
+ * home both fluctuate.
3669
+ *
3435
3670
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.5
3436
3671
  */
3437
3672
  readonly v2X: BitFlag;
@@ -3548,19 +3783,19 @@ export declare namespace EnergyEvse {
3548
3783
  * This range requirement can be converted into a daily energy demand with a target charging completion
3549
3784
  * time.
3550
3785
  *
3551
- * The EVSE itself may use this information (or may allow a controller such as an EMS) to compute an
3552
- *
3786
+ * The EVSE itself can use this information (or may allow a controller such as an EMS) to compute an
3553
3787
  * optimized charging schedule.
3554
3788
  *
3555
- * An EVSE device may implement the Device Energy Management cluster PFR (Power Forecast Reporting) and FA
3556
- * (Forecast Adjustment) features. This can help a controller (such as an EMS) to optimize the EVSE against
3557
- * other ESAs. For example, a solar PV ESA may share its Forecast and allow the EVSE to know the best time
3558
- * to charge so that any excess solar generation is used to charge the EV.
3789
+ * An EVSE device which includes a Device Energy Management device with the Device Energy Management
3790
+ * cluster PFR (Power Forecast Reporting) feature can use the charging preferences information to produce
3791
+ * its power forecast.
3559
3792
  *
3560
3793
  * EVSE devices that support the Device Energy Management cluster’s FA feature can have their charging
3561
3794
  * profiles set by a controller device such as an EMS. For example, if the EVSE advertises a simple power
3562
3795
  * forecast which allows the EMS to adjust over a wide range of power and time durations, then the EVSE may
3563
- * allow the EMS to propose a revised optimized forecast (which is the charging profile).
3796
+ * allow the EMS to propose a revised optimized forecast (which is the charging profile). For example, a
3797
+ * solar PV ESA may also share its Forecast, so enabling an EMS to adjust the EVSE forecast to the best
3798
+ * time to charge so that any excess solar generation is used to charge the EV.
3564
3799
  *
3565
3800
  * See the Device Energy Management Cluster for more details.
3566
3801
  *
@@ -3615,6 +3850,12 @@ export declare namespace EnergyEvse {
3615
3850
  * If the EVSE can support bi-directional charging, it may be possible to request that the vehicle can
3616
3851
  * discharge to the home or grid.
3617
3852
  *
3853
+ * The charging and discharging may be controlled by a home Energy Management System (EMS) using the Device
3854
+ * Energy Management cluster of the associated Device Energy Management device. For example, an EMS may use
3855
+ * the PA (Power Adjustment) feature to continually adjust the charge/discharge current to/from the EV so
3856
+ * as to minimise the energy flow from/to the grid as the demand in the home and the solar supply to the
3857
+ * home both fluctuate.
3858
+ *
3618
3859
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.5
3619
3860
  */
3620
3861
  readonly v2X: BitFlag;
@@ -3628,7 +3869,8 @@ export declare namespace EnergyEvse {
3628
3869
  /**
3629
3870
  * This field shall indicate the expiry time, in UTC, when discharging will be automatically disabled.
3630
3871
  *
3631
- * A value in the past in this field shall disable the EVSE whereas a null value shall enable it permanently.
3872
+ * A value in the past in this field shall disable the EVSE discharging whereas a null value shall enable EVSE
3873
+ * discharging permanently.
3632
3874
  *
3633
3875
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.1
3634
3876
  */
@@ -3636,9 +3878,7 @@ export declare namespace EnergyEvse {
3636
3878
  /**
3637
3879
  * This field shall indicate the maximum current that can be received by the EVSE from the EV. The EVSE current
3638
3880
  * limit can be advertised to an EV in 0.6A steps. The value of the MaximumDischargeCurrent attribute shall be
3639
- * stored and persisted across reboots by the EVSE to the value of this
3640
- *
3641
- * field.
3881
+ * stored and persisted across reboots by the EVSE to the value of this field.
3642
3882
  *
3643
3883
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.2
3644
3884
  */
@@ -3660,7 +3900,13 @@ export declare namespace EnergyEvse {
3660
3900
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.5.1
3661
3901
  */
3662
3902
  chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3663
- dayOfWeekForSequence: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
3903
+ /**
3904
+ * This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
3905
+ * is a bitmap and therefore the associated targets could be applied to multiple days.
3906
+ *
3907
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.8
3908
+ */
3909
+ dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
3664
3910
  /**
3665
3911
  * Sunday
3666
3912
  */
@@ -3690,7 +3936,12 @@ export declare namespace EnergyEvse {
3690
3936
  */
3691
3937
  saturday: BitFlag;
3692
3938
  }>>;
3693
- chargingTargets: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3939
+ /**
3940
+ * This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
3941
+ *
3942
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.9
3943
+ */
3944
+ chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3694
3945
  /**
3695
3946
  * This field shall indicate the desired charging completion time of the associated day. The time will be
3696
3947
  * represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will be
@@ -3721,7 +3972,7 @@ export declare namespace EnergyEvse {
3721
3972
  * This field represents the target SoC that the vehicle should be charged to before the
3722
3973
  * TargetTimeMinutesPastMidnight.
3723
3974
  *
3724
- * If the EVSE can obtain the SoC of the vehicle:
3975
+ * If the EVSE supports the SOC feature and can obtain the SoC of the vehicle:
3725
3976
  *
3726
3977
  * • the TargetSoC field shall take precedence over the AddedEnergy field.
3727
3978
  *
@@ -3731,13 +3982,14 @@ export declare namespace EnergyEvse {
3731
3982
  * • if the TargetSoC value is set to 100% then the EVSE SHOULD continue to charge the vehicle until the
3732
3983
  * vehicle decides to stop charging.
3733
3984
  *
3734
- * If the EVSE cannot obtain the SoC of the vehicle:
3985
+ * If the EVSE does not support the SOC feature or cannot obtain the SoC of the vehicle:
3735
3986
  *
3736
- * • in this case, the AddedEnergy field shall take precedence over the TargetSoC field, and the TargetSoC
3737
- * field may only take the values null or 100%.
3987
+ * • the AddedEnergy field shall take precedence over the TargetSoC field, and if the EVSE does not support
3988
+ * the SOC feature then the TargetSoC field may only take the values null or 100%.
3738
3989
  *
3739
- * • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
3740
- * until the vehicle stops demanding a charge.
3990
+ * • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty
3991
+ *
3992
+ * and charge until the vehicle stops demanding a charge.
3741
3993
  *
3742
3994
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
3743
3995
  */
@@ -3758,7 +4010,7 @@ export declare namespace EnergyEvse {
3758
4010
  *
3759
4011
  * NOTE
3760
4012
  *
3761
- * If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD not limit this AddedEnergy value to
4013
+ * If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD NOT limit this AddedEnergy value to
3762
4014
  * the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
3763
4015
  * battery during charging, or for heating or cooling the cabin.
3764
4016
  *
@@ -3783,7 +4035,13 @@ export declare namespace EnergyEvse {
3783
4035
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.7.1
3784
4036
  */
3785
4037
  chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3786
- dayOfWeekForSequence: import("../tlv/TlvObject.js").OptionalFieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
4038
+ /**
4039
+ * This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
4040
+ * is a bitmap and therefore the associated targets could be applied to multiple days.
4041
+ *
4042
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.8
4043
+ */
4044
+ dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
3787
4045
  /**
3788
4046
  * Sunday
3789
4047
  */
@@ -3813,7 +4071,12 @@ export declare namespace EnergyEvse {
3813
4071
  */
3814
4072
  saturday: BitFlag;
3815
4073
  }>>;
3816
- chargingTargets: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
4074
+ /**
4075
+ * This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
4076
+ *
4077
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.9
4078
+ */
4079
+ chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3817
4080
  /**
3818
4081
  * This field shall indicate the desired charging completion time of the associated day. The time will be
3819
4082
  * represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will be
@@ -3844,7 +4107,7 @@ export declare namespace EnergyEvse {
3844
4107
  * This field represents the target SoC that the vehicle should be charged to before the
3845
4108
  * TargetTimeMinutesPastMidnight.
3846
4109
  *
3847
- * If the EVSE can obtain the SoC of the vehicle:
4110
+ * If the EVSE supports the SOC feature and can obtain the SoC of the vehicle:
3848
4111
  *
3849
4112
  * • the TargetSoC field shall take precedence over the AddedEnergy field.
3850
4113
  *
@@ -3854,13 +4117,14 @@ export declare namespace EnergyEvse {
3854
4117
  * • if the TargetSoC value is set to 100% then the EVSE SHOULD continue to charge the vehicle until the
3855
4118
  * vehicle decides to stop charging.
3856
4119
  *
3857
- * If the EVSE cannot obtain the SoC of the vehicle:
4120
+ * If the EVSE does not support the SOC feature or cannot obtain the SoC of the vehicle:
3858
4121
  *
3859
- * • in this case, the AddedEnergy field shall take precedence over the TargetSoC field, and the TargetSoC
3860
- * field may only take the values null or 100%.
4122
+ * • the AddedEnergy field shall take precedence over the TargetSoC field, and if the EVSE does not support
4123
+ * the SOC feature then the TargetSoC field may only take the values null or 100%.
3861
4124
  *
3862
- * • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty and charge
3863
- * until the vehicle stops demanding a charge.
4125
+ * • if the AddedEnergy field has not been provided, the EVSE SHOULD assume the vehicle is empty
4126
+ *
4127
+ * and charge until the vehicle stops demanding a charge.
3864
4128
  *
3865
4129
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
3866
4130
  */
@@ -3881,7 +4145,7 @@ export declare namespace EnergyEvse {
3881
4145
  *
3882
4146
  * NOTE
3883
4147
  *
3884
- * If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD not limit this AddedEnergy value to
4148
+ * If the EVSE can obtain the Battery Capacity of the vehicle, it SHOULD NOT limit this AddedEnergy value to
3885
4149
  * the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
3886
4150
  * battery during charging, or for heating or cooling the cabin.
3887
4151
  *
@@ -3913,7 +4177,8 @@ export declare namespace EnergyEvse {
3913
4177
  */
3914
4178
  readonly disable: Command<void, void, any>;
3915
4179
  /**
3916
- * Allows a client to enable the EVSE to charge an EV.
4180
+ * This command allows a client to enable the EVSE to charge an EV, and to provide or update the maximum
4181
+ * and minimum charge current.
3917
4182
  *
3918
4183
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2
3919
4184
  */
@@ -3942,10 +4207,9 @@ export declare namespace EnergyEvse {
3942
4207
  * limit can be advertised to an EV in 0.6A steps.
3943
4208
  *
3944
4209
  * The value of the this field shall be stored by the EVSE to determine the value of MaximumChargeCurrent
3945
- * attribute. For example, if the UserMaximumChargeCurrent attribute is adjusted below then
3946
- *
3947
- * this value, and then later adjusted above this value, the resulting MaximumChargeCurrent attribute will be
3948
- * limited to this value.
4210
+ * attribute. For example, if the UserMaximumChargeCurrent attribute is adjusted below then this value, and
4211
+ * then later adjusted above this value, the resulting MaximumChargeCurrent attribute will be limited to this
4212
+ * value.
3949
4213
  *
3950
4214
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2.3
3951
4215
  */
@@ -4015,7 +4279,6 @@ export declare namespace EnergyEvse {
4015
4279
  sessionDuration: import("../tlv/TlvObject.js").FieldType<number>;
4016
4280
  /**
4017
4281
  * This field shall indicate the total amount of energy transferred from the EVSE to the EV during the session.
4018
- * This value shall always be positive.
4019
4282
  *
4020
4283
  * Note that if bi-directional charging occurs during the session, then this value shall only include the sum
4021
4284
  * of energy transferred from the EVSE to the EV, and shall NOT be a net value of charging and discharging
@@ -4026,7 +4289,6 @@ export declare namespace EnergyEvse {
4026
4289
  sessionEnergyCharged: import("../tlv/TlvObject.js").FieldType<number | bigint>;
4027
4290
  /**
4028
4291
  * This field shall indicate the total amount of energy transferred from the EV to the EVSE during the session.
4029
- * This value shall always be positive.
4030
4292
  *
4031
4293
  * Note that if bi-directional discharging occurs during the session, then this value shall only include the
4032
4294
  * sum of energy transferred from the EV to the EVSE, and shall NOT be a net value of charging and discharging
@@ -4037,7 +4299,9 @@ export declare namespace EnergyEvse {
4037
4299
  sessionEnergyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
4038
4300
  }>, any>;
4039
4301
  /**
4040
- * This event shall be generated when the EV starts charging or discharging.
4302
+ * This event shall be generated whenever the EV starts charging or discharging, except when an EV has
4303
+ * switched between charging and discharging under the control of the PowerAdjustment feature of the Device
4304
+ * Energy Management cluster of the associated Device Energy Management device.
4041
4305
  *
4042
4306
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3
4043
4307
  */
@@ -4055,22 +4319,29 @@ export declare namespace EnergyEvse {
4055
4319
  */
4056
4320
  state: import("../tlv/TlvObject.js").FieldType<State>;
4057
4321
  /**
4058
- * This field shall indicate the value of the maximum charging or discharging current at the time the event was
4059
- * generated.
4322
+ * This field shall indicate the value of the maximum charging current at the time the event was generated.
4060
4323
  *
4061
- * This field is signed. A positive value indicates the EV has been enabled for charging and the value is taken
4062
- * directly from the MaximumChargeCurrent attribute.
4063
- *
4064
- * A negative value indicates that the EV has been enabled for discharging and the value can be taken from the
4065
- * MaximumDischargeCurrent attribute with its sign inverted. i.e. if the MaximumDischargeCurrent was 32000mA,
4066
- * this would be represented here as -32000mA.
4324
+ * A non-zero value indicates that the EV has been enabled for charging and the value is taken directly from
4325
+ * the MaximumChargeCurrent attribute. A zero value indicates that the EV has not been enabled for charging.
4067
4326
  *
4068
4327
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.3
4069
4328
  */
4070
4329
  maximumCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
4330
+ /**
4331
+ * This field shall indicate the value of the maximum discharging current at the time the event was generated.
4332
+ *
4333
+ * A non-zero value indicates that the EV has been enabled for discharging and the value is taken directly from
4334
+ * the MaximumDischargeCurrent attribute. A zero value indicates that the EV has not been enabled for
4335
+ * discharging.
4336
+ *
4337
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.4
4338
+ */
4339
+ maximumDischargeCurrent: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
4071
4340
  }>, any>;
4072
4341
  /**
4073
- * This event shall be generated when the EV stops charging or discharging.
4342
+ * This event shall be generated whenever the EV stops charging or discharging, except when an EV has
4343
+ * switched between charging and discharging under the control of the PowerAdjustment feature of the Device
4344
+ * Energy Management cluster of the associated Device Energy Management device.
4074
4345
  *
4075
4346
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4
4076
4347
  */
@@ -4093,7 +4364,20 @@ export declare namespace EnergyEvse {
4093
4364
  * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.3
4094
4365
  */
4095
4366
  reason: import("../tlv/TlvObject.js").FieldType<EnergyTransferStoppedReason>;
4367
+ /**
4368
+ * This field shall indicate the amount of energy transferred from the EVSE to the EV since the previous
4369
+ * EnergyTransferStarted event, in mWh.
4370
+ *
4371
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.4
4372
+ */
4096
4373
  energyTransferred: import("../tlv/TlvObject.js").FieldType<number | bigint>;
4374
+ /**
4375
+ * This field shall indicate the amount of energy transferred from the EV to the EVSE since the previous
4376
+ * EnergyTransferStarted event, in mWh.
4377
+ *
4378
+ * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.5
4379
+ */
4380
+ energyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
4097
4381
  }>, any>;
4098
4382
  /**
4099
4383
  * If the EVSE detects a fault it shall generate a Fault Event. The SupplyState attribute shall be set to