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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (602) hide show
  1. package/dist/cjs/clusters/access-control.d.ts +250 -250
  2. package/dist/cjs/clusters/access-control.js +39 -39
  3. package/dist/cjs/clusters/account-login.d.ts +29 -29
  4. package/dist/cjs/clusters/account-login.js +11 -11
  5. package/dist/cjs/clusters/actions.d.ts +108 -108
  6. package/dist/cjs/clusters/actions.js +39 -39
  7. package/dist/cjs/clusters/administrator-commissioning.d.ts +51 -51
  8. package/dist/cjs/clusters/administrator-commissioning.js +12 -12
  9. package/dist/cjs/clusters/air-quality.d.ts +5 -5
  10. package/dist/cjs/clusters/air-quality.js +1 -1
  11. package/dist/cjs/clusters/alarm-base.d.ts +43 -43
  12. package/dist/cjs/clusters/alarm-base.js +14 -14
  13. package/dist/cjs/clusters/application-basic.d.ts +16 -16
  14. package/dist/cjs/clusters/application-basic.js +10 -10
  15. package/dist/cjs/clusters/application-launcher.d.ts +99 -99
  16. package/dist/cjs/clusters/application-launcher.js +13 -13
  17. package/dist/cjs/clusters/audio-output.d.ts +37 -37
  18. package/dist/cjs/clusters/audio-output.js +8 -8
  19. package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
  20. package/dist/cjs/clusters/ballast-configuration.js +17 -17
  21. package/dist/cjs/clusters/basic-information.d.ts +54 -54
  22. package/dist/cjs/clusters/basic-information.js +34 -34
  23. package/dist/cjs/clusters/binding.d.ts +12 -12
  24. package/dist/cjs/clusters/binding.js +5 -5
  25. package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
  26. package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
  27. package/dist/cjs/clusters/boolean-state.d.ts +7 -7
  28. package/dist/cjs/clusters/boolean-state.js +3 -3
  29. package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
  30. package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
  31. package/dist/cjs/clusters/channel.d.ts +559 -559
  32. package/dist/cjs/clusters/channel.js +73 -73
  33. package/dist/cjs/clusters/color-control.d.ts +658 -658
  34. package/dist/cjs/clusters/color-control.js +116 -116
  35. package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
  36. package/dist/cjs/clusters/commissioner-control.js +5 -5
  37. package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
  38. package/dist/cjs/clusters/concentration-measurement.js +11 -11
  39. package/dist/cjs/clusters/content-app-observer.d.ts +17 -17
  40. package/dist/cjs/clusters/content-app-observer.js +6 -6
  41. package/dist/cjs/clusters/content-control.d.ts +356 -356
  42. package/dist/cjs/clusters/content-control.js +58 -58
  43. package/dist/cjs/clusters/content-launcher.d.ts +475 -475
  44. package/dist/cjs/clusters/content-launcher.js +39 -39
  45. package/dist/cjs/clusters/descriptor.d.ts +28 -28
  46. package/dist/cjs/clusters/descriptor.js +8 -8
  47. package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
  48. package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
  49. package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
  50. package/dist/cjs/clusters/device-energy-management.js +87 -87
  51. package/dist/cjs/clusters/diagnostic-logs.d.ts +33 -33
  52. package/dist/cjs/clusters/diagnostic-logs.js +8 -8
  53. package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
  54. package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
  55. package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
  56. package/dist/cjs/clusters/dishwasher-mode.js +8 -8
  57. package/dist/cjs/clusters/door-lock.d.ts +1350 -1350
  58. package/dist/cjs/clusters/door-lock.js +229 -229
  59. package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
  60. package/dist/cjs/clusters/ecosystem-information.js +12 -12
  61. package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
  62. package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
  63. package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
  64. package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
  65. package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
  66. package/dist/cjs/clusters/energy-evse-mode.js +8 -8
  67. package/dist/cjs/clusters/energy-evse.d.ts +323 -323
  68. package/dist/cjs/clusters/energy-evse.js +73 -73
  69. package/dist/cjs/clusters/energy-preference.d.ts +49 -49
  70. package/dist/cjs/clusters/energy-preference.js +9 -9
  71. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
  72. package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
  73. package/dist/cjs/clusters/fan-control.d.ts +67 -67
  74. package/dist/cjs/clusters/fan-control.js +17 -17
  75. package/dist/cjs/clusters/fixed-label.d.ts +2 -2
  76. package/dist/cjs/clusters/fixed-label.js +1 -1
  77. package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
  78. package/dist/cjs/clusters/flow-measurement.js +4 -4
  79. package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
  80. package/dist/cjs/clusters/general-commissioning.js +25 -25
  81. package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
  82. package/dist/cjs/clusters/general-diagnostics.js +40 -40
  83. package/dist/cjs/clusters/group-key-management.d.ts +119 -119
  84. package/dist/cjs/clusters/group-key-management.js +23 -23
  85. package/dist/cjs/clusters/groups.d.ts +78 -78
  86. package/dist/cjs/clusters/groups.js +21 -21
  87. package/dist/cjs/clusters/icd-management.d.ts +131 -131
  88. package/dist/cjs/clusters/icd-management.js +29 -29
  89. package/dist/cjs/clusters/identify.d.ts +16 -16
  90. package/dist/cjs/clusters/identify.js +6 -6
  91. package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
  92. package/dist/cjs/clusters/illuminance-measurement.js +5 -5
  93. package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
  94. package/dist/cjs/clusters/joint-fabric-datastore-cluster.js +62 -62
  95. package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
  96. package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
  97. package/dist/cjs/clusters/keypad-input.d.ts +16 -16
  98. package/dist/cjs/clusters/keypad-input.js +3 -3
  99. package/dist/cjs/clusters/label.d.ts +10 -10
  100. package/dist/cjs/clusters/label.js +3 -3
  101. package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
  102. package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
  103. package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
  104. package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
  105. package/dist/cjs/clusters/laundry-washer-mode.d.ts +43 -43
  106. package/dist/cjs/clusters/laundry-washer-mode.js +8 -8
  107. package/dist/cjs/clusters/level-control.d.ts +307 -307
  108. package/dist/cjs/clusters/level-control.js +33 -33
  109. package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
  110. package/dist/cjs/clusters/localization-configuration.js +2 -2
  111. package/dist/cjs/clusters/low-power.d.ts +2 -2
  112. package/dist/cjs/clusters/low-power.js +1 -1
  113. package/dist/cjs/clusters/media-input.d.ts +47 -47
  114. package/dist/cjs/clusters/media-input.js +11 -11
  115. package/dist/cjs/clusters/media-playback.d.ts +385 -385
  116. package/dist/cjs/clusters/media-playback.js +57 -57
  117. package/dist/cjs/clusters/messages.d.ts +154 -154
  118. package/dist/cjs/clusters/messages.js +38 -38
  119. package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
  120. package/dist/cjs/clusters/microwave-oven-control.js +17 -17
  121. package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
  122. package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
  123. package/dist/cjs/clusters/mode-base.d.ts +59 -59
  124. package/dist/cjs/clusters/mode-base.js +13 -13
  125. package/dist/cjs/clusters/mode-select.d.ts +51 -51
  126. package/dist/cjs/clusters/mode-select.js +13 -13
  127. package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
  128. package/dist/cjs/clusters/network-commissioning.js +46 -46
  129. package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
  130. package/dist/cjs/clusters/occupancy-sensing.js +20 -20
  131. package/dist/cjs/clusters/on-off.d.ts +103 -103
  132. package/dist/cjs/clusters/on-off.js +19 -19
  133. package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
  134. package/dist/cjs/clusters/operational-credentials.js +34 -34
  135. package/dist/cjs/clusters/operational-state.d.ts +67 -67
  136. package/dist/cjs/clusters/operational-state.js +21 -21
  137. package/dist/cjs/clusters/ota-software-update-provider.d.ts +61 -61
  138. package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
  139. package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
  140. package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
  141. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +9 -9
  142. package/dist/cjs/clusters/oven-cavity-operational-state.js +8 -8
  143. package/dist/cjs/clusters/oven-mode.d.ts +49 -49
  144. package/dist/cjs/clusters/oven-mode.js +8 -8
  145. package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
  146. package/dist/cjs/clusters/power-source-configuration.js +1 -1
  147. package/dist/cjs/clusters/power-source.d.ts +155 -155
  148. package/dist/cjs/clusters/power-source.js +41 -41
  149. package/dist/cjs/clusters/power-topology.d.ts +8 -8
  150. package/dist/cjs/clusters/power-topology.js +2 -2
  151. package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
  152. package/dist/cjs/clusters/pressure-measurement.js +9 -9
  153. package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
  154. package/dist/cjs/clusters/proxy-configuration.js +3 -3
  155. package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
  156. package/dist/cjs/clusters/proxy-discovery.js +4 -4
  157. package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
  158. package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
  159. package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
  160. package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
  161. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
  162. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
  163. package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
  164. package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
  165. package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
  166. package/dist/cjs/clusters/resource-monitoring.js +7 -7
  167. package/dist/cjs/clusters/rvc-clean-mode.d.ts +43 -43
  168. package/dist/cjs/clusters/rvc-clean-mode.js +8 -8
  169. package/dist/cjs/clusters/rvc-operational-state.d.ts +44 -44
  170. package/dist/cjs/clusters/rvc-operational-state.js +15 -15
  171. package/dist/cjs/clusters/rvc-run-mode.d.ts +50 -50
  172. package/dist/cjs/clusters/rvc-run-mode.js +8 -8
  173. package/dist/cjs/clusters/scenes-management.d.ts +246 -246
  174. package/dist/cjs/clusters/scenes-management.js +70 -70
  175. package/dist/cjs/clusters/service-area.d.ts +128 -128
  176. package/dist/cjs/clusters/service-area.js +26 -26
  177. package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
  178. package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
  179. package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
  180. package/dist/cjs/clusters/software-diagnostics.js +14 -14
  181. package/dist/cjs/clusters/switch.d.ts +105 -105
  182. package/dist/cjs/clusters/switch.js +23 -23
  183. package/dist/cjs/clusters/target-navigator.d.ts +30 -30
  184. package/dist/cjs/clusters/target-navigator.js +10 -10
  185. package/dist/cjs/clusters/temperature-control.d.ts +45 -45
  186. package/dist/cjs/clusters/temperature-control.js +12 -12
  187. package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
  188. package/dist/cjs/clusters/temperature-measurement.js +4 -4
  189. package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
  190. package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
  191. package/dist/cjs/clusters/thermostat.d.ts +515 -515
  192. package/dist/cjs/clusters/thermostat.js +114 -114
  193. package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
  194. package/dist/cjs/clusters/thread-border-router-management.js +14 -14
  195. package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
  196. package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
  197. package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
  198. package/dist/cjs/clusters/thread-network-directory.js +11 -11
  199. package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
  200. package/dist/cjs/clusters/time-format-localization.js +3 -3
  201. package/dist/cjs/clusters/time-synchronization.d.ts +245 -245
  202. package/dist/cjs/clusters/time-synchronization.js +47 -47
  203. package/dist/cjs/clusters/unit-localization.d.ts +6 -6
  204. package/dist/cjs/clusters/unit-localization.js +1 -1
  205. package/dist/cjs/clusters/user-label.d.ts +2 -2
  206. package/dist/cjs/clusters/user-label.js +1 -1
  207. package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
  208. package/dist/cjs/clusters/valid-proxies.js +2 -2
  209. package/dist/cjs/clusters/valve-configuration-and-control.d.ts +80 -80
  210. package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
  211. package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
  212. package/dist/cjs/clusters/wake-on-lan.js +2 -2
  213. package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
  214. package/dist/cjs/clusters/water-heater-management.js +16 -16
  215. package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
  216. package/dist/cjs/clusters/water-heater-mode.js +8 -8
  217. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
  218. package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
  219. package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
  220. package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
  221. package/dist/cjs/clusters/window-covering.d.ts +183 -183
  222. package/dist/cjs/clusters/window-covering.js +49 -49
  223. package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
  224. package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
  225. package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
  226. package/dist/cjs/globals/Locationdesc.d.ts +5 -5
  227. package/dist/cjs/globals/Locationdesc.js +3 -3
  228. package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
  229. package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
  230. package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
  231. package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
  232. package/dist/cjs/globals/MeasurementType.d.ts +1 -1
  233. package/dist/cjs/globals/Priority.d.ts +1 -1
  234. package/dist/cjs/globals/Semtag.d.ts +6 -6
  235. package/dist/cjs/globals/Semtag.js +4 -4
  236. package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  237. package/dist/cjs/globals/Status.d.ts +33 -33
  238. package/dist/cjs/globals/Tod.d.ts +2 -2
  239. package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
  240. package/dist/esm/clusters/access-control.d.ts +250 -250
  241. package/dist/esm/clusters/access-control.js +39 -39
  242. package/dist/esm/clusters/account-login.d.ts +29 -29
  243. package/dist/esm/clusters/account-login.js +11 -11
  244. package/dist/esm/clusters/actions.d.ts +108 -108
  245. package/dist/esm/clusters/actions.js +39 -39
  246. package/dist/esm/clusters/administrator-commissioning.d.ts +51 -51
  247. package/dist/esm/clusters/administrator-commissioning.js +12 -12
  248. package/dist/esm/clusters/air-quality.d.ts +5 -5
  249. package/dist/esm/clusters/air-quality.js +1 -1
  250. package/dist/esm/clusters/alarm-base.d.ts +43 -43
  251. package/dist/esm/clusters/alarm-base.js +14 -14
  252. package/dist/esm/clusters/application-basic.d.ts +16 -16
  253. package/dist/esm/clusters/application-basic.js +10 -10
  254. package/dist/esm/clusters/application-launcher.d.ts +99 -99
  255. package/dist/esm/clusters/application-launcher.js +13 -13
  256. package/dist/esm/clusters/audio-output.d.ts +37 -37
  257. package/dist/esm/clusters/audio-output.js +8 -8
  258. package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
  259. package/dist/esm/clusters/ballast-configuration.js +17 -17
  260. package/dist/esm/clusters/basic-information.d.ts +54 -54
  261. package/dist/esm/clusters/basic-information.js +34 -34
  262. package/dist/esm/clusters/binding.d.ts +12 -12
  263. package/dist/esm/clusters/binding.js +5 -5
  264. package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
  265. package/dist/esm/clusters/boolean-state-configuration.js +18 -18
  266. package/dist/esm/clusters/boolean-state.d.ts +7 -7
  267. package/dist/esm/clusters/boolean-state.js +3 -3
  268. package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
  269. package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
  270. package/dist/esm/clusters/channel.d.ts +559 -559
  271. package/dist/esm/clusters/channel.js +73 -73
  272. package/dist/esm/clusters/color-control.d.ts +658 -658
  273. package/dist/esm/clusters/color-control.js +116 -116
  274. package/dist/esm/clusters/commissioner-control.d.ts +16 -16
  275. package/dist/esm/clusters/commissioner-control.js +5 -5
  276. package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
  277. package/dist/esm/clusters/concentration-measurement.js +11 -11
  278. package/dist/esm/clusters/content-app-observer.d.ts +17 -17
  279. package/dist/esm/clusters/content-app-observer.js +6 -6
  280. package/dist/esm/clusters/content-control.d.ts +356 -356
  281. package/dist/esm/clusters/content-control.js +58 -58
  282. package/dist/esm/clusters/content-launcher.d.ts +475 -475
  283. package/dist/esm/clusters/content-launcher.js +39 -39
  284. package/dist/esm/clusters/descriptor.d.ts +28 -28
  285. package/dist/esm/clusters/descriptor.js +8 -8
  286. package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
  287. package/dist/esm/clusters/device-energy-management-mode.js +8 -8
  288. package/dist/esm/clusters/device-energy-management.d.ts +544 -544
  289. package/dist/esm/clusters/device-energy-management.js +87 -87
  290. package/dist/esm/clusters/diagnostic-logs.d.ts +33 -33
  291. package/dist/esm/clusters/diagnostic-logs.js +8 -8
  292. package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
  293. package/dist/esm/clusters/dishwasher-alarm.js +14 -14
  294. package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
  295. package/dist/esm/clusters/dishwasher-mode.js +8 -8
  296. package/dist/esm/clusters/door-lock.d.ts +1350 -1350
  297. package/dist/esm/clusters/door-lock.js +229 -229
  298. package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
  299. package/dist/esm/clusters/ecosystem-information.js +12 -12
  300. package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
  301. package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
  302. package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
  303. package/dist/esm/clusters/electrical-power-measurement.js +39 -39
  304. package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
  305. package/dist/esm/clusters/energy-evse-mode.js +8 -8
  306. package/dist/esm/clusters/energy-evse.d.ts +323 -323
  307. package/dist/esm/clusters/energy-evse.js +73 -73
  308. package/dist/esm/clusters/energy-preference.d.ts +49 -49
  309. package/dist/esm/clusters/energy-preference.js +9 -9
  310. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
  311. package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
  312. package/dist/esm/clusters/fan-control.d.ts +67 -67
  313. package/dist/esm/clusters/fan-control.js +17 -17
  314. package/dist/esm/clusters/fixed-label.d.ts +2 -2
  315. package/dist/esm/clusters/fixed-label.js +1 -1
  316. package/dist/esm/clusters/flow-measurement.d.ts +5 -5
  317. package/dist/esm/clusters/flow-measurement.js +4 -4
  318. package/dist/esm/clusters/general-commissioning.d.ts +104 -104
  319. package/dist/esm/clusters/general-commissioning.js +25 -25
  320. package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
  321. package/dist/esm/clusters/general-diagnostics.js +40 -40
  322. package/dist/esm/clusters/group-key-management.d.ts +119 -119
  323. package/dist/esm/clusters/group-key-management.js +23 -23
  324. package/dist/esm/clusters/groups.d.ts +78 -78
  325. package/dist/esm/clusters/groups.js +21 -21
  326. package/dist/esm/clusters/icd-management.d.ts +131 -131
  327. package/dist/esm/clusters/icd-management.js +29 -29
  328. package/dist/esm/clusters/identify.d.ts +16 -16
  329. package/dist/esm/clusters/identify.js +6 -6
  330. package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
  331. package/dist/esm/clusters/illuminance-measurement.js +5 -5
  332. package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
  333. package/dist/esm/clusters/joint-fabric-datastore-cluster.js +62 -62
  334. package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
  335. package/dist/esm/clusters/joint-fabric-pki.js +5 -5
  336. package/dist/esm/clusters/keypad-input.d.ts +16 -16
  337. package/dist/esm/clusters/keypad-input.js +3 -3
  338. package/dist/esm/clusters/label.d.ts +10 -10
  339. package/dist/esm/clusters/label.js +3 -3
  340. package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
  341. package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
  342. package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
  343. package/dist/esm/clusters/laundry-washer-controls.js +6 -6
  344. package/dist/esm/clusters/laundry-washer-mode.d.ts +43 -43
  345. package/dist/esm/clusters/laundry-washer-mode.js +8 -8
  346. package/dist/esm/clusters/level-control.d.ts +307 -307
  347. package/dist/esm/clusters/level-control.js +33 -33
  348. package/dist/esm/clusters/localization-configuration.d.ts +3 -3
  349. package/dist/esm/clusters/localization-configuration.js +2 -2
  350. package/dist/esm/clusters/low-power.d.ts +2 -2
  351. package/dist/esm/clusters/low-power.js +1 -1
  352. package/dist/esm/clusters/media-input.d.ts +47 -47
  353. package/dist/esm/clusters/media-input.js +11 -11
  354. package/dist/esm/clusters/media-playback.d.ts +385 -385
  355. package/dist/esm/clusters/media-playback.js +57 -57
  356. package/dist/esm/clusters/messages.d.ts +154 -154
  357. package/dist/esm/clusters/messages.js +38 -38
  358. package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
  359. package/dist/esm/clusters/microwave-oven-control.js +17 -17
  360. package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
  361. package/dist/esm/clusters/microwave-oven-mode.js +7 -7
  362. package/dist/esm/clusters/mode-base.d.ts +59 -59
  363. package/dist/esm/clusters/mode-base.js +13 -13
  364. package/dist/esm/clusters/mode-select.d.ts +51 -51
  365. package/dist/esm/clusters/mode-select.js +13 -13
  366. package/dist/esm/clusters/network-commissioning.d.ts +325 -325
  367. package/dist/esm/clusters/network-commissioning.js +46 -46
  368. package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
  369. package/dist/esm/clusters/occupancy-sensing.js +20 -20
  370. package/dist/esm/clusters/on-off.d.ts +103 -103
  371. package/dist/esm/clusters/on-off.js +19 -19
  372. package/dist/esm/clusters/operational-credentials.d.ts +94 -94
  373. package/dist/esm/clusters/operational-credentials.js +34 -34
  374. package/dist/esm/clusters/operational-state.d.ts +67 -67
  375. package/dist/esm/clusters/operational-state.js +21 -21
  376. package/dist/esm/clusters/ota-software-update-provider.d.ts +61 -61
  377. package/dist/esm/clusters/ota-software-update-provider.js +25 -25
  378. package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
  379. package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
  380. package/dist/esm/clusters/oven-cavity-operational-state.d.ts +9 -9
  381. package/dist/esm/clusters/oven-cavity-operational-state.js +8 -8
  382. package/dist/esm/clusters/oven-mode.d.ts +49 -49
  383. package/dist/esm/clusters/oven-mode.js +8 -8
  384. package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
  385. package/dist/esm/clusters/power-source-configuration.js +1 -1
  386. package/dist/esm/clusters/power-source.d.ts +155 -155
  387. package/dist/esm/clusters/power-source.js +41 -41
  388. package/dist/esm/clusters/power-topology.d.ts +8 -8
  389. package/dist/esm/clusters/power-topology.js +2 -2
  390. package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
  391. package/dist/esm/clusters/pressure-measurement.js +9 -9
  392. package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
  393. package/dist/esm/clusters/proxy-configuration.js +3 -3
  394. package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
  395. package/dist/esm/clusters/proxy-discovery.js +4 -4
  396. package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
  397. package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
  398. package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
  399. package/dist/esm/clusters/refrigerator-alarm.js +11 -11
  400. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
  401. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
  402. package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
  403. package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
  404. package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
  405. package/dist/esm/clusters/resource-monitoring.js +7 -7
  406. package/dist/esm/clusters/rvc-clean-mode.d.ts +43 -43
  407. package/dist/esm/clusters/rvc-clean-mode.js +8 -8
  408. package/dist/esm/clusters/rvc-operational-state.d.ts +44 -44
  409. package/dist/esm/clusters/rvc-operational-state.js +15 -15
  410. package/dist/esm/clusters/rvc-run-mode.d.ts +50 -50
  411. package/dist/esm/clusters/rvc-run-mode.js +8 -8
  412. package/dist/esm/clusters/scenes-management.d.ts +246 -246
  413. package/dist/esm/clusters/scenes-management.js +70 -70
  414. package/dist/esm/clusters/service-area.d.ts +128 -128
  415. package/dist/esm/clusters/service-area.js +26 -26
  416. package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
  417. package/dist/esm/clusters/smoke-co-alarm.js +30 -30
  418. package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
  419. package/dist/esm/clusters/software-diagnostics.js +14 -14
  420. package/dist/esm/clusters/switch.d.ts +105 -105
  421. package/dist/esm/clusters/switch.js +23 -23
  422. package/dist/esm/clusters/target-navigator.d.ts +30 -30
  423. package/dist/esm/clusters/target-navigator.js +10 -10
  424. package/dist/esm/clusters/temperature-control.d.ts +45 -45
  425. package/dist/esm/clusters/temperature-control.js +12 -12
  426. package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
  427. package/dist/esm/clusters/temperature-measurement.js +4 -4
  428. package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
  429. package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
  430. package/dist/esm/clusters/thermostat.d.ts +515 -515
  431. package/dist/esm/clusters/thermostat.js +114 -114
  432. package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
  433. package/dist/esm/clusters/thread-border-router-management.js +14 -14
  434. package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
  435. package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
  436. package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
  437. package/dist/esm/clusters/thread-network-directory.js +11 -11
  438. package/dist/esm/clusters/time-format-localization.d.ts +12 -12
  439. package/dist/esm/clusters/time-format-localization.js +3 -3
  440. package/dist/esm/clusters/time-synchronization.d.ts +245 -245
  441. package/dist/esm/clusters/time-synchronization.js +47 -47
  442. package/dist/esm/clusters/unit-localization.d.ts +6 -6
  443. package/dist/esm/clusters/unit-localization.js +1 -1
  444. package/dist/esm/clusters/user-label.d.ts +2 -2
  445. package/dist/esm/clusters/user-label.js +1 -1
  446. package/dist/esm/clusters/valid-proxies.d.ts +7 -7
  447. package/dist/esm/clusters/valid-proxies.js +2 -2
  448. package/dist/esm/clusters/valve-configuration-and-control.d.ts +80 -80
  449. package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
  450. package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
  451. package/dist/esm/clusters/wake-on-lan.js +2 -2
  452. package/dist/esm/clusters/water-heater-management.d.ts +91 -91
  453. package/dist/esm/clusters/water-heater-management.js +16 -16
  454. package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
  455. package/dist/esm/clusters/water-heater-mode.js +8 -8
  456. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
  457. package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
  458. package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
  459. package/dist/esm/clusters/wi-fi-network-management.js +3 -3
  460. package/dist/esm/clusters/window-covering.d.ts +183 -183
  461. package/dist/esm/clusters/window-covering.js +49 -49
  462. package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
  463. package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
  464. package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
  465. package/dist/esm/globals/Locationdesc.d.ts +5 -5
  466. package/dist/esm/globals/Locationdesc.js +3 -3
  467. package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
  468. package/dist/esm/globals/MeasurementAccuracy.js +3 -3
  469. package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
  470. package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
  471. package/dist/esm/globals/MeasurementType.d.ts +1 -1
  472. package/dist/esm/globals/Priority.d.ts +1 -1
  473. package/dist/esm/globals/Semtag.d.ts +6 -6
  474. package/dist/esm/globals/Semtag.js +4 -4
  475. package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  476. package/dist/esm/globals/Status.d.ts +33 -33
  477. package/dist/esm/globals/Tod.d.ts +2 -2
  478. package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
  479. package/package.json +5 -5
  480. package/src/clusters/access-control.ts +72 -72
  481. package/src/clusters/account-login.ts +22 -22
  482. package/src/clusters/actions.ts +86 -86
  483. package/src/clusters/administrator-commissioning.ts +20 -20
  484. package/src/clusters/air-quality.ts +4 -4
  485. package/src/clusters/alarm-base.ts +22 -22
  486. package/src/clusters/application-basic.ts +14 -14
  487. package/src/clusters/application-launcher.ts +28 -28
  488. package/src/clusters/audio-output.ts +17 -17
  489. package/src/clusters/ballast-configuration.ts +20 -20
  490. package/src/clusters/basic-information.ts +47 -47
  491. package/src/clusters/binding.ts +8 -8
  492. package/src/clusters/boolean-state-configuration.ts +31 -31
  493. package/src/clusters/boolean-state.ts +6 -6
  494. package/src/clusters/bridged-device-basic-information.ts +38 -38
  495. package/src/clusters/channel.ts +111 -111
  496. package/src/clusters/color-control.ts +168 -168
  497. package/src/clusters/commissioner-control.ts +15 -15
  498. package/src/clusters/concentration-measurement.ts +15 -15
  499. package/src/clusters/content-app-observer.ts +12 -12
  500. package/src/clusters/content-control.ts +96 -96
  501. package/src/clusters/content-launcher.ts +69 -69
  502. package/src/clusters/descriptor.ts +13 -13
  503. package/src/clusters/device-energy-management-mode.ts +28 -28
  504. package/src/clusters/device-energy-management.ts +136 -136
  505. package/src/clusters/diagnostic-logs.ts +26 -26
  506. package/src/clusters/dishwasher-alarm.ts +24 -24
  507. package/src/clusters/dishwasher-mode.ts +27 -27
  508. package/src/clusters/door-lock.ts +378 -378
  509. package/src/clusters/ecosystem-information.ts +17 -17
  510. package/src/clusters/electrical-energy-measurement.ts +39 -39
  511. package/src/clusters/electrical-power-measurement.ts +53 -53
  512. package/src/clusters/energy-evse-mode.ts +28 -28
  513. package/src/clusters/energy-evse.ts +109 -109
  514. package/src/clusters/energy-preference.ts +19 -19
  515. package/src/clusters/ethernet-network-diagnostics.ts +13 -13
  516. package/src/clusters/fan-control.ts +30 -30
  517. package/src/clusters/fixed-label.ts +2 -2
  518. package/src/clusters/flow-measurement.ts +5 -5
  519. package/src/clusters/general-commissioning.ts +45 -45
  520. package/src/clusters/general-diagnostics.ts +66 -66
  521. package/src/clusters/group-key-management.ts +45 -45
  522. package/src/clusters/groups.ts +44 -44
  523. package/src/clusters/icd-management.ts +50 -50
  524. package/src/clusters/identify.ts +14 -14
  525. package/src/clusters/illuminance-measurement.ts +7 -7
  526. package/src/clusters/joint-fabric-datastore-cluster.ts +82 -82
  527. package/src/clusters/joint-fabric-pki.ts +12 -12
  528. package/src/clusters/keypad-input.ts +11 -11
  529. package/src/clusters/label.ts +5 -5
  530. package/src/clusters/laundry-dryer-controls.ts +4 -4
  531. package/src/clusters/laundry-washer-controls.ts +11 -11
  532. package/src/clusters/laundry-washer-mode.ts +28 -28
  533. package/src/clusters/level-control.ts +50 -50
  534. package/src/clusters/localization-configuration.ts +3 -3
  535. package/src/clusters/low-power.ts +2 -2
  536. package/src/clusters/media-input.ts +20 -20
  537. package/src/clusters/media-playback.ts +91 -91
  538. package/src/clusters/messages.ts +61 -61
  539. package/src/clusters/microwave-oven-control.ts +23 -23
  540. package/src/clusters/microwave-oven-mode.ts +25 -25
  541. package/src/clusters/mode-base.ts +37 -37
  542. package/src/clusters/mode-select.ts +22 -22
  543. package/src/clusters/network-commissioning.ts +76 -76
  544. package/src/clusters/occupancy-sensing.ts +29 -29
  545. package/src/clusters/on-off.ts +33 -33
  546. package/src/clusters/operational-credentials.ts +65 -65
  547. package/src/clusters/operational-state.ts +34 -34
  548. package/src/clusters/ota-software-update-provider.ts +39 -39
  549. package/src/clusters/ota-software-update-requestor.ts +55 -55
  550. package/src/clusters/oven-cavity-operational-state.ts +9 -9
  551. package/src/clusters/oven-mode.ts +34 -34
  552. package/src/clusters/power-source-configuration.ts +2 -2
  553. package/src/clusters/power-source.ts +59 -59
  554. package/src/clusters/power-topology.ts +4 -4
  555. package/src/clusters/pressure-measurement.ts +11 -11
  556. package/src/clusters/proxy-configuration.ts +6 -6
  557. package/src/clusters/proxy-discovery.ts +7 -7
  558. package/src/clusters/pump-configuration-and-control.ts +69 -69
  559. package/src/clusters/refrigerator-alarm.ts +18 -18
  560. package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
  561. package/src/clusters/relative-humidity-measurement.ts +5 -5
  562. package/src/clusters/resource-monitoring.ts +13 -13
  563. package/src/clusters/rvc-clean-mode.ts +28 -28
  564. package/src/clusters/rvc-operational-state.ts +26 -26
  565. package/src/clusters/rvc-run-mode.ts +35 -35
  566. package/src/clusters/scenes-management.ts +112 -112
  567. package/src/clusters/service-area.ts +50 -50
  568. package/src/clusters/smoke-co-alarm.ts +66 -66
  569. package/src/clusters/software-diagnostics.ts +20 -20
  570. package/src/clusters/switch.ts +45 -45
  571. package/src/clusters/target-navigator.ts +20 -20
  572. package/src/clusters/temperature-control.ts +19 -19
  573. package/src/clusters/temperature-measurement.ts +5 -5
  574. package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
  575. package/src/clusters/thermostat.ts +172 -172
  576. package/src/clusters/thread-border-router-management.ts +23 -23
  577. package/src/clusters/thread-network-diagnostics.ts +125 -125
  578. package/src/clusters/thread-network-directory.ts +22 -22
  579. package/src/clusters/time-format-localization.ts +7 -7
  580. package/src/clusters/time-synchronization.ts +81 -81
  581. package/src/clusters/unit-localization.ts +4 -4
  582. package/src/clusters/user-label.ts +2 -2
  583. package/src/clusters/valid-proxies.ts +7 -7
  584. package/src/clusters/valve-configuration-and-control.ts +35 -35
  585. package/src/clusters/wake-on-lan.ts +3 -3
  586. package/src/clusters/water-heater-management.ts +26 -26
  587. package/src/clusters/water-heater-mode.ts +27 -27
  588. package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
  589. package/src/clusters/wi-fi-network-management.ts +6 -6
  590. package/src/clusters/window-covering.ts +68 -68
  591. package/src/globals/AtomicAttributeStatus.ts +4 -4
  592. package/src/globals/AtomicRequestType.ts +1 -1
  593. package/src/globals/Locationdesc.ts +5 -5
  594. package/src/globals/MeasurementAccuracy.ts +5 -5
  595. package/src/globals/MeasurementAccuracyRange.ts +10 -10
  596. package/src/globals/MeasurementType.ts +1 -1
  597. package/src/globals/Priority.ts +1 -1
  598. package/src/globals/Semtag.ts +6 -6
  599. package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
  600. package/src/globals/Status.ts +33 -33
  601. package/src/globals/Tod.ts +2 -2
  602. package/src/globals/WildcardPathFlags.ts +1 -1
@@ -13,7 +13,7 @@ export declare namespace EnergyEvse {
13
13
  /**
14
14
  * These are optional features supported by EnergyEvseCluster.
15
15
  *
16
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.4
16
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.4
17
17
  */
18
18
  enum Feature {
19
19
  /**
@@ -40,7 +40,7 @@ export declare namespace EnergyEvse {
40
40
  *
41
41
  * See the Device Energy Management Cluster for more details.
42
42
  *
43
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.1
43
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.4.1
44
44
  */
45
45
  ChargingPreferences = "ChargingPreferences",
46
46
  /**
@@ -56,7 +56,7 @@ export declare namespace EnergyEvse {
56
56
  * Note some EVSEs may use other undefined mechanisms to obtain vehicle State of Charge outside the scope of
57
57
  * this cluster.
58
58
  *
59
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.2
59
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.4.2
60
60
  */
61
61
  SoCReporting = "SoCReporting",
62
62
  /**
@@ -68,7 +68,7 @@ export declare namespace EnergyEvse {
68
68
  *
69
69
  * If the EVSE supports the Plug and Charge feature, it will only work if a compatible EV is connected.
70
70
  *
71
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.3
71
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.4.3
72
72
  */
73
73
  PlugAndCharge = "PlugAndCharge",
74
74
  /**
@@ -82,7 +82,7 @@ export declare namespace EnergyEvse {
82
82
  * subscribed to by the EVSE Management cluster client. This client may use this to enable the EV to charge or
83
83
  * discharge. The lookup and authorization of RIFD UID is outside the scope of this cluster.
84
84
  *
85
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.4
85
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.4.4
86
86
  */
87
87
  Rfid = "Rfid",
88
88
  /**
@@ -97,14 +97,14 @@ export declare namespace EnergyEvse {
97
97
  * minimise the energy flow from/to the grid as the demand in the home and the solar supply to the home both
98
98
  * fluctuate.
99
99
  *
100
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.5
100
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.4.5
101
101
  */
102
102
  V2X = "V2X"
103
103
  }
104
104
  /**
105
105
  * Input to the EnergyEvse enableDischarging command
106
106
  *
107
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3
107
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.3
108
108
  */
109
109
  const TlvEnableDischargingRequest: import("../tlv/TlvObject.js").ObjectSchema<{
110
110
  /**
@@ -113,7 +113,7 @@ export declare namespace EnergyEvse {
113
113
  * A value in the past in this field shall disable the EVSE discharging whereas a null value shall enable EVSE
114
114
  * discharging permanently.
115
115
  *
116
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.1
116
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.3.1
117
117
  */
118
118
  dischargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
119
119
  /**
@@ -121,19 +121,19 @@ export declare namespace EnergyEvse {
121
121
  * limit can be advertised to an EV in 0.6A steps. The value of the MaximumDischargeCurrent attribute shall be
122
122
  * stored and persisted across reboots by the EVSE to the value of this field.
123
123
  *
124
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.2
124
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.3.2
125
125
  */
126
126
  maximumDischargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
127
127
  }>;
128
128
  /**
129
129
  * Input to the EnergyEvse enableDischarging command
130
130
  *
131
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3
131
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.3
132
132
  */
133
133
  interface EnableDischargingRequest extends TypeFromSchema<typeof TlvEnableDischargingRequest> {
134
134
  }
135
135
  /**
136
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.1
136
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.1
137
137
  */
138
138
  const TargetDayOfWeek: {
139
139
  /**
@@ -179,7 +179,7 @@ export declare namespace EnergyEvse {
179
179
  *
180
180
  * To compute the charging time: Charging StartTime = TargetTimeMinutesPastMidnight - ChargingTime
181
181
  *
182
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6
182
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6
183
183
  */
184
184
  const TlvChargingTarget: import("../tlv/TlvObject.js").ObjectSchema<{
185
185
  /**
@@ -205,7 +205,7 @@ export declare namespace EnergyEvse {
205
205
  * that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
206
206
  * be able to reach the target.
207
207
  *
208
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.1
208
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.1
209
209
  */
210
210
  targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
211
211
  /**
@@ -231,7 +231,7 @@ export declare namespace EnergyEvse {
231
231
  *
232
232
  * and charge until the vehicle stops demanding a charge.
233
233
  *
234
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
234
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.2
235
235
  */
236
236
  targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
237
237
  /**
@@ -254,7 +254,7 @@ export declare namespace EnergyEvse {
254
254
  * Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the battery
255
255
  * during charging, or for heating or cooling the cabin.
256
256
  *
257
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.3
257
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.3
258
258
  */
259
259
  addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
260
260
  }>;
@@ -272,21 +272,21 @@ export declare namespace EnergyEvse {
272
272
  *
273
273
  * To compute the charging time: Charging StartTime = TargetTimeMinutesPastMidnight - ChargingTime
274
274
  *
275
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6
275
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6
276
276
  */
277
277
  interface ChargingTarget extends TypeFromSchema<typeof TlvChargingTarget> {
278
278
  }
279
279
  /**
280
280
  * This represents a set of user specified charging targets for an EV for a set of specified days.
281
281
  *
282
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.7
282
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.7
283
283
  */
284
284
  const TlvChargingTargetSchedule: import("../tlv/TlvObject.js").ObjectSchema<{
285
285
  /**
286
286
  * This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
287
287
  * is a bitmap and therefore the associated targets could be applied to multiple days.
288
288
  *
289
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.8
289
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.8
290
290
  */
291
291
  dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
292
292
  /**
@@ -321,7 +321,7 @@ export declare namespace EnergyEvse {
321
321
  /**
322
322
  * This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
323
323
  *
324
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.9
324
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.9
325
325
  */
326
326
  chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
327
327
  /**
@@ -347,7 +347,7 @@ export declare namespace EnergyEvse {
347
347
  * that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
348
348
  * be able to reach the target.
349
349
  *
350
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.1
350
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.1
351
351
  */
352
352
  targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
353
353
  /**
@@ -373,7 +373,7 @@ export declare namespace EnergyEvse {
373
373
  *
374
374
  * and charge until the vehicle stops demanding a charge.
375
375
  *
376
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
376
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.2
377
377
  */
378
378
  targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
379
379
  /**
@@ -396,7 +396,7 @@ export declare namespace EnergyEvse {
396
396
  * Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the battery
397
397
  * during charging, or for heating or cooling the cabin.
398
398
  *
399
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.3
399
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.3
400
400
  */
401
401
  addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
402
402
  }>[]>;
@@ -404,14 +404,14 @@ export declare namespace EnergyEvse {
404
404
  /**
405
405
  * This represents a set of user specified charging targets for an EV for a set of specified days.
406
406
  *
407
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.7
407
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.7
408
408
  */
409
409
  interface ChargingTargetSchedule extends TypeFromSchema<typeof TlvChargingTargetSchedule> {
410
410
  }
411
411
  /**
412
412
  * Input to the EnergyEvse setTargets command
413
413
  *
414
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.5
414
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.5
415
415
  */
416
416
  const TlvSetTargetsRequest: import("../tlv/TlvObject.js").ObjectSchema<{
417
417
  /**
@@ -419,14 +419,14 @@ export declare namespace EnergyEvse {
419
419
  * days of the week. Each of the days of the week may only be included in a single ChargingTargetSchedule within
420
420
  * this list field.
421
421
  *
422
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.5.1
422
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.5.1
423
423
  */
424
424
  chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
425
425
  /**
426
426
  * This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
427
427
  * is a bitmap and therefore the associated targets could be applied to multiple days.
428
428
  *
429
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.8
429
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.8
430
430
  */
431
431
  dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
432
432
  /**
@@ -461,7 +461,7 @@ export declare namespace EnergyEvse {
461
461
  /**
462
462
  * This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
463
463
  *
464
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.9
464
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.9
465
465
  */
466
466
  chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
467
467
  /**
@@ -487,7 +487,7 @@ export declare namespace EnergyEvse {
487
487
  * that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
488
488
  * be able to reach the target.
489
489
  *
490
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.1
490
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.1
491
491
  */
492
492
  targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
493
493
  /**
@@ -513,7 +513,7 @@ export declare namespace EnergyEvse {
513
513
  *
514
514
  * and charge until the vehicle stops demanding a charge.
515
515
  *
516
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
516
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.2
517
517
  */
518
518
  targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
519
519
  /**
@@ -536,7 +536,7 @@ export declare namespace EnergyEvse {
536
536
  * Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the battery
537
537
  * during charging, or for heating or cooling the cabin.
538
538
  *
539
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.3
539
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.3
540
540
  */
541
541
  addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
542
542
  }>[]>;
@@ -545,28 +545,28 @@ export declare namespace EnergyEvse {
545
545
  /**
546
546
  * Input to the EnergyEvse setTargets command
547
547
  *
548
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.5
548
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.5
549
549
  */
550
550
  interface SetTargetsRequest extends TypeFromSchema<typeof TlvSetTargetsRequest> {
551
551
  }
552
552
  /**
553
553
  * The GetTargetsResponse is sent in response to the GetTargets Command.
554
554
  *
555
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.7
555
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.7
556
556
  */
557
557
  const TlvGetTargetsResponse: import("../tlv/TlvObject.js").ObjectSchema<{
558
558
  /**
559
559
  * This field shall indicate a list of up to 7 sets of daily charging targets together with their associated
560
560
  * days of the week.
561
561
  *
562
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.7.1
562
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.7.1
563
563
  */
564
564
  chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
565
565
  /**
566
566
  * This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
567
567
  * is a bitmap and therefore the associated targets could be applied to multiple days.
568
568
  *
569
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.8
569
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.8
570
570
  */
571
571
  dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
572
572
  /**
@@ -601,7 +601,7 @@ export declare namespace EnergyEvse {
601
601
  /**
602
602
  * This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
603
603
  *
604
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.9
604
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.9
605
605
  */
606
606
  chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
607
607
  /**
@@ -627,7 +627,7 @@ export declare namespace EnergyEvse {
627
627
  * that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
628
628
  * be able to reach the target.
629
629
  *
630
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.1
630
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.1
631
631
  */
632
632
  targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
633
633
  /**
@@ -653,7 +653,7 @@ export declare namespace EnergyEvse {
653
653
  *
654
654
  * and charge until the vehicle stops demanding a charge.
655
655
  *
656
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
656
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.2
657
657
  */
658
658
  targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
659
659
  /**
@@ -676,7 +676,7 @@ export declare namespace EnergyEvse {
676
676
  * Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the battery
677
677
  * during charging, or for heating or cooling the cabin.
678
678
  *
679
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.3
679
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.3
680
680
  */
681
681
  addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
682
682
  }>[]>;
@@ -685,32 +685,32 @@ export declare namespace EnergyEvse {
685
685
  /**
686
686
  * The GetTargetsResponse is sent in response to the GetTargets Command.
687
687
  *
688
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.7
688
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.7
689
689
  */
690
690
  interface GetTargetsResponse extends TypeFromSchema<typeof TlvGetTargetsResponse> {
691
691
  }
692
692
  /**
693
693
  * Body of the EnergyEvse rfid event
694
694
  *
695
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.6
695
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.6
696
696
  */
697
697
  const TlvRfidEvent: import("../tlv/TlvObject.js").ObjectSchema<{
698
698
  /**
699
699
  * The UID field (ISO 14443A UID) is either 4, 7 or 10 bytes.
700
700
  *
701
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.6.1
701
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.6.1
702
702
  */
703
703
  uid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
704
704
  }>;
705
705
  /**
706
706
  * Body of the EnergyEvse rfid event
707
707
  *
708
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.6
708
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.6
709
709
  */
710
710
  interface RfidEvent extends TypeFromSchema<typeof TlvRfidEvent> {
711
711
  }
712
712
  /**
713
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.2
713
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.2
714
714
  */
715
715
  enum State {
716
716
  /**
@@ -743,7 +743,7 @@ export declare namespace EnergyEvse {
743
743
  Fault = 6
744
744
  }
745
745
  /**
746
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.3
746
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.3
747
747
  */
748
748
  enum SupplyState {
749
749
  /**
@@ -773,7 +773,7 @@ export declare namespace EnergyEvse {
773
773
  Enabled = 5
774
774
  }
775
775
  /**
776
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.4
776
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.4
777
777
  */
778
778
  enum FaultState {
779
779
  /**
@@ -848,7 +848,7 @@ export declare namespace EnergyEvse {
848
848
  /**
849
849
  * Input to the EnergyEvse enableCharging command
850
850
  *
851
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2
851
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.2
852
852
  */
853
853
  const TlvEnableChargingRequest: import("../tlv/TlvObject.js").ObjectSchema<{
854
854
  /**
@@ -857,7 +857,7 @@ export declare namespace EnergyEvse {
857
857
  * A value in the past in this field shall disable the EVSE charging whereas a null value shall enable it
858
858
  * permanently.
859
859
  *
860
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2.1
860
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.2.1
861
861
  */
862
862
  chargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
863
863
  /**
@@ -867,7 +867,7 @@ export declare namespace EnergyEvse {
867
867
  * The value of the MinimumChargeCurrent attribute shall be set to the value of this field (see
868
868
  * MinimumChargeCurrent attribute for further details).
869
869
  *
870
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2.2
870
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.2.2
871
871
  */
872
872
  minimumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
873
873
  /**
@@ -878,60 +878,60 @@ export declare namespace EnergyEvse {
878
878
  * attribute. For example, if the UserMaximumChargeCurrent attribute is adjusted below then this value, and then
879
879
  * later adjusted above this value, the resulting MaximumChargeCurrent attribute will be limited to this value.
880
880
  *
881
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2.3
881
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.2.3
882
882
  */
883
883
  maximumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
884
884
  }>;
885
885
  /**
886
886
  * Input to the EnergyEvse enableCharging command
887
887
  *
888
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2
888
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.2
889
889
  */
890
890
  interface EnableChargingRequest extends TypeFromSchema<typeof TlvEnableChargingRequest> {
891
891
  }
892
892
  /**
893
893
  * Body of the EnergyEvse evConnected event
894
894
  *
895
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.1
895
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.1
896
896
  */
897
897
  const TlvEvConnectedEvent: import("../tlv/TlvObject.js").ObjectSchema<{
898
898
  /**
899
899
  * This is the new session ID created after the vehicle is plugged in.
900
900
  *
901
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.1.1
901
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.1.1
902
902
  */
903
903
  sessionId: import("../tlv/TlvObject.js").FieldType<number>;
904
904
  }>;
905
905
  /**
906
906
  * Body of the EnergyEvse evConnected event
907
907
  *
908
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.1
908
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.1
909
909
  */
910
910
  interface EvConnectedEvent extends TypeFromSchema<typeof TlvEvConnectedEvent> {
911
911
  }
912
912
  /**
913
913
  * Body of the EnergyEvse evNotDetected event
914
914
  *
915
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2
915
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2
916
916
  */
917
917
  const TlvEvNotDetectedEvent: import("../tlv/TlvObject.js").ObjectSchema<{
918
918
  /**
919
919
  * This field shall indicate the current value of the SessionID attribute.
920
920
  *
921
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.1
921
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2.1
922
922
  */
923
923
  sessionId: import("../tlv/TlvObject.js").FieldType<number>;
924
924
  /**
925
925
  * This field shall indicate the value of the State attribute prior to the EV not being detected.
926
926
  *
927
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.2
927
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2.2
928
928
  */
929
929
  state: import("../tlv/TlvObject.js").FieldType<State>;
930
930
  /**
931
931
  * This field shall indicate the total duration of the session, from the start of the session when the EV was
932
932
  * plugged in, until it was unplugged.
933
933
  *
934
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.3
934
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2.3
935
935
  */
936
936
  sessionDuration: import("../tlv/TlvObject.js").FieldType<number>;
937
937
  /**
@@ -940,7 +940,7 @@ export declare namespace EnergyEvse {
940
940
  * Note that if bi-directional charging occurs during the session, then this value shall only include the sum of
941
941
  * energy transferred from the EVSE to the EV, and shall NOT be a net value of charging and discharging energy.
942
942
  *
943
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.4
943
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2.4
944
944
  */
945
945
  sessionEnergyCharged: import("../tlv/TlvObject.js").FieldType<number | bigint>;
946
946
  /**
@@ -950,33 +950,33 @@ export declare namespace EnergyEvse {
950
950
  * of energy transferred from the EV to the EVSE, and shall NOT be a net value of charging and discharging
951
951
  * energy.
952
952
  *
953
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.5
953
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2.5
954
954
  */
955
955
  sessionEnergyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
956
956
  }>;
957
957
  /**
958
958
  * Body of the EnergyEvse evNotDetected event
959
959
  *
960
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2
960
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2
961
961
  */
962
962
  interface EvNotDetectedEvent extends TypeFromSchema<typeof TlvEvNotDetectedEvent> {
963
963
  }
964
964
  /**
965
965
  * Body of the EnergyEvse energyTransferStarted event
966
966
  *
967
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3
967
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.3
968
968
  */
969
969
  const TlvEnergyTransferStartedEvent: import("../tlv/TlvObject.js").ObjectSchema<{
970
970
  /**
971
971
  * This field shall indicate the value of the SessionID attribute at the time the event was generated.
972
972
  *
973
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.1
973
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.3.1
974
974
  */
975
975
  sessionId: import("../tlv/TlvObject.js").FieldType<number>;
976
976
  /**
977
977
  * This field shall indicate the value of the State attribute at the time the event was generated.
978
978
  *
979
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.2
979
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.3.2
980
980
  */
981
981
  state: import("../tlv/TlvObject.js").FieldType<State>;
982
982
  /**
@@ -985,7 +985,7 @@ export declare namespace EnergyEvse {
985
985
  * A non-zero value indicates that the EV has been enabled for charging and the value is taken directly from the
986
986
  * MaximumChargeCurrent attribute. A zero value indicates that the EV has not been enabled for charging.
987
987
  *
988
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.3
988
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.3.3
989
989
  */
990
990
  maximumCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
991
991
  /**
@@ -995,19 +995,19 @@ export declare namespace EnergyEvse {
995
995
  * the MaximumDischargeCurrent attribute. A zero value indicates that the EV has not been enabled for
996
996
  * discharging.
997
997
  *
998
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.4
998
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.3.4
999
999
  */
1000
1000
  maximumDischargeCurrent: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1001
1001
  }>;
1002
1002
  /**
1003
1003
  * Body of the EnergyEvse energyTransferStarted event
1004
1004
  *
1005
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3
1005
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.3
1006
1006
  */
1007
1007
  interface EnergyTransferStartedEvent extends TypeFromSchema<typeof TlvEnergyTransferStartedEvent> {
1008
1008
  }
1009
1009
  /**
1010
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.5
1010
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.5
1011
1011
  */
1012
1012
  enum EnergyTransferStoppedReason {
1013
1013
  /**
@@ -1026,85 +1026,85 @@ export declare namespace EnergyEvse {
1026
1026
  /**
1027
1027
  * Body of the EnergyEvse energyTransferStopped event
1028
1028
  *
1029
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4
1029
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4
1030
1030
  */
1031
1031
  const TlvEnergyTransferStoppedEvent: import("../tlv/TlvObject.js").ObjectSchema<{
1032
1032
  /**
1033
1033
  * This field shall indicate the value of the SessionID attribute prior to the energy transfer stopping.
1034
1034
  *
1035
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.1
1035
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4.1
1036
1036
  */
1037
1037
  sessionId: import("../tlv/TlvObject.js").FieldType<number>;
1038
1038
  /**
1039
1039
  * This field shall indicate the value of the State attribute prior to the energy transfer stopping.
1040
1040
  *
1041
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.2
1041
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4.2
1042
1042
  */
1043
1043
  state: import("../tlv/TlvObject.js").FieldType<State>;
1044
1044
  /**
1045
1045
  * This field shall indicate the reason why the energy transferred stopped.
1046
1046
  *
1047
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.3
1047
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4.3
1048
1048
  */
1049
1049
  reason: import("../tlv/TlvObject.js").FieldType<EnergyTransferStoppedReason>;
1050
1050
  /**
1051
1051
  * This field shall indicate the amount of energy transferred from the EVSE to the EV since the previous
1052
1052
  * EnergyTransferStarted event, in mWh.
1053
1053
  *
1054
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.4
1054
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4.4
1055
1055
  */
1056
1056
  energyTransferred: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1057
1057
  /**
1058
1058
  * This field shall indicate the amount of energy transferred from the EV to the EVSE since the previous
1059
1059
  * EnergyTransferStarted event, in mWh.
1060
1060
  *
1061
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.5
1061
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4.5
1062
1062
  */
1063
1063
  energyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1064
1064
  }>;
1065
1065
  /**
1066
1066
  * Body of the EnergyEvse energyTransferStopped event
1067
1067
  *
1068
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4
1068
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4
1069
1069
  */
1070
1070
  interface EnergyTransferStoppedEvent extends TypeFromSchema<typeof TlvEnergyTransferStoppedEvent> {
1071
1071
  }
1072
1072
  /**
1073
1073
  * Body of the EnergyEvse fault event
1074
1074
  *
1075
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5
1075
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.5
1076
1076
  */
1077
1077
  const TlvFaultEvent: import("../tlv/TlvObject.js").ObjectSchema<{
1078
1078
  /**
1079
1079
  * This field shall indicate the value of the SessionID attribute prior to the Fault State being changed. A
1080
1080
  * value of null indicates no sessions have occurred before the fault occurred.
1081
1081
  *
1082
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.1
1082
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.5.1
1083
1083
  */
1084
1084
  sessionId: import("../tlv/TlvObject.js").FieldType<number | null>;
1085
1085
  /**
1086
1086
  * This field shall indicate the value of the State attribute prior to the Fault State being changed.
1087
1087
  *
1088
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.2
1088
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.5.2
1089
1089
  */
1090
1090
  state: import("../tlv/TlvObject.js").FieldType<State>;
1091
1091
  /**
1092
1092
  * This field shall indicate the value of the FaultState attribute prior to the Fault State being changed.
1093
1093
  *
1094
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.3
1094
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.5.3
1095
1095
  */
1096
1096
  faultStatePreviousState: import("../tlv/TlvObject.js").FieldType<FaultState>;
1097
1097
  /**
1098
1098
  * This field shall indicate the current value of the FaultState attribute.
1099
1099
  *
1100
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.4
1100
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.5.4
1101
1101
  */
1102
1102
  faultStateCurrentState: import("../tlv/TlvObject.js").FieldType<FaultState>;
1103
1103
  }>;
1104
1104
  /**
1105
1105
  * Body of the EnergyEvse fault event
1106
1106
  *
1107
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5
1107
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.5
1108
1108
  */
1109
1109
  interface FaultEvent extends TypeFromSchema<typeof TlvFaultEvent> {
1110
1110
  }
@@ -1124,7 +1124,7 @@ export declare namespace EnergyEvse {
1124
1124
  * This attribute shall be persisted, for example a temporary power failure should not stop the vehicle from
1125
1125
  * being discharged.
1126
1126
  *
1127
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.5
1127
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.5
1128
1128
  */
1129
1129
  readonly dischargingEnabledUntil: Attribute<number | null, any>;
1130
1130
  /**
@@ -1139,11 +1139,11 @@ export declare namespace EnergyEvse {
1139
1139
  *
1140
1140
  * • MaximumDischargeCurrent field in the EnableDischarging command
1141
1141
  *
1142
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.9
1142
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.9
1143
1143
  */
1144
1144
  readonly maximumDischargeCurrent: Attribute<number | bigint, any>;
1145
1145
  /**
1146
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8
1146
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8
1147
1147
  */
1148
1148
  readonly sessionEnergyDischarged: Attribute<number | bigint | null, any>;
1149
1149
  };
@@ -1152,7 +1152,7 @@ export declare namespace EnergyEvse {
1152
1152
  * Upon receipt, this shall allow a client to enable the discharge of an EV, and to provide or update the
1153
1153
  * maximum discharge current.
1154
1154
  *
1155
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3
1155
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.3
1156
1156
  */
1157
1157
  readonly enableDischarging: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1158
1158
  /**
@@ -1161,7 +1161,7 @@ export declare namespace EnergyEvse {
1161
1161
  * A value in the past in this field shall disable the EVSE discharging whereas a null value shall enable EVSE
1162
1162
  * discharging permanently.
1163
1163
  *
1164
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.1
1164
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.3.1
1165
1165
  */
1166
1166
  dischargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
1167
1167
  /**
@@ -1169,7 +1169,7 @@ export declare namespace EnergyEvse {
1169
1169
  * limit can be advertised to an EV in 0.6A steps. The value of the MaximumDischargeCurrent attribute shall be
1170
1170
  * stored and persisted across reboots by the EVSE to the value of this field.
1171
1171
  *
1172
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.2
1172
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.3.2
1173
1173
  */
1174
1174
  maximumDischargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1175
1175
  }>, void, any>;
@@ -1188,7 +1188,7 @@ export declare namespace EnergyEvse {
1188
1188
  * Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
1189
1189
  * enabled.
1190
1190
  *
1191
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.12
1191
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.12
1192
1192
  */
1193
1193
  readonly nextChargeStartTime: Attribute<number | null, any>;
1194
1194
  /**
@@ -1199,7 +1199,7 @@ export declare namespace EnergyEvse {
1199
1199
  * Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
1200
1200
  * enabled.
1201
1201
  *
1202
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.13
1202
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.13
1203
1203
  */
1204
1204
  readonly nextChargeTargetTime: Attribute<number | null, any>;
1205
1205
  /**
@@ -1210,7 +1210,7 @@ export declare namespace EnergyEvse {
1210
1210
  * Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
1211
1211
  * enabled, or that the next ChargingTargetStruct is using the TargetSoC value to charge the vehicle.
1212
1212
  *
1213
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.14
1213
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.14
1214
1214
  */
1215
1215
  readonly nextChargeRequiredEnergy: Attribute<number | bigint | null, any>;
1216
1216
  /**
@@ -1223,7 +1223,7 @@ export declare namespace EnergyEvse {
1223
1223
  *
1224
1224
  * If the SOC feature is not supported, only the values null and 100% are supported.
1225
1225
  *
1226
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.15
1226
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.15
1227
1227
  */
1228
1228
  readonly nextChargeTargetSoC: Attribute<number | null, any>;
1229
1229
  /**
@@ -1256,7 +1256,7 @@ export declare namespace EnergyEvse {
1256
1256
  *
1257
1257
  * = 29.82 Miles
1258
1258
  *
1259
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.16
1259
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.16
1260
1260
  */
1261
1261
  readonly approximateEvEfficiency: OptionalWritableAttribute<number | null, any>;
1262
1262
  };
@@ -1264,7 +1264,7 @@ export declare namespace EnergyEvse {
1264
1264
  /**
1265
1265
  * Allows a client to set the user specified charging targets.
1266
1266
  *
1267
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.5
1267
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.5
1268
1268
  */
1269
1269
  readonly setTargets: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1270
1270
  /**
@@ -1272,14 +1272,14 @@ export declare namespace EnergyEvse {
1272
1272
  * days of the week. Each of the days of the week may only be included in a single ChargingTargetSchedule within
1273
1273
  * this list field.
1274
1274
  *
1275
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.5.1
1275
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.5.1
1276
1276
  */
1277
1277
  chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1278
1278
  /**
1279
1279
  * This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
1280
1280
  * is a bitmap and therefore the associated targets could be applied to multiple days.
1281
1281
  *
1282
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.8
1282
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.8
1283
1283
  */
1284
1284
  dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1285
1285
  /**
@@ -1314,7 +1314,7 @@ export declare namespace EnergyEvse {
1314
1314
  /**
1315
1315
  * This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
1316
1316
  *
1317
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.9
1317
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.9
1318
1318
  */
1319
1319
  chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1320
1320
  /**
@@ -1340,7 +1340,7 @@ export declare namespace EnergyEvse {
1340
1340
  * that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
1341
1341
  * be able to reach the target.
1342
1342
  *
1343
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.1
1343
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.1
1344
1344
  */
1345
1345
  targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
1346
1346
  /**
@@ -1366,7 +1366,7 @@ export declare namespace EnergyEvse {
1366
1366
  *
1367
1367
  * and charge until the vehicle stops demanding a charge.
1368
1368
  *
1369
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
1369
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.2
1370
1370
  */
1371
1371
  targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1372
1372
  /**
@@ -1389,7 +1389,7 @@ export declare namespace EnergyEvse {
1389
1389
  * Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the battery
1390
1390
  * during charging, or for heating or cooling the cabin.
1391
1391
  *
1392
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.3
1392
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.3
1393
1393
  */
1394
1394
  addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1395
1395
  }>[]>;
@@ -1398,21 +1398,21 @@ export declare namespace EnergyEvse {
1398
1398
  /**
1399
1399
  * Allows a client to retrieve the current set of charging targets.
1400
1400
  *
1401
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.6
1401
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.6
1402
1402
  */
1403
1403
  readonly getTargets: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
1404
1404
  /**
1405
1405
  * This field shall indicate a list of up to 7 sets of daily charging targets together with their associated
1406
1406
  * days of the week.
1407
1407
  *
1408
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.7.1
1408
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.7.1
1409
1409
  */
1410
1410
  chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1411
1411
  /**
1412
1412
  * This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
1413
1413
  * is a bitmap and therefore the associated targets could be applied to multiple days.
1414
1414
  *
1415
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.8
1415
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.8
1416
1416
  */
1417
1417
  dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1418
1418
  /**
@@ -1447,7 +1447,7 @@ export declare namespace EnergyEvse {
1447
1447
  /**
1448
1448
  * This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
1449
1449
  *
1450
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.9
1450
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.9
1451
1451
  */
1452
1452
  chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1453
1453
  /**
@@ -1473,7 +1473,7 @@ export declare namespace EnergyEvse {
1473
1473
  * that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
1474
1474
  * be able to reach the target.
1475
1475
  *
1476
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.1
1476
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.1
1477
1477
  */
1478
1478
  targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
1479
1479
  /**
@@ -1499,7 +1499,7 @@ export declare namespace EnergyEvse {
1499
1499
  *
1500
1500
  * and charge until the vehicle stops demanding a charge.
1501
1501
  *
1502
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
1502
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.2
1503
1503
  */
1504
1504
  targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1505
1505
  /**
@@ -1522,7 +1522,7 @@ export declare namespace EnergyEvse {
1522
1522
  * Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the battery
1523
1523
  * during charging, or for heating or cooling the cabin.
1524
1524
  *
1525
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.3
1525
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.3
1526
1526
  */
1527
1527
  addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1528
1528
  }>[]>;
@@ -1531,7 +1531,7 @@ export declare namespace EnergyEvse {
1531
1531
  /**
1532
1532
  * Allows a client to clear all stored charging targets.
1533
1533
  *
1534
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.8
1534
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.8
1535
1535
  */
1536
1536
  readonly clearTargets: Command<void, void, any>;
1537
1537
  };
@@ -1547,13 +1547,13 @@ export declare namespace EnergyEvse {
1547
1547
  * the SOC feature. If the StateOfCharge cannot be read from the vehicle it shall be returned with a NULL
1548
1548
  * value.
1549
1549
  *
1550
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.17
1550
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.17
1551
1551
  */
1552
1552
  readonly stateOfCharge: Attribute<number | null, any>;
1553
1553
  /**
1554
1554
  * Indicates the capacity of the EV battery in mWh. This value is always positive.
1555
1555
  *
1556
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.18
1556
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.18
1557
1557
  */
1558
1558
  readonly batteryCapacity: Attribute<number | bigint | null, any>;
1559
1559
  };
@@ -1570,7 +1570,7 @@ export declare namespace EnergyEvse {
1570
1570
  * The field may be based on the e-Mobility Account Identifier (EMAID). A null value shall indicate that
1571
1571
  * this is unknown.
1572
1572
  *
1573
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.19
1573
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.19
1574
1574
  */
1575
1575
  readonly vehicleId: Attribute<string | null, any>;
1576
1576
  };
@@ -1584,13 +1584,13 @@ export declare namespace EnergyEvse {
1584
1584
  * This event shall be generated when a RFID card has been read. This allows a controller to register the
1585
1585
  * card ID and use this to authenticate and start the charging session.
1586
1586
  *
1587
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.6
1587
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.6
1588
1588
  */
1589
1589
  readonly rfid: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
1590
1590
  /**
1591
1591
  * The UID field (ISO 14443A UID) is either 4, 7 or 10 bytes.
1592
1592
  *
1593
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.6.1
1593
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.6.1
1594
1594
  */
1595
1595
  uid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
1596
1596
  }>, any>;
@@ -1628,7 +1628,7 @@ export declare namespace EnergyEvse {
1628
1628
  *
1629
1629
  * See the Device Energy Management Cluster for more details.
1630
1630
  *
1631
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.1
1631
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.4.1
1632
1632
  */
1633
1633
  readonly chargingPreferences: BitFlag;
1634
1634
  /**
@@ -1644,7 +1644,7 @@ export declare namespace EnergyEvse {
1644
1644
  * Note some EVSEs may use other undefined mechanisms to obtain vehicle State of Charge outside the scope of
1645
1645
  * this cluster.
1646
1646
  *
1647
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.2
1647
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.4.2
1648
1648
  */
1649
1649
  readonly soCReporting: BitFlag;
1650
1650
  /**
@@ -1656,7 +1656,7 @@ export declare namespace EnergyEvse {
1656
1656
  *
1657
1657
  * If the EVSE supports the Plug and Charge feature, it will only work if a compatible EV is connected.
1658
1658
  *
1659
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.3
1659
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.4.3
1660
1660
  */
1661
1661
  readonly plugAndCharge: BitFlag;
1662
1662
  /**
@@ -1670,7 +1670,7 @@ export declare namespace EnergyEvse {
1670
1670
  * subscribed to by the EVSE Management cluster client. This client may use this to enable the EV to charge
1671
1671
  * or discharge. The lookup and authorization of RIFD UID is outside the scope of this cluster.
1672
1672
  *
1673
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.4
1673
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.4.4
1674
1674
  */
1675
1675
  readonly rfid: BitFlag;
1676
1676
  /**
@@ -1685,7 +1685,7 @@ export declare namespace EnergyEvse {
1685
1685
  * to minimise the energy flow from/to the grid as the demand in the home and the solar supply to the home
1686
1686
  * both fluctuate.
1687
1687
  *
1688
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.5
1688
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.4.5
1689
1689
  */
1690
1690
  readonly v2X: BitFlag;
1691
1691
  };
@@ -1706,13 +1706,13 @@ export declare namespace EnergyEvse {
1706
1706
  *
1707
1707
  * A null value shall indicate that the state cannot be determined.
1708
1708
  *
1709
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.1
1709
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.1
1710
1710
  */
1711
1711
  readonly state: Attribute<State | null, any>;
1712
1712
  /**
1713
1713
  * Indicates whether the EV is currently allowed to charge from or discharge to the EVSE.
1714
1714
  *
1715
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.2
1715
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.2
1716
1716
  */
1717
1717
  readonly supplyState: Attribute<SupplyState, any>;
1718
1718
  /**
@@ -1722,7 +1722,7 @@ export declare namespace EnergyEvse {
1722
1722
  * listed in FaultStateEnum, except NoError. For all values of SupplyState other than DisabledError, the
1723
1723
  * FaultState attribute shall be NoError.
1724
1724
  *
1725
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.3
1725
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.3
1726
1726
  */
1727
1727
  readonly faultState: Attribute<FaultState, any>;
1728
1728
  /**
@@ -1736,7 +1736,7 @@ export declare namespace EnergyEvse {
1736
1736
  * This attribute shall be persisted, for example a temporary power failure should not stop the vehicle from
1737
1737
  * being charged.
1738
1738
  *
1739
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.4
1739
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.4
1740
1740
  */
1741
1741
  readonly chargingEnabledUntil: Attribute<number | null, any>;
1742
1742
  /**
@@ -1744,7 +1744,7 @@ export declare namespace EnergyEvse {
1744
1744
  * allow implementation of a self-managed network of EVSEs. It is assumed that the device will allow the
1745
1745
  * setting of such values by an installer.
1746
1746
  *
1747
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.6
1747
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.6
1748
1748
  */
1749
1749
  readonly circuitCapacity: Attribute<number | bigint, any>;
1750
1750
  /**
@@ -1752,7 +1752,7 @@ export declare namespace EnergyEvse {
1752
1752
  *
1753
1753
  * The attribute can be set using the EnableCharging command.
1754
1754
  *
1755
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.7
1755
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.7
1756
1756
  */
1757
1757
  readonly minimumChargeCurrent: Attribute<number | bigint, any>;
1758
1758
  /**
@@ -1775,7 +1775,7 @@ export declare namespace EnergyEvse {
1775
1775
  *
1776
1776
  * • UserMaximumChargeCurrent attribute
1777
1777
  *
1778
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.8
1778
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.8
1779
1779
  */
1780
1780
  readonly maximumChargeCurrent: Attribute<number | bigint, any>;
1781
1781
  /**
@@ -1794,7 +1794,7 @@ export declare namespace EnergyEvse {
1794
1794
  * Its default value SHOULD be initialized to the same as the CircuitCapacity attribute. This value shall be
1795
1795
  * persisted across reboots to ensure it does not cause charging issues during temporary power failures.
1796
1796
  *
1797
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.10
1797
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.10
1798
1798
  */
1799
1799
  readonly userMaximumChargeCurrent: OptionalWritableAttribute<number | bigint, any>;
1800
1800
  /**
@@ -1808,19 +1808,19 @@ export declare namespace EnergyEvse {
1808
1808
  * energy starting at 00:30, then the EVSE must compute a random delay between 0-599s and add this to its
1809
1809
  * initial planned start time.
1810
1810
  *
1811
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.11
1811
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.11
1812
1812
  */
1813
1813
  readonly randomizationDelayWindow: OptionalWritableAttribute<number, any>;
1814
1814
  /**
1815
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8
1815
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8
1816
1816
  */
1817
1817
  readonly sessionId: Attribute<number | null, any>;
1818
1818
  /**
1819
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8
1819
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8
1820
1820
  */
1821
1821
  readonly sessionDuration: Attribute<number | null, any>;
1822
1822
  /**
1823
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8
1823
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8
1824
1824
  */
1825
1825
  readonly sessionEnergyCharged: Attribute<number | bigint | null, any>;
1826
1826
  };
@@ -1828,14 +1828,14 @@ export declare namespace EnergyEvse {
1828
1828
  /**
1829
1829
  * Allows a client to disable the EVSE from charging and discharging.
1830
1830
  *
1831
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.1
1831
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.1
1832
1832
  */
1833
1833
  readonly disable: Command<void, void, any>;
1834
1834
  /**
1835
1835
  * This command allows a client to enable the EVSE to charge an EV, and to provide or update the maximum and
1836
1836
  * minimum charge current.
1837
1837
  *
1838
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2
1838
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.2
1839
1839
  */
1840
1840
  readonly enableCharging: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1841
1841
  /**
@@ -1844,7 +1844,7 @@ export declare namespace EnergyEvse {
1844
1844
  * A value in the past in this field shall disable the EVSE charging whereas a null value shall enable it
1845
1845
  * permanently.
1846
1846
  *
1847
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2.1
1847
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.2.1
1848
1848
  */
1849
1849
  chargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
1850
1850
  /**
@@ -1854,7 +1854,7 @@ export declare namespace EnergyEvse {
1854
1854
  * The value of the MinimumChargeCurrent attribute shall be set to the value of this field (see
1855
1855
  * MinimumChargeCurrent attribute for further details).
1856
1856
  *
1857
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2.2
1857
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.2.2
1858
1858
  */
1859
1859
  minimumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1860
1860
  /**
@@ -1865,14 +1865,14 @@ export declare namespace EnergyEvse {
1865
1865
  * attribute. For example, if the UserMaximumChargeCurrent attribute is adjusted below then this value, and then
1866
1866
  * later adjusted above this value, the resulting MaximumChargeCurrent attribute will be limited to this value.
1867
1867
  *
1868
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2.3
1868
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.2.3
1869
1869
  */
1870
1870
  maximumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1871
1871
  }>, void, any>;
1872
1872
  /**
1873
1873
  * Allows a client to put the EVSE into a self-diagnostics mode.
1874
1874
  *
1875
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.4
1875
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.4
1876
1876
  */
1877
1877
  readonly startDiagnostics: OptionalCommand<void, void, any>;
1878
1878
  };
@@ -1880,13 +1880,13 @@ export declare namespace EnergyEvse {
1880
1880
  /**
1881
1881
  * This event shall be generated when the EV is plugged in.
1882
1882
  *
1883
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.1
1883
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.1
1884
1884
  */
1885
1885
  readonly evConnected: Event<import("../tlv/TlvObject.js").TypeFromFields<{
1886
1886
  /**
1887
1887
  * This is the new session ID created after the vehicle is plugged in.
1888
1888
  *
1889
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.1.1
1889
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.1.1
1890
1890
  */
1891
1891
  sessionId: import("../tlv/TlvObject.js").FieldType<number>;
1892
1892
  }>, any>;
@@ -1894,26 +1894,26 @@ export declare namespace EnergyEvse {
1894
1894
  * This event shall be generated when the EV is unplugged or not detected (having been previously plugged
1895
1895
  * in). When the vehicle is unplugged then the session is ended.
1896
1896
  *
1897
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2
1897
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2
1898
1898
  */
1899
1899
  readonly evNotDetected: Event<import("../tlv/TlvObject.js").TypeFromFields<{
1900
1900
  /**
1901
1901
  * This field shall indicate the current value of the SessionID attribute.
1902
1902
  *
1903
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.1
1903
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2.1
1904
1904
  */
1905
1905
  sessionId: import("../tlv/TlvObject.js").FieldType<number>;
1906
1906
  /**
1907
1907
  * This field shall indicate the value of the State attribute prior to the EV not being detected.
1908
1908
  *
1909
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.2
1909
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2.2
1910
1910
  */
1911
1911
  state: import("../tlv/TlvObject.js").FieldType<State>;
1912
1912
  /**
1913
1913
  * This field shall indicate the total duration of the session, from the start of the session when the EV was
1914
1914
  * plugged in, until it was unplugged.
1915
1915
  *
1916
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.3
1916
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2.3
1917
1917
  */
1918
1918
  sessionDuration: import("../tlv/TlvObject.js").FieldType<number>;
1919
1919
  /**
@@ -1922,7 +1922,7 @@ export declare namespace EnergyEvse {
1922
1922
  * Note that if bi-directional charging occurs during the session, then this value shall only include the sum of
1923
1923
  * energy transferred from the EVSE to the EV, and shall NOT be a net value of charging and discharging energy.
1924
1924
  *
1925
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.4
1925
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2.4
1926
1926
  */
1927
1927
  sessionEnergyCharged: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1928
1928
  /**
@@ -1932,7 +1932,7 @@ export declare namespace EnergyEvse {
1932
1932
  * of energy transferred from the EV to the EVSE, and shall NOT be a net value of charging and discharging
1933
1933
  * energy.
1934
1934
  *
1935
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.5
1935
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2.5
1936
1936
  */
1937
1937
  sessionEnergyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1938
1938
  }>, any>;
@@ -1941,19 +1941,19 @@ export declare namespace EnergyEvse {
1941
1941
  * switched between charging and discharging under the control of the PowerAdjustment feature of the Device
1942
1942
  * Energy Management cluster of the associated Device Energy Management device.
1943
1943
  *
1944
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3
1944
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.3
1945
1945
  */
1946
1946
  readonly energyTransferStarted: Event<import("../tlv/TlvObject.js").TypeFromFields<{
1947
1947
  /**
1948
1948
  * This field shall indicate the value of the SessionID attribute at the time the event was generated.
1949
1949
  *
1950
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.1
1950
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.3.1
1951
1951
  */
1952
1952
  sessionId: import("../tlv/TlvObject.js").FieldType<number>;
1953
1953
  /**
1954
1954
  * This field shall indicate the value of the State attribute at the time the event was generated.
1955
1955
  *
1956
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.2
1956
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.3.2
1957
1957
  */
1958
1958
  state: import("../tlv/TlvObject.js").FieldType<State>;
1959
1959
  /**
@@ -1962,7 +1962,7 @@ export declare namespace EnergyEvse {
1962
1962
  * A non-zero value indicates that the EV has been enabled for charging and the value is taken directly from the
1963
1963
  * MaximumChargeCurrent attribute. A zero value indicates that the EV has not been enabled for charging.
1964
1964
  *
1965
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.3
1965
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.3.3
1966
1966
  */
1967
1967
  maximumCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1968
1968
  /**
@@ -1972,7 +1972,7 @@ export declare namespace EnergyEvse {
1972
1972
  * the MaximumDischargeCurrent attribute. A zero value indicates that the EV has not been enabled for
1973
1973
  * discharging.
1974
1974
  *
1975
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.4
1975
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.3.4
1976
1976
  */
1977
1977
  maximumDischargeCurrent: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1978
1978
  }>, any>;
@@ -1981,39 +1981,39 @@ export declare namespace EnergyEvse {
1981
1981
  * switched between charging and discharging under the control of the PowerAdjustment feature of the Device
1982
1982
  * Energy Management cluster of the associated Device Energy Management device.
1983
1983
  *
1984
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4
1984
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4
1985
1985
  */
1986
1986
  readonly energyTransferStopped: Event<import("../tlv/TlvObject.js").TypeFromFields<{
1987
1987
  /**
1988
1988
  * This field shall indicate the value of the SessionID attribute prior to the energy transfer stopping.
1989
1989
  *
1990
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.1
1990
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4.1
1991
1991
  */
1992
1992
  sessionId: import("../tlv/TlvObject.js").FieldType<number>;
1993
1993
  /**
1994
1994
  * This field shall indicate the value of the State attribute prior to the energy transfer stopping.
1995
1995
  *
1996
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.2
1996
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4.2
1997
1997
  */
1998
1998
  state: import("../tlv/TlvObject.js").FieldType<State>;
1999
1999
  /**
2000
2000
  * This field shall indicate the reason why the energy transferred stopped.
2001
2001
  *
2002
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.3
2002
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4.3
2003
2003
  */
2004
2004
  reason: import("../tlv/TlvObject.js").FieldType<EnergyTransferStoppedReason>;
2005
2005
  /**
2006
2006
  * This field shall indicate the amount of energy transferred from the EVSE to the EV since the previous
2007
2007
  * EnergyTransferStarted event, in mWh.
2008
2008
  *
2009
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.4
2009
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4.4
2010
2010
  */
2011
2011
  energyTransferred: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2012
2012
  /**
2013
2013
  * This field shall indicate the amount of energy transferred from the EV to the EVSE since the previous
2014
2014
  * EnergyTransferStarted event, in mWh.
2015
2015
  *
2016
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.5
2016
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4.5
2017
2017
  */
2018
2018
  energyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2019
2019
  }>, any>;
@@ -2028,32 +2028,32 @@ export declare namespace EnergyEvse {
2028
2028
  * cleared, the EVSE device shall set the FaultState attribute to NoError and the SupplyState attribute
2029
2029
  * shall be set back to its previous state.
2030
2030
  *
2031
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5
2031
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.5
2032
2032
  */
2033
2033
  readonly fault: Event<import("../tlv/TlvObject.js").TypeFromFields<{
2034
2034
  /**
2035
2035
  * This field shall indicate the value of the SessionID attribute prior to the Fault State being changed. A
2036
2036
  * value of null indicates no sessions have occurred before the fault occurred.
2037
2037
  *
2038
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.1
2038
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.5.1
2039
2039
  */
2040
2040
  sessionId: import("../tlv/TlvObject.js").FieldType<number | null>;
2041
2041
  /**
2042
2042
  * This field shall indicate the value of the State attribute prior to the Fault State being changed.
2043
2043
  *
2044
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.2
2044
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.5.2
2045
2045
  */
2046
2046
  state: import("../tlv/TlvObject.js").FieldType<State>;
2047
2047
  /**
2048
2048
  * This field shall indicate the value of the FaultState attribute prior to the Fault State being changed.
2049
2049
  *
2050
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.3
2050
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.5.3
2051
2051
  */
2052
2052
  faultStatePreviousState: import("../tlv/TlvObject.js").FieldType<FaultState>;
2053
2053
  /**
2054
2054
  * This field shall indicate the current value of the FaultState attribute.
2055
2055
  *
2056
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.4
2056
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.5.4
2057
2057
  */
2058
2058
  faultStateCurrentState: import("../tlv/TlvObject.js").FieldType<FaultState>;
2059
2059
  }>, any>;
@@ -2079,7 +2079,7 @@ export declare namespace EnergyEvse {
2079
2079
  * This attribute shall be persisted, for example a temporary power failure should not stop the vehicle from
2080
2080
  * being discharged.
2081
2081
  *
2082
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.5
2082
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.5
2083
2083
  */
2084
2084
  readonly dischargingEnabledUntil: Attribute<number | null, any>;
2085
2085
  /**
@@ -2094,11 +2094,11 @@ export declare namespace EnergyEvse {
2094
2094
  *
2095
2095
  * • MaximumDischargeCurrent field in the EnableDischarging command
2096
2096
  *
2097
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.9
2097
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.9
2098
2098
  */
2099
2099
  readonly maximumDischargeCurrent: Attribute<number | bigint, any>;
2100
2100
  /**
2101
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8
2101
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8
2102
2102
  */
2103
2103
  readonly sessionEnergyDischarged: Attribute<number | bigint | null, any>;
2104
2104
  };
@@ -2107,7 +2107,7 @@ export declare namespace EnergyEvse {
2107
2107
  * Upon receipt, this shall allow a client to enable the discharge of an EV, and to provide or update the
2108
2108
  * maximum discharge current.
2109
2109
  *
2110
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3
2110
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.3
2111
2111
  */
2112
2112
  readonly enableDischarging: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2113
2113
  /**
@@ -2116,7 +2116,7 @@ export declare namespace EnergyEvse {
2116
2116
  * A value in the past in this field shall disable the EVSE discharging whereas a null value shall enable EVSE
2117
2117
  * discharging permanently.
2118
2118
  *
2119
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.1
2119
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.3.1
2120
2120
  */
2121
2121
  dischargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
2122
2122
  /**
@@ -2124,7 +2124,7 @@ export declare namespace EnergyEvse {
2124
2124
  * limit can be advertised to an EV in 0.6A steps. The value of the MaximumDischargeCurrent attribute shall be
2125
2125
  * stored and persisted across reboots by the EVSE to the value of this field.
2126
2126
  *
2127
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.2
2127
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.3.2
2128
2128
  */
2129
2129
  maximumDischargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2130
2130
  }>, void, any>;
@@ -2144,7 +2144,7 @@ export declare namespace EnergyEvse {
2144
2144
  * Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
2145
2145
  * enabled.
2146
2146
  *
2147
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.12
2147
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.12
2148
2148
  */
2149
2149
  readonly nextChargeStartTime: Attribute<number | null, any>;
2150
2150
  /**
@@ -2155,7 +2155,7 @@ export declare namespace EnergyEvse {
2155
2155
  * Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
2156
2156
  * enabled.
2157
2157
  *
2158
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.13
2158
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.13
2159
2159
  */
2160
2160
  readonly nextChargeTargetTime: Attribute<number | null, any>;
2161
2161
  /**
@@ -2166,7 +2166,7 @@ export declare namespace EnergyEvse {
2166
2166
  * Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
2167
2167
  * enabled, or that the next ChargingTargetStruct is using the TargetSoC value to charge the vehicle.
2168
2168
  *
2169
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.14
2169
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.14
2170
2170
  */
2171
2171
  readonly nextChargeRequiredEnergy: Attribute<number | bigint | null, any>;
2172
2172
  /**
@@ -2179,7 +2179,7 @@ export declare namespace EnergyEvse {
2179
2179
  *
2180
2180
  * If the SOC feature is not supported, only the values null and 100% are supported.
2181
2181
  *
2182
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.15
2182
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.15
2183
2183
  */
2184
2184
  readonly nextChargeTargetSoC: Attribute<number | null, any>;
2185
2185
  /**
@@ -2212,7 +2212,7 @@ export declare namespace EnergyEvse {
2212
2212
  *
2213
2213
  * = 29.82 Miles
2214
2214
  *
2215
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.16
2215
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.16
2216
2216
  */
2217
2217
  readonly approximateEvEfficiency: OptionalWritableAttribute<number | null, any>;
2218
2218
  };
@@ -2220,7 +2220,7 @@ export declare namespace EnergyEvse {
2220
2220
  /**
2221
2221
  * Allows a client to set the user specified charging targets.
2222
2222
  *
2223
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.5
2223
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.5
2224
2224
  */
2225
2225
  readonly setTargets: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2226
2226
  /**
@@ -2228,14 +2228,14 @@ export declare namespace EnergyEvse {
2228
2228
  * days of the week. Each of the days of the week may only be included in a single ChargingTargetSchedule within
2229
2229
  * this list field.
2230
2230
  *
2231
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.5.1
2231
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.5.1
2232
2232
  */
2233
2233
  chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2234
2234
  /**
2235
2235
  * This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
2236
2236
  * is a bitmap and therefore the associated targets could be applied to multiple days.
2237
2237
  *
2238
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.8
2238
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.8
2239
2239
  */
2240
2240
  dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
2241
2241
  /**
@@ -2270,7 +2270,7 @@ export declare namespace EnergyEvse {
2270
2270
  /**
2271
2271
  * This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
2272
2272
  *
2273
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.9
2273
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.9
2274
2274
  */
2275
2275
  chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2276
2276
  /**
@@ -2296,7 +2296,7 @@ export declare namespace EnergyEvse {
2296
2296
  * that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
2297
2297
  * be able to reach the target.
2298
2298
  *
2299
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.1
2299
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.1
2300
2300
  */
2301
2301
  targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
2302
2302
  /**
@@ -2322,7 +2322,7 @@ export declare namespace EnergyEvse {
2322
2322
  *
2323
2323
  * and charge until the vehicle stops demanding a charge.
2324
2324
  *
2325
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
2325
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.2
2326
2326
  */
2327
2327
  targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2328
2328
  /**
@@ -2345,7 +2345,7 @@ export declare namespace EnergyEvse {
2345
2345
  * Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the battery
2346
2346
  * during charging, or for heating or cooling the cabin.
2347
2347
  *
2348
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.3
2348
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.3
2349
2349
  */
2350
2350
  addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2351
2351
  }>[]>;
@@ -2354,21 +2354,21 @@ export declare namespace EnergyEvse {
2354
2354
  /**
2355
2355
  * Allows a client to retrieve the current set of charging targets.
2356
2356
  *
2357
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.6
2357
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.6
2358
2358
  */
2359
2359
  readonly getTargets: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
2360
2360
  /**
2361
2361
  * This field shall indicate a list of up to 7 sets of daily charging targets together with their associated
2362
2362
  * days of the week.
2363
2363
  *
2364
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.7.1
2364
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.7.1
2365
2365
  */
2366
2366
  chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2367
2367
  /**
2368
2368
  * This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
2369
2369
  * is a bitmap and therefore the associated targets could be applied to multiple days.
2370
2370
  *
2371
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.8
2371
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.8
2372
2372
  */
2373
2373
  dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
2374
2374
  /**
@@ -2403,7 +2403,7 @@ export declare namespace EnergyEvse {
2403
2403
  /**
2404
2404
  * This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
2405
2405
  *
2406
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.9
2406
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.9
2407
2407
  */
2408
2408
  chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2409
2409
  /**
@@ -2429,7 +2429,7 @@ export declare namespace EnergyEvse {
2429
2429
  * that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
2430
2430
  * be able to reach the target.
2431
2431
  *
2432
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.1
2432
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.1
2433
2433
  */
2434
2434
  targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
2435
2435
  /**
@@ -2455,7 +2455,7 @@ export declare namespace EnergyEvse {
2455
2455
  *
2456
2456
  * and charge until the vehicle stops demanding a charge.
2457
2457
  *
2458
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
2458
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.2
2459
2459
  */
2460
2460
  targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2461
2461
  /**
@@ -2478,7 +2478,7 @@ export declare namespace EnergyEvse {
2478
2478
  * Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the battery
2479
2479
  * during charging, or for heating or cooling the cabin.
2480
2480
  *
2481
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.3
2481
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.3
2482
2482
  */
2483
2483
  addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2484
2484
  }>[]>;
@@ -2487,7 +2487,7 @@ export declare namespace EnergyEvse {
2487
2487
  /**
2488
2488
  * Allows a client to clear all stored charging targets.
2489
2489
  *
2490
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.8
2490
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.8
2491
2491
  */
2492
2492
  readonly clearTargets: Command<void, void, any>;
2493
2493
  };
@@ -2504,13 +2504,13 @@ export declare namespace EnergyEvse {
2504
2504
  * the SOC feature. If the StateOfCharge cannot be read from the vehicle it shall be returned with a NULL
2505
2505
  * value.
2506
2506
  *
2507
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.17
2507
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.17
2508
2508
  */
2509
2509
  readonly stateOfCharge: Attribute<number | null, any>;
2510
2510
  /**
2511
2511
  * Indicates the capacity of the EV battery in mWh. This value is always positive.
2512
2512
  *
2513
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.18
2513
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.18
2514
2514
  */
2515
2515
  readonly batteryCapacity: Attribute<number | bigint | null, any>;
2516
2516
  };
@@ -2528,7 +2528,7 @@ export declare namespace EnergyEvse {
2528
2528
  * The field may be based on the e-Mobility Account Identifier (EMAID). A null value shall indicate that
2529
2529
  * this is unknown.
2530
2530
  *
2531
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.19
2531
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.19
2532
2532
  */
2533
2533
  readonly vehicleId: Attribute<string | null, any>;
2534
2534
  };
@@ -2543,13 +2543,13 @@ export declare namespace EnergyEvse {
2543
2543
  * This event shall be generated when a RFID card has been read. This allows a controller to register the
2544
2544
  * card ID and use this to authenticate and start the charging session.
2545
2545
  *
2546
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.6
2546
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.6
2547
2547
  */
2548
2548
  readonly rfid: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
2549
2549
  /**
2550
2550
  * The UID field (ISO 14443A UID) is either 4, 7 or 10 bytes.
2551
2551
  *
2552
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.6.1
2552
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.6.1
2553
2553
  */
2554
2554
  uid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
2555
2555
  }>, any>;
@@ -2594,7 +2594,7 @@ export declare namespace EnergyEvse {
2594
2594
  *
2595
2595
  * See the Device Energy Management Cluster for more details.
2596
2596
  *
2597
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.1
2597
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.4.1
2598
2598
  */
2599
2599
  readonly chargingPreferences: BitFlag;
2600
2600
  /**
@@ -2610,7 +2610,7 @@ export declare namespace EnergyEvse {
2610
2610
  * Note some EVSEs may use other undefined mechanisms to obtain vehicle State of Charge outside the scope of
2611
2611
  * this cluster.
2612
2612
  *
2613
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.2
2613
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.4.2
2614
2614
  */
2615
2615
  readonly soCReporting: BitFlag;
2616
2616
  /**
@@ -2622,7 +2622,7 @@ export declare namespace EnergyEvse {
2622
2622
  *
2623
2623
  * If the EVSE supports the Plug and Charge feature, it will only work if a compatible EV is connected.
2624
2624
  *
2625
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.3
2625
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.4.3
2626
2626
  */
2627
2627
  readonly plugAndCharge: BitFlag;
2628
2628
  /**
@@ -2636,7 +2636,7 @@ export declare namespace EnergyEvse {
2636
2636
  * subscribed to by the EVSE Management cluster client. This client may use this to enable the EV to charge
2637
2637
  * or discharge. The lookup and authorization of RIFD UID is outside the scope of this cluster.
2638
2638
  *
2639
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.4
2639
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.4.4
2640
2640
  */
2641
2641
  readonly rfid: BitFlag;
2642
2642
  /**
@@ -2651,7 +2651,7 @@ export declare namespace EnergyEvse {
2651
2651
  * to minimise the energy flow from/to the grid as the demand in the home and the solar supply to the home
2652
2652
  * both fluctuate.
2653
2653
  *
2654
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.5
2654
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.4.5
2655
2655
  */
2656
2656
  readonly v2X: BitFlag;
2657
2657
  };
@@ -2672,13 +2672,13 @@ export declare namespace EnergyEvse {
2672
2672
  *
2673
2673
  * A null value shall indicate that the state cannot be determined.
2674
2674
  *
2675
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.1
2675
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.1
2676
2676
  */
2677
2677
  readonly state: Attribute<State | null, any>;
2678
2678
  /**
2679
2679
  * Indicates whether the EV is currently allowed to charge from or discharge to the EVSE.
2680
2680
  *
2681
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.2
2681
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.2
2682
2682
  */
2683
2683
  readonly supplyState: Attribute<SupplyState, any>;
2684
2684
  /**
@@ -2688,7 +2688,7 @@ export declare namespace EnergyEvse {
2688
2688
  * listed in FaultStateEnum, except NoError. For all values of SupplyState other than DisabledError, the
2689
2689
  * FaultState attribute shall be NoError.
2690
2690
  *
2691
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.3
2691
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.3
2692
2692
  */
2693
2693
  readonly faultState: Attribute<FaultState, any>;
2694
2694
  /**
@@ -2702,7 +2702,7 @@ export declare namespace EnergyEvse {
2702
2702
  * This attribute shall be persisted, for example a temporary power failure should not stop the vehicle from
2703
2703
  * being charged.
2704
2704
  *
2705
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.4
2705
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.4
2706
2706
  */
2707
2707
  readonly chargingEnabledUntil: Attribute<number | null, any>;
2708
2708
  /**
@@ -2710,7 +2710,7 @@ export declare namespace EnergyEvse {
2710
2710
  * allow implementation of a self-managed network of EVSEs. It is assumed that the device will allow the
2711
2711
  * setting of such values by an installer.
2712
2712
  *
2713
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.6
2713
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.6
2714
2714
  */
2715
2715
  readonly circuitCapacity: Attribute<number | bigint, any>;
2716
2716
  /**
@@ -2718,7 +2718,7 @@ export declare namespace EnergyEvse {
2718
2718
  *
2719
2719
  * The attribute can be set using the EnableCharging command.
2720
2720
  *
2721
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.7
2721
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.7
2722
2722
  */
2723
2723
  readonly minimumChargeCurrent: Attribute<number | bigint, any>;
2724
2724
  /**
@@ -2741,7 +2741,7 @@ export declare namespace EnergyEvse {
2741
2741
  *
2742
2742
  * • UserMaximumChargeCurrent attribute
2743
2743
  *
2744
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.8
2744
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.8
2745
2745
  */
2746
2746
  readonly maximumChargeCurrent: Attribute<number | bigint, any>;
2747
2747
  /**
@@ -2760,7 +2760,7 @@ export declare namespace EnergyEvse {
2760
2760
  * Its default value SHOULD be initialized to the same as the CircuitCapacity attribute. This value shall be
2761
2761
  * persisted across reboots to ensure it does not cause charging issues during temporary power failures.
2762
2762
  *
2763
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.10
2763
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.10
2764
2764
  */
2765
2765
  readonly userMaximumChargeCurrent: OptionalWritableAttribute<number | bigint, any>;
2766
2766
  /**
@@ -2774,19 +2774,19 @@ export declare namespace EnergyEvse {
2774
2774
  * energy starting at 00:30, then the EVSE must compute a random delay between 0-599s and add this to its
2775
2775
  * initial planned start time.
2776
2776
  *
2777
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.11
2777
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.11
2778
2778
  */
2779
2779
  readonly randomizationDelayWindow: OptionalWritableAttribute<number, any>;
2780
2780
  /**
2781
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8
2781
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8
2782
2782
  */
2783
2783
  readonly sessionId: Attribute<number | null, any>;
2784
2784
  /**
2785
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8
2785
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8
2786
2786
  */
2787
2787
  readonly sessionDuration: Attribute<number | null, any>;
2788
2788
  /**
2789
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8
2789
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8
2790
2790
  */
2791
2791
  readonly sessionEnergyCharged: Attribute<number | bigint | null, any>;
2792
2792
  };
@@ -2794,14 +2794,14 @@ export declare namespace EnergyEvse {
2794
2794
  /**
2795
2795
  * Allows a client to disable the EVSE from charging and discharging.
2796
2796
  *
2797
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.1
2797
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.1
2798
2798
  */
2799
2799
  readonly disable: Command<void, void, any>;
2800
2800
  /**
2801
2801
  * This command allows a client to enable the EVSE to charge an EV, and to provide or update the maximum and
2802
2802
  * minimum charge current.
2803
2803
  *
2804
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2
2804
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.2
2805
2805
  */
2806
2806
  readonly enableCharging: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2807
2807
  /**
@@ -2810,7 +2810,7 @@ export declare namespace EnergyEvse {
2810
2810
  * A value in the past in this field shall disable the EVSE charging whereas a null value shall enable it
2811
2811
  * permanently.
2812
2812
  *
2813
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2.1
2813
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.2.1
2814
2814
  */
2815
2815
  chargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
2816
2816
  /**
@@ -2820,7 +2820,7 @@ export declare namespace EnergyEvse {
2820
2820
  * The value of the MinimumChargeCurrent attribute shall be set to the value of this field (see
2821
2821
  * MinimumChargeCurrent attribute for further details).
2822
2822
  *
2823
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2.2
2823
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.2.2
2824
2824
  */
2825
2825
  minimumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2826
2826
  /**
@@ -2831,14 +2831,14 @@ export declare namespace EnergyEvse {
2831
2831
  * attribute. For example, if the UserMaximumChargeCurrent attribute is adjusted below then this value, and then
2832
2832
  * later adjusted above this value, the resulting MaximumChargeCurrent attribute will be limited to this value.
2833
2833
  *
2834
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2.3
2834
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.2.3
2835
2835
  */
2836
2836
  maximumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2837
2837
  }>, void, any>;
2838
2838
  /**
2839
2839
  * Allows a client to put the EVSE into a self-diagnostics mode.
2840
2840
  *
2841
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.4
2841
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.4
2842
2842
  */
2843
2843
  readonly startDiagnostics: OptionalCommand<void, void, any>;
2844
2844
  };
@@ -2846,13 +2846,13 @@ export declare namespace EnergyEvse {
2846
2846
  /**
2847
2847
  * This event shall be generated when the EV is plugged in.
2848
2848
  *
2849
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.1
2849
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.1
2850
2850
  */
2851
2851
  readonly evConnected: Event<import("../tlv/TlvObject.js").TypeFromFields<{
2852
2852
  /**
2853
2853
  * This is the new session ID created after the vehicle is plugged in.
2854
2854
  *
2855
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.1.1
2855
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.1.1
2856
2856
  */
2857
2857
  sessionId: import("../tlv/TlvObject.js").FieldType<number>;
2858
2858
  }>, any>;
@@ -2860,26 +2860,26 @@ export declare namespace EnergyEvse {
2860
2860
  * This event shall be generated when the EV is unplugged or not detected (having been previously plugged
2861
2861
  * in). When the vehicle is unplugged then the session is ended.
2862
2862
  *
2863
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2
2863
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2
2864
2864
  */
2865
2865
  readonly evNotDetected: Event<import("../tlv/TlvObject.js").TypeFromFields<{
2866
2866
  /**
2867
2867
  * This field shall indicate the current value of the SessionID attribute.
2868
2868
  *
2869
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.1
2869
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2.1
2870
2870
  */
2871
2871
  sessionId: import("../tlv/TlvObject.js").FieldType<number>;
2872
2872
  /**
2873
2873
  * This field shall indicate the value of the State attribute prior to the EV not being detected.
2874
2874
  *
2875
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.2
2875
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2.2
2876
2876
  */
2877
2877
  state: import("../tlv/TlvObject.js").FieldType<State>;
2878
2878
  /**
2879
2879
  * This field shall indicate the total duration of the session, from the start of the session when the EV was
2880
2880
  * plugged in, until it was unplugged.
2881
2881
  *
2882
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.3
2882
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2.3
2883
2883
  */
2884
2884
  sessionDuration: import("../tlv/TlvObject.js").FieldType<number>;
2885
2885
  /**
@@ -2888,7 +2888,7 @@ export declare namespace EnergyEvse {
2888
2888
  * Note that if bi-directional charging occurs during the session, then this value shall only include the sum of
2889
2889
  * energy transferred from the EVSE to the EV, and shall NOT be a net value of charging and discharging energy.
2890
2890
  *
2891
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.4
2891
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2.4
2892
2892
  */
2893
2893
  sessionEnergyCharged: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2894
2894
  /**
@@ -2898,7 +2898,7 @@ export declare namespace EnergyEvse {
2898
2898
  * of energy transferred from the EV to the EVSE, and shall NOT be a net value of charging and discharging
2899
2899
  * energy.
2900
2900
  *
2901
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.5
2901
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2.5
2902
2902
  */
2903
2903
  sessionEnergyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2904
2904
  }>, any>;
@@ -2907,19 +2907,19 @@ export declare namespace EnergyEvse {
2907
2907
  * switched between charging and discharging under the control of the PowerAdjustment feature of the Device
2908
2908
  * Energy Management cluster of the associated Device Energy Management device.
2909
2909
  *
2910
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3
2910
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.3
2911
2911
  */
2912
2912
  readonly energyTransferStarted: Event<import("../tlv/TlvObject.js").TypeFromFields<{
2913
2913
  /**
2914
2914
  * This field shall indicate the value of the SessionID attribute at the time the event was generated.
2915
2915
  *
2916
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.1
2916
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.3.1
2917
2917
  */
2918
2918
  sessionId: import("../tlv/TlvObject.js").FieldType<number>;
2919
2919
  /**
2920
2920
  * This field shall indicate the value of the State attribute at the time the event was generated.
2921
2921
  *
2922
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.2
2922
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.3.2
2923
2923
  */
2924
2924
  state: import("../tlv/TlvObject.js").FieldType<State>;
2925
2925
  /**
@@ -2928,7 +2928,7 @@ export declare namespace EnergyEvse {
2928
2928
  * A non-zero value indicates that the EV has been enabled for charging and the value is taken directly from the
2929
2929
  * MaximumChargeCurrent attribute. A zero value indicates that the EV has not been enabled for charging.
2930
2930
  *
2931
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.3
2931
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.3.3
2932
2932
  */
2933
2933
  maximumCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2934
2934
  /**
@@ -2938,7 +2938,7 @@ export declare namespace EnergyEvse {
2938
2938
  * the MaximumDischargeCurrent attribute. A zero value indicates that the EV has not been enabled for
2939
2939
  * discharging.
2940
2940
  *
2941
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.4
2941
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.3.4
2942
2942
  */
2943
2943
  maximumDischargeCurrent: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2944
2944
  }>, any>;
@@ -2947,39 +2947,39 @@ export declare namespace EnergyEvse {
2947
2947
  * switched between charging and discharging under the control of the PowerAdjustment feature of the Device
2948
2948
  * Energy Management cluster of the associated Device Energy Management device.
2949
2949
  *
2950
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4
2950
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4
2951
2951
  */
2952
2952
  readonly energyTransferStopped: Event<import("../tlv/TlvObject.js").TypeFromFields<{
2953
2953
  /**
2954
2954
  * This field shall indicate the value of the SessionID attribute prior to the energy transfer stopping.
2955
2955
  *
2956
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.1
2956
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4.1
2957
2957
  */
2958
2958
  sessionId: import("../tlv/TlvObject.js").FieldType<number>;
2959
2959
  /**
2960
2960
  * This field shall indicate the value of the State attribute prior to the energy transfer stopping.
2961
2961
  *
2962
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.2
2962
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4.2
2963
2963
  */
2964
2964
  state: import("../tlv/TlvObject.js").FieldType<State>;
2965
2965
  /**
2966
2966
  * This field shall indicate the reason why the energy transferred stopped.
2967
2967
  *
2968
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.3
2968
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4.3
2969
2969
  */
2970
2970
  reason: import("../tlv/TlvObject.js").FieldType<EnergyTransferStoppedReason>;
2971
2971
  /**
2972
2972
  * This field shall indicate the amount of energy transferred from the EVSE to the EV since the previous
2973
2973
  * EnergyTransferStarted event, in mWh.
2974
2974
  *
2975
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.4
2975
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4.4
2976
2976
  */
2977
2977
  energyTransferred: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2978
2978
  /**
2979
2979
  * This field shall indicate the amount of energy transferred from the EV to the EVSE since the previous
2980
2980
  * EnergyTransferStarted event, in mWh.
2981
2981
  *
2982
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.5
2982
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4.5
2983
2983
  */
2984
2984
  energyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2985
2985
  }>, any>;
@@ -2994,32 +2994,32 @@ export declare namespace EnergyEvse {
2994
2994
  * cleared, the EVSE device shall set the FaultState attribute to NoError and the SupplyState attribute
2995
2995
  * shall be set back to its previous state.
2996
2996
  *
2997
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5
2997
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.5
2998
2998
  */
2999
2999
  readonly fault: Event<import("../tlv/TlvObject.js").TypeFromFields<{
3000
3000
  /**
3001
3001
  * This field shall indicate the value of the SessionID attribute prior to the Fault State being changed. A
3002
3002
  * value of null indicates no sessions have occurred before the fault occurred.
3003
3003
  *
3004
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.1
3004
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.5.1
3005
3005
  */
3006
3006
  sessionId: import("../tlv/TlvObject.js").FieldType<number | null>;
3007
3007
  /**
3008
3008
  * This field shall indicate the value of the State attribute prior to the Fault State being changed.
3009
3009
  *
3010
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.2
3010
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.5.2
3011
3011
  */
3012
3012
  state: import("../tlv/TlvObject.js").FieldType<State>;
3013
3013
  /**
3014
3014
  * This field shall indicate the value of the FaultState attribute prior to the Fault State being changed.
3015
3015
  *
3016
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.3
3016
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.5.3
3017
3017
  */
3018
3018
  faultStatePreviousState: import("../tlv/TlvObject.js").FieldType<FaultState>;
3019
3019
  /**
3020
3020
  * This field shall indicate the current value of the FaultState attribute.
3021
3021
  *
3022
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.4
3022
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.5.4
3023
3023
  */
3024
3024
  faultStateCurrentState: import("../tlv/TlvObject.js").FieldType<FaultState>;
3025
3025
  }>, any>;
@@ -3045,7 +3045,7 @@ export declare namespace EnergyEvse {
3045
3045
  * This attribute shall be persisted, for example a temporary power failure should not stop the vehicle from
3046
3046
  * being discharged.
3047
3047
  *
3048
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.5
3048
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.5
3049
3049
  */
3050
3050
  readonly dischargingEnabledUntil: Attribute<number | null, any>;
3051
3051
  /**
@@ -3060,11 +3060,11 @@ export declare namespace EnergyEvse {
3060
3060
  *
3061
3061
  * • MaximumDischargeCurrent field in the EnableDischarging command
3062
3062
  *
3063
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.9
3063
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.9
3064
3064
  */
3065
3065
  readonly maximumDischargeCurrent: Attribute<number | bigint, any>;
3066
3066
  /**
3067
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8
3067
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8
3068
3068
  */
3069
3069
  readonly sessionEnergyDischarged: Attribute<number | bigint | null, any>;
3070
3070
  };
@@ -3073,7 +3073,7 @@ export declare namespace EnergyEvse {
3073
3073
  * Upon receipt, this shall allow a client to enable the discharge of an EV, and to provide or update the
3074
3074
  * maximum discharge current.
3075
3075
  *
3076
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3
3076
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.3
3077
3077
  */
3078
3078
  readonly enableDischarging: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3079
3079
  /**
@@ -3082,7 +3082,7 @@ export declare namespace EnergyEvse {
3082
3082
  * A value in the past in this field shall disable the EVSE discharging whereas a null value shall enable EVSE
3083
3083
  * discharging permanently.
3084
3084
  *
3085
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.1
3085
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.3.1
3086
3086
  */
3087
3087
  dischargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
3088
3088
  /**
@@ -3090,7 +3090,7 @@ export declare namespace EnergyEvse {
3090
3090
  * limit can be advertised to an EV in 0.6A steps. The value of the MaximumDischargeCurrent attribute shall be
3091
3091
  * stored and persisted across reboots by the EVSE to the value of this field.
3092
3092
  *
3093
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.2
3093
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.3.2
3094
3094
  */
3095
3095
  maximumDischargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
3096
3096
  }>, void, any>;
@@ -3110,7 +3110,7 @@ export declare namespace EnergyEvse {
3110
3110
  * Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
3111
3111
  * enabled.
3112
3112
  *
3113
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.12
3113
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.12
3114
3114
  */
3115
3115
  readonly nextChargeStartTime: Attribute<number | null, any>;
3116
3116
  /**
@@ -3121,7 +3121,7 @@ export declare namespace EnergyEvse {
3121
3121
  * Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
3122
3122
  * enabled.
3123
3123
  *
3124
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.13
3124
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.13
3125
3125
  */
3126
3126
  readonly nextChargeTargetTime: Attribute<number | null, any>;
3127
3127
  /**
@@ -3132,7 +3132,7 @@ export declare namespace EnergyEvse {
3132
3132
  * Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
3133
3133
  * enabled, or that the next ChargingTargetStruct is using the TargetSoC value to charge the vehicle.
3134
3134
  *
3135
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.14
3135
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.14
3136
3136
  */
3137
3137
  readonly nextChargeRequiredEnergy: Attribute<number | bigint | null, any>;
3138
3138
  /**
@@ -3145,7 +3145,7 @@ export declare namespace EnergyEvse {
3145
3145
  *
3146
3146
  * If the SOC feature is not supported, only the values null and 100% are supported.
3147
3147
  *
3148
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.15
3148
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.15
3149
3149
  */
3150
3150
  readonly nextChargeTargetSoC: Attribute<number | null, any>;
3151
3151
  /**
@@ -3178,7 +3178,7 @@ export declare namespace EnergyEvse {
3178
3178
  *
3179
3179
  * = 29.82 Miles
3180
3180
  *
3181
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.16
3181
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.16
3182
3182
  */
3183
3183
  readonly approximateEvEfficiency: OptionalWritableAttribute<number | null, any>;
3184
3184
  };
@@ -3186,7 +3186,7 @@ export declare namespace EnergyEvse {
3186
3186
  /**
3187
3187
  * Allows a client to set the user specified charging targets.
3188
3188
  *
3189
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.5
3189
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.5
3190
3190
  */
3191
3191
  readonly setTargets: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3192
3192
  /**
@@ -3194,14 +3194,14 @@ export declare namespace EnergyEvse {
3194
3194
  * days of the week. Each of the days of the week may only be included in a single ChargingTargetSchedule within
3195
3195
  * this list field.
3196
3196
  *
3197
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.5.1
3197
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.5.1
3198
3198
  */
3199
3199
  chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3200
3200
  /**
3201
3201
  * This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
3202
3202
  * is a bitmap and therefore the associated targets could be applied to multiple days.
3203
3203
  *
3204
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.8
3204
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.8
3205
3205
  */
3206
3206
  dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
3207
3207
  /**
@@ -3236,7 +3236,7 @@ export declare namespace EnergyEvse {
3236
3236
  /**
3237
3237
  * This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
3238
3238
  *
3239
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.9
3239
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.9
3240
3240
  */
3241
3241
  chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3242
3242
  /**
@@ -3262,7 +3262,7 @@ export declare namespace EnergyEvse {
3262
3262
  * that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
3263
3263
  * be able to reach the target.
3264
3264
  *
3265
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.1
3265
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.1
3266
3266
  */
3267
3267
  targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
3268
3268
  /**
@@ -3288,7 +3288,7 @@ export declare namespace EnergyEvse {
3288
3288
  *
3289
3289
  * and charge until the vehicle stops demanding a charge.
3290
3290
  *
3291
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
3291
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.2
3292
3292
  */
3293
3293
  targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3294
3294
  /**
@@ -3311,7 +3311,7 @@ export declare namespace EnergyEvse {
3311
3311
  * Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the battery
3312
3312
  * during charging, or for heating or cooling the cabin.
3313
3313
  *
3314
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.3
3314
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.3
3315
3315
  */
3316
3316
  addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3317
3317
  }>[]>;
@@ -3320,21 +3320,21 @@ export declare namespace EnergyEvse {
3320
3320
  /**
3321
3321
  * Allows a client to retrieve the current set of charging targets.
3322
3322
  *
3323
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.6
3323
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.6
3324
3324
  */
3325
3325
  readonly getTargets: Command<void, import("../tlv/TlvObject.js").TypeFromFields<{
3326
3326
  /**
3327
3327
  * This field shall indicate a list of up to 7 sets of daily charging targets together with their associated
3328
3328
  * days of the week.
3329
3329
  *
3330
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.7.1
3330
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.7.1
3331
3331
  */
3332
3332
  chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3333
3333
  /**
3334
3334
  * This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
3335
3335
  * is a bitmap and therefore the associated targets could be applied to multiple days.
3336
3336
  *
3337
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.8
3337
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.8
3338
3338
  */
3339
3339
  dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
3340
3340
  /**
@@ -3369,7 +3369,7 @@ export declare namespace EnergyEvse {
3369
3369
  /**
3370
3370
  * This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
3371
3371
  *
3372
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.9
3372
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.9
3373
3373
  */
3374
3374
  chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3375
3375
  /**
@@ -3395,7 +3395,7 @@ export declare namespace EnergyEvse {
3395
3395
  * that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
3396
3396
  * be able to reach the target.
3397
3397
  *
3398
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.1
3398
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.1
3399
3399
  */
3400
3400
  targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
3401
3401
  /**
@@ -3421,7 +3421,7 @@ export declare namespace EnergyEvse {
3421
3421
  *
3422
3422
  * and charge until the vehicle stops demanding a charge.
3423
3423
  *
3424
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
3424
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.2
3425
3425
  */
3426
3426
  targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3427
3427
  /**
@@ -3444,7 +3444,7 @@ export declare namespace EnergyEvse {
3444
3444
  * Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the battery
3445
3445
  * during charging, or for heating or cooling the cabin.
3446
3446
  *
3447
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.3
3447
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.3
3448
3448
  */
3449
3449
  addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3450
3450
  }>[]>;
@@ -3453,7 +3453,7 @@ export declare namespace EnergyEvse {
3453
3453
  /**
3454
3454
  * Allows a client to clear all stored charging targets.
3455
3455
  *
3456
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.8
3456
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.8
3457
3457
  */
3458
3458
  readonly clearTargets: Command<void, void, any>;
3459
3459
  };
@@ -3470,13 +3470,13 @@ export declare namespace EnergyEvse {
3470
3470
  * the SOC feature. If the StateOfCharge cannot be read from the vehicle it shall be returned with a NULL
3471
3471
  * value.
3472
3472
  *
3473
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.17
3473
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.17
3474
3474
  */
3475
3475
  readonly stateOfCharge: Attribute<number | null, any>;
3476
3476
  /**
3477
3477
  * Indicates the capacity of the EV battery in mWh. This value is always positive.
3478
3478
  *
3479
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.18
3479
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.18
3480
3480
  */
3481
3481
  readonly batteryCapacity: Attribute<number | bigint | null, any>;
3482
3482
  };
@@ -3494,7 +3494,7 @@ export declare namespace EnergyEvse {
3494
3494
  * The field may be based on the e-Mobility Account Identifier (EMAID). A null value shall indicate that
3495
3495
  * this is unknown.
3496
3496
  *
3497
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.8.19
3497
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.8.19
3498
3498
  */
3499
3499
  readonly vehicleId: Attribute<string | null, any>;
3500
3500
  };
@@ -3509,13 +3509,13 @@ export declare namespace EnergyEvse {
3509
3509
  * This event shall be generated when a RFID card has been read. This allows a controller to register the
3510
3510
  * card ID and use this to authenticate and start the charging session.
3511
3511
  *
3512
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.6
3512
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.6
3513
3513
  */
3514
3514
  readonly rfid: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
3515
3515
  /**
3516
3516
  * The UID field (ISO 14443A UID) is either 4, 7 or 10 bytes.
3517
3517
  *
3518
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.6.1
3518
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.6.1
3519
3519
  */
3520
3520
  uid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
3521
3521
  }>, any>;
@@ -3564,7 +3564,7 @@ export declare namespace EnergyEvse {
3564
3564
  * EnergyEvseCluster supports optional features that you can enable with the EnergyEvseCluster.with() factory
3565
3565
  * method.
3566
3566
  *
3567
- * @see {@link MatterSpecification.v13.Cluster} § 9.3
3567
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3
3568
3568
  */
3569
3569
  interface Cluster extends Identity<typeof ClusterInstance> {
3570
3570
  }
@@ -3601,7 +3601,7 @@ export declare namespace EnergyEvse {
3601
3601
  *
3602
3602
  * See the Device Energy Management Cluster for more details.
3603
3603
  *
3604
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.1
3604
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.4.1
3605
3605
  */
3606
3606
  readonly chargingPreferences: BitFlag;
3607
3607
  /**
@@ -3617,7 +3617,7 @@ export declare namespace EnergyEvse {
3617
3617
  * Note some EVSEs may use other undefined mechanisms to obtain vehicle State of Charge outside the scope of
3618
3618
  * this cluster.
3619
3619
  *
3620
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.2
3620
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.4.2
3621
3621
  */
3622
3622
  readonly soCReporting: BitFlag;
3623
3623
  /**
@@ -3629,7 +3629,7 @@ export declare namespace EnergyEvse {
3629
3629
  *
3630
3630
  * If the EVSE supports the Plug and Charge feature, it will only work if a compatible EV is connected.
3631
3631
  *
3632
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.3
3632
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.4.3
3633
3633
  */
3634
3634
  readonly plugAndCharge: BitFlag;
3635
3635
  /**
@@ -3643,7 +3643,7 @@ export declare namespace EnergyEvse {
3643
3643
  * subscribed to by the EVSE Management cluster client. This client may use this to enable the EV to charge
3644
3644
  * or discharge. The lookup and authorization of RIFD UID is outside the scope of this cluster.
3645
3645
  *
3646
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.4
3646
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.4.4
3647
3647
  */
3648
3648
  readonly rfid: BitFlag;
3649
3649
  /**
@@ -3658,7 +3658,7 @@ export declare namespace EnergyEvse {
3658
3658
  * to minimise the energy flow from/to the grid as the demand in the home and the solar supply to the home
3659
3659
  * both fluctuate.
3660
3660
  *
3661
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.5
3661
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.4.5
3662
3662
  */
3663
3663
  readonly v2X: BitFlag;
3664
3664
  };
@@ -3789,7 +3789,7 @@ export declare namespace EnergyEvse {
3789
3789
  *
3790
3790
  * See the Device Energy Management Cluster for more details.
3791
3791
  *
3792
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.1
3792
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.4.1
3793
3793
  */
3794
3794
  readonly chargingPreferences: BitFlag;
3795
3795
  /**
@@ -3805,7 +3805,7 @@ export declare namespace EnergyEvse {
3805
3805
  * Note some EVSEs may use other undefined mechanisms to obtain vehicle State of Charge outside the scope of
3806
3806
  * this cluster.
3807
3807
  *
3808
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.2
3808
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.4.2
3809
3809
  */
3810
3810
  readonly soCReporting: BitFlag;
3811
3811
  /**
@@ -3817,7 +3817,7 @@ export declare namespace EnergyEvse {
3817
3817
  *
3818
3818
  * If the EVSE supports the Plug and Charge feature, it will only work if a compatible EV is connected.
3819
3819
  *
3820
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.3
3820
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.4.3
3821
3821
  */
3822
3822
  readonly plugAndCharge: BitFlag;
3823
3823
  /**
@@ -3831,7 +3831,7 @@ export declare namespace EnergyEvse {
3831
3831
  * subscribed to by the EVSE Management cluster client. This client may use this to enable the EV to charge
3832
3832
  * or discharge. The lookup and authorization of RIFD UID is outside the scope of this cluster.
3833
3833
  *
3834
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.4
3834
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.4.4
3835
3835
  */
3836
3836
  readonly rfid: BitFlag;
3837
3837
  /**
@@ -3846,7 +3846,7 @@ export declare namespace EnergyEvse {
3846
3846
  * to minimise the energy flow from/to the grid as the demand in the home and the solar supply to the home
3847
3847
  * both fluctuate.
3848
3848
  *
3849
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.4.5
3849
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.4.5
3850
3850
  */
3851
3851
  readonly v2X: BitFlag;
3852
3852
  }>, never>;
@@ -3862,7 +3862,7 @@ export declare namespace EnergyEvse {
3862
3862
  * A value in the past in this field shall disable the EVSE discharging whereas a null value shall enable EVSE
3863
3863
  * discharging permanently.
3864
3864
  *
3865
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.1
3865
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.3.1
3866
3866
  */
3867
3867
  dischargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
3868
3868
  /**
@@ -3870,7 +3870,7 @@ export declare namespace EnergyEvse {
3870
3870
  * limit can be advertised to an EV in 0.6A steps. The value of the MaximumDischargeCurrent attribute shall be
3871
3871
  * stored and persisted across reboots by the EVSE to the value of this field.
3872
3872
  *
3873
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.3.2
3873
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.3.2
3874
3874
  */
3875
3875
  maximumDischargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
3876
3876
  }>, void, any> & {
@@ -3887,14 +3887,14 @@ export declare namespace EnergyEvse {
3887
3887
  * days of the week. Each of the days of the week may only be included in a single ChargingTargetSchedule within
3888
3888
  * this list field.
3889
3889
  *
3890
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.5.1
3890
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.5.1
3891
3891
  */
3892
3892
  chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3893
3893
  /**
3894
3894
  * This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
3895
3895
  * is a bitmap and therefore the associated targets could be applied to multiple days.
3896
3896
  *
3897
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.8
3897
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.8
3898
3898
  */
3899
3899
  dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
3900
3900
  /**
@@ -3929,7 +3929,7 @@ export declare namespace EnergyEvse {
3929
3929
  /**
3930
3930
  * This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
3931
3931
  *
3932
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.9
3932
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.9
3933
3933
  */
3934
3934
  chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3935
3935
  /**
@@ -3955,7 +3955,7 @@ export declare namespace EnergyEvse {
3955
3955
  * that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
3956
3956
  * be able to reach the target.
3957
3957
  *
3958
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.1
3958
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.1
3959
3959
  */
3960
3960
  targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
3961
3961
  /**
@@ -3981,7 +3981,7 @@ export declare namespace EnergyEvse {
3981
3981
  *
3982
3982
  * and charge until the vehicle stops demanding a charge.
3983
3983
  *
3984
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
3984
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.2
3985
3985
  */
3986
3986
  targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3987
3987
  /**
@@ -4004,7 +4004,7 @@ export declare namespace EnergyEvse {
4004
4004
  * Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the battery
4005
4005
  * during charging, or for heating or cooling the cabin.
4006
4006
  *
4007
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.3
4007
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.3
4008
4008
  */
4009
4009
  addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
4010
4010
  }>[]>;
@@ -4022,14 +4022,14 @@ export declare namespace EnergyEvse {
4022
4022
  * This field shall indicate a list of up to 7 sets of daily charging targets together with their associated
4023
4023
  * days of the week.
4024
4024
  *
4025
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.7.1
4025
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.7.1
4026
4026
  */
4027
4027
  chargingTargetSchedules: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
4028
4028
  /**
4029
4029
  * This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
4030
4030
  * is a bitmap and therefore the associated targets could be applied to multiple days.
4031
4031
  *
4032
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.8
4032
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.8
4033
4033
  */
4034
4034
  dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
4035
4035
  /**
@@ -4064,7 +4064,7 @@ export declare namespace EnergyEvse {
4064
4064
  /**
4065
4065
  * This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
4066
4066
  *
4067
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.9
4067
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.9
4068
4068
  */
4069
4069
  chargingTargets: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
4070
4070
  /**
@@ -4090,7 +4090,7 @@ export declare namespace EnergyEvse {
4090
4090
  * that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
4091
4091
  * be able to reach the target.
4092
4092
  *
4093
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.1
4093
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.1
4094
4094
  */
4095
4095
  targetTimeMinutesPastMidnight: import("../tlv/TlvObject.js").FieldType<number>;
4096
4096
  /**
@@ -4116,7 +4116,7 @@ export declare namespace EnergyEvse {
4116
4116
  *
4117
4117
  * and charge until the vehicle stops demanding a charge.
4118
4118
  *
4119
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.2
4119
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.2
4120
4120
  */
4121
4121
  targetSoC: import("../tlv/TlvObject.js").OptionalFieldType<number>;
4122
4122
  /**
@@ -4139,7 +4139,7 @@ export declare namespace EnergyEvse {
4139
4139
  * Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the battery
4140
4140
  * during charging, or for heating or cooling the cabin.
4141
4141
  *
4142
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.7.6.3
4142
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.7.6.3
4143
4143
  */
4144
4144
  addedEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
4145
4145
  }>[]>;
@@ -4163,14 +4163,14 @@ export declare namespace EnergyEvse {
4163
4163
  /**
4164
4164
  * Allows a client to disable the EVSE from charging and discharging.
4165
4165
  *
4166
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.1
4166
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.1
4167
4167
  */
4168
4168
  readonly disable: Command<void, void, any>;
4169
4169
  /**
4170
4170
  * This command allows a client to enable the EVSE to charge an EV, and to provide or update the maximum and
4171
4171
  * minimum charge current.
4172
4172
  *
4173
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2
4173
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.2
4174
4174
  */
4175
4175
  readonly enableCharging: Command<import("../tlv/TlvObject.js").TypeFromFields<{
4176
4176
  /**
@@ -4179,7 +4179,7 @@ export declare namespace EnergyEvse {
4179
4179
  * A value in the past in this field shall disable the EVSE charging whereas a null value shall enable it
4180
4180
  * permanently.
4181
4181
  *
4182
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2.1
4182
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.2.1
4183
4183
  */
4184
4184
  chargingEnabledUntil: import("../tlv/TlvObject.js").FieldType<number | null>;
4185
4185
  /**
@@ -4189,7 +4189,7 @@ export declare namespace EnergyEvse {
4189
4189
  * The value of the MinimumChargeCurrent attribute shall be set to the value of this field (see
4190
4190
  * MinimumChargeCurrent attribute for further details).
4191
4191
  *
4192
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2.2
4192
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.2.2
4193
4193
  */
4194
4194
  minimumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
4195
4195
  /**
@@ -4200,14 +4200,14 @@ export declare namespace EnergyEvse {
4200
4200
  * attribute. For example, if the UserMaximumChargeCurrent attribute is adjusted below then this value, and then
4201
4201
  * later adjusted above this value, the resulting MaximumChargeCurrent attribute will be limited to this value.
4202
4202
  *
4203
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.2.3
4203
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.2.3
4204
4204
  */
4205
4205
  maximumChargeCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
4206
4206
  }>, void, any>;
4207
4207
  /**
4208
4208
  * Allows a client to put the EVSE into a self-diagnostics mode.
4209
4209
  *
4210
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.9.4
4210
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.9.4
4211
4211
  */
4212
4212
  readonly startDiagnostics: OptionalCommand<void, void, any>;
4213
4213
  };
@@ -4216,7 +4216,7 @@ export declare namespace EnergyEvse {
4216
4216
  /**
4217
4217
  * The UID field (ISO 14443A UID) is either 4, 7 or 10 bytes.
4218
4218
  *
4219
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.6.1
4219
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.6.1
4220
4220
  */
4221
4221
  uid: import("../tlv/TlvObject.js").FieldType<Uint8Array<ArrayBufferLike>>;
4222
4222
  }>, any> & {
@@ -4230,13 +4230,13 @@ export declare namespace EnergyEvse {
4230
4230
  /**
4231
4231
  * This event shall be generated when the EV is plugged in.
4232
4232
  *
4233
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.1
4233
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.1
4234
4234
  */
4235
4235
  readonly evConnected: Event<import("../tlv/TlvObject.js").TypeFromFields<{
4236
4236
  /**
4237
4237
  * This is the new session ID created after the vehicle is plugged in.
4238
4238
  *
4239
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.1.1
4239
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.1.1
4240
4240
  */
4241
4241
  sessionId: import("../tlv/TlvObject.js").FieldType<number>;
4242
4242
  }>, any>;
@@ -4244,26 +4244,26 @@ export declare namespace EnergyEvse {
4244
4244
  * This event shall be generated when the EV is unplugged or not detected (having been previously plugged
4245
4245
  * in). When the vehicle is unplugged then the session is ended.
4246
4246
  *
4247
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2
4247
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2
4248
4248
  */
4249
4249
  readonly evNotDetected: Event<import("../tlv/TlvObject.js").TypeFromFields<{
4250
4250
  /**
4251
4251
  * This field shall indicate the current value of the SessionID attribute.
4252
4252
  *
4253
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.1
4253
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2.1
4254
4254
  */
4255
4255
  sessionId: import("../tlv/TlvObject.js").FieldType<number>;
4256
4256
  /**
4257
4257
  * This field shall indicate the value of the State attribute prior to the EV not being detected.
4258
4258
  *
4259
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.2
4259
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2.2
4260
4260
  */
4261
4261
  state: import("../tlv/TlvObject.js").FieldType<State>;
4262
4262
  /**
4263
4263
  * This field shall indicate the total duration of the session, from the start of the session when the EV was
4264
4264
  * plugged in, until it was unplugged.
4265
4265
  *
4266
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.3
4266
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2.3
4267
4267
  */
4268
4268
  sessionDuration: import("../tlv/TlvObject.js").FieldType<number>;
4269
4269
  /**
@@ -4272,7 +4272,7 @@ export declare namespace EnergyEvse {
4272
4272
  * Note that if bi-directional charging occurs during the session, then this value shall only include the sum of
4273
4273
  * energy transferred from the EVSE to the EV, and shall NOT be a net value of charging and discharging energy.
4274
4274
  *
4275
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.4
4275
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2.4
4276
4276
  */
4277
4277
  sessionEnergyCharged: import("../tlv/TlvObject.js").FieldType<number | bigint>;
4278
4278
  /**
@@ -4282,7 +4282,7 @@ export declare namespace EnergyEvse {
4282
4282
  * of energy transferred from the EV to the EVSE, and shall NOT be a net value of charging and discharging
4283
4283
  * energy.
4284
4284
  *
4285
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.2.5
4285
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.2.5
4286
4286
  */
4287
4287
  sessionEnergyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
4288
4288
  }>, any>;
@@ -4291,19 +4291,19 @@ export declare namespace EnergyEvse {
4291
4291
  * switched between charging and discharging under the control of the PowerAdjustment feature of the Device
4292
4292
  * Energy Management cluster of the associated Device Energy Management device.
4293
4293
  *
4294
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3
4294
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.3
4295
4295
  */
4296
4296
  readonly energyTransferStarted: Event<import("../tlv/TlvObject.js").TypeFromFields<{
4297
4297
  /**
4298
4298
  * This field shall indicate the value of the SessionID attribute at the time the event was generated.
4299
4299
  *
4300
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.1
4300
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.3.1
4301
4301
  */
4302
4302
  sessionId: import("../tlv/TlvObject.js").FieldType<number>;
4303
4303
  /**
4304
4304
  * This field shall indicate the value of the State attribute at the time the event was generated.
4305
4305
  *
4306
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.2
4306
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.3.2
4307
4307
  */
4308
4308
  state: import("../tlv/TlvObject.js").FieldType<State>;
4309
4309
  /**
@@ -4312,7 +4312,7 @@ export declare namespace EnergyEvse {
4312
4312
  * A non-zero value indicates that the EV has been enabled for charging and the value is taken directly from the
4313
4313
  * MaximumChargeCurrent attribute. A zero value indicates that the EV has not been enabled for charging.
4314
4314
  *
4315
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.3
4315
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.3.3
4316
4316
  */
4317
4317
  maximumCurrent: import("../tlv/TlvObject.js").FieldType<number | bigint>;
4318
4318
  /**
@@ -4322,7 +4322,7 @@ export declare namespace EnergyEvse {
4322
4322
  * the MaximumDischargeCurrent attribute. A zero value indicates that the EV has not been enabled for
4323
4323
  * discharging.
4324
4324
  *
4325
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.3.4
4325
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.3.4
4326
4326
  */
4327
4327
  maximumDischargeCurrent: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
4328
4328
  }>, any>;
@@ -4331,39 +4331,39 @@ export declare namespace EnergyEvse {
4331
4331
  * switched between charging and discharging under the control of the PowerAdjustment feature of the Device
4332
4332
  * Energy Management cluster of the associated Device Energy Management device.
4333
4333
  *
4334
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4
4334
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4
4335
4335
  */
4336
4336
  readonly energyTransferStopped: Event<import("../tlv/TlvObject.js").TypeFromFields<{
4337
4337
  /**
4338
4338
  * This field shall indicate the value of the SessionID attribute prior to the energy transfer stopping.
4339
4339
  *
4340
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.1
4340
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4.1
4341
4341
  */
4342
4342
  sessionId: import("../tlv/TlvObject.js").FieldType<number>;
4343
4343
  /**
4344
4344
  * This field shall indicate the value of the State attribute prior to the energy transfer stopping.
4345
4345
  *
4346
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.2
4346
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4.2
4347
4347
  */
4348
4348
  state: import("../tlv/TlvObject.js").FieldType<State>;
4349
4349
  /**
4350
4350
  * This field shall indicate the reason why the energy transferred stopped.
4351
4351
  *
4352
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.3
4352
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4.3
4353
4353
  */
4354
4354
  reason: import("../tlv/TlvObject.js").FieldType<EnergyTransferStoppedReason>;
4355
4355
  /**
4356
4356
  * This field shall indicate the amount of energy transferred from the EVSE to the EV since the previous
4357
4357
  * EnergyTransferStarted event, in mWh.
4358
4358
  *
4359
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.4
4359
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4.4
4360
4360
  */
4361
4361
  energyTransferred: import("../tlv/TlvObject.js").FieldType<number | bigint>;
4362
4362
  /**
4363
4363
  * This field shall indicate the amount of energy transferred from the EV to the EVSE since the previous
4364
4364
  * EnergyTransferStarted event, in mWh.
4365
4365
  *
4366
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.4.5
4366
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.4.5
4367
4367
  */
4368
4368
  energyDischarged: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
4369
4369
  }>, any>;
@@ -4378,32 +4378,32 @@ export declare namespace EnergyEvse {
4378
4378
  * cleared, the EVSE device shall set the FaultState attribute to NoError and the SupplyState attribute
4379
4379
  * shall be set back to its previous state.
4380
4380
  *
4381
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5
4381
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.5
4382
4382
  */
4383
4383
  readonly fault: Event<import("../tlv/TlvObject.js").TypeFromFields<{
4384
4384
  /**
4385
4385
  * This field shall indicate the value of the SessionID attribute prior to the Fault State being changed. A
4386
4386
  * value of null indicates no sessions have occurred before the fault occurred.
4387
4387
  *
4388
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.1
4388
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.5.1
4389
4389
  */
4390
4390
  sessionId: import("../tlv/TlvObject.js").FieldType<number | null>;
4391
4391
  /**
4392
4392
  * This field shall indicate the value of the State attribute prior to the Fault State being changed.
4393
4393
  *
4394
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.2
4394
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.5.2
4395
4395
  */
4396
4396
  state: import("../tlv/TlvObject.js").FieldType<State>;
4397
4397
  /**
4398
4398
  * This field shall indicate the value of the FaultState attribute prior to the Fault State being changed.
4399
4399
  *
4400
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.3
4400
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.5.3
4401
4401
  */
4402
4402
  faultStatePreviousState: import("../tlv/TlvObject.js").FieldType<FaultState>;
4403
4403
  /**
4404
4404
  * This field shall indicate the current value of the FaultState attribute.
4405
4405
  *
4406
- * @see {@link MatterSpecification.v13.Cluster} § 9.3.10.5.4
4406
+ * @see {@link MatterSpecification.v14.Cluster} § 9.3.10.5.4
4407
4407
  */
4408
4408
  faultStateCurrentState: import("../tlv/TlvObject.js").FieldType<FaultState>;
4409
4409
  }>, any>;