@matter/types 0.16.0-alpha.0-20251103-b47ffa15b → 0.16.0-alpha.0-20251106-4e10fd77b

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 (605) 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 +54 -54
  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 +104 -104
  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/basic-information.d.ts +55 -55
  20. package/dist/cjs/clusters/basic-information.js +35 -35
  21. package/dist/cjs/clusters/binding.d.ts +12 -12
  22. package/dist/cjs/clusters/binding.js +5 -5
  23. package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
  24. package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
  25. package/dist/cjs/clusters/boolean-state.d.ts +7 -7
  26. package/dist/cjs/clusters/boolean-state.js +3 -3
  27. package/dist/cjs/clusters/bridged-device-basic-information.d.ts +105 -105
  28. package/dist/cjs/clusters/bridged-device-basic-information.js +29 -29
  29. package/dist/cjs/clusters/channel.d.ts +561 -561
  30. package/dist/cjs/clusters/channel.js +73 -73
  31. package/dist/cjs/clusters/color-control.d.ts +658 -658
  32. package/dist/cjs/clusters/color-control.js +116 -116
  33. package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
  34. package/dist/cjs/clusters/commissioner-control.js +5 -5
  35. package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
  36. package/dist/cjs/clusters/concentration-measurement.js +11 -11
  37. package/dist/cjs/clusters/content-app-observer.d.ts +18 -18
  38. package/dist/cjs/clusters/content-app-observer.js +6 -6
  39. package/dist/cjs/clusters/content-control.d.ts +366 -366
  40. package/dist/cjs/clusters/content-control.js +58 -58
  41. package/dist/cjs/clusters/content-launcher.d.ts +479 -479
  42. package/dist/cjs/clusters/content-launcher.js +39 -39
  43. package/dist/cjs/clusters/descriptor.d.ts +30 -30
  44. package/dist/cjs/clusters/descriptor.js +9 -9
  45. package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
  46. package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
  47. package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
  48. package/dist/cjs/clusters/device-energy-management.js +87 -87
  49. package/dist/cjs/clusters/diagnostic-logs.d.ts +37 -37
  50. package/dist/cjs/clusters/diagnostic-logs.js +8 -8
  51. package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
  52. package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
  53. package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
  54. package/dist/cjs/clusters/dishwasher-mode.js +8 -8
  55. package/dist/cjs/clusters/door-lock.d.ts +1349 -1349
  56. package/dist/cjs/clusters/door-lock.js +227 -227
  57. package/dist/cjs/clusters/ecosystem-information.d.ts +35 -35
  58. package/dist/cjs/clusters/ecosystem-information.js +14 -14
  59. package/dist/cjs/clusters/electrical-energy-measurement.d.ts +276 -276
  60. package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
  61. package/dist/cjs/clusters/electrical-power-measurement.d.ts +200 -200
  62. package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
  63. package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
  64. package/dist/cjs/clusters/energy-evse-mode.js +8 -8
  65. package/dist/cjs/clusters/energy-evse.d.ts +323 -323
  66. package/dist/cjs/clusters/energy-evse.js +73 -73
  67. package/dist/cjs/clusters/energy-preference.d.ts +49 -49
  68. package/dist/cjs/clusters/energy-preference.js +9 -9
  69. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
  70. package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
  71. package/dist/cjs/clusters/fan-control.d.ts +83 -83
  72. package/dist/cjs/clusters/fan-control.js +19 -19
  73. package/dist/cjs/clusters/fixed-label.d.ts +2 -2
  74. package/dist/cjs/clusters/fixed-label.js +1 -1
  75. package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
  76. package/dist/cjs/clusters/flow-measurement.js +4 -4
  77. package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
  78. package/dist/cjs/clusters/general-commissioning.js +25 -25
  79. package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
  80. package/dist/cjs/clusters/general-diagnostics.js +40 -40
  81. package/dist/cjs/clusters/group-key-management.d.ts +119 -119
  82. package/dist/cjs/clusters/group-key-management.js +23 -23
  83. package/dist/cjs/clusters/groups.d.ts +78 -78
  84. package/dist/cjs/clusters/groups.js +21 -21
  85. package/dist/cjs/clusters/icd-management.d.ts +131 -131
  86. package/dist/cjs/clusters/icd-management.js +29 -29
  87. package/dist/cjs/clusters/identify.d.ts +16 -16
  88. package/dist/cjs/clusters/identify.js +6 -6
  89. package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
  90. package/dist/cjs/clusters/illuminance-measurement.js +5 -5
  91. package/dist/cjs/clusters/joint-fabric-administrator.d.ts +34 -34
  92. package/dist/cjs/clusters/joint-fabric-administrator.js +10 -10
  93. package/dist/cjs/clusters/joint-fabric-datastore.d.ts +232 -232
  94. package/dist/cjs/clusters/joint-fabric-datastore.js +73 -73
  95. package/dist/cjs/clusters/keypad-input.d.ts +18 -18
  96. package/dist/cjs/clusters/keypad-input.js +3 -3
  97. package/dist/cjs/clusters/label.d.ts +10 -10
  98. package/dist/cjs/clusters/label.js +3 -3
  99. package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
  100. package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
  101. package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
  102. package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
  103. package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
  104. package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
  105. package/dist/cjs/clusters/level-control.d.ts +303 -303
  106. package/dist/cjs/clusters/level-control.js +32 -32
  107. package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
  108. package/dist/cjs/clusters/localization-configuration.js +2 -2
  109. package/dist/cjs/clusters/low-power.d.ts +2 -2
  110. package/dist/cjs/clusters/low-power.js +1 -1
  111. package/dist/cjs/clusters/media-input.d.ts +47 -47
  112. package/dist/cjs/clusters/media-input.js +11 -11
  113. package/dist/cjs/clusters/media-playback.d.ts +390 -390
  114. package/dist/cjs/clusters/media-playback.js +57 -57
  115. package/dist/cjs/clusters/messages.d.ts +154 -154
  116. package/dist/cjs/clusters/messages.js +38 -38
  117. package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
  118. package/dist/cjs/clusters/microwave-oven-control.js +17 -17
  119. package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
  120. package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
  121. package/dist/cjs/clusters/mode-base.d.ts +59 -59
  122. package/dist/cjs/clusters/mode-base.js +13 -13
  123. package/dist/cjs/clusters/mode-select.d.ts +51 -51
  124. package/dist/cjs/clusters/mode-select.js +13 -13
  125. package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
  126. package/dist/cjs/clusters/network-commissioning.js +46 -46
  127. package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
  128. package/dist/cjs/clusters/occupancy-sensing.js +20 -20
  129. package/dist/cjs/clusters/on-off.d.ts +103 -103
  130. package/dist/cjs/clusters/on-off.js +19 -19
  131. package/dist/cjs/clusters/operational-credentials.d.ts +106 -106
  132. package/dist/cjs/clusters/operational-credentials.js +38 -38
  133. package/dist/cjs/clusters/operational-state.d.ts +67 -67
  134. package/dist/cjs/clusters/operational-state.js +21 -21
  135. package/dist/cjs/clusters/ota-software-update-provider.d.ts +65 -65
  136. package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
  137. package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
  138. package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
  139. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
  140. package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
  141. package/dist/cjs/clusters/oven-mode.d.ts +49 -49
  142. package/dist/cjs/clusters/oven-mode.js +8 -8
  143. package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
  144. package/dist/cjs/clusters/power-source-configuration.js +1 -1
  145. package/dist/cjs/clusters/power-source.d.ts +155 -155
  146. package/dist/cjs/clusters/power-source.js +41 -41
  147. package/dist/cjs/clusters/power-topology.d.ts +8 -8
  148. package/dist/cjs/clusters/power-topology.js +2 -2
  149. package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
  150. package/dist/cjs/clusters/pressure-measurement.js +9 -9
  151. package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
  152. package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
  153. package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
  154. package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
  155. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
  156. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
  157. package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
  158. package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
  159. package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
  160. package/dist/cjs/clusters/resource-monitoring.js +7 -7
  161. package/dist/cjs/clusters/rvc-clean-mode.d.ts +49 -49
  162. package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
  163. package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
  164. package/dist/cjs/clusters/rvc-operational-state.js +17 -17
  165. package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
  166. package/dist/cjs/clusters/rvc-run-mode.js +9 -9
  167. package/dist/cjs/clusters/scenes-management.d.ts +244 -244
  168. package/dist/cjs/clusters/scenes-management.js +69 -69
  169. package/dist/cjs/clusters/service-area.d.ts +128 -128
  170. package/dist/cjs/clusters/service-area.js +26 -26
  171. package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
  172. package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
  173. package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
  174. package/dist/cjs/clusters/software-diagnostics.js +14 -14
  175. package/dist/cjs/clusters/switch.d.ts +105 -105
  176. package/dist/cjs/clusters/switch.js +23 -23
  177. package/dist/cjs/clusters/target-navigator.d.ts +32 -32
  178. package/dist/cjs/clusters/target-navigator.js +10 -10
  179. package/dist/cjs/clusters/temperature-control.d.ts +45 -45
  180. package/dist/cjs/clusters/temperature-control.js +12 -12
  181. package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
  182. package/dist/cjs/clusters/temperature-measurement.js +4 -4
  183. package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
  184. package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
  185. package/dist/cjs/clusters/thermostat.d.ts +514 -514
  186. package/dist/cjs/clusters/thermostat.js +114 -114
  187. package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
  188. package/dist/cjs/clusters/thread-border-router-management.js +14 -14
  189. package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
  190. package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
  191. package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
  192. package/dist/cjs/clusters/thread-network-directory.js +11 -11
  193. package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
  194. package/dist/cjs/clusters/time-format-localization.js +3 -3
  195. package/dist/cjs/clusters/time-synchronization.d.ts +246 -246
  196. package/dist/cjs/clusters/time-synchronization.js +47 -47
  197. package/dist/cjs/clusters/unit-localization.d.ts +9 -9
  198. package/dist/cjs/clusters/unit-localization.js +2 -2
  199. package/dist/cjs/clusters/user-label.d.ts +2 -2
  200. package/dist/cjs/clusters/user-label.js +1 -1
  201. package/dist/cjs/clusters/valve-configuration-and-control.d.ts +81 -81
  202. package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
  203. package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
  204. package/dist/cjs/clusters/wake-on-lan.js +2 -2
  205. package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
  206. package/dist/cjs/clusters/water-heater-management.js +16 -16
  207. package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
  208. package/dist/cjs/clusters/water-heater-mode.js +8 -8
  209. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
  210. package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
  211. package/dist/cjs/clusters/wi-fi-network-management.d.ts +8 -8
  212. package/dist/cjs/clusters/wi-fi-network-management.js +4 -4
  213. package/dist/cjs/clusters/window-covering.d.ts +183 -183
  214. package/dist/cjs/clusters/window-covering.js +49 -49
  215. package/dist/cjs/dcl/operational-certificate.d.ts +8 -1
  216. package/dist/cjs/dcl/operational-certificate.d.ts.map +1 -1
  217. package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
  218. package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
  219. package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
  220. package/dist/cjs/globals/Currency.d.ts +2 -2
  221. package/dist/cjs/globals/Locationdesc.d.ts +5 -5
  222. package/dist/cjs/globals/Locationdesc.js +3 -3
  223. package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
  224. package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
  225. package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
  226. package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
  227. package/dist/cjs/globals/MeasurementType.d.ts +1 -1
  228. package/dist/cjs/globals/Namespace.d.ts +1 -1
  229. package/dist/cjs/globals/Price.d.ts +2 -2
  230. package/dist/cjs/globals/Priority.d.ts +1 -1
  231. package/dist/cjs/globals/Semtag.d.ts +6 -6
  232. package/dist/cjs/globals/Semtag.js +4 -4
  233. package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  234. package/dist/cjs/globals/Status.d.ts +36 -36
  235. package/dist/cjs/globals/ThreeLevelAuto.d.ts +1 -1
  236. package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
  237. package/dist/esm/clusters/access-control.d.ts +250 -250
  238. package/dist/esm/clusters/access-control.js +39 -39
  239. package/dist/esm/clusters/account-login.d.ts +29 -29
  240. package/dist/esm/clusters/account-login.js +11 -11
  241. package/dist/esm/clusters/actions.d.ts +108 -108
  242. package/dist/esm/clusters/actions.js +39 -39
  243. package/dist/esm/clusters/administrator-commissioning.d.ts +54 -54
  244. package/dist/esm/clusters/administrator-commissioning.js +12 -12
  245. package/dist/esm/clusters/air-quality.d.ts +5 -5
  246. package/dist/esm/clusters/air-quality.js +1 -1
  247. package/dist/esm/clusters/alarm-base.d.ts +43 -43
  248. package/dist/esm/clusters/alarm-base.js +14 -14
  249. package/dist/esm/clusters/application-basic.d.ts +16 -16
  250. package/dist/esm/clusters/application-basic.js +10 -10
  251. package/dist/esm/clusters/application-launcher.d.ts +104 -104
  252. package/dist/esm/clusters/application-launcher.js +13 -13
  253. package/dist/esm/clusters/audio-output.d.ts +37 -37
  254. package/dist/esm/clusters/audio-output.js +8 -8
  255. package/dist/esm/clusters/basic-information.d.ts +55 -55
  256. package/dist/esm/clusters/basic-information.js +35 -35
  257. package/dist/esm/clusters/binding.d.ts +12 -12
  258. package/dist/esm/clusters/binding.js +5 -5
  259. package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
  260. package/dist/esm/clusters/boolean-state-configuration.js +18 -18
  261. package/dist/esm/clusters/boolean-state.d.ts +7 -7
  262. package/dist/esm/clusters/boolean-state.js +3 -3
  263. package/dist/esm/clusters/bridged-device-basic-information.d.ts +105 -105
  264. package/dist/esm/clusters/bridged-device-basic-information.js +29 -29
  265. package/dist/esm/clusters/channel.d.ts +561 -561
  266. package/dist/esm/clusters/channel.js +73 -73
  267. package/dist/esm/clusters/color-control.d.ts +658 -658
  268. package/dist/esm/clusters/color-control.js +116 -116
  269. package/dist/esm/clusters/commissioner-control.d.ts +16 -16
  270. package/dist/esm/clusters/commissioner-control.js +5 -5
  271. package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
  272. package/dist/esm/clusters/concentration-measurement.js +11 -11
  273. package/dist/esm/clusters/content-app-observer.d.ts +18 -18
  274. package/dist/esm/clusters/content-app-observer.js +6 -6
  275. package/dist/esm/clusters/content-control.d.ts +366 -366
  276. package/dist/esm/clusters/content-control.js +58 -58
  277. package/dist/esm/clusters/content-launcher.d.ts +479 -479
  278. package/dist/esm/clusters/content-launcher.js +39 -39
  279. package/dist/esm/clusters/descriptor.d.ts +30 -30
  280. package/dist/esm/clusters/descriptor.js +9 -9
  281. package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
  282. package/dist/esm/clusters/device-energy-management-mode.js +8 -8
  283. package/dist/esm/clusters/device-energy-management.d.ts +544 -544
  284. package/dist/esm/clusters/device-energy-management.js +87 -87
  285. package/dist/esm/clusters/diagnostic-logs.d.ts +37 -37
  286. package/dist/esm/clusters/diagnostic-logs.js +8 -8
  287. package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
  288. package/dist/esm/clusters/dishwasher-alarm.js +14 -14
  289. package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
  290. package/dist/esm/clusters/dishwasher-mode.js +8 -8
  291. package/dist/esm/clusters/door-lock.d.ts +1349 -1349
  292. package/dist/esm/clusters/door-lock.js +227 -227
  293. package/dist/esm/clusters/ecosystem-information.d.ts +35 -35
  294. package/dist/esm/clusters/ecosystem-information.js +14 -14
  295. package/dist/esm/clusters/electrical-energy-measurement.d.ts +276 -276
  296. package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
  297. package/dist/esm/clusters/electrical-power-measurement.d.ts +200 -200
  298. package/dist/esm/clusters/electrical-power-measurement.js +39 -39
  299. package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
  300. package/dist/esm/clusters/energy-evse-mode.js +8 -8
  301. package/dist/esm/clusters/energy-evse.d.ts +323 -323
  302. package/dist/esm/clusters/energy-evse.js +73 -73
  303. package/dist/esm/clusters/energy-preference.d.ts +49 -49
  304. package/dist/esm/clusters/energy-preference.js +9 -9
  305. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
  306. package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
  307. package/dist/esm/clusters/fan-control.d.ts +83 -83
  308. package/dist/esm/clusters/fan-control.js +19 -19
  309. package/dist/esm/clusters/fixed-label.d.ts +2 -2
  310. package/dist/esm/clusters/fixed-label.js +1 -1
  311. package/dist/esm/clusters/flow-measurement.d.ts +5 -5
  312. package/dist/esm/clusters/flow-measurement.js +4 -4
  313. package/dist/esm/clusters/general-commissioning.d.ts +104 -104
  314. package/dist/esm/clusters/general-commissioning.js +25 -25
  315. package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
  316. package/dist/esm/clusters/general-diagnostics.js +40 -40
  317. package/dist/esm/clusters/group-key-management.d.ts +119 -119
  318. package/dist/esm/clusters/group-key-management.js +23 -23
  319. package/dist/esm/clusters/groups.d.ts +78 -78
  320. package/dist/esm/clusters/groups.js +21 -21
  321. package/dist/esm/clusters/icd-management.d.ts +131 -131
  322. package/dist/esm/clusters/icd-management.js +29 -29
  323. package/dist/esm/clusters/identify.d.ts +16 -16
  324. package/dist/esm/clusters/identify.js +6 -6
  325. package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
  326. package/dist/esm/clusters/illuminance-measurement.js +5 -5
  327. package/dist/esm/clusters/joint-fabric-administrator.d.ts +34 -34
  328. package/dist/esm/clusters/joint-fabric-administrator.js +10 -10
  329. package/dist/esm/clusters/joint-fabric-datastore.d.ts +232 -232
  330. package/dist/esm/clusters/joint-fabric-datastore.js +73 -73
  331. package/dist/esm/clusters/keypad-input.d.ts +18 -18
  332. package/dist/esm/clusters/keypad-input.js +3 -3
  333. package/dist/esm/clusters/label.d.ts +10 -10
  334. package/dist/esm/clusters/label.js +3 -3
  335. package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
  336. package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
  337. package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
  338. package/dist/esm/clusters/laundry-washer-controls.js +6 -6
  339. package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
  340. package/dist/esm/clusters/laundry-washer-mode.js +5 -5
  341. package/dist/esm/clusters/level-control.d.ts +303 -303
  342. package/dist/esm/clusters/level-control.js +32 -32
  343. package/dist/esm/clusters/localization-configuration.d.ts +3 -3
  344. package/dist/esm/clusters/localization-configuration.js +2 -2
  345. package/dist/esm/clusters/low-power.d.ts +2 -2
  346. package/dist/esm/clusters/low-power.js +1 -1
  347. package/dist/esm/clusters/media-input.d.ts +47 -47
  348. package/dist/esm/clusters/media-input.js +11 -11
  349. package/dist/esm/clusters/media-playback.d.ts +390 -390
  350. package/dist/esm/clusters/media-playback.js +57 -57
  351. package/dist/esm/clusters/messages.d.ts +154 -154
  352. package/dist/esm/clusters/messages.js +38 -38
  353. package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
  354. package/dist/esm/clusters/microwave-oven-control.js +17 -17
  355. package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
  356. package/dist/esm/clusters/microwave-oven-mode.js +7 -7
  357. package/dist/esm/clusters/mode-base.d.ts +59 -59
  358. package/dist/esm/clusters/mode-base.js +13 -13
  359. package/dist/esm/clusters/mode-select.d.ts +51 -51
  360. package/dist/esm/clusters/mode-select.js +13 -13
  361. package/dist/esm/clusters/network-commissioning.d.ts +325 -325
  362. package/dist/esm/clusters/network-commissioning.js +46 -46
  363. package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
  364. package/dist/esm/clusters/occupancy-sensing.js +20 -20
  365. package/dist/esm/clusters/on-off.d.ts +103 -103
  366. package/dist/esm/clusters/on-off.js +19 -19
  367. package/dist/esm/clusters/operational-credentials.d.ts +106 -106
  368. package/dist/esm/clusters/operational-credentials.js +38 -38
  369. package/dist/esm/clusters/operational-state.d.ts +67 -67
  370. package/dist/esm/clusters/operational-state.js +21 -21
  371. package/dist/esm/clusters/ota-software-update-provider.d.ts +65 -65
  372. package/dist/esm/clusters/ota-software-update-provider.js +25 -25
  373. package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
  374. package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
  375. package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
  376. package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
  377. package/dist/esm/clusters/oven-mode.d.ts +49 -49
  378. package/dist/esm/clusters/oven-mode.js +8 -8
  379. package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
  380. package/dist/esm/clusters/power-source-configuration.js +1 -1
  381. package/dist/esm/clusters/power-source.d.ts +155 -155
  382. package/dist/esm/clusters/power-source.js +41 -41
  383. package/dist/esm/clusters/power-topology.d.ts +8 -8
  384. package/dist/esm/clusters/power-topology.js +2 -2
  385. package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
  386. package/dist/esm/clusters/pressure-measurement.js +9 -9
  387. package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
  388. package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
  389. package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
  390. package/dist/esm/clusters/refrigerator-alarm.js +11 -11
  391. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
  392. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
  393. package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
  394. package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
  395. package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
  396. package/dist/esm/clusters/resource-monitoring.js +7 -7
  397. package/dist/esm/clusters/rvc-clean-mode.d.ts +49 -49
  398. package/dist/esm/clusters/rvc-clean-mode.js +9 -9
  399. package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
  400. package/dist/esm/clusters/rvc-operational-state.js +17 -17
  401. package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
  402. package/dist/esm/clusters/rvc-run-mode.js +9 -9
  403. package/dist/esm/clusters/scenes-management.d.ts +244 -244
  404. package/dist/esm/clusters/scenes-management.js +69 -69
  405. package/dist/esm/clusters/service-area.d.ts +128 -128
  406. package/dist/esm/clusters/service-area.js +26 -26
  407. package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
  408. package/dist/esm/clusters/smoke-co-alarm.js +30 -30
  409. package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
  410. package/dist/esm/clusters/software-diagnostics.js +14 -14
  411. package/dist/esm/clusters/switch.d.ts +105 -105
  412. package/dist/esm/clusters/switch.js +23 -23
  413. package/dist/esm/clusters/target-navigator.d.ts +32 -32
  414. package/dist/esm/clusters/target-navigator.js +10 -10
  415. package/dist/esm/clusters/temperature-control.d.ts +45 -45
  416. package/dist/esm/clusters/temperature-control.js +12 -12
  417. package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
  418. package/dist/esm/clusters/temperature-measurement.js +4 -4
  419. package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
  420. package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
  421. package/dist/esm/clusters/thermostat.d.ts +514 -514
  422. package/dist/esm/clusters/thermostat.js +114 -114
  423. package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
  424. package/dist/esm/clusters/thread-border-router-management.js +14 -14
  425. package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
  426. package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
  427. package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
  428. package/dist/esm/clusters/thread-network-directory.js +11 -11
  429. package/dist/esm/clusters/time-format-localization.d.ts +12 -12
  430. package/dist/esm/clusters/time-format-localization.js +3 -3
  431. package/dist/esm/clusters/time-synchronization.d.ts +246 -246
  432. package/dist/esm/clusters/time-synchronization.js +47 -47
  433. package/dist/esm/clusters/unit-localization.d.ts +9 -9
  434. package/dist/esm/clusters/unit-localization.js +2 -2
  435. package/dist/esm/clusters/user-label.d.ts +2 -2
  436. package/dist/esm/clusters/user-label.js +1 -1
  437. package/dist/esm/clusters/valve-configuration-and-control.d.ts +81 -81
  438. package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
  439. package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
  440. package/dist/esm/clusters/wake-on-lan.js +2 -2
  441. package/dist/esm/clusters/water-heater-management.d.ts +91 -91
  442. package/dist/esm/clusters/water-heater-management.js +16 -16
  443. package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
  444. package/dist/esm/clusters/water-heater-mode.js +8 -8
  445. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
  446. package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
  447. package/dist/esm/clusters/wi-fi-network-management.d.ts +8 -8
  448. package/dist/esm/clusters/wi-fi-network-management.js +4 -4
  449. package/dist/esm/clusters/window-covering.d.ts +183 -183
  450. package/dist/esm/clusters/window-covering.js +49 -49
  451. package/dist/esm/dcl/operational-certificate.d.ts +8 -1
  452. package/dist/esm/dcl/operational-certificate.d.ts.map +1 -1
  453. package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
  454. package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
  455. package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
  456. package/dist/esm/globals/Currency.d.ts +2 -2
  457. package/dist/esm/globals/Locationdesc.d.ts +5 -5
  458. package/dist/esm/globals/Locationdesc.js +3 -3
  459. package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
  460. package/dist/esm/globals/MeasurementAccuracy.js +3 -3
  461. package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
  462. package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
  463. package/dist/esm/globals/MeasurementType.d.ts +1 -1
  464. package/dist/esm/globals/Namespace.d.ts +1 -1
  465. package/dist/esm/globals/Price.d.ts +2 -2
  466. package/dist/esm/globals/Priority.d.ts +1 -1
  467. package/dist/esm/globals/Semtag.d.ts +6 -6
  468. package/dist/esm/globals/Semtag.js +4 -4
  469. package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  470. package/dist/esm/globals/Status.d.ts +36 -36
  471. package/dist/esm/globals/ThreeLevelAuto.d.ts +1 -1
  472. package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
  473. package/package.json +5 -5
  474. package/src/clusters/access-control.ts +72 -72
  475. package/src/clusters/account-login.ts +22 -22
  476. package/src/clusters/actions.ts +86 -86
  477. package/src/clusters/administrator-commissioning.ts +23 -23
  478. package/src/clusters/air-quality.ts +4 -4
  479. package/src/clusters/alarm-base.ts +22 -22
  480. package/src/clusters/application-basic.ts +14 -14
  481. package/src/clusters/application-launcher.ts +33 -33
  482. package/src/clusters/audio-output.ts +17 -17
  483. package/src/clusters/basic-information.ts +48 -48
  484. package/src/clusters/binding.ts +8 -8
  485. package/src/clusters/boolean-state-configuration.ts +31 -31
  486. package/src/clusters/boolean-state.ts +6 -6
  487. package/src/clusters/bridged-device-basic-information.ts +39 -39
  488. package/src/clusters/channel.ts +113 -113
  489. package/src/clusters/color-control.ts +168 -168
  490. package/src/clusters/commissioner-control.ts +15 -15
  491. package/src/clusters/concentration-measurement.ts +15 -15
  492. package/src/clusters/content-app-observer.ts +13 -13
  493. package/src/clusters/content-control.ts +106 -106
  494. package/src/clusters/content-launcher.ts +73 -73
  495. package/src/clusters/descriptor.ts +14 -14
  496. package/src/clusters/device-energy-management-mode.ts +28 -28
  497. package/src/clusters/device-energy-management.ts +136 -136
  498. package/src/clusters/diagnostic-logs.ts +30 -30
  499. package/src/clusters/dishwasher-alarm.ts +24 -24
  500. package/src/clusters/dishwasher-mode.ts +27 -27
  501. package/src/clusters/door-lock.ts +378 -378
  502. package/src/clusters/ecosystem-information.ts +21 -21
  503. package/src/clusters/electrical-energy-measurement.ts +40 -40
  504. package/src/clusters/electrical-power-measurement.ts +54 -54
  505. package/src/clusters/energy-evse-mode.ts +28 -28
  506. package/src/clusters/energy-evse.ts +109 -109
  507. package/src/clusters/energy-preference.ts +19 -19
  508. package/src/clusters/ethernet-network-diagnostics.ts +13 -13
  509. package/src/clusters/fan-control.ts +30 -30
  510. package/src/clusters/fixed-label.ts +2 -2
  511. package/src/clusters/flow-measurement.ts +5 -5
  512. package/src/clusters/general-commissioning.ts +45 -45
  513. package/src/clusters/general-diagnostics.ts +66 -66
  514. package/src/clusters/group-key-management.ts +45 -45
  515. package/src/clusters/groups.ts +44 -44
  516. package/src/clusters/icd-management.ts +50 -50
  517. package/src/clusters/identify.ts +14 -14
  518. package/src/clusters/illuminance-measurement.ts +7 -7
  519. package/src/clusters/joint-fabric-administrator.ts +31 -31
  520. package/src/clusters/joint-fabric-datastore.ts +145 -145
  521. package/src/clusters/keypad-input.ts +13 -13
  522. package/src/clusters/label.ts +5 -5
  523. package/src/clusters/laundry-dryer-controls.ts +4 -4
  524. package/src/clusters/laundry-washer-controls.ts +11 -11
  525. package/src/clusters/laundry-washer-mode.ts +25 -25
  526. package/src/clusters/level-control.ts +49 -49
  527. package/src/clusters/localization-configuration.ts +3 -3
  528. package/src/clusters/low-power.ts +2 -2
  529. package/src/clusters/media-input.ts +20 -20
  530. package/src/clusters/media-playback.ts +96 -96
  531. package/src/clusters/messages.ts +61 -61
  532. package/src/clusters/microwave-oven-control.ts +23 -23
  533. package/src/clusters/microwave-oven-mode.ts +25 -25
  534. package/src/clusters/mode-base.ts +37 -37
  535. package/src/clusters/mode-select.ts +22 -22
  536. package/src/clusters/network-commissioning.ts +76 -76
  537. package/src/clusters/occupancy-sensing.ts +29 -29
  538. package/src/clusters/on-off.ts +33 -33
  539. package/src/clusters/operational-credentials.ts +75 -75
  540. package/src/clusters/operational-state.ts +34 -34
  541. package/src/clusters/ota-software-update-provider.ts +43 -43
  542. package/src/clusters/ota-software-update-requestor.ts +55 -55
  543. package/src/clusters/oven-cavity-operational-state.ts +14 -14
  544. package/src/clusters/oven-mode.ts +34 -34
  545. package/src/clusters/power-source-configuration.ts +2 -2
  546. package/src/clusters/power-source.ts +59 -59
  547. package/src/clusters/power-topology.ts +4 -4
  548. package/src/clusters/pressure-measurement.ts +11 -11
  549. package/src/clusters/pump-configuration-and-control.ts +69 -69
  550. package/src/clusters/refrigerator-alarm.ts +18 -18
  551. package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
  552. package/src/clusters/relative-humidity-measurement.ts +5 -5
  553. package/src/clusters/resource-monitoring.ts +13 -13
  554. package/src/clusters/rvc-clean-mode.ts +32 -32
  555. package/src/clusters/rvc-operational-state.ts +28 -28
  556. package/src/clusters/rvc-run-mode.ts +38 -38
  557. package/src/clusters/scenes-management.ts +111 -111
  558. package/src/clusters/service-area.ts +50 -50
  559. package/src/clusters/smoke-co-alarm.ts +66 -66
  560. package/src/clusters/software-diagnostics.ts +20 -20
  561. package/src/clusters/switch.ts +45 -45
  562. package/src/clusters/target-navigator.ts +22 -22
  563. package/src/clusters/temperature-control.ts +19 -19
  564. package/src/clusters/temperature-measurement.ts +5 -5
  565. package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
  566. package/src/clusters/thermostat.ts +172 -172
  567. package/src/clusters/thread-border-router-management.ts +23 -23
  568. package/src/clusters/thread-network-diagnostics.ts +125 -125
  569. package/src/clusters/thread-network-directory.ts +22 -22
  570. package/src/clusters/time-format-localization.ts +7 -7
  571. package/src/clusters/time-synchronization.ts +82 -82
  572. package/src/clusters/unit-localization.ts +5 -5
  573. package/src/clusters/user-label.ts +2 -2
  574. package/src/clusters/valve-configuration-and-control.ts +36 -36
  575. package/src/clusters/wake-on-lan.ts +3 -3
  576. package/src/clusters/water-heater-management.ts +26 -26
  577. package/src/clusters/water-heater-mode.ts +27 -27
  578. package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
  579. package/src/clusters/wi-fi-network-management.ts +7 -7
  580. package/src/clusters/window-covering.ts +68 -68
  581. package/src/dcl/operational-certificate.ts +9 -1
  582. package/src/globals/AtomicAttributeStatus.ts +4 -4
  583. package/src/globals/AtomicRequestType.ts +1 -1
  584. package/src/globals/Currency.ts +2 -2
  585. package/src/globals/Locationdesc.ts +5 -5
  586. package/src/globals/MeasurementAccuracy.ts +5 -5
  587. package/src/globals/MeasurementAccuracyRange.ts +10 -10
  588. package/src/globals/MeasurementType.ts +1 -1
  589. package/src/globals/Namespace.ts +1 -1
  590. package/src/globals/Price.ts +2 -2
  591. package/src/globals/Priority.ts +1 -1
  592. package/src/globals/Semtag.ts +6 -6
  593. package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
  594. package/src/globals/Status.ts +36 -36
  595. package/src/globals/ThreeLevelAuto.ts +1 -1
  596. package/src/globals/WildcardPathFlags.ts +1 -1
  597. package/dist/cjs/common/DeviceClassification.d.ts +0 -44
  598. package/dist/cjs/common/DeviceClassification.d.ts.map +0 -1
  599. package/dist/cjs/common/DeviceClassification.js +0 -38
  600. package/dist/cjs/common/DeviceClassification.js.map +0 -6
  601. package/dist/esm/common/DeviceClassification.d.ts +0 -44
  602. package/dist/esm/common/DeviceClassification.d.ts.map +0 -1
  603. package/dist/esm/common/DeviceClassification.js +0 -18
  604. package/dist/esm/common/DeviceClassification.js.map +0 -6
  605. package/src/common/DeviceClassification.ts +0 -49
@@ -42,7 +42,7 @@ export namespace EnergyEvse {
42
42
  /**
43
43
  * These are optional features supported by EnergyEvseCluster.
44
44
  *
45
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.4
45
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.4
46
46
  */
47
47
  export enum Feature {
48
48
  /**
@@ -69,7 +69,7 @@ export namespace EnergyEvse {
69
69
  *
70
70
  * See the Device Energy Management Cluster for more details.
71
71
  *
72
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.4.1
72
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.4.1
73
73
  */
74
74
  ChargingPreferences = "ChargingPreferences",
75
75
 
@@ -86,7 +86,7 @@ export namespace EnergyEvse {
86
86
  * Note some EVSEs may use other undefined mechanisms to obtain vehicle State of Charge outside the scope of
87
87
  * this cluster.
88
88
  *
89
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.4.2
89
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.4.2
90
90
  */
91
91
  SoCReporting = "SoCReporting",
92
92
 
@@ -99,7 +99,7 @@ export namespace EnergyEvse {
99
99
  *
100
100
  * If the EVSE supports the Plug and Charge feature, it will only work if a compatible EV is connected.
101
101
  *
102
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.4.3
102
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.4.3
103
103
  */
104
104
  PlugAndCharge = "PlugAndCharge",
105
105
 
@@ -114,7 +114,7 @@ export namespace EnergyEvse {
114
114
  * subscribed to by the EVSE Management cluster client. This client may use this to enable the EV to charge or
115
115
  * discharge. The lookup and authorization of RIFD UID is outside the scope of this cluster.
116
116
  *
117
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.4.4
117
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.4.4
118
118
  */
119
119
  Rfid = "Rfid",
120
120
 
@@ -130,7 +130,7 @@ export namespace EnergyEvse {
130
130
  * minimise the energy flow from/to the grid as the demand in the home and the solar supply to the home both
131
131
  * fluctuate.
132
132
  *
133
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.4.5
133
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.4.5
134
134
  */
135
135
  V2X = "V2X"
136
136
  }
@@ -138,7 +138,7 @@ export namespace EnergyEvse {
138
138
  /**
139
139
  * Input to the EnergyEvse enableDischarging command
140
140
  *
141
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.9.3
141
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.9.3
142
142
  */
143
143
  export const TlvEnableDischargingRequest = TlvObject({
144
144
  /**
@@ -147,7 +147,7 @@ export namespace EnergyEvse {
147
147
  * A value in the past in this field shall disable the EVSE discharging whereas a null value shall enable EVSE
148
148
  * discharging permanently.
149
149
  *
150
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.9.3.1
150
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.9.3.1
151
151
  */
152
152
  dischargingEnabledUntil: TlvField(0, TlvNullable(TlvEpochS)),
153
153
 
@@ -156,7 +156,7 @@ export namespace EnergyEvse {
156
156
  * limit can be advertised to an EV in 0.6A steps. The value of the MaximumDischargeCurrent attribute shall be
157
157
  * stored and persisted across reboots by the EVSE to the value of this field.
158
158
  *
159
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.9.3.2
159
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.9.3.2
160
160
  */
161
161
  maximumDischargeCurrent: TlvField(1, TlvInt64.bound({ min: 0 }))
162
162
  });
@@ -164,12 +164,12 @@ export namespace EnergyEvse {
164
164
  /**
165
165
  * Input to the EnergyEvse enableDischarging command
166
166
  *
167
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.9.3
167
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.9.3
168
168
  */
169
169
  export interface EnableDischargingRequest extends TypeFromSchema<typeof TlvEnableDischargingRequest> {}
170
170
 
171
171
  /**
172
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.7.1
172
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.7.1
173
173
  */
174
174
  export const TargetDayOfWeek = {
175
175
  /**
@@ -222,7 +222,7 @@ export namespace EnergyEvse {
222
222
  *
223
223
  * To compute the charging time: Charging StartTime = TargetTimeMinutesPastMidnight - ChargingTime
224
224
  *
225
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6
225
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6
226
226
  */
227
227
  export const TlvChargingTarget = TlvObject({
228
228
  /**
@@ -248,7 +248,7 @@ export namespace EnergyEvse {
248
248
  * that the EVSE may need to begin charging immediately, and may not be able to guarantee that the vehicle will
249
249
  * be able to reach the target.
250
250
  *
251
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.1
251
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.1
252
252
  */
253
253
  targetTimeMinutesPastMidnight: TlvField(0, TlvUInt16.bound({ max: 1439 })),
254
254
 
@@ -275,7 +275,7 @@ export namespace EnergyEvse {
275
275
  *
276
276
  * and charge until the vehicle stops demanding a charge.
277
277
  *
278
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.2
278
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.2
279
279
  */
280
280
  targetSoC: TlvOptionalField(1, TlvPercent),
281
281
 
@@ -299,7 +299,7 @@ export namespace EnergyEvse {
299
299
  * the Battery Capacity of the vehicle, since the EV may also require energy for heating and cooling of the
300
300
  * battery during charging, or for heating or cooling the cabin.
301
301
  *
302
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6.3
302
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6.3
303
303
  */
304
304
  addedEnergy: TlvOptionalField(2, TlvInt64.bound({ min: 0 }))
305
305
  });
@@ -318,28 +318,28 @@ export namespace EnergyEvse {
318
318
  *
319
319
  * To compute the charging time: Charging StartTime = TargetTimeMinutesPastMidnight - ChargingTime
320
320
  *
321
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.7.6
321
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.7.6
322
322
  */
323
323
  export interface ChargingTarget extends TypeFromSchema<typeof TlvChargingTarget> {}
324
324
 
325
325
  /**
326
326
  * This represents a set of user specified charging targets for an EV for a set of specified days.
327
327
  *
328
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.7.7
328
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.7.7
329
329
  */
330
330
  export const TlvChargingTargetSchedule = TlvObject({
331
331
  /**
332
332
  * This field shall indicate the days of the week that the charging targets SHOULD be associated to. This field
333
333
  * is a bitmap and therefore the associated targets could be applied to multiple days.
334
334
  *
335
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.7.8
335
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.7.8
336
336
  */
337
337
  dayOfWeekForSequence: TlvField(0, TlvBitmap(TlvUInt8, TargetDayOfWeek)),
338
338
 
339
339
  /**
340
340
  * This field shall indicate a list of up to 10 charging targets for each of the associated days of the week.
341
341
  *
342
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.7.9
342
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.7.9
343
343
  */
344
344
  chargingTargets: TlvField(1, TlvArray(TlvChargingTarget, { maxLength: 10 }))
345
345
  });
@@ -347,14 +347,14 @@ export namespace EnergyEvse {
347
347
  /**
348
348
  * This represents a set of user specified charging targets for an EV for a set of specified days.
349
349
  *
350
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.7.7
350
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.7.7
351
351
  */
352
352
  export interface ChargingTargetSchedule extends TypeFromSchema<typeof TlvChargingTargetSchedule> {}
353
353
 
354
354
  /**
355
355
  * Input to the EnergyEvse setTargets command
356
356
  *
357
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.9.5
357
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.9.5
358
358
  */
359
359
  export const TlvSetTargetsRequest = TlvObject({
360
360
  /**
@@ -362,7 +362,7 @@ export namespace EnergyEvse {
362
362
  * days of the week. Each of the days of the week may only be included in a single ChargingTargetSchedule within
363
363
  * this list field.
364
364
  *
365
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.9.5.1
365
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.9.5.1
366
366
  */
367
367
  chargingTargetSchedules: TlvField(0, TlvArray(TlvChargingTargetSchedule, { maxLength: 7 }))
368
368
  });
@@ -370,21 +370,21 @@ export namespace EnergyEvse {
370
370
  /**
371
371
  * Input to the EnergyEvse setTargets command
372
372
  *
373
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.9.5
373
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.9.5
374
374
  */
375
375
  export interface SetTargetsRequest extends TypeFromSchema<typeof TlvSetTargetsRequest> {}
376
376
 
377
377
  /**
378
378
  * The GetTargetsResponse is sent in response to the GetTargets Command.
379
379
  *
380
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.9.7
380
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.9.7
381
381
  */
382
382
  export const TlvGetTargetsResponse = TlvObject({
383
383
  /**
384
384
  * This field shall indicate a list of up to 7 sets of daily charging targets together with their associated
385
385
  * days of the week.
386
386
  *
387
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.9.7.1
387
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.9.7.1
388
388
  */
389
389
  chargingTargetSchedules: TlvField(0, TlvArray(TlvChargingTargetSchedule, { maxLength: 7 }))
390
390
  });
@@ -392,20 +392,20 @@ export namespace EnergyEvse {
392
392
  /**
393
393
  * The GetTargetsResponse is sent in response to the GetTargets Command.
394
394
  *
395
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.9.7
395
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.9.7
396
396
  */
397
397
  export interface GetTargetsResponse extends TypeFromSchema<typeof TlvGetTargetsResponse> {}
398
398
 
399
399
  /**
400
400
  * Body of the EnergyEvse rfid event
401
401
  *
402
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.6
402
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.6
403
403
  */
404
404
  export const TlvRfidEvent = TlvObject({
405
405
  /**
406
406
  * The UID field (ISO 14443A UID) is either 4, 7 or 10 bytes.
407
407
  *
408
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.6.1
408
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.6.1
409
409
  */
410
410
  uid: TlvField(0, TlvByteString.bound({ maxLength: 10 }))
411
411
  });
@@ -413,12 +413,12 @@ export namespace EnergyEvse {
413
413
  /**
414
414
  * Body of the EnergyEvse rfid event
415
415
  *
416
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.6
416
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.6
417
417
  */
418
418
  export interface RfidEvent extends TypeFromSchema<typeof TlvRfidEvent> {}
419
419
 
420
420
  /**
421
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.7.2
421
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.7.2
422
422
  */
423
423
  export enum State {
424
424
  /**
@@ -458,7 +458,7 @@ export namespace EnergyEvse {
458
458
  }
459
459
 
460
460
  /**
461
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.7.3
461
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.7.3
462
462
  */
463
463
  export enum SupplyState {
464
464
  /**
@@ -494,7 +494,7 @@ export namespace EnergyEvse {
494
494
  }
495
495
 
496
496
  /**
497
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.7.4
497
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.7.4
498
498
  */
499
499
  export enum FaultState {
500
500
  /**
@@ -586,7 +586,7 @@ export namespace EnergyEvse {
586
586
  /**
587
587
  * Input to the EnergyEvse enableCharging command
588
588
  *
589
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.9.2
589
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.9.2
590
590
  */
591
591
  export const TlvEnableChargingRequest = TlvObject({
592
592
  /**
@@ -595,7 +595,7 @@ export namespace EnergyEvse {
595
595
  * A value in the past in this field shall disable the EVSE charging whereas a null value shall enable it
596
596
  * permanently.
597
597
  *
598
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.9.2.1
598
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.9.2.1
599
599
  */
600
600
  chargingEnabledUntil: TlvField(0, TlvNullable(TlvEpochS)),
601
601
 
@@ -606,7 +606,7 @@ export namespace EnergyEvse {
606
606
  * The value of the MinimumChargeCurrent attribute shall be set to the value of this field (see Section 9.3.8.7,
607
607
  * “MinimumChargeCurrent Attribute” for further details).
608
608
  *
609
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.9.2.2
609
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.9.2.2
610
610
  */
611
611
  minimumChargeCurrent: TlvField(1, TlvInt64.bound({ min: 0 })),
612
612
 
@@ -618,7 +618,7 @@ export namespace EnergyEvse {
618
618
  * attribute. For example, if the UserMaximumChargeCurrent attribute is adjusted below then this value, and then
619
619
  * later adjusted above this value, the resulting MaximumChargeCurrent attribute will be limited to this value.
620
620
  *
621
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.9.2.3
621
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.9.2.3
622
622
  */
623
623
  maximumChargeCurrent: TlvField(2, TlvInt64.bound({ min: 0 }))
624
624
  });
@@ -626,20 +626,20 @@ export namespace EnergyEvse {
626
626
  /**
627
627
  * Input to the EnergyEvse enableCharging command
628
628
  *
629
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.9.2
629
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.9.2
630
630
  */
631
631
  export interface EnableChargingRequest extends TypeFromSchema<typeof TlvEnableChargingRequest> {}
632
632
 
633
633
  /**
634
634
  * Body of the EnergyEvse evConnected event
635
635
  *
636
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.1
636
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.1
637
637
  */
638
638
  export const TlvEvConnectedEvent = TlvObject({
639
639
  /**
640
640
  * This is the new session ID created after the vehicle is plugged in.
641
641
  *
642
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.1.1
642
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.1.1
643
643
  */
644
644
  sessionId: TlvField(0, TlvUInt32)
645
645
  });
@@ -647,27 +647,27 @@ export namespace EnergyEvse {
647
647
  /**
648
648
  * Body of the EnergyEvse evConnected event
649
649
  *
650
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.1
650
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.1
651
651
  */
652
652
  export interface EvConnectedEvent extends TypeFromSchema<typeof TlvEvConnectedEvent> {}
653
653
 
654
654
  /**
655
655
  * Body of the EnergyEvse evNotDetected event
656
656
  *
657
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2
657
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2
658
658
  */
659
659
  export const TlvEvNotDetectedEvent = TlvObject({
660
660
  /**
661
661
  * This field shall indicate the current value of the SessionID attribute.
662
662
  *
663
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.1
663
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2.1
664
664
  */
665
665
  sessionId: TlvField(0, TlvUInt32),
666
666
 
667
667
  /**
668
668
  * This field shall indicate the value of the State attribute prior to the EV not being detected.
669
669
  *
670
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.2
670
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2.2
671
671
  */
672
672
  state: TlvField(1, TlvEnum<State>()),
673
673
 
@@ -675,7 +675,7 @@ export namespace EnergyEvse {
675
675
  * This field shall indicate the total duration of the session, from the start of the session when the EV was
676
676
  * plugged in, until it was unplugged.
677
677
  *
678
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.3
678
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2.3
679
679
  */
680
680
  sessionDuration: TlvField(2, TlvUInt32),
681
681
 
@@ -685,7 +685,7 @@ export namespace EnergyEvse {
685
685
  * Note that if bi-directional charging occurs during the session, then this value shall only include the sum of
686
686
  * energy transferred from the EVSE to the EV, and shall NOT be a net value of charging and discharging energy.
687
687
  *
688
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.4
688
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2.4
689
689
  */
690
690
  sessionEnergyCharged: TlvField(3, TlvInt64.bound({ min: 0 })),
691
691
 
@@ -696,7 +696,7 @@ export namespace EnergyEvse {
696
696
  * of energy transferred from the EV to the EVSE, and shall NOT be a net value of charging and discharging
697
697
  * energy.
698
698
  *
699
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2.5
699
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2.5
700
700
  */
701
701
  sessionEnergyDischarged: TlvOptionalField(4, TlvInt64.bound({ min: 0 }))
702
702
  });
@@ -704,27 +704,27 @@ export namespace EnergyEvse {
704
704
  /**
705
705
  * Body of the EnergyEvse evNotDetected event
706
706
  *
707
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2
707
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2
708
708
  */
709
709
  export interface EvNotDetectedEvent extends TypeFromSchema<typeof TlvEvNotDetectedEvent> {}
710
710
 
711
711
  /**
712
712
  * Body of the EnergyEvse energyTransferStarted event
713
713
  *
714
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3
714
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.3
715
715
  */
716
716
  export const TlvEnergyTransferStartedEvent = TlvObject({
717
717
  /**
718
718
  * This field shall indicate the value of the SessionID attribute at the time the event was generated.
719
719
  *
720
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3.1
720
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.3.1
721
721
  */
722
722
  sessionId: TlvField(0, TlvUInt32),
723
723
 
724
724
  /**
725
725
  * This field shall indicate the value of the State attribute at the time the event was generated.
726
726
  *
727
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3.2
727
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.3.2
728
728
  */
729
729
  state: TlvField(1, TlvEnum<State>()),
730
730
 
@@ -734,7 +734,7 @@ export namespace EnergyEvse {
734
734
  * A non-zero value indicates that the EV has been enabled for charging and the value is taken directly from the
735
735
  * MaximumChargeCurrent attribute. A zero value indicates that the EV has not been enabled for charging.
736
736
  *
737
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3.3
737
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.3.3
738
738
  */
739
739
  maximumCurrent: TlvField(2, TlvInt64.bound({ min: 0 })),
740
740
 
@@ -745,7 +745,7 @@ export namespace EnergyEvse {
745
745
  * the MaximumDischargeCurrent attribute. A zero value indicates that the EV has not been enabled for
746
746
  * discharging.
747
747
  *
748
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3.4
748
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.3.4
749
749
  */
750
750
  maximumDischargeCurrent: TlvOptionalField(3, TlvInt64.bound({ min: 0 }))
751
751
  });
@@ -753,12 +753,12 @@ export namespace EnergyEvse {
753
753
  /**
754
754
  * Body of the EnergyEvse energyTransferStarted event
755
755
  *
756
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3
756
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.3
757
757
  */
758
758
  export interface EnergyTransferStartedEvent extends TypeFromSchema<typeof TlvEnergyTransferStartedEvent> {}
759
759
 
760
760
  /**
761
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.7.5
761
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.7.5
762
762
  */
763
763
  export enum EnergyTransferStoppedReason {
764
764
  /**
@@ -780,27 +780,27 @@ export namespace EnergyEvse {
780
780
  /**
781
781
  * Body of the EnergyEvse energyTransferStopped event
782
782
  *
783
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4
783
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4
784
784
  */
785
785
  export const TlvEnergyTransferStoppedEvent = TlvObject({
786
786
  /**
787
787
  * This field shall indicate the value of the SessionID attribute prior to the energy transfer stopping.
788
788
  *
789
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.1
789
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4.1
790
790
  */
791
791
  sessionId: TlvField(0, TlvUInt32),
792
792
 
793
793
  /**
794
794
  * This field shall indicate the value of the State attribute prior to the energy transfer stopping.
795
795
  *
796
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.2
796
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4.2
797
797
  */
798
798
  state: TlvField(1, TlvEnum<State>()),
799
799
 
800
800
  /**
801
801
  * This field shall indicate the reason why the energy transferred stopped.
802
802
  *
803
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.3
803
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4.3
804
804
  */
805
805
  reason: TlvField(2, TlvEnum<EnergyTransferStoppedReason>()),
806
806
 
@@ -808,7 +808,7 @@ export namespace EnergyEvse {
808
808
  * This field shall indicate the amount of energy transferred from the EVSE to the EV since the previous
809
809
  * EnergyTransferStarted event, in mWh.
810
810
  *
811
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.4
811
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4.4
812
812
  */
813
813
  energyTransferred: TlvField(4, TlvInt64.bound({ min: 0 })),
814
814
 
@@ -816,7 +816,7 @@ export namespace EnergyEvse {
816
816
  * This field shall indicate the amount of energy transferred from the EV to the EVSE since the previous
817
817
  * EnergyTransferStarted event, in mWh.
818
818
  *
819
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4.5
819
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4.5
820
820
  */
821
821
  energyDischarged: TlvOptionalField(5, TlvInt64.bound({ min: 0 }))
822
822
  });
@@ -824,42 +824,42 @@ export namespace EnergyEvse {
824
824
  /**
825
825
  * Body of the EnergyEvse energyTransferStopped event
826
826
  *
827
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4
827
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4
828
828
  */
829
829
  export interface EnergyTransferStoppedEvent extends TypeFromSchema<typeof TlvEnergyTransferStoppedEvent> {}
830
830
 
831
831
  /**
832
832
  * Body of the EnergyEvse fault event
833
833
  *
834
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5
834
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.5
835
835
  */
836
836
  export const TlvFaultEvent = TlvObject({
837
837
  /**
838
838
  * This field shall indicate the value of the SessionID attribute prior to the Fault State being changed. A
839
839
  * value of null indicates no sessions have occurred before the fault occurred.
840
840
  *
841
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5.1
841
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.5.1
842
842
  */
843
843
  sessionId: TlvField(0, TlvNullable(TlvUInt32)),
844
844
 
845
845
  /**
846
846
  * This field shall indicate the value of the State attribute prior to the Fault State being changed.
847
847
  *
848
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5.2
848
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.5.2
849
849
  */
850
850
  state: TlvField(1, TlvEnum<State>()),
851
851
 
852
852
  /**
853
853
  * This field shall indicate the value of the FaultState attribute prior to the Fault State being changed.
854
854
  *
855
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5.3
855
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.5.3
856
856
  */
857
857
  faultStatePreviousState: TlvField(2, TlvEnum<FaultState>()),
858
858
 
859
859
  /**
860
860
  * This field shall indicate the current value of the FaultState attribute.
861
861
  *
862
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5.4
862
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.5.4
863
863
  */
864
864
  faultStateCurrentState: TlvField(4, TlvEnum<FaultState>())
865
865
  });
@@ -867,7 +867,7 @@ export namespace EnergyEvse {
867
867
  /**
868
868
  * Body of the EnergyEvse fault event
869
869
  *
870
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5
870
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.5
871
871
  */
872
872
  export interface FaultEvent extends TypeFromSchema<typeof TlvFaultEvent> {}
873
873
 
@@ -887,7 +887,7 @@ export namespace EnergyEvse {
887
887
  * This attribute shall be persisted, for example a temporary power failure should not stop the vehicle from
888
888
  * being discharged.
889
889
  *
890
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.8.5
890
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.8.5
891
891
  */
892
892
  dischargingEnabledUntil: Attribute(0x4, TlvNullable(TlvEpochS), { persistent: true }),
893
893
 
@@ -903,12 +903,12 @@ export namespace EnergyEvse {
903
903
  *
904
904
  * • MaximumDischargeCurrent field in the EnableDischarging command
905
905
  *
906
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.8.9
906
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.8.9
907
907
  */
908
908
  maximumDischargeCurrent: Attribute(0x8, TlvInt64.bound({ min: 0 }), { persistent: true }),
909
909
 
910
910
  /**
911
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.8
911
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.8
912
912
  */
913
913
  sessionEnergyDischarged: Attribute(0x43, TlvNullable(TlvInt64.bound({ min: 0 })), { persistent: true })
914
914
  },
@@ -918,7 +918,7 @@ export namespace EnergyEvse {
918
918
  * Upon receipt, this shall allow a client to enable the discharge of an EV, and to provide or update the
919
919
  * maximum discharge current.
920
920
  *
921
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.9.3
921
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.9.3
922
922
  */
923
923
  enableDischarging: Command(0x3, TlvEnableDischargingRequest, 0x3, TlvNoResponse, { timed: true })
924
924
  }
@@ -937,7 +937,7 @@ export namespace EnergyEvse {
937
937
  * Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
938
938
  * enabled.
939
939
  *
940
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.8.12
940
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.8.12
941
941
  */
942
942
  nextChargeStartTime: Attribute(0x23, TlvNullable(TlvEpochS)),
943
943
 
@@ -949,7 +949,7 @@ export namespace EnergyEvse {
949
949
  * Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
950
950
  * enabled.
951
951
  *
952
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.8.13
952
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.8.13
953
953
  */
954
954
  nextChargeTargetTime: Attribute(0x24, TlvNullable(TlvEpochS)),
955
955
 
@@ -961,7 +961,7 @@ export namespace EnergyEvse {
961
961
  * Manual mode tag), or that the vehicle is not plugged in with the SupplyState indicating that charging is
962
962
  * enabled, or that the next ChargingTargetStruct is using the TargetSoC value to charge the vehicle.
963
963
  *
964
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.8.14
964
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.8.14
965
965
  */
966
966
  nextChargeRequiredEnergy: Attribute(0x25, TlvNullable(TlvInt64.bound({ min: 0 }))),
967
967
 
@@ -974,7 +974,7 @@ export namespace EnergyEvse {
974
974
  *
975
975
  * If the SOC feature is not supported, only the values null and 100% are supported.
976
976
  *
977
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.8.15
977
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.8.15
978
978
  */
979
979
  nextChargeTargetSoC: Attribute(0x26, TlvNullable(TlvPercent)),
980
980
 
@@ -1008,7 +1008,7 @@ export namespace EnergyEvse {
1008
1008
  *
1009
1009
  * = 29.82 Miles
1010
1010
  *
1011
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.8.16
1011
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.8.16
1012
1012
  */
1013
1013
  approximateEvEfficiency: OptionalWritableAttribute(
1014
1014
  0x27,
@@ -1021,21 +1021,21 @@ export namespace EnergyEvse {
1021
1021
  /**
1022
1022
  * Allows a client to set the user specified charging targets.
1023
1023
  *
1024
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.9.5
1024
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.9.5
1025
1025
  */
1026
1026
  setTargets: Command(0x5, TlvSetTargetsRequest, 0x5, TlvNoResponse, { timed: true }),
1027
1027
 
1028
1028
  /**
1029
1029
  * Allows a client to retrieve the current set of charging targets.
1030
1030
  *
1031
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.9.6
1031
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.9.6
1032
1032
  */
1033
1033
  getTargets: Command(0x6, TlvNoArguments, 0x0, TlvGetTargetsResponse, { timed: true }),
1034
1034
 
1035
1035
  /**
1036
1036
  * Allows a client to clear all stored charging targets.
1037
1037
  *
1038
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.9.8
1038
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.9.8
1039
1039
  */
1040
1040
  clearTargets: Command(0x7, TlvNoArguments, 0x7, TlvNoResponse, { timed: true })
1041
1041
  }
@@ -1052,14 +1052,14 @@ export namespace EnergyEvse {
1052
1052
  * the SOC feature. If the StateOfCharge cannot be read from the vehicle it shall be returned with a NULL
1053
1053
  * value.
1054
1054
  *
1055
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.8.17
1055
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.8.17
1056
1056
  */
1057
1057
  stateOfCharge: Attribute(0x30, TlvNullable(TlvPercent)),
1058
1058
 
1059
1059
  /**
1060
1060
  * Indicates the capacity of the EV battery in mWh. This value is always positive.
1061
1061
  *
1062
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.8.18
1062
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.8.18
1063
1063
  */
1064
1064
  batteryCapacity: Attribute(0x31, TlvNullable(TlvInt64.bound({ min: 0 })))
1065
1065
  }
@@ -1077,7 +1077,7 @@ export namespace EnergyEvse {
1077
1077
  * The field may be based on the e-Mobility Account Identifier (EMAID). A null value shall indicate that
1078
1078
  * this is unknown.
1079
1079
  *
1080
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.8.19
1080
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.8.19
1081
1081
  */
1082
1082
  vehicleId: Attribute(0x32, TlvNullable(TlvString.bound({ maxLength: 32 })))
1083
1083
  }
@@ -1092,7 +1092,7 @@ export namespace EnergyEvse {
1092
1092
  * This event shall be generated when a RFID card has been read. This allows a controller to register the
1093
1093
  * card ID and use this to authenticate and start the charging session.
1094
1094
  *
1095
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.6
1095
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.6
1096
1096
  */
1097
1097
  rfid: OptionalEvent(0x5, Priority.Info, TlvRfidEvent)
1098
1098
  }
@@ -1129,7 +1129,7 @@ export namespace EnergyEvse {
1129
1129
  *
1130
1130
  * See the Device Energy Management Cluster for more details.
1131
1131
  *
1132
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.4.1
1132
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.4.1
1133
1133
  */
1134
1134
  chargingPreferences: BitFlag(0),
1135
1135
 
@@ -1144,7 +1144,7 @@ export namespace EnergyEvse {
1144
1144
  * Note some EVSEs may use other undefined mechanisms to obtain vehicle State of Charge outside the scope of
1145
1145
  * this cluster.
1146
1146
  *
1147
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.4.2
1147
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.4.2
1148
1148
  */
1149
1149
  soCReporting: BitFlag(1),
1150
1150
 
@@ -1155,7 +1155,7 @@ export namespace EnergyEvse {
1155
1155
  *
1156
1156
  * If the EVSE supports the Plug and Charge feature, it will only work if a compatible EV is connected.
1157
1157
  *
1158
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.4.3
1158
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.4.3
1159
1159
  */
1160
1160
  plugAndCharge: BitFlag(2),
1161
1161
 
@@ -1168,7 +1168,7 @@ export namespace EnergyEvse {
1168
1168
  * subscribed to by the EVSE Management cluster client. This client may use this to enable the EV to charge
1169
1169
  * or discharge. The lookup and authorization of RIFD UID is outside the scope of this cluster.
1170
1170
  *
1171
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.4.4
1171
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.4.4
1172
1172
  */
1173
1173
  rfid: BitFlag(3),
1174
1174
 
@@ -1182,7 +1182,7 @@ export namespace EnergyEvse {
1182
1182
  * to minimise the energy flow from/to the grid as the demand in the home and the solar supply to the home
1183
1183
  * both fluctuate.
1184
1184
  *
1185
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.4.5
1185
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.4.5
1186
1186
  */
1187
1187
  v2X: BitFlag(4)
1188
1188
  },
@@ -1204,14 +1204,14 @@ export namespace EnergyEvse {
1204
1204
  *
1205
1205
  * A null value shall indicate that the state cannot be determined.
1206
1206
  *
1207
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.8.1
1207
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.8.1
1208
1208
  */
1209
1209
  state: Attribute(0x0, TlvNullable(TlvEnum<State>())),
1210
1210
 
1211
1211
  /**
1212
1212
  * Indicates whether the EV is currently allowed to charge from or discharge to the EVSE.
1213
1213
  *
1214
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.8.2
1214
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.8.2
1215
1215
  */
1216
1216
  supplyState: Attribute(0x1, TlvEnum<SupplyState>()),
1217
1217
 
@@ -1222,7 +1222,7 @@ export namespace EnergyEvse {
1222
1222
  * listed in FaultStateEnum, except NoError. For all values of SupplyState other than DisabledError, the
1223
1223
  * FaultState attribute shall be NoError.
1224
1224
  *
1225
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.8.3
1225
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.8.3
1226
1226
  */
1227
1227
  faultState: Attribute(0x2, TlvEnum<FaultState>()),
1228
1228
 
@@ -1237,7 +1237,7 @@ export namespace EnergyEvse {
1237
1237
  * This attribute shall be persisted, for example a temporary power failure should not stop the vehicle from
1238
1238
  * being charged.
1239
1239
  *
1240
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.8.4
1240
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.8.4
1241
1241
  */
1242
1242
  chargingEnabledUntil: Attribute(0x3, TlvNullable(TlvEpochS), { persistent: true }),
1243
1243
 
@@ -1246,7 +1246,7 @@ export namespace EnergyEvse {
1246
1246
  * allow implementation of a self-managed network of EVSEs. It is assumed that the device will allow the
1247
1247
  * setting of such values by an installer.
1248
1248
  *
1249
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.8.6
1249
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.8.6
1250
1250
  */
1251
1251
  circuitCapacity: Attribute(0x5, TlvInt64.bound({ min: 0 }), { persistent: true }),
1252
1252
 
@@ -1255,7 +1255,7 @@ export namespace EnergyEvse {
1255
1255
  *
1256
1256
  * The attribute can be set using the EnableCharging command.
1257
1257
  *
1258
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.8.7
1258
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.8.7
1259
1259
  */
1260
1260
  minimumChargeCurrent: Attribute(0x6, TlvInt64.bound({ min: 0 }), { persistent: true }),
1261
1261
 
@@ -1279,7 +1279,7 @@ export namespace EnergyEvse {
1279
1279
  *
1280
1280
  * • UserMaximumChargeCurrent attribute
1281
1281
  *
1282
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.8.8
1282
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.8.8
1283
1283
  */
1284
1284
  maximumChargeCurrent: Attribute(0x7, TlvInt64.bound({ min: 0 }), { persistent: true }),
1285
1285
 
@@ -1297,7 +1297,7 @@ export namespace EnergyEvse {
1297
1297
  * Its default value SHOULD be initialized to the same as the CircuitCapacity attribute. This value shall be
1298
1298
  * persisted across reboots to ensure it does not cause charging issues during temporary power failures.
1299
1299
  *
1300
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.8.10
1300
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.8.10
1301
1301
  */
1302
1302
  userMaximumChargeCurrent: OptionalWritableAttribute(
1303
1303
  0x9,
@@ -1316,7 +1316,7 @@ export namespace EnergyEvse {
1316
1316
  * energy starting at 00:30, then the EVSE must compute a random delay between 0-599s and add this to its
1317
1317
  * initial planned start time.
1318
1318
  *
1319
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.8.11
1319
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.8.11
1320
1320
  */
1321
1321
  randomizationDelayWindow: OptionalWritableAttribute(
1322
1322
  0xa,
@@ -1325,17 +1325,17 @@ export namespace EnergyEvse {
1325
1325
  ),
1326
1326
 
1327
1327
  /**
1328
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.8
1328
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.8
1329
1329
  */
1330
1330
  sessionId: Attribute(0x40, TlvNullable(TlvUInt32), { persistent: true }),
1331
1331
 
1332
1332
  /**
1333
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.8
1333
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.8
1334
1334
  */
1335
1335
  sessionDuration: Attribute(0x41, TlvNullable(TlvUInt32), { persistent: true }),
1336
1336
 
1337
1337
  /**
1338
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.8
1338
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.8
1339
1339
  */
1340
1340
  sessionEnergyCharged: Attribute(0x42, TlvNullable(TlvInt64.bound({ min: 0 })), { persistent: true })
1341
1341
  },
@@ -1344,7 +1344,7 @@ export namespace EnergyEvse {
1344
1344
  /**
1345
1345
  * Allows a client to disable the EVSE from charging and discharging.
1346
1346
  *
1347
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.9.1
1347
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.9.1
1348
1348
  */
1349
1349
  disable: Command(0x1, TlvNoArguments, 0x1, TlvNoResponse, { timed: true }),
1350
1350
 
@@ -1352,14 +1352,14 @@ export namespace EnergyEvse {
1352
1352
  * This command allows a client to enable the EVSE to charge an EV, and to provide or update the maximum and
1353
1353
  * minimum charge current.
1354
1354
  *
1355
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.9.2
1355
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.9.2
1356
1356
  */
1357
1357
  enableCharging: Command(0x2, TlvEnableChargingRequest, 0x2, TlvNoResponse, { timed: true }),
1358
1358
 
1359
1359
  /**
1360
1360
  * Allows a client to put the EVSE into a self-diagnostics mode.
1361
1361
  *
1362
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.9.4
1362
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.9.4
1363
1363
  */
1364
1364
  startDiagnostics: OptionalCommand(0x4, TlvNoArguments, 0x4, TlvNoResponse, { timed: true })
1365
1365
  },
@@ -1368,7 +1368,7 @@ export namespace EnergyEvse {
1368
1368
  /**
1369
1369
  * This event shall be generated when the EV is plugged in.
1370
1370
  *
1371
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.1
1371
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.1
1372
1372
  */
1373
1373
  evConnected: Event(0x0, Priority.Info, TlvEvConnectedEvent),
1374
1374
 
@@ -1376,7 +1376,7 @@ export namespace EnergyEvse {
1376
1376
  * This event shall be generated when the EV is unplugged or not detected (having been previously plugged
1377
1377
  * in). When the vehicle is unplugged then the session is ended.
1378
1378
  *
1379
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.2
1379
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.2
1380
1380
  */
1381
1381
  evNotDetected: Event(0x1, Priority.Info, TlvEvNotDetectedEvent),
1382
1382
 
@@ -1385,7 +1385,7 @@ export namespace EnergyEvse {
1385
1385
  * switched between charging and discharging under the control of the PowerAdjustment feature of the Device
1386
1386
  * Energy Management cluster of the associated Device Energy Management device.
1387
1387
  *
1388
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.3
1388
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.3
1389
1389
  */
1390
1390
  energyTransferStarted: Event(0x2, Priority.Info, TlvEnergyTransferStartedEvent),
1391
1391
 
@@ -1394,7 +1394,7 @@ export namespace EnergyEvse {
1394
1394
  * switched between charging and discharging under the control of the PowerAdjustment feature of the Device
1395
1395
  * Energy Management cluster of the associated Device Energy Management device.
1396
1396
  *
1397
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.4
1397
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.4
1398
1398
  */
1399
1399
  energyTransferStopped: Event(0x3, Priority.Info, TlvEnergyTransferStoppedEvent),
1400
1400
 
@@ -1409,7 +1409,7 @@ export namespace EnergyEvse {
1409
1409
  * cleared, the EVSE device shall set the FaultState attribute to NoError and the SupplyState attribute
1410
1410
  * shall be set back to its previous state.
1411
1411
  *
1412
- * @see {@link MatterSpecification.v141.Cluster} § 9.3.10.5
1412
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3.10.5
1413
1413
  */
1414
1414
  fault: Event(0x4, Priority.Critical, TlvFaultEvent)
1415
1415
  },
@@ -1468,7 +1468,7 @@ export namespace EnergyEvse {
1468
1468
  * EnergyEvseCluster supports optional features that you can enable with the EnergyEvseCluster.with() factory
1469
1469
  * method.
1470
1470
  *
1471
- * @see {@link MatterSpecification.v141.Cluster} § 9.3
1471
+ * @see {@link MatterSpecification.v142.Cluster} § 9.3
1472
1472
  */
1473
1473
  export interface Cluster extends Identity<typeof ClusterInstance> {}
1474
1474