@matter/types 0.14.0-alpha.0-20250531-7ed2d6da8 → 0.14.0-alpha.0-20250602-37f27bb02

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 (694) 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 +77 -51
  8. package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
  9. package/dist/cjs/clusters/administrator-commissioning.js +32 -12
  10. package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
  11. package/dist/cjs/clusters/air-quality.d.ts +5 -5
  12. package/dist/cjs/clusters/air-quality.js +1 -1
  13. package/dist/cjs/clusters/alarm-base.d.ts +43 -43
  14. package/dist/cjs/clusters/alarm-base.js +14 -14
  15. package/dist/cjs/clusters/application-basic.d.ts +16 -16
  16. package/dist/cjs/clusters/application-basic.js +10 -10
  17. package/dist/cjs/clusters/application-launcher.d.ts +141 -99
  18. package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
  19. package/dist/cjs/clusters/application-launcher.js +45 -13
  20. package/dist/cjs/clusters/application-launcher.js.map +2 -2
  21. package/dist/cjs/clusters/audio-output.d.ts +37 -37
  22. package/dist/cjs/clusters/audio-output.js +8 -8
  23. package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
  24. package/dist/cjs/clusters/ballast-configuration.js +17 -17
  25. package/dist/cjs/clusters/basic-information.d.ts +54 -54
  26. package/dist/cjs/clusters/basic-information.js +34 -34
  27. package/dist/cjs/clusters/binding.d.ts +12 -12
  28. package/dist/cjs/clusters/binding.js +5 -5
  29. package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
  30. package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
  31. package/dist/cjs/clusters/boolean-state.d.ts +7 -7
  32. package/dist/cjs/clusters/boolean-state.js +3 -3
  33. package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
  34. package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
  35. package/dist/cjs/clusters/channel.d.ts +577 -559
  36. package/dist/cjs/clusters/channel.d.ts.map +1 -1
  37. package/dist/cjs/clusters/channel.js +87 -73
  38. package/dist/cjs/clusters/channel.js.map +2 -2
  39. package/dist/cjs/clusters/color-control.d.ts +658 -658
  40. package/dist/cjs/clusters/color-control.js +116 -116
  41. package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
  42. package/dist/cjs/clusters/commissioner-control.js +5 -5
  43. package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
  44. package/dist/cjs/clusters/concentration-measurement.js +11 -11
  45. package/dist/cjs/clusters/content-app-observer.d.ts +27 -17
  46. package/dist/cjs/clusters/content-app-observer.d.ts.map +1 -1
  47. package/dist/cjs/clusters/content-app-observer.js +14 -6
  48. package/dist/cjs/clusters/content-app-observer.js.map +2 -2
  49. package/dist/cjs/clusters/content-control.d.ts +438 -356
  50. package/dist/cjs/clusters/content-control.d.ts.map +1 -1
  51. package/dist/cjs/clusters/content-control.js +120 -58
  52. package/dist/cjs/clusters/content-control.js.map +1 -1
  53. package/dist/cjs/clusters/content-launcher.d.ts +509 -475
  54. package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
  55. package/dist/cjs/clusters/content-launcher.js +65 -39
  56. package/dist/cjs/clusters/content-launcher.js.map +2 -2
  57. package/dist/cjs/clusters/descriptor.d.ts +28 -28
  58. package/dist/cjs/clusters/descriptor.js +8 -8
  59. package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
  60. package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
  61. package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
  62. package/dist/cjs/clusters/device-energy-management.js +87 -87
  63. package/dist/cjs/clusters/diagnostic-logs.d.ts +67 -33
  64. package/dist/cjs/clusters/diagnostic-logs.d.ts.map +1 -1
  65. package/dist/cjs/clusters/diagnostic-logs.js +34 -8
  66. package/dist/cjs/clusters/diagnostic-logs.js.map +2 -2
  67. package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
  68. package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
  69. package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
  70. package/dist/cjs/clusters/dishwasher-mode.js +8 -8
  71. package/dist/cjs/clusters/door-lock.d.ts +1367 -1350
  72. package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
  73. package/dist/cjs/clusters/door-lock.js +242 -228
  74. package/dist/cjs/clusters/door-lock.js.map +1 -1
  75. package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
  76. package/dist/cjs/clusters/ecosystem-information.js +12 -12
  77. package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
  78. package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
  79. package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
  80. package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
  81. package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
  82. package/dist/cjs/clusters/energy-evse-mode.js +8 -8
  83. package/dist/cjs/clusters/energy-evse.d.ts +323 -323
  84. package/dist/cjs/clusters/energy-evse.js +73 -73
  85. package/dist/cjs/clusters/energy-preference.d.ts +49 -49
  86. package/dist/cjs/clusters/energy-preference.js +9 -9
  87. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
  88. package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
  89. package/dist/cjs/clusters/fan-control.d.ts +67 -67
  90. package/dist/cjs/clusters/fan-control.js +17 -17
  91. package/dist/cjs/clusters/fixed-label.d.ts +2 -2
  92. package/dist/cjs/clusters/fixed-label.js +1 -1
  93. package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
  94. package/dist/cjs/clusters/flow-measurement.js +4 -4
  95. package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
  96. package/dist/cjs/clusters/general-commissioning.js +25 -25
  97. package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
  98. package/dist/cjs/clusters/general-diagnostics.js +40 -40
  99. package/dist/cjs/clusters/group-key-management.d.ts +119 -119
  100. package/dist/cjs/clusters/group-key-management.js +23 -23
  101. package/dist/cjs/clusters/groups.d.ts +78 -78
  102. package/dist/cjs/clusters/groups.js +21 -21
  103. package/dist/cjs/clusters/icd-management.d.ts +131 -131
  104. package/dist/cjs/clusters/icd-management.js +29 -29
  105. package/dist/cjs/clusters/identify.d.ts +16 -16
  106. package/dist/cjs/clusters/identify.js +6 -6
  107. package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
  108. package/dist/cjs/clusters/illuminance-measurement.js +5 -5
  109. package/dist/cjs/clusters/joint-fabric-datastore.d.ts +175 -175
  110. package/dist/cjs/clusters/joint-fabric-datastore.js +62 -62
  111. package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
  112. package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
  113. package/dist/cjs/clusters/keypad-input.d.ts +34 -16
  114. package/dist/cjs/clusters/keypad-input.d.ts.map +1 -1
  115. package/dist/cjs/clusters/keypad-input.js +17 -3
  116. package/dist/cjs/clusters/keypad-input.js.map +2 -2
  117. package/dist/cjs/clusters/label.d.ts +10 -10
  118. package/dist/cjs/clusters/label.js +3 -3
  119. package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
  120. package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
  121. package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
  122. package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
  123. package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
  124. package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
  125. package/dist/cjs/clusters/level-control.d.ts +303 -303
  126. package/dist/cjs/clusters/level-control.js +32 -32
  127. package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
  128. package/dist/cjs/clusters/localization-configuration.js +2 -2
  129. package/dist/cjs/clusters/low-power.d.ts +2 -2
  130. package/dist/cjs/clusters/low-power.js +1 -1
  131. package/dist/cjs/clusters/media-input.d.ts +47 -47
  132. package/dist/cjs/clusters/media-input.js +11 -11
  133. package/dist/cjs/clusters/media-playback.d.ts +427 -385
  134. package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
  135. package/dist/cjs/clusters/media-playback.js +89 -57
  136. package/dist/cjs/clusters/media-playback.js.map +2 -2
  137. package/dist/cjs/clusters/messages.d.ts +154 -154
  138. package/dist/cjs/clusters/messages.js +38 -38
  139. package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
  140. package/dist/cjs/clusters/microwave-oven-control.js +17 -17
  141. package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
  142. package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
  143. package/dist/cjs/clusters/mode-base.d.ts +59 -59
  144. package/dist/cjs/clusters/mode-base.js +13 -13
  145. package/dist/cjs/clusters/mode-select.d.ts +51 -51
  146. package/dist/cjs/clusters/mode-select.js +13 -13
  147. package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
  148. package/dist/cjs/clusters/network-commissioning.js +46 -46
  149. package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
  150. package/dist/cjs/clusters/occupancy-sensing.js +20 -20
  151. package/dist/cjs/clusters/on-off.d.ts +103 -103
  152. package/dist/cjs/clusters/on-off.js +19 -19
  153. package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
  154. package/dist/cjs/clusters/operational-credentials.js +34 -34
  155. package/dist/cjs/clusters/operational-state.d.ts +67 -67
  156. package/dist/cjs/clusters/operational-state.js +21 -21
  157. package/dist/cjs/clusters/ota-software-update-provider.d.ts +95 -61
  158. package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
  159. package/dist/cjs/clusters/ota-software-update-provider.js +51 -25
  160. package/dist/cjs/clusters/ota-software-update-provider.js.map +2 -2
  161. package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
  162. package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
  163. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
  164. package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
  165. package/dist/cjs/clusters/oven-mode.d.ts +40 -40
  166. package/dist/cjs/clusters/oven-mode.js +5 -5
  167. package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
  168. package/dist/cjs/clusters/power-source-configuration.js +1 -1
  169. package/dist/cjs/clusters/power-source.d.ts +155 -155
  170. package/dist/cjs/clusters/power-source.js +41 -41
  171. package/dist/cjs/clusters/power-topology.d.ts +8 -8
  172. package/dist/cjs/clusters/power-topology.js +2 -2
  173. package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
  174. package/dist/cjs/clusters/pressure-measurement.js +9 -9
  175. package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
  176. package/dist/cjs/clusters/proxy-configuration.js +3 -3
  177. package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
  178. package/dist/cjs/clusters/proxy-discovery.js +4 -4
  179. package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
  180. package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
  181. package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
  182. package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
  183. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
  184. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
  185. package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
  186. package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
  187. package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
  188. package/dist/cjs/clusters/resource-monitoring.js +7 -7
  189. package/dist/cjs/clusters/rvc-clean-mode.d.ts +48 -48
  190. package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
  191. package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
  192. package/dist/cjs/clusters/rvc-operational-state.js +17 -17
  193. package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
  194. package/dist/cjs/clusters/rvc-run-mode.js +9 -9
  195. package/dist/cjs/clusters/scenes-management.d.ts +246 -246
  196. package/dist/cjs/clusters/scenes-management.js +70 -70
  197. package/dist/cjs/clusters/service-area.d.ts +128 -128
  198. package/dist/cjs/clusters/service-area.js +26 -26
  199. package/dist/cjs/clusters/smoke-co-alarm.d.ts +137 -137
  200. package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
  201. package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
  202. package/dist/cjs/clusters/software-diagnostics.js +14 -14
  203. package/dist/cjs/clusters/switch.d.ts +105 -105
  204. package/dist/cjs/clusters/switch.js +23 -23
  205. package/dist/cjs/clusters/target-navigator.d.ts +48 -30
  206. package/dist/cjs/clusters/target-navigator.d.ts.map +1 -1
  207. package/dist/cjs/clusters/target-navigator.js +24 -10
  208. package/dist/cjs/clusters/target-navigator.js.map +2 -2
  209. package/dist/cjs/clusters/temperature-control.d.ts +45 -45
  210. package/dist/cjs/clusters/temperature-control.js +12 -12
  211. package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
  212. package/dist/cjs/clusters/temperature-measurement.js +4 -4
  213. package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
  214. package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
  215. package/dist/cjs/clusters/thermostat.d.ts +515 -515
  216. package/dist/cjs/clusters/thermostat.js +114 -114
  217. package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
  218. package/dist/cjs/clusters/thread-border-router-management.js +14 -14
  219. package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
  220. package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
  221. package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
  222. package/dist/cjs/clusters/thread-network-directory.js +11 -11
  223. package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
  224. package/dist/cjs/clusters/time-format-localization.js +3 -3
  225. package/dist/cjs/clusters/time-synchronization.d.ts +255 -245
  226. package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
  227. package/dist/cjs/clusters/time-synchronization.js +55 -47
  228. package/dist/cjs/clusters/time-synchronization.js.map +1 -1
  229. package/dist/cjs/clusters/unit-localization.d.ts +6 -6
  230. package/dist/cjs/clusters/unit-localization.js +1 -1
  231. package/dist/cjs/clusters/user-label.d.ts +2 -2
  232. package/dist/cjs/clusters/user-label.js +1 -1
  233. package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
  234. package/dist/cjs/clusters/valid-proxies.js +2 -2
  235. package/dist/cjs/clusters/valve-configuration-and-control.d.ts +90 -80
  236. package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
  237. package/dist/cjs/clusters/valve-configuration-and-control.js +30 -22
  238. package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
  239. package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
  240. package/dist/cjs/clusters/wake-on-lan.js +2 -2
  241. package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
  242. package/dist/cjs/clusters/water-heater-management.js +16 -16
  243. package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
  244. package/dist/cjs/clusters/water-heater-mode.js +8 -8
  245. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
  246. package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
  247. package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
  248. package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
  249. package/dist/cjs/clusters/window-covering.d.ts +183 -183
  250. package/dist/cjs/clusters/window-covering.js +49 -49
  251. package/dist/cjs/common/StatusCode.d.ts +2 -11
  252. package/dist/cjs/common/StatusCode.d.ts.map +1 -1
  253. package/dist/cjs/common/StatusCode.js +1 -17
  254. package/dist/cjs/common/StatusCode.js.map +1 -1
  255. package/dist/cjs/common/StatusResponseError.d.ts +21 -0
  256. package/dist/cjs/common/StatusResponseError.d.ts.map +1 -0
  257. package/dist/cjs/common/StatusResponseError.js +54 -0
  258. package/dist/cjs/common/StatusResponseError.js.map +6 -0
  259. package/dist/cjs/common/ValidationError.d.ts +1 -1
  260. package/dist/cjs/common/ValidationError.d.ts.map +1 -1
  261. package/dist/cjs/common/ValidationError.js +2 -1
  262. package/dist/cjs/common/ValidationError.js.map +1 -1
  263. package/dist/cjs/common/index.d.ts +1 -0
  264. package/dist/cjs/common/index.d.ts.map +1 -1
  265. package/dist/cjs/common/index.js +1 -0
  266. package/dist/cjs/common/index.js.map +1 -1
  267. package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
  268. package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
  269. package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
  270. package/dist/cjs/globals/Locationdesc.d.ts +5 -5
  271. package/dist/cjs/globals/Locationdesc.js +3 -3
  272. package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
  273. package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
  274. package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
  275. package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
  276. package/dist/cjs/globals/MeasurementType.d.ts +1 -1
  277. package/dist/cjs/globals/Priority.d.ts +1 -1
  278. package/dist/cjs/globals/Semtag.d.ts +6 -6
  279. package/dist/cjs/globals/Semtag.js +4 -4
  280. package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  281. package/dist/cjs/globals/Status.d.ts +33 -33
  282. package/dist/cjs/globals/Tod.d.ts +2 -2
  283. package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
  284. package/dist/esm/clusters/access-control.d.ts +250 -250
  285. package/dist/esm/clusters/access-control.js +39 -39
  286. package/dist/esm/clusters/account-login.d.ts +29 -29
  287. package/dist/esm/clusters/account-login.js +11 -11
  288. package/dist/esm/clusters/actions.d.ts +108 -108
  289. package/dist/esm/clusters/actions.js +39 -39
  290. package/dist/esm/clusters/administrator-commissioning.d.ts +77 -51
  291. package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
  292. package/dist/esm/clusters/administrator-commissioning.js +32 -12
  293. package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
  294. package/dist/esm/clusters/air-quality.d.ts +5 -5
  295. package/dist/esm/clusters/air-quality.js +1 -1
  296. package/dist/esm/clusters/alarm-base.d.ts +43 -43
  297. package/dist/esm/clusters/alarm-base.js +14 -14
  298. package/dist/esm/clusters/application-basic.d.ts +16 -16
  299. package/dist/esm/clusters/application-basic.js +10 -10
  300. package/dist/esm/clusters/application-launcher.d.ts +141 -99
  301. package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
  302. package/dist/esm/clusters/application-launcher.js +45 -13
  303. package/dist/esm/clusters/application-launcher.js.map +1 -1
  304. package/dist/esm/clusters/audio-output.d.ts +37 -37
  305. package/dist/esm/clusters/audio-output.js +8 -8
  306. package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
  307. package/dist/esm/clusters/ballast-configuration.js +17 -17
  308. package/dist/esm/clusters/basic-information.d.ts +54 -54
  309. package/dist/esm/clusters/basic-information.js +34 -34
  310. package/dist/esm/clusters/binding.d.ts +12 -12
  311. package/dist/esm/clusters/binding.js +5 -5
  312. package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
  313. package/dist/esm/clusters/boolean-state-configuration.js +18 -18
  314. package/dist/esm/clusters/boolean-state.d.ts +7 -7
  315. package/dist/esm/clusters/boolean-state.js +3 -3
  316. package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
  317. package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
  318. package/dist/esm/clusters/channel.d.ts +577 -559
  319. package/dist/esm/clusters/channel.d.ts.map +1 -1
  320. package/dist/esm/clusters/channel.js +87 -73
  321. package/dist/esm/clusters/channel.js.map +1 -1
  322. package/dist/esm/clusters/color-control.d.ts +658 -658
  323. package/dist/esm/clusters/color-control.js +116 -116
  324. package/dist/esm/clusters/commissioner-control.d.ts +16 -16
  325. package/dist/esm/clusters/commissioner-control.js +5 -5
  326. package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
  327. package/dist/esm/clusters/concentration-measurement.js +11 -11
  328. package/dist/esm/clusters/content-app-observer.d.ts +27 -17
  329. package/dist/esm/clusters/content-app-observer.d.ts.map +1 -1
  330. package/dist/esm/clusters/content-app-observer.js +14 -6
  331. package/dist/esm/clusters/content-app-observer.js.map +1 -1
  332. package/dist/esm/clusters/content-control.d.ts +438 -356
  333. package/dist/esm/clusters/content-control.d.ts.map +1 -1
  334. package/dist/esm/clusters/content-control.js +120 -58
  335. package/dist/esm/clusters/content-control.js.map +1 -1
  336. package/dist/esm/clusters/content-launcher.d.ts +509 -475
  337. package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
  338. package/dist/esm/clusters/content-launcher.js +65 -39
  339. package/dist/esm/clusters/content-launcher.js.map +1 -1
  340. package/dist/esm/clusters/descriptor.d.ts +28 -28
  341. package/dist/esm/clusters/descriptor.js +8 -8
  342. package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
  343. package/dist/esm/clusters/device-energy-management-mode.js +8 -8
  344. package/dist/esm/clusters/device-energy-management.d.ts +544 -544
  345. package/dist/esm/clusters/device-energy-management.js +87 -87
  346. package/dist/esm/clusters/diagnostic-logs.d.ts +67 -33
  347. package/dist/esm/clusters/diagnostic-logs.d.ts.map +1 -1
  348. package/dist/esm/clusters/diagnostic-logs.js +34 -8
  349. package/dist/esm/clusters/diagnostic-logs.js.map +1 -1
  350. package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
  351. package/dist/esm/clusters/dishwasher-alarm.js +14 -14
  352. package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
  353. package/dist/esm/clusters/dishwasher-mode.js +8 -8
  354. package/dist/esm/clusters/door-lock.d.ts +1367 -1350
  355. package/dist/esm/clusters/door-lock.d.ts.map +1 -1
  356. package/dist/esm/clusters/door-lock.js +242 -228
  357. package/dist/esm/clusters/door-lock.js.map +1 -1
  358. package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
  359. package/dist/esm/clusters/ecosystem-information.js +12 -12
  360. package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
  361. package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
  362. package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
  363. package/dist/esm/clusters/electrical-power-measurement.js +39 -39
  364. package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
  365. package/dist/esm/clusters/energy-evse-mode.js +8 -8
  366. package/dist/esm/clusters/energy-evse.d.ts +323 -323
  367. package/dist/esm/clusters/energy-evse.js +73 -73
  368. package/dist/esm/clusters/energy-preference.d.ts +49 -49
  369. package/dist/esm/clusters/energy-preference.js +9 -9
  370. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
  371. package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
  372. package/dist/esm/clusters/fan-control.d.ts +67 -67
  373. package/dist/esm/clusters/fan-control.js +17 -17
  374. package/dist/esm/clusters/fixed-label.d.ts +2 -2
  375. package/dist/esm/clusters/fixed-label.js +1 -1
  376. package/dist/esm/clusters/flow-measurement.d.ts +5 -5
  377. package/dist/esm/clusters/flow-measurement.js +4 -4
  378. package/dist/esm/clusters/general-commissioning.d.ts +104 -104
  379. package/dist/esm/clusters/general-commissioning.js +25 -25
  380. package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
  381. package/dist/esm/clusters/general-diagnostics.js +40 -40
  382. package/dist/esm/clusters/group-key-management.d.ts +119 -119
  383. package/dist/esm/clusters/group-key-management.js +23 -23
  384. package/dist/esm/clusters/groups.d.ts +78 -78
  385. package/dist/esm/clusters/groups.js +21 -21
  386. package/dist/esm/clusters/icd-management.d.ts +131 -131
  387. package/dist/esm/clusters/icd-management.js +29 -29
  388. package/dist/esm/clusters/identify.d.ts +16 -16
  389. package/dist/esm/clusters/identify.js +6 -6
  390. package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
  391. package/dist/esm/clusters/illuminance-measurement.js +5 -5
  392. package/dist/esm/clusters/joint-fabric-datastore.d.ts +175 -175
  393. package/dist/esm/clusters/joint-fabric-datastore.js +62 -62
  394. package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
  395. package/dist/esm/clusters/joint-fabric-pki.js +5 -5
  396. package/dist/esm/clusters/keypad-input.d.ts +34 -16
  397. package/dist/esm/clusters/keypad-input.d.ts.map +1 -1
  398. package/dist/esm/clusters/keypad-input.js +17 -3
  399. package/dist/esm/clusters/keypad-input.js.map +1 -1
  400. package/dist/esm/clusters/label.d.ts +10 -10
  401. package/dist/esm/clusters/label.js +3 -3
  402. package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
  403. package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
  404. package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
  405. package/dist/esm/clusters/laundry-washer-controls.js +6 -6
  406. package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
  407. package/dist/esm/clusters/laundry-washer-mode.js +5 -5
  408. package/dist/esm/clusters/level-control.d.ts +303 -303
  409. package/dist/esm/clusters/level-control.js +32 -32
  410. package/dist/esm/clusters/localization-configuration.d.ts +3 -3
  411. package/dist/esm/clusters/localization-configuration.js +2 -2
  412. package/dist/esm/clusters/low-power.d.ts +2 -2
  413. package/dist/esm/clusters/low-power.js +1 -1
  414. package/dist/esm/clusters/media-input.d.ts +47 -47
  415. package/dist/esm/clusters/media-input.js +11 -11
  416. package/dist/esm/clusters/media-playback.d.ts +427 -385
  417. package/dist/esm/clusters/media-playback.d.ts.map +1 -1
  418. package/dist/esm/clusters/media-playback.js +89 -57
  419. package/dist/esm/clusters/media-playback.js.map +1 -1
  420. package/dist/esm/clusters/messages.d.ts +154 -154
  421. package/dist/esm/clusters/messages.js +38 -38
  422. package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
  423. package/dist/esm/clusters/microwave-oven-control.js +17 -17
  424. package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
  425. package/dist/esm/clusters/microwave-oven-mode.js +7 -7
  426. package/dist/esm/clusters/mode-base.d.ts +59 -59
  427. package/dist/esm/clusters/mode-base.js +13 -13
  428. package/dist/esm/clusters/mode-select.d.ts +51 -51
  429. package/dist/esm/clusters/mode-select.js +13 -13
  430. package/dist/esm/clusters/network-commissioning.d.ts +325 -325
  431. package/dist/esm/clusters/network-commissioning.js +46 -46
  432. package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
  433. package/dist/esm/clusters/occupancy-sensing.js +20 -20
  434. package/dist/esm/clusters/on-off.d.ts +103 -103
  435. package/dist/esm/clusters/on-off.js +19 -19
  436. package/dist/esm/clusters/operational-credentials.d.ts +94 -94
  437. package/dist/esm/clusters/operational-credentials.js +34 -34
  438. package/dist/esm/clusters/operational-state.d.ts +67 -67
  439. package/dist/esm/clusters/operational-state.js +21 -21
  440. package/dist/esm/clusters/ota-software-update-provider.d.ts +95 -61
  441. package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
  442. package/dist/esm/clusters/ota-software-update-provider.js +51 -25
  443. package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
  444. package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
  445. package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
  446. package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
  447. package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
  448. package/dist/esm/clusters/oven-mode.d.ts +40 -40
  449. package/dist/esm/clusters/oven-mode.js +5 -5
  450. package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
  451. package/dist/esm/clusters/power-source-configuration.js +1 -1
  452. package/dist/esm/clusters/power-source.d.ts +155 -155
  453. package/dist/esm/clusters/power-source.js +41 -41
  454. package/dist/esm/clusters/power-topology.d.ts +8 -8
  455. package/dist/esm/clusters/power-topology.js +2 -2
  456. package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
  457. package/dist/esm/clusters/pressure-measurement.js +9 -9
  458. package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
  459. package/dist/esm/clusters/proxy-configuration.js +3 -3
  460. package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
  461. package/dist/esm/clusters/proxy-discovery.js +4 -4
  462. package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
  463. package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
  464. package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
  465. package/dist/esm/clusters/refrigerator-alarm.js +11 -11
  466. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
  467. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
  468. package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
  469. package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
  470. package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
  471. package/dist/esm/clusters/resource-monitoring.js +7 -7
  472. package/dist/esm/clusters/rvc-clean-mode.d.ts +48 -48
  473. package/dist/esm/clusters/rvc-clean-mode.js +9 -9
  474. package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
  475. package/dist/esm/clusters/rvc-operational-state.js +17 -17
  476. package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
  477. package/dist/esm/clusters/rvc-run-mode.js +9 -9
  478. package/dist/esm/clusters/scenes-management.d.ts +246 -246
  479. package/dist/esm/clusters/scenes-management.js +70 -70
  480. package/dist/esm/clusters/service-area.d.ts +128 -128
  481. package/dist/esm/clusters/service-area.js +26 -26
  482. package/dist/esm/clusters/smoke-co-alarm.d.ts +137 -137
  483. package/dist/esm/clusters/smoke-co-alarm.js +30 -30
  484. package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
  485. package/dist/esm/clusters/software-diagnostics.js +14 -14
  486. package/dist/esm/clusters/switch.d.ts +105 -105
  487. package/dist/esm/clusters/switch.js +23 -23
  488. package/dist/esm/clusters/target-navigator.d.ts +48 -30
  489. package/dist/esm/clusters/target-navigator.d.ts.map +1 -1
  490. package/dist/esm/clusters/target-navigator.js +24 -10
  491. package/dist/esm/clusters/target-navigator.js.map +1 -1
  492. package/dist/esm/clusters/temperature-control.d.ts +45 -45
  493. package/dist/esm/clusters/temperature-control.js +12 -12
  494. package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
  495. package/dist/esm/clusters/temperature-measurement.js +4 -4
  496. package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
  497. package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
  498. package/dist/esm/clusters/thermostat.d.ts +515 -515
  499. package/dist/esm/clusters/thermostat.js +114 -114
  500. package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
  501. package/dist/esm/clusters/thread-border-router-management.js +14 -14
  502. package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
  503. package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
  504. package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
  505. package/dist/esm/clusters/thread-network-directory.js +11 -11
  506. package/dist/esm/clusters/time-format-localization.d.ts +12 -12
  507. package/dist/esm/clusters/time-format-localization.js +3 -3
  508. package/dist/esm/clusters/time-synchronization.d.ts +255 -245
  509. package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
  510. package/dist/esm/clusters/time-synchronization.js +55 -47
  511. package/dist/esm/clusters/time-synchronization.js.map +1 -1
  512. package/dist/esm/clusters/unit-localization.d.ts +6 -6
  513. package/dist/esm/clusters/unit-localization.js +1 -1
  514. package/dist/esm/clusters/user-label.d.ts +2 -2
  515. package/dist/esm/clusters/user-label.js +1 -1
  516. package/dist/esm/clusters/valid-proxies.d.ts +7 -7
  517. package/dist/esm/clusters/valid-proxies.js +2 -2
  518. package/dist/esm/clusters/valve-configuration-and-control.d.ts +90 -80
  519. package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
  520. package/dist/esm/clusters/valve-configuration-and-control.js +30 -22
  521. package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
  522. package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
  523. package/dist/esm/clusters/wake-on-lan.js +2 -2
  524. package/dist/esm/clusters/water-heater-management.d.ts +91 -91
  525. package/dist/esm/clusters/water-heater-management.js +16 -16
  526. package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
  527. package/dist/esm/clusters/water-heater-mode.js +8 -8
  528. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
  529. package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
  530. package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
  531. package/dist/esm/clusters/wi-fi-network-management.js +3 -3
  532. package/dist/esm/clusters/window-covering.d.ts +183 -183
  533. package/dist/esm/clusters/window-covering.js +49 -49
  534. package/dist/esm/common/StatusCode.d.ts +2 -11
  535. package/dist/esm/common/StatusCode.d.ts.map +1 -1
  536. package/dist/esm/common/StatusCode.js +1 -17
  537. package/dist/esm/common/StatusCode.js.map +1 -1
  538. package/dist/esm/common/StatusResponseError.d.ts +21 -0
  539. package/dist/esm/common/StatusResponseError.d.ts.map +1 -0
  540. package/dist/esm/common/StatusResponseError.js +34 -0
  541. package/dist/esm/common/StatusResponseError.js.map +6 -0
  542. package/dist/esm/common/ValidationError.d.ts +1 -1
  543. package/dist/esm/common/ValidationError.d.ts.map +1 -1
  544. package/dist/esm/common/ValidationError.js +2 -1
  545. package/dist/esm/common/ValidationError.js.map +1 -1
  546. package/dist/esm/common/index.d.ts +1 -0
  547. package/dist/esm/common/index.d.ts.map +1 -1
  548. package/dist/esm/common/index.js +1 -0
  549. package/dist/esm/common/index.js.map +1 -1
  550. package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
  551. package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
  552. package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
  553. package/dist/esm/globals/Locationdesc.d.ts +5 -5
  554. package/dist/esm/globals/Locationdesc.js +3 -3
  555. package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
  556. package/dist/esm/globals/MeasurementAccuracy.js +3 -3
  557. package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
  558. package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
  559. package/dist/esm/globals/MeasurementType.d.ts +1 -1
  560. package/dist/esm/globals/Priority.d.ts +1 -1
  561. package/dist/esm/globals/Semtag.d.ts +6 -6
  562. package/dist/esm/globals/Semtag.js +4 -4
  563. package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  564. package/dist/esm/globals/Status.d.ts +33 -33
  565. package/dist/esm/globals/Tod.d.ts +2 -2
  566. package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
  567. package/package.json +5 -5
  568. package/src/clusters/access-control.ts +72 -72
  569. package/src/clusters/account-login.ts +22 -22
  570. package/src/clusters/actions.ts +86 -86
  571. package/src/clusters/administrator-commissioning.ts +67 -20
  572. package/src/clusters/air-quality.ts +4 -4
  573. package/src/clusters/alarm-base.ts +22 -22
  574. package/src/clusters/application-basic.ts +14 -14
  575. package/src/clusters/application-launcher.ts +105 -28
  576. package/src/clusters/audio-output.ts +17 -17
  577. package/src/clusters/ballast-configuration.ts +20 -20
  578. package/src/clusters/basic-information.ts +47 -47
  579. package/src/clusters/binding.ts +8 -8
  580. package/src/clusters/boolean-state-configuration.ts +31 -31
  581. package/src/clusters/boolean-state.ts +6 -6
  582. package/src/clusters/bridged-device-basic-information.ts +38 -38
  583. package/src/clusters/channel.ts +143 -111
  584. package/src/clusters/color-control.ts +168 -168
  585. package/src/clusters/commissioner-control.ts +15 -15
  586. package/src/clusters/concentration-measurement.ts +15 -15
  587. package/src/clusters/content-app-observer.ts +29 -12
  588. package/src/clusters/content-control.ts +248 -96
  589. package/src/clusters/content-launcher.ts +131 -69
  590. package/src/clusters/descriptor.ts +13 -13
  591. package/src/clusters/device-energy-management-mode.ts +28 -28
  592. package/src/clusters/device-energy-management.ts +136 -136
  593. package/src/clusters/diagnostic-logs.ts +88 -26
  594. package/src/clusters/dishwasher-alarm.ts +24 -24
  595. package/src/clusters/dishwasher-mode.ts +27 -27
  596. package/src/clusters/door-lock.ts +408 -377
  597. package/src/clusters/ecosystem-information.ts +17 -17
  598. package/src/clusters/electrical-energy-measurement.ts +39 -39
  599. package/src/clusters/electrical-power-measurement.ts +53 -53
  600. package/src/clusters/energy-evse-mode.ts +28 -28
  601. package/src/clusters/energy-evse.ts +109 -109
  602. package/src/clusters/energy-preference.ts +19 -19
  603. package/src/clusters/ethernet-network-diagnostics.ts +13 -13
  604. package/src/clusters/fan-control.ts +30 -30
  605. package/src/clusters/fixed-label.ts +2 -2
  606. package/src/clusters/flow-measurement.ts +5 -5
  607. package/src/clusters/general-commissioning.ts +45 -45
  608. package/src/clusters/general-diagnostics.ts +66 -66
  609. package/src/clusters/group-key-management.ts +45 -45
  610. package/src/clusters/groups.ts +44 -44
  611. package/src/clusters/icd-management.ts +50 -50
  612. package/src/clusters/identify.ts +14 -14
  613. package/src/clusters/illuminance-measurement.ts +7 -7
  614. package/src/clusters/joint-fabric-datastore.ts +82 -82
  615. package/src/clusters/joint-fabric-pki.ts +12 -12
  616. package/src/clusters/keypad-input.ts +43 -11
  617. package/src/clusters/label.ts +5 -5
  618. package/src/clusters/laundry-dryer-controls.ts +4 -4
  619. package/src/clusters/laundry-washer-controls.ts +11 -11
  620. package/src/clusters/laundry-washer-mode.ts +25 -25
  621. package/src/clusters/level-control.ts +49 -49
  622. package/src/clusters/localization-configuration.ts +3 -3
  623. package/src/clusters/low-power.ts +2 -2
  624. package/src/clusters/media-input.ts +20 -20
  625. package/src/clusters/media-playback.ts +168 -91
  626. package/src/clusters/messages.ts +61 -61
  627. package/src/clusters/microwave-oven-control.ts +23 -23
  628. package/src/clusters/microwave-oven-mode.ts +25 -25
  629. package/src/clusters/mode-base.ts +37 -37
  630. package/src/clusters/mode-select.ts +22 -22
  631. package/src/clusters/network-commissioning.ts +76 -76
  632. package/src/clusters/occupancy-sensing.ts +29 -29
  633. package/src/clusters/on-off.ts +33 -33
  634. package/src/clusters/operational-credentials.ts +65 -65
  635. package/src/clusters/operational-state.ts +34 -34
  636. package/src/clusters/ota-software-update-provider.ts +101 -39
  637. package/src/clusters/ota-software-update-requestor.ts +55 -55
  638. package/src/clusters/oven-cavity-operational-state.ts +14 -14
  639. package/src/clusters/oven-mode.ts +31 -31
  640. package/src/clusters/power-source-configuration.ts +2 -2
  641. package/src/clusters/power-source.ts +59 -59
  642. package/src/clusters/power-topology.ts +4 -4
  643. package/src/clusters/pressure-measurement.ts +11 -11
  644. package/src/clusters/proxy-configuration.ts +6 -6
  645. package/src/clusters/proxy-discovery.ts +7 -7
  646. package/src/clusters/pump-configuration-and-control.ts +69 -69
  647. package/src/clusters/refrigerator-alarm.ts +18 -18
  648. package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
  649. package/src/clusters/relative-humidity-measurement.ts +5 -5
  650. package/src/clusters/resource-monitoring.ts +13 -13
  651. package/src/clusters/rvc-clean-mode.ts +31 -31
  652. package/src/clusters/rvc-operational-state.ts +28 -28
  653. package/src/clusters/rvc-run-mode.ts +38 -38
  654. package/src/clusters/scenes-management.ts +112 -112
  655. package/src/clusters/service-area.ts +50 -50
  656. package/src/clusters/smoke-co-alarm.ts +68 -68
  657. package/src/clusters/software-diagnostics.ts +20 -20
  658. package/src/clusters/switch.ts +45 -45
  659. package/src/clusters/target-navigator.ts +52 -20
  660. package/src/clusters/temperature-control.ts +19 -19
  661. package/src/clusters/temperature-measurement.ts +5 -5
  662. package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
  663. package/src/clusters/thermostat.ts +172 -172
  664. package/src/clusters/thread-border-router-management.ts +23 -23
  665. package/src/clusters/thread-network-diagnostics.ts +125 -125
  666. package/src/clusters/thread-network-directory.ts +22 -22
  667. package/src/clusters/time-format-localization.ts +7 -7
  668. package/src/clusters/time-synchronization.ts +98 -81
  669. package/src/clusters/unit-localization.ts +4 -4
  670. package/src/clusters/user-label.ts +2 -2
  671. package/src/clusters/valid-proxies.ts +7 -7
  672. package/src/clusters/valve-configuration-and-control.ts +52 -35
  673. package/src/clusters/wake-on-lan.ts +3 -3
  674. package/src/clusters/water-heater-management.ts +26 -26
  675. package/src/clusters/water-heater-mode.ts +27 -27
  676. package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
  677. package/src/clusters/wi-fi-network-management.ts +6 -6
  678. package/src/clusters/window-covering.ts +68 -68
  679. package/src/common/StatusCode.ts +3 -21
  680. package/src/common/StatusResponseError.ts +41 -0
  681. package/src/common/ValidationError.ts +2 -1
  682. package/src/common/index.ts +1 -0
  683. package/src/globals/AtomicAttributeStatus.ts +4 -4
  684. package/src/globals/AtomicRequestType.ts +1 -1
  685. package/src/globals/Locationdesc.ts +5 -5
  686. package/src/globals/MeasurementAccuracy.ts +5 -5
  687. package/src/globals/MeasurementAccuracyRange.ts +10 -10
  688. package/src/globals/MeasurementType.ts +1 -1
  689. package/src/globals/Priority.ts +1 -1
  690. package/src/globals/Semtag.ts +6 -6
  691. package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
  692. package/src/globals/Status.ts +33 -33
  693. package/src/globals/Tod.ts +2 -2
  694. package/src/globals/WildcardPathFlags.ts +1 -1
@@ -13,7 +13,7 @@ export declare namespace DeviceEnergyManagement {
13
13
  /**
14
14
  * These are optional features supported by DeviceEnergyManagementCluster.
15
15
  *
16
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.4
16
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.4
17
17
  */
18
18
  enum Feature {
19
19
  /**
@@ -28,7 +28,7 @@ export declare namespace DeviceEnergyManagement {
28
28
  * the excess power flowing into the grid. This excess power naturally fluctuates when clouds pass overhead and
29
29
  * other loads in the home are switched on and off.
30
30
  *
31
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.4.1
31
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.1
32
32
  */
33
33
  PowerAdjustment = "PowerAdjustment",
34
34
  /**
@@ -65,7 +65,7 @@ export declare namespace DeviceEnergyManagement {
65
65
  *
66
66
  * The ESA indicates its power adjustment range and its nominal power consumption as part of its Forecast.
67
67
  *
68
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.4.2
68
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.2
69
69
  */
70
70
  PowerForecastReporting = "PowerForecastReporting",
71
71
  /**
@@ -84,7 +84,7 @@ export declare namespace DeviceEnergyManagement {
84
84
  * Once the EMS has built a model of the state vs observed power consumption, it may request a forecast
85
85
  * adjustment for particular times of the day, encouraging the ESA to use power at alternative times.
86
86
  *
87
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.4.3
87
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.3
88
88
  */
89
89
  StateForecastReporting = "StateForecastReporting",
90
90
  /**
@@ -105,7 +105,7 @@ export declare namespace DeviceEnergyManagement {
105
105
  * It does this by sending a StartTimeAdjustRequest to the washing machine to request delaying the start of the
106
106
  * washing cycle.
107
107
  *
108
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.4.4
108
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.4
109
109
  */
110
110
  StartTimeAdjustment = "StartTimeAdjustment",
111
111
  /**
@@ -127,7 +127,7 @@ export declare namespace DeviceEnergyManagement {
127
127
  * It does this by sending a PauseRequest to the washing machine to request pausing the current step of the
128
128
  * forecast power usage for a period to allow other home loads to finish before resuming the washing cycle.
129
129
  *
130
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.4.5
130
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.5
131
131
  */
132
132
  Pausable = "Pausable",
133
133
  /**
@@ -152,7 +152,7 @@ export declare namespace DeviceEnergyManagement {
152
152
  * lower power consumption (within the solar excess power) which requires the heat pump to run for a longer
153
153
  * duration to achieve its required energy demand.
154
154
  *
155
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.4.6
155
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.6
156
156
  */
157
157
  ForecastAdjustment = "ForecastAdjustment",
158
158
  /**
@@ -176,12 +176,12 @@ export declare namespace DeviceEnergyManagement {
176
176
  * NominalPower consumption during the constraint period, which may require it to decrease its charge rate
177
177
  * outside the constraint period to achieve its required energy demand.
178
178
  *
179
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.4.7
179
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.7
180
180
  */
181
181
  ConstraintBasedAdjustment = "ConstraintBasedAdjustment"
182
182
  }
183
183
  /**
184
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10
184
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10
185
185
  */
186
186
  const TlvPowerAdjust: import("../tlv/TlvObject.js").ObjectSchema<{
187
187
  /**
@@ -191,7 +191,7 @@ export declare namespace DeviceEnergyManagement {
191
191
  *
192
192
  * discharging a battery).
193
193
  *
194
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10.1
194
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.1
195
195
  */
196
196
  minPower: import("../tlv/TlvObject.js").FieldType<number | bigint>;
197
197
  /**
@@ -210,7 +210,7 @@ export declare namespace DeviceEnergyManagement {
210
210
  * In another example, if a battery storage inverter can charge its internal battery, between 0W and 2000W. Here
211
211
  * power is flowing into the node when charging. As such the MinPower becomes 0W and MaxPower becomes 2000W.
212
212
  *
213
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10.2
213
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.2
214
214
  */
215
215
  maxPower: import("../tlv/TlvObject.js").FieldType<number | bigint>;
216
216
  /**
@@ -218,7 +218,7 @@ export declare namespace DeviceEnergyManagement {
218
218
  * adjustment. Manufacturers may use this to as an anti-cycling capability to avoid controllers from rapidly
219
219
  * making power adjustments.
220
220
  *
221
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10.3
221
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.3
222
222
  */
223
223
  minDuration: import("../tlv/TlvObject.js").FieldType<number>;
224
224
  /**
@@ -226,17 +226,17 @@ export declare namespace DeviceEnergyManagement {
226
226
  * adjustment. Manufacturers may use this to protect the user experience, to avoid over heating of the ESA,
227
227
  * ensuring that there is sufficient headroom to use or store energy in the ESA or for any other reason.
228
228
  *
229
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10.4
229
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.4
230
230
  */
231
231
  maxDuration: import("../tlv/TlvObject.js").FieldType<number>;
232
232
  }>;
233
233
  /**
234
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10
234
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10
235
235
  */
236
236
  interface PowerAdjust extends TypeFromSchema<typeof TlvPowerAdjust> {
237
237
  }
238
238
  /**
239
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.8
239
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.8
240
240
  */
241
241
  enum PowerAdjustReason {
242
242
  /**
@@ -253,7 +253,7 @@ export declare namespace DeviceEnergyManagement {
253
253
  GridOptimizationAdjustment = 2
254
254
  }
255
255
  /**
256
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.11
256
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.11
257
257
  */
258
258
  const TlvPowerAdjustCapability: import("../tlv/TlvObject.js").ObjectSchema<{
259
259
  /**
@@ -272,7 +272,7 @@ export declare namespace DeviceEnergyManagement {
272
272
  *
273
273
  * In this example the list of PowerAdjustStructs allows multiple scenarios to be offered as follows:
274
274
  *
275
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.12
275
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.12
276
276
  */
277
277
  powerAdjustCapability: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
278
278
  /**
@@ -282,7 +282,7 @@ export declare namespace DeviceEnergyManagement {
282
282
  *
283
283
  * discharging a battery).
284
284
  *
285
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10.1
285
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.1
286
286
  */
287
287
  minPower: import("../tlv/TlvObject.js").FieldType<number | bigint>;
288
288
  /**
@@ -301,7 +301,7 @@ export declare namespace DeviceEnergyManagement {
301
301
  * In another example, if a battery storage inverter can charge its internal battery, between 0W and 2000W. Here
302
302
  * power is flowing into the node when charging. As such the MinPower becomes 0W and MaxPower becomes 2000W.
303
303
  *
304
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10.2
304
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.2
305
305
  */
306
306
  maxPower: import("../tlv/TlvObject.js").FieldType<number | bigint>;
307
307
  /**
@@ -309,7 +309,7 @@ export declare namespace DeviceEnergyManagement {
309
309
  * adjustment. Manufacturers may use this to as an anti-cycling capability to avoid controllers from rapidly
310
310
  * making power adjustments.
311
311
  *
312
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10.3
312
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.3
313
313
  */
314
314
  minDuration: import("../tlv/TlvObject.js").FieldType<number>;
315
315
  /**
@@ -317,19 +317,19 @@ export declare namespace DeviceEnergyManagement {
317
317
  * adjustment. Manufacturers may use this to protect the user experience, to avoid over heating of the ESA,
318
318
  * ensuring that there is sufficient headroom to use or store energy in the ESA or for any other reason.
319
319
  *
320
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10.4
320
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.4
321
321
  */
322
322
  maxDuration: import("../tlv/TlvObject.js").FieldType<number>;
323
323
  }>[] | null>;
324
324
  cause: import("../tlv/TlvObject.js").FieldType<PowerAdjustReason>;
325
325
  }>;
326
326
  /**
327
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.11
327
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.11
328
328
  */
329
329
  interface PowerAdjustCapability extends TypeFromSchema<typeof TlvPowerAdjustCapability> {
330
330
  }
331
331
  /**
332
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.6
332
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.6
333
333
  */
334
334
  enum AdjustmentCause {
335
335
  /**
@@ -344,7 +344,7 @@ export declare namespace DeviceEnergyManagement {
344
344
  /**
345
345
  * Input to the DeviceEnergyManagement powerAdjustRequest command
346
346
  *
347
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.1
347
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.1
348
348
  */
349
349
  const TlvPowerAdjustRequest: import("../tlv/TlvObject.js").ObjectSchema<{
350
350
  /**
@@ -353,7 +353,7 @@ export declare namespace DeviceEnergyManagement {
353
353
  * This value shall be between the MinPower and MaxPower fields of the PowerAdjustStruct in the
354
354
  * PowerAdjustmentCapability attribute.
355
355
  *
356
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.1.1
356
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.1.1
357
357
  */
358
358
  power: import("../tlv/TlvObject.js").FieldType<number | bigint>;
359
359
  /**
@@ -362,25 +362,25 @@ export declare namespace DeviceEnergyManagement {
362
362
  * This value shall be between the MinDuration and MaxDuration fields of the PowerAdjustStruct in the
363
363
  * PowerAdjustmentCapability attribute.
364
364
  *
365
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.1.2
365
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.1.2
366
366
  */
367
367
  duration: import("../tlv/TlvObject.js").FieldType<number>;
368
368
  /**
369
369
  * This field shall indicate the cause of the request from the EMS.
370
370
  *
371
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.1.3
371
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.1.3
372
372
  */
373
373
  cause: import("../tlv/TlvObject.js").FieldType<AdjustmentCause>;
374
374
  }>;
375
375
  /**
376
376
  * Input to the DeviceEnergyManagement powerAdjustRequest command
377
377
  *
378
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.1
378
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.1
379
379
  */
380
380
  interface PowerAdjustRequest extends TypeFromSchema<typeof TlvPowerAdjustRequest> {
381
381
  }
382
382
  /**
383
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.5
383
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.5
384
384
  */
385
385
  enum Cause {
386
386
  /**
@@ -407,19 +407,19 @@ export declare namespace DeviceEnergyManagement {
407
407
  /**
408
408
  * Body of the DeviceEnergyManagement powerAdjustEnd event
409
409
  *
410
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.2
410
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.2
411
411
  */
412
412
  const TlvPowerAdjustEndEvent: import("../tlv/TlvObject.js").ObjectSchema<{
413
413
  /**
414
414
  * This field shall indicate the reason why the power adjustment session ended.
415
415
  *
416
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.2.1
416
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.2.1
417
417
  */
418
418
  cause: import("../tlv/TlvObject.js").FieldType<Cause>;
419
419
  /**
420
420
  * This field shall indicate the number of seconds that the power adjustment session lasted before ending.
421
421
  *
422
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.2.2
422
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.2.2
423
423
  */
424
424
  duration: import("../tlv/TlvObject.js").FieldType<number>;
425
425
  /**
@@ -429,19 +429,19 @@ export declare namespace DeviceEnergyManagement {
429
429
  * battery inverter that was requested to discharge it would have a negative EnergyUse value. If this was a
430
430
  * normal load that was turned on, then it will have positive value.
431
431
  *
432
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.2.3
432
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.2.3
433
433
  */
434
434
  energyUse: import("../tlv/TlvObject.js").FieldType<number | bigint>;
435
435
  }>;
436
436
  /**
437
437
  * Body of the DeviceEnergyManagement powerAdjustEnd event
438
438
  *
439
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.2
439
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.2
440
440
  */
441
441
  interface PowerAdjustEndEvent extends TypeFromSchema<typeof TlvPowerAdjustEndEvent> {
442
442
  }
443
443
  /**
444
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.1
444
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.1
445
445
  */
446
446
  enum CostType {
447
447
  /**
@@ -449,7 +449,7 @@ export declare namespace DeviceEnergyManagement {
449
449
  *
450
450
  * This value shall indicate that the cost is related to the financial cost to provide the energy.
451
451
  *
452
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.1.1
452
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.1.1
453
453
  */
454
454
  Financial = 0,
455
455
  /**
@@ -457,7 +457,7 @@ export declare namespace DeviceEnergyManagement {
457
457
  *
458
458
  * This value shall indicate that the cost is related to greenhouse gas emissions (in grams of CO2e).
459
459
  *
460
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.1.2
460
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.1.2
461
461
  */
462
462
  GhgEmissions = 1,
463
463
  /**
@@ -469,7 +469,7 @@ export declare namespace DeviceEnergyManagement {
469
469
  * hospital. Or the consumer may feel inconvenienced by the fact that they need to wait for the washing machine
470
470
  * to finish its load so that they can use it again.
471
471
  *
472
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.1.3
472
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.1.3
473
473
  */
474
474
  Comfort = 2,
475
475
  /**
@@ -480,7 +480,7 @@ export declare namespace DeviceEnergyManagement {
480
480
  *
481
481
  * This is expressed in degrees Celsius.
482
482
  *
483
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.1.4
483
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.1.4
484
484
  */
485
485
  Temperature = 3
486
486
  }
@@ -488,13 +488,13 @@ export declare namespace DeviceEnergyManagement {
488
488
  * This indicates a generic mechanism for expressing cost to run an appliance, in terms of financial, GHG emissions,
489
489
  * comfort value etc.
490
490
  *
491
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9
491
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9
492
492
  */
493
493
  const TlvCost: import("../tlv/TlvObject.js").ObjectSchema<{
494
494
  /**
495
495
  * This field shall indicate the type of cost being represented (see CostTypeEnum).
496
496
  *
497
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.1
497
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.1
498
498
  */
499
499
  costType: import("../tlv/TlvObject.js").FieldType<CostType>;
500
500
  /**
@@ -503,14 +503,14 @@ export declare namespace DeviceEnergyManagement {
503
503
  *
504
504
  * For example, if the Value was -302 and DecimalPoints was 2, then this would represent a benefit of 3.02.
505
505
  *
506
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.2
506
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.2
507
507
  */
508
508
  value: import("../tlv/TlvObject.js").FieldType<number>;
509
509
  /**
510
510
  * This field shall indicate the number of digits to the right of the decimal point in the Value field. For
511
511
  * example, if the Value was 102 and DecimalPoints was 2, then this would represent a cost of 1.02.
512
512
  *
513
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.3
513
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.3
514
514
  */
515
515
  decimalPoints: import("../tlv/TlvObject.js").FieldType<number>;
516
516
  /**
@@ -519,7 +519,7 @@ export declare namespace DeviceEnergyManagement {
519
519
  *
520
520
  * This is an optional field. It shall be included if CostType is Financial.
521
521
  *
522
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.4
522
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.4
523
523
  */
524
524
  currency: import("../tlv/TlvObject.js").OptionalFieldType<number>;
525
525
  }>;
@@ -527,32 +527,32 @@ export declare namespace DeviceEnergyManagement {
527
527
  * This indicates a generic mechanism for expressing cost to run an appliance, in terms of financial, GHG emissions,
528
528
  * comfort value etc.
529
529
  *
530
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9
530
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9
531
531
  */
532
532
  interface Cost extends TypeFromSchema<typeof TlvCost> {
533
533
  }
534
534
  /**
535
535
  * This indicates a specific stage of an ESA’s operation.
536
536
  *
537
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14
537
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14
538
538
  */
539
539
  const TlvSlot: import("../tlv/TlvObject.js").ObjectSchema<{
540
540
  /**
541
541
  * This field shall indicate the minimum time (in seconds) that the appliance expects to be in this slot for.
542
542
  *
543
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.1
543
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.1
544
544
  */
545
545
  minDuration: import("../tlv/TlvObject.js").FieldType<number>;
546
546
  /**
547
547
  * This field shall indicate the maximum time (in seconds) that the appliance expects to be in this slot for.
548
548
  *
549
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.2
549
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.2
550
550
  */
551
551
  maxDuration: import("../tlv/TlvObject.js").FieldType<number>;
552
552
  /**
553
553
  * This field shall indicate the expected time (in seconds) that the appliance expects to be in this slot for.
554
554
  *
555
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.3
555
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.3
556
556
  */
557
557
  defaultDuration: import("../tlv/TlvObject.js").FieldType<number>;
558
558
  /**
@@ -565,7 +565,7 @@ export declare namespace DeviceEnergyManagement {
565
565
  *
566
566
  * When the Forecast attribute is read, then this value shall be the most recent value.
567
567
  *
568
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.4
568
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.4
569
569
  */
570
570
  elapsedSlotTime: import("../tlv/TlvObject.js").FieldType<number>;
571
571
  /**
@@ -581,13 +581,13 @@ export declare namespace DeviceEnergyManagement {
581
581
  *
582
582
  * When the Forecast attribute is read, then this value shall be the most recent value.
583
583
  *
584
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.5
584
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.5
585
585
  */
586
586
  remainingSlotTime: import("../tlv/TlvObject.js").FieldType<number>;
587
587
  /**
588
588
  * This field shall indicate whether this slot can be paused.
589
589
  *
590
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.6
590
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.6
591
591
  */
592
592
  slotIsPausable: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
593
593
  /**
@@ -595,13 +595,13 @@ export declare namespace DeviceEnergyManagement {
595
595
  * controllers trying to pause ESAs for short periods and then resuming operation in a cyclic fashion which may
596
596
  * damage or cause excess energy to be consumed with restarting of an operation.
597
597
  *
598
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.7
598
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.7
599
599
  */
600
600
  minPauseDuration: import("../tlv/TlvObject.js").OptionalFieldType<number>;
601
601
  /**
602
602
  * This field shall indicate the longest period that the slot can be paused for.
603
603
  *
604
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.8
604
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.8
605
605
  */
606
606
  maxPauseDuration: import("../tlv/TlvObject.js").OptionalFieldType<number>;
607
607
  /**
@@ -622,7 +622,7 @@ export declare namespace DeviceEnergyManagement {
622
622
  * along with observed power drawn to predict the power draw from the appliance and potentially ask it to modify
623
623
  * its timing via one of the adjustment request commands, or adjust other ESAs power to compensate.
624
624
  *
625
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.9
625
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.9
626
626
  */
627
627
  manufacturerEsaState: import("../tlv/TlvObject.js").OptionalFieldType<number>;
628
628
  /**
@@ -630,7 +630,7 @@ export declare namespace DeviceEnergyManagement {
630
630
  * considered the average value over the slot, and some variation from this would be expected (for example, as
631
631
  * it is ramping up).
632
632
  *
633
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.10
633
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.10
634
634
  */
635
635
  nominalPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
636
636
  /**
@@ -639,7 +639,7 @@ export declare namespace DeviceEnergyManagement {
639
639
  *
640
640
  * Some appliances (e.g. battery inverters which can charge and discharge) may have a negative power.
641
641
  *
642
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.11
642
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.11
643
643
  */
644
644
  minPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
645
645
  /**
@@ -648,7 +648,7 @@ export declare namespace DeviceEnergyManagement {
648
648
  *
649
649
  * Some appliances (e.g. battery inverters which can charge and discharge) may have a negative power.
650
650
  *
651
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.12
651
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.12
652
652
  */
653
653
  maxPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
654
654
  /**
@@ -656,7 +656,7 @@ export declare namespace DeviceEnergyManagement {
656
656
  *
657
657
  * Some appliances (e.g. battery inverters which can charge and discharge) may have a negative energy.
658
658
  *
659
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.13
659
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.13
660
660
  */
661
661
  nominalEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
662
662
  /**
@@ -679,13 +679,13 @@ export declare namespace DeviceEnergyManagement {
679
679
  * If the ESA cannot calculate its cost for any reason (such as losing its connection to a Price server) it may
680
680
  * omit this field. This is treated as extra meta data that an EMS may use to optimize a system.
681
681
  *
682
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.14
682
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.14
683
683
  */
684
684
  costs: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
685
685
  /**
686
686
  * This field shall indicate the type of cost being represented (see CostTypeEnum).
687
687
  *
688
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.1
688
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.1
689
689
  */
690
690
  costType: import("../tlv/TlvObject.js").FieldType<CostType>;
691
691
  /**
@@ -694,14 +694,14 @@ export declare namespace DeviceEnergyManagement {
694
694
  *
695
695
  * For example, if the Value was -302 and DecimalPoints was 2, then this would represent a benefit of 3.02.
696
696
  *
697
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.2
697
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.2
698
698
  */
699
699
  value: import("../tlv/TlvObject.js").FieldType<number>;
700
700
  /**
701
701
  * This field shall indicate the number of digits to the right of the decimal point in the Value field. For
702
702
  * example, if the Value was 102 and DecimalPoints was 2, then this would represent a cost of 1.02.
703
703
  *
704
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.3
704
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.3
705
705
  */
706
706
  decimalPoints: import("../tlv/TlvObject.js").FieldType<number>;
707
707
  /**
@@ -710,7 +710,7 @@ export declare namespace DeviceEnergyManagement {
710
710
  *
711
711
  * This is an optional field. It shall be included if CostType is Financial.
712
712
  *
713
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.4
713
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.4
714
714
  */
715
715
  currency: import("../tlv/TlvObject.js").OptionalFieldType<number>;
716
716
  }>[]>;
@@ -721,7 +721,7 @@ export declare namespace DeviceEnergyManagement {
721
721
  * the slot indicates a NominalPower of 0W (indicating it is expecting to be off), this allows an ESA to
722
722
  * indicate it could be switched on to charge, but this would be the minimum power limit it can be set to.
723
723
  *
724
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.15
724
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.15
725
725
  */
726
726
  minPowerAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
727
727
  /**
@@ -731,7 +731,7 @@ export declare namespace DeviceEnergyManagement {
731
731
  * the slot indicates a NominalPower of 0W (indicating it is expecting to be off), this allows an ESA to
732
732
  * indicate it could be switched on to charge, but this would be the maximum power limit it can be set to.
733
733
  *
734
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.16
734
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.16
735
735
  */
736
736
  maxPowerAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
737
737
  /**
@@ -743,7 +743,7 @@ export declare namespace DeviceEnergyManagement {
743
743
  *
744
744
  * For example, a heat pump compressor may have a minimum cycle time of order a few minutes.
745
745
  *
746
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.17
746
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.17
747
747
  */
748
748
  minDurationAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number>;
749
749
  /**
@@ -755,19 +755,19 @@ export declare namespace DeviceEnergyManagement {
755
755
  * which can be discharged, it may equally indicate the maximum time the battery could be discharged for (at the
756
756
  * MaxPowerAdjustment power level).
757
757
  *
758
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.18
758
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.18
759
759
  */
760
760
  maxDurationAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number>;
761
761
  }>;
762
762
  /**
763
763
  * This indicates a specific stage of an ESA’s operation.
764
764
  *
765
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14
765
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14
766
766
  */
767
767
  interface Slot extends TypeFromSchema<typeof TlvSlot> {
768
768
  }
769
769
  /**
770
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.7
770
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.7
771
771
  */
772
772
  enum ForecastUpdateReason {
773
773
  /**
@@ -791,7 +791,7 @@ export declare namespace DeviceEnergyManagement {
791
791
  * Where an ESA does not know the actual power and energy use of the system, it may support the SFR feature and
792
792
  * instead report its internal state.
793
793
  *
794
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13
794
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13
795
795
  */
796
796
  const TlvForecast: import("../tlv/TlvObject.js").ObjectSchema<{
797
797
  /**
@@ -804,33 +804,33 @@ export declare namespace DeviceEnergyManagement {
804
804
  *
805
805
  * The value of ForecastID is allowed to wrap.
806
806
  *
807
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.1
807
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.1
808
808
  */
809
809
  forecastId: import("../tlv/TlvObject.js").FieldType<number>;
810
810
  /**
811
811
  * This field shall indicate which element of the Slots list is currently active in the Forecast sequence. A
812
812
  * null value indicates that the sequence has not yet started.
813
813
  *
814
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.2
814
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.2
815
815
  */
816
816
  activeSlotNumber: import("../tlv/TlvObject.js").FieldType<number | null>;
817
817
  /**
818
818
  * This field shall indicate the planned start time, in UTC, for the entire Forecast.
819
819
  *
820
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.3
820
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.3
821
821
  */
822
822
  startTime: import("../tlv/TlvObject.js").FieldType<number>;
823
823
  /**
824
824
  * This field shall indicate the planned end time, in UTC, for the entire Forecast.
825
825
  *
826
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.4
826
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.4
827
827
  */
828
828
  endTime: import("../tlv/TlvObject.js").FieldType<number>;
829
829
  /**
830
830
  * This field shall indicate the earliest start time, in UTC, that the entire Forecast can be shifted to. A null
831
831
  * value indicates that it can be started immediately.
832
832
  *
833
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.5
833
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.5
834
834
  */
835
835
  earliestStartTime: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
836
836
  /**
@@ -839,7 +839,7 @@ export declare namespace DeviceEnergyManagement {
839
839
  * e.g. for an EVSE charging session, this may indicate the departure time for the vehicle, by which time the
840
840
  * charging session must end.
841
841
  *
842
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.6
842
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.6
843
843
  */
844
844
  latestEndTime: import("../tlv/TlvObject.js").OptionalFieldType<number>;
845
845
  /**
@@ -847,7 +847,7 @@ export declare namespace DeviceEnergyManagement {
847
847
  * this flag and if it is false, then none of the slots contain SlotIsPausable set to true. This can save a
848
848
  * client from having to check each slot in the list.
849
849
  *
850
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.7
850
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.7
851
851
  */
852
852
  isPausable: import("../tlv/TlvObject.js").FieldType<boolean>;
853
853
  /**
@@ -855,25 +855,25 @@ export declare namespace DeviceEnergyManagement {
855
855
  *
856
856
  * It shall contain at least 1 entry, and a maximum of 10.
857
857
  *
858
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.8
858
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.8
859
859
  */
860
860
  slots: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
861
861
  /**
862
862
  * This field shall indicate the minimum time (in seconds) that the appliance expects to be in this slot for.
863
863
  *
864
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.1
864
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.1
865
865
  */
866
866
  minDuration: import("../tlv/TlvObject.js").FieldType<number>;
867
867
  /**
868
868
  * This field shall indicate the maximum time (in seconds) that the appliance expects to be in this slot for.
869
869
  *
870
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.2
870
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.2
871
871
  */
872
872
  maxDuration: import("../tlv/TlvObject.js").FieldType<number>;
873
873
  /**
874
874
  * This field shall indicate the expected time (in seconds) that the appliance expects to be in this slot for.
875
875
  *
876
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.3
876
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.3
877
877
  */
878
878
  defaultDuration: import("../tlv/TlvObject.js").FieldType<number>;
879
879
  /**
@@ -886,7 +886,7 @@ export declare namespace DeviceEnergyManagement {
886
886
  *
887
887
  * When the Forecast attribute is read, then this value shall be the most recent value.
888
888
  *
889
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.4
889
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.4
890
890
  */
891
891
  elapsedSlotTime: import("../tlv/TlvObject.js").FieldType<number>;
892
892
  /**
@@ -902,13 +902,13 @@ export declare namespace DeviceEnergyManagement {
902
902
  *
903
903
  * When the Forecast attribute is read, then this value shall be the most recent value.
904
904
  *
905
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.5
905
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.5
906
906
  */
907
907
  remainingSlotTime: import("../tlv/TlvObject.js").FieldType<number>;
908
908
  /**
909
909
  * This field shall indicate whether this slot can be paused.
910
910
  *
911
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.6
911
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.6
912
912
  */
913
913
  slotIsPausable: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
914
914
  /**
@@ -916,13 +916,13 @@ export declare namespace DeviceEnergyManagement {
916
916
  * controllers trying to pause ESAs for short periods and then resuming operation in a cyclic fashion which may
917
917
  * damage or cause excess energy to be consumed with restarting of an operation.
918
918
  *
919
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.7
919
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.7
920
920
  */
921
921
  minPauseDuration: import("../tlv/TlvObject.js").OptionalFieldType<number>;
922
922
  /**
923
923
  * This field shall indicate the longest period that the slot can be paused for.
924
924
  *
925
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.8
925
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.8
926
926
  */
927
927
  maxPauseDuration: import("../tlv/TlvObject.js").OptionalFieldType<number>;
928
928
  /**
@@ -943,7 +943,7 @@ export declare namespace DeviceEnergyManagement {
943
943
  * along with observed power drawn to predict the power draw from the appliance and potentially ask it to modify
944
944
  * its timing via one of the adjustment request commands, or adjust other ESAs power to compensate.
945
945
  *
946
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.9
946
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.9
947
947
  */
948
948
  manufacturerEsaState: import("../tlv/TlvObject.js").OptionalFieldType<number>;
949
949
  /**
@@ -951,7 +951,7 @@ export declare namespace DeviceEnergyManagement {
951
951
  * considered the average value over the slot, and some variation from this would be expected (for example, as
952
952
  * it is ramping up).
953
953
  *
954
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.10
954
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.10
955
955
  */
956
956
  nominalPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
957
957
  /**
@@ -960,7 +960,7 @@ export declare namespace DeviceEnergyManagement {
960
960
  *
961
961
  * Some appliances (e.g. battery inverters which can charge and discharge) may have a negative power.
962
962
  *
963
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.11
963
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.11
964
964
  */
965
965
  minPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
966
966
  /**
@@ -969,7 +969,7 @@ export declare namespace DeviceEnergyManagement {
969
969
  *
970
970
  * Some appliances (e.g. battery inverters which can charge and discharge) may have a negative power.
971
971
  *
972
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.12
972
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.12
973
973
  */
974
974
  maxPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
975
975
  /**
@@ -977,7 +977,7 @@ export declare namespace DeviceEnergyManagement {
977
977
  *
978
978
  * Some appliances (e.g. battery inverters which can charge and discharge) may have a negative energy.
979
979
  *
980
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.13
980
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.13
981
981
  */
982
982
  nominalEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
983
983
  /**
@@ -1000,13 +1000,13 @@ export declare namespace DeviceEnergyManagement {
1000
1000
  * If the ESA cannot calculate its cost for any reason (such as losing its connection to a Price server) it may
1001
1001
  * omit this field. This is treated as extra meta data that an EMS may use to optimize a system.
1002
1002
  *
1003
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.14
1003
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.14
1004
1004
  */
1005
1005
  costs: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1006
1006
  /**
1007
1007
  * This field shall indicate the type of cost being represented (see CostTypeEnum).
1008
1008
  *
1009
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.1
1009
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.1
1010
1010
  */
1011
1011
  costType: import("../tlv/TlvObject.js").FieldType<CostType>;
1012
1012
  /**
@@ -1015,14 +1015,14 @@ export declare namespace DeviceEnergyManagement {
1015
1015
  *
1016
1016
  * For example, if the Value was -302 and DecimalPoints was 2, then this would represent a benefit of 3.02.
1017
1017
  *
1018
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.2
1018
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.2
1019
1019
  */
1020
1020
  value: import("../tlv/TlvObject.js").FieldType<number>;
1021
1021
  /**
1022
1022
  * This field shall indicate the number of digits to the right of the decimal point in the Value field. For
1023
1023
  * example, if the Value was 102 and DecimalPoints was 2, then this would represent a cost of 1.02.
1024
1024
  *
1025
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.3
1025
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.3
1026
1026
  */
1027
1027
  decimalPoints: import("../tlv/TlvObject.js").FieldType<number>;
1028
1028
  /**
@@ -1031,7 +1031,7 @@ export declare namespace DeviceEnergyManagement {
1031
1031
  *
1032
1032
  * This is an optional field. It shall be included if CostType is Financial.
1033
1033
  *
1034
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.4
1034
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.4
1035
1035
  */
1036
1036
  currency: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1037
1037
  }>[]>;
@@ -1042,7 +1042,7 @@ export declare namespace DeviceEnergyManagement {
1042
1042
  * the slot indicates a NominalPower of 0W (indicating it is expecting to be off), this allows an ESA to
1043
1043
  * indicate it could be switched on to charge, but this would be the minimum power limit it can be set to.
1044
1044
  *
1045
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.15
1045
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.15
1046
1046
  */
1047
1047
  minPowerAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1048
1048
  /**
@@ -1052,7 +1052,7 @@ export declare namespace DeviceEnergyManagement {
1052
1052
  * the slot indicates a NominalPower of 0W (indicating it is expecting to be off), this allows an ESA to
1053
1053
  * indicate it could be switched on to charge, but this would be the maximum power limit it can be set to.
1054
1054
  *
1055
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.16
1055
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.16
1056
1056
  */
1057
1057
  maxPowerAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1058
1058
  /**
@@ -1064,7 +1064,7 @@ export declare namespace DeviceEnergyManagement {
1064
1064
  *
1065
1065
  * For example, a heat pump compressor may have a minimum cycle time of order a few minutes.
1066
1066
  *
1067
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.17
1067
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.17
1068
1068
  */
1069
1069
  minDurationAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1070
1070
  /**
@@ -1076,14 +1076,14 @@ export declare namespace DeviceEnergyManagement {
1076
1076
  * which can be discharged, it may equally indicate the maximum time the battery could be discharged for (at the
1077
1077
  * MaxPowerAdjustment power level).
1078
1078
  *
1079
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.18
1079
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.18
1080
1080
  */
1081
1081
  maxDurationAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1082
1082
  }>[]>;
1083
1083
  /**
1084
1084
  * This field shall contain the reason the current Forecast was generated.
1085
1085
  *
1086
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.9
1086
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.9
1087
1087
  */
1088
1088
  forecastUpdateReason: import("../tlv/TlvObject.js").FieldType<ForecastUpdateReason>;
1089
1089
  }>;
@@ -1095,12 +1095,12 @@ export declare namespace DeviceEnergyManagement {
1095
1095
  * Where an ESA does not know the actual power and energy use of the system, it may support the SFR feature and
1096
1096
  * instead report its internal state.
1097
1097
  *
1098
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13
1098
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13
1099
1099
  */
1100
1100
  interface Forecast extends TypeFromSchema<typeof TlvForecast> {
1101
1101
  }
1102
1102
  /**
1103
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.4
1103
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.4
1104
1104
  */
1105
1105
  enum OptOutState {
1106
1106
  /**
@@ -1123,7 +1123,7 @@ export declare namespace DeviceEnergyManagement {
1123
1123
  /**
1124
1124
  * Input to the DeviceEnergyManagement pauseRequest command
1125
1125
  *
1126
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.4
1126
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.4
1127
1127
  */
1128
1128
  const TlvPauseRequest: import("../tlv/TlvObject.js").ObjectSchema<{
1129
1129
  /**
@@ -1131,47 +1131,47 @@ export declare namespace DeviceEnergyManagement {
1131
1131
  * MinPauseDuration and MaxPauseDuration indicated in the ActiveSlotNumber index in the Slots list in the
1132
1132
  * Forecast.
1133
1133
  *
1134
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.4.1
1134
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.4.1
1135
1135
  */
1136
1136
  duration: import("../tlv/TlvObject.js").FieldType<number>;
1137
1137
  /**
1138
1138
  * This field shall indicate the cause of the request from the EMS.
1139
1139
  *
1140
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.4.2
1140
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.4.2
1141
1141
  */
1142
1142
  cause: import("../tlv/TlvObject.js").FieldType<AdjustmentCause>;
1143
1143
  }>;
1144
1144
  /**
1145
1145
  * Input to the DeviceEnergyManagement pauseRequest command
1146
1146
  *
1147
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.4
1147
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.4
1148
1148
  */
1149
1149
  interface PauseRequest extends TypeFromSchema<typeof TlvPauseRequest> {
1150
1150
  }
1151
1151
  /**
1152
1152
  * Body of the DeviceEnergyManagement resumed event
1153
1153
  *
1154
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.4
1154
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.4
1155
1155
  */
1156
1156
  const TlvResumedEvent: import("../tlv/TlvObject.js").ObjectSchema<{
1157
1157
  /**
1158
1158
  * This field shall indicate the reason why the pause ended.
1159
1159
  *
1160
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.4.1
1160
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.4.1
1161
1161
  */
1162
1162
  cause: import("../tlv/TlvObject.js").FieldType<Cause>;
1163
1163
  }>;
1164
1164
  /**
1165
1165
  * Body of the DeviceEnergyManagement resumed event
1166
1166
  *
1167
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.4
1167
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.4
1168
1168
  */
1169
1169
  interface ResumedEvent extends TypeFromSchema<typeof TlvResumedEvent> {
1170
1170
  }
1171
1171
  /**
1172
1172
  * Input to the DeviceEnergyManagement startTimeAdjustRequest command
1173
1173
  *
1174
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.3
1174
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.3
1175
1175
  */
1176
1176
  const TlvStartTimeAdjustRequest: import("../tlv/TlvObject.js").ObjectSchema<{
1177
1177
  /**
@@ -1184,25 +1184,25 @@ export declare namespace DeviceEnergyManagement {
1184
1184
  * This value shall be after the EarliestStartTime in the Forecast attribute. The new EndTime, that can be
1185
1185
  * computed from the RequestedStartTime and the Forecast sequence duration, shall be before the LatestEndTime.
1186
1186
  *
1187
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.3.1
1187
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.3.1
1188
1188
  */
1189
1189
  requestedStartTime: import("../tlv/TlvObject.js").FieldType<number>;
1190
1190
  /**
1191
1191
  * This field shall indicate the cause of the request from the EMS.
1192
1192
  *
1193
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.3.2
1193
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.3.2
1194
1194
  */
1195
1195
  cause: import("../tlv/TlvObject.js").FieldType<AdjustmentCause>;
1196
1196
  }>;
1197
1197
  /**
1198
1198
  * Input to the DeviceEnergyManagement startTimeAdjustRequest command
1199
1199
  *
1200
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.3
1200
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.3
1201
1201
  */
1202
1202
  interface StartTimeAdjustRequest extends TypeFromSchema<typeof TlvStartTimeAdjustRequest> {
1203
1203
  }
1204
1204
  /**
1205
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.15
1205
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.15
1206
1206
  */
1207
1207
  const TlvSlotAdjustment: import("../tlv/TlvObject.js").ObjectSchema<{
1208
1208
  /**
@@ -1210,7 +1210,7 @@ export declare namespace DeviceEnergyManagement {
1210
1210
  * be less than the actual length of the Slots list (implicitly it must be in the range 0 to 9 based on the
1211
1211
  * maximum length of the Slots list constraint).
1212
1212
  *
1213
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.15.1
1213
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.15.1
1214
1214
  */
1215
1215
  slotIndex: import("../tlv/TlvObject.js").FieldType<number>;
1216
1216
  /**
@@ -1220,7 +1220,7 @@ export declare namespace DeviceEnergyManagement {
1220
1220
  * This is a signed value and can be used to indicate charging or discharging. If the ESA does NOT support PFR
1221
1221
  * this value shall be ignored by the ESA.
1222
1222
  *
1223
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.15.2
1223
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.15.2
1224
1224
  */
1225
1225
  nominalPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1226
1226
  /**
@@ -1228,32 +1228,32 @@ export declare namespace DeviceEnergyManagement {
1228
1228
  * slot duration to. It MUST be between the MinDurationAdjustment and MaxDurationAdjustment for the slot as
1229
1229
  * advertised by the ESA.
1230
1230
  *
1231
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.15.3
1231
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.15.3
1232
1232
  */
1233
1233
  duration: import("../tlv/TlvObject.js").FieldType<number>;
1234
1234
  }>;
1235
1235
  /**
1236
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.15
1236
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.15
1237
1237
  */
1238
1238
  interface SlotAdjustment extends TypeFromSchema<typeof TlvSlotAdjustment> {
1239
1239
  }
1240
1240
  /**
1241
1241
  * Input to the DeviceEnergyManagement modifyForecastRequest command
1242
1242
  *
1243
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.6
1243
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.6
1244
1244
  */
1245
1245
  const TlvModifyForecastRequest: import("../tlv/TlvObject.js").ObjectSchema<{
1246
1246
  /**
1247
1247
  * This field shall indicate the ForecastID that is to be modified.
1248
1248
  *
1249
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.6.1
1249
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.6.1
1250
1250
  */
1251
1251
  forecastId: import("../tlv/TlvObject.js").FieldType<number>;
1252
1252
  /**
1253
1253
  * This field shall contain a list of SlotAdjustment parameters that should be modified in the corresponding
1254
1254
  * Forecast with matching ForecastID.
1255
1255
  *
1256
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.6.2
1256
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.6.2
1257
1257
  */
1258
1258
  slotAdjustments: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1259
1259
  /**
@@ -1261,7 +1261,7 @@ export declare namespace DeviceEnergyManagement {
1261
1261
  * be less than the actual length of the Slots list (implicitly it must be in the range 0 to 9 based on the
1262
1262
  * maximum length of the Slots list constraint).
1263
1263
  *
1264
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.15.1
1264
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.15.1
1265
1265
  */
1266
1266
  slotIndex: import("../tlv/TlvObject.js").FieldType<number>;
1267
1267
  /**
@@ -1271,7 +1271,7 @@ export declare namespace DeviceEnergyManagement {
1271
1271
  * This is a signed value and can be used to indicate charging or discharging. If the ESA does NOT support PFR
1272
1272
  * this value shall be ignored by the ESA.
1273
1273
  *
1274
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.15.2
1274
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.15.2
1275
1275
  */
1276
1276
  nominalPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1277
1277
  /**
@@ -1279,21 +1279,21 @@ export declare namespace DeviceEnergyManagement {
1279
1279
  * slot duration to. It MUST be between the MinDurationAdjustment and MaxDurationAdjustment for the slot as
1280
1280
  * advertised by the ESA.
1281
1281
  *
1282
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.15.3
1282
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.15.3
1283
1283
  */
1284
1284
  duration: import("../tlv/TlvObject.js").FieldType<number>;
1285
1285
  }>[]>;
1286
1286
  /**
1287
1287
  * This field shall indicate the cause of the request from the EMS.
1288
1288
  *
1289
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.6.3
1289
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.6.3
1290
1290
  */
1291
1291
  cause: import("../tlv/TlvObject.js").FieldType<AdjustmentCause>;
1292
1292
  }>;
1293
1293
  /**
1294
1294
  * Input to the DeviceEnergyManagement modifyForecastRequest command
1295
1295
  *
1296
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.6
1296
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.6
1297
1297
  */
1298
1298
  interface ModifyForecastRequest extends TypeFromSchema<typeof TlvModifyForecastRequest> {
1299
1299
  }
@@ -1302,7 +1302,7 @@ export declare namespace DeviceEnergyManagement {
1302
1302
  * perhaps excess solar PV). The format allows the client to suggest that the ESA can either turn up its energy
1303
1303
  * consumption, or turn down its energy consumption during this period.
1304
1304
  *
1305
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16
1305
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16
1306
1306
  */
1307
1307
  const TlvConstraints: import("../tlv/TlvObject.js").ObjectSchema<{
1308
1308
  /**
@@ -1311,13 +1311,13 @@ export declare namespace DeviceEnergyManagement {
1311
1311
  *
1312
1312
  * This value is in UTC and MUST be in the future.
1313
1313
  *
1314
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.1
1314
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.1
1315
1315
  */
1316
1316
  startTime: import("../tlv/TlvObject.js").FieldType<number>;
1317
1317
  /**
1318
1318
  * This field shall indicate the duration of the constraint in seconds.
1319
1319
  *
1320
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.2
1320
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.2
1321
1321
  */
1322
1322
  duration: import("../tlv/TlvObject.js").FieldType<number>;
1323
1323
  /**
@@ -1327,7 +1327,7 @@ export declare namespace DeviceEnergyManagement {
1327
1327
  *
1328
1328
  * This is a signed value and can be used to indicate charging or discharging.
1329
1329
  *
1330
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.3
1330
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.3
1331
1331
  */
1332
1332
  nominalPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1333
1333
  /**
@@ -1336,7 +1336,7 @@ export declare namespace DeviceEnergyManagement {
1336
1336
  *
1337
1337
  * This is a signed value and can be used to indicate charging or discharging.
1338
1338
  *
1339
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.4
1339
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.4
1340
1340
  */
1341
1341
  maximumEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1342
1342
  /**
@@ -1349,7 +1349,7 @@ export declare namespace DeviceEnergyManagement {
1349
1349
  *
1350
1350
  * Note that the mapping between values and operation is manufacturer specific.
1351
1351
  *
1352
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.5
1352
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.5
1353
1353
  */
1354
1354
  loadControl: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1355
1355
  }>;
@@ -1358,14 +1358,14 @@ export declare namespace DeviceEnergyManagement {
1358
1358
  * perhaps excess solar PV). The format allows the client to suggest that the ESA can either turn up its energy
1359
1359
  * consumption, or turn down its energy consumption during this period.
1360
1360
  *
1361
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16
1361
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16
1362
1362
  */
1363
1363
  interface Constraints extends TypeFromSchema<typeof TlvConstraints> {
1364
1364
  }
1365
1365
  /**
1366
1366
  * Input to the DeviceEnergyManagement requestConstraintBasedForecast command
1367
1367
  *
1368
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.7
1368
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.7
1369
1369
  */
1370
1370
  const TlvRequestConstraintBasedForecastRequest: import("../tlv/TlvObject.js").ObjectSchema<{
1371
1371
  /**
@@ -1383,7 +1383,7 @@ export declare namespace DeviceEnergyManagement {
1383
1383
  * that use more energy, it could be requested to use more or less energy using the LoadControl field as
1384
1384
  * follows:
1385
1385
  *
1386
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.7.1
1386
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.7.1
1387
1387
  */
1388
1388
  constraints: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1389
1389
  /**
@@ -1392,13 +1392,13 @@ export declare namespace DeviceEnergyManagement {
1392
1392
  *
1393
1393
  * This value is in UTC and MUST be in the future.
1394
1394
  *
1395
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.1
1395
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.1
1396
1396
  */
1397
1397
  startTime: import("../tlv/TlvObject.js").FieldType<number>;
1398
1398
  /**
1399
1399
  * This field shall indicate the duration of the constraint in seconds.
1400
1400
  *
1401
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.2
1401
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.2
1402
1402
  */
1403
1403
  duration: import("../tlv/TlvObject.js").FieldType<number>;
1404
1404
  /**
@@ -1408,7 +1408,7 @@ export declare namespace DeviceEnergyManagement {
1408
1408
  *
1409
1409
  * This is a signed value and can be used to indicate charging or discharging.
1410
1410
  *
1411
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.3
1411
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.3
1412
1412
  */
1413
1413
  nominalPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1414
1414
  /**
@@ -1417,7 +1417,7 @@ export declare namespace DeviceEnergyManagement {
1417
1417
  *
1418
1418
  * This is a signed value and can be used to indicate charging or discharging.
1419
1419
  *
1420
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.4
1420
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.4
1421
1421
  */
1422
1422
  maximumEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1423
1423
  /**
@@ -1430,26 +1430,26 @@ export declare namespace DeviceEnergyManagement {
1430
1430
  *
1431
1431
  * Note that the mapping between values and operation is manufacturer specific.
1432
1432
  *
1433
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.5
1433
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.5
1434
1434
  */
1435
1435
  loadControl: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1436
1436
  }>[]>;
1437
1437
  /**
1438
1438
  * This field shall indicate the cause of the request from the EMS.
1439
1439
  *
1440
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.7.2
1440
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.7.2
1441
1441
  */
1442
1442
  cause: import("../tlv/TlvObject.js").FieldType<AdjustmentCause>;
1443
1443
  }>;
1444
1444
  /**
1445
1445
  * Input to the DeviceEnergyManagement requestConstraintBasedForecast command
1446
1446
  *
1447
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.7
1447
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.7
1448
1448
  */
1449
1449
  interface RequestConstraintBasedForecastRequest extends TypeFromSchema<typeof TlvRequestConstraintBasedForecastRequest> {
1450
1450
  }
1451
1451
  /**
1452
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.2
1452
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.2
1453
1453
  */
1454
1454
  enum EsaType {
1455
1455
  /**
@@ -1514,7 +1514,7 @@ export declare namespace DeviceEnergyManagement {
1514
1514
  Other = 255
1515
1515
  }
1516
1516
  /**
1517
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.3
1517
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.3
1518
1518
  */
1519
1519
  enum EsaState {
1520
1520
  /**
@@ -1558,7 +1558,7 @@ export declare namespace DeviceEnergyManagement {
1558
1558
  *
1559
1559
  * • When it changes from null to any other value and vice versa.
1560
1560
  *
1561
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.6
1561
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.6
1562
1562
  */
1563
1563
  readonly powerAdjustmentCapability: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1564
1564
  /**
@@ -1577,7 +1577,7 @@ export declare namespace DeviceEnergyManagement {
1577
1577
  *
1578
1578
  * In this example the list of PowerAdjustStructs allows multiple scenarios to be offered as follows:
1579
1579
  *
1580
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.12
1580
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.12
1581
1581
  */
1582
1582
  powerAdjustCapability: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1583
1583
  /**
@@ -1587,7 +1587,7 @@ export declare namespace DeviceEnergyManagement {
1587
1587
  *
1588
1588
  * discharging a battery).
1589
1589
  *
1590
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10.1
1590
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.1
1591
1591
  */
1592
1592
  minPower: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1593
1593
  /**
@@ -1606,7 +1606,7 @@ export declare namespace DeviceEnergyManagement {
1606
1606
  * In another example, if a battery storage inverter can charge its internal battery, between 0W and 2000W. Here
1607
1607
  * power is flowing into the node when charging. As such the MinPower becomes 0W and MaxPower becomes 2000W.
1608
1608
  *
1609
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10.2
1609
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.2
1610
1610
  */
1611
1611
  maxPower: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1612
1612
  /**
@@ -1614,7 +1614,7 @@ export declare namespace DeviceEnergyManagement {
1614
1614
  * adjustment. Manufacturers may use this to as an anti-cycling capability to avoid controllers from rapidly
1615
1615
  * making power adjustments.
1616
1616
  *
1617
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10.3
1617
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.3
1618
1618
  */
1619
1619
  minDuration: import("../tlv/TlvObject.js").FieldType<number>;
1620
1620
  /**
@@ -1622,7 +1622,7 @@ export declare namespace DeviceEnergyManagement {
1622
1622
  * adjustment. Manufacturers may use this to protect the user experience, to avoid over heating of the ESA,
1623
1623
  * ensuring that there is sufficient headroom to use or store energy in the ESA or for any other reason.
1624
1624
  *
1625
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10.4
1625
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.4
1626
1626
  */
1627
1627
  maxDuration: import("../tlv/TlvObject.js").FieldType<number>;
1628
1628
  }>[] | null>;
@@ -1633,7 +1633,7 @@ export declare namespace DeviceEnergyManagement {
1633
1633
  /**
1634
1634
  * Allows a client to request an adjustment in the power consumption of an ESA for a specified duration.
1635
1635
  *
1636
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.1
1636
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.1
1637
1637
  */
1638
1638
  readonly powerAdjustRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1639
1639
  /**
@@ -1642,7 +1642,7 @@ export declare namespace DeviceEnergyManagement {
1642
1642
  * This value shall be between the MinPower and MaxPower fields of the PowerAdjustStruct in the
1643
1643
  * PowerAdjustmentCapability attribute.
1644
1644
  *
1645
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.1.1
1645
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.1.1
1646
1646
  */
1647
1647
  power: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1648
1648
  /**
@@ -1651,20 +1651,20 @@ export declare namespace DeviceEnergyManagement {
1651
1651
  * This value shall be between the MinDuration and MaxDuration fields of the PowerAdjustStruct in the
1652
1652
  * PowerAdjustmentCapability attribute.
1653
1653
  *
1654
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.1.2
1654
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.1.2
1655
1655
  */
1656
1656
  duration: import("../tlv/TlvObject.js").FieldType<number>;
1657
1657
  /**
1658
1658
  * This field shall indicate the cause of the request from the EMS.
1659
1659
  *
1660
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.1.3
1660
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.1.3
1661
1661
  */
1662
1662
  cause: import("../tlv/TlvObject.js").FieldType<AdjustmentCause>;
1663
1663
  }>, void, any>;
1664
1664
  /**
1665
1665
  * Allows a client to cancel an ongoing PowerAdjustmentRequest operation.
1666
1666
  *
1667
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.2
1667
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.2
1668
1668
  */
1669
1669
  readonly cancelPowerAdjustRequest: Command<void, void, any>;
1670
1670
  };
@@ -1672,25 +1672,25 @@ export declare namespace DeviceEnergyManagement {
1672
1672
  /**
1673
1673
  * This event shall be generated when the Power Adjustment session is started.
1674
1674
  *
1675
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.1
1675
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.1
1676
1676
  */
1677
1677
  readonly powerAdjustStart: Event<void, any>;
1678
1678
  /**
1679
1679
  * This event shall be generated when the Power Adjustment session ends.
1680
1680
  *
1681
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.2
1681
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.2
1682
1682
  */
1683
1683
  readonly powerAdjustEnd: Event<import("../tlv/TlvObject.js").TypeFromFields<{
1684
1684
  /**
1685
1685
  * This field shall indicate the reason why the power adjustment session ended.
1686
1686
  *
1687
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.2.1
1687
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.2.1
1688
1688
  */
1689
1689
  cause: import("../tlv/TlvObject.js").FieldType<Cause>;
1690
1690
  /**
1691
1691
  * This field shall indicate the number of seconds that the power adjustment session lasted before ending.
1692
1692
  *
1693
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.2.2
1693
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.2.2
1694
1694
  */
1695
1695
  duration: import("../tlv/TlvObject.js").FieldType<number>;
1696
1696
  /**
@@ -1700,7 +1700,7 @@ export declare namespace DeviceEnergyManagement {
1700
1700
  * battery inverter that was requested to discharge it would have a negative EnergyUse value. If this was a
1701
1701
  * normal load that was turned on, then it will have positive value.
1702
1702
  *
1703
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.2.3
1703
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.2.3
1704
1704
  */
1705
1705
  energyUse: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1706
1706
  }>, any>;
@@ -1733,7 +1733,7 @@ export declare namespace DeviceEnergyManagement {
1733
1733
  * • As a result of a change in the opt-out status which in turn may cause the ESA to recalculate its
1734
1734
  * forecast.
1735
1735
  *
1736
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.7
1736
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.7
1737
1737
  */
1738
1738
  readonly forecast: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1739
1739
  /**
@@ -1746,33 +1746,33 @@ export declare namespace DeviceEnergyManagement {
1746
1746
  *
1747
1747
  * The value of ForecastID is allowed to wrap.
1748
1748
  *
1749
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.1
1749
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.1
1750
1750
  */
1751
1751
  forecastId: import("../tlv/TlvObject.js").FieldType<number>;
1752
1752
  /**
1753
1753
  * This field shall indicate which element of the Slots list is currently active in the Forecast sequence. A
1754
1754
  * null value indicates that the sequence has not yet started.
1755
1755
  *
1756
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.2
1756
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.2
1757
1757
  */
1758
1758
  activeSlotNumber: import("../tlv/TlvObject.js").FieldType<number | null>;
1759
1759
  /**
1760
1760
  * This field shall indicate the planned start time, in UTC, for the entire Forecast.
1761
1761
  *
1762
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.3
1762
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.3
1763
1763
  */
1764
1764
  startTime: import("../tlv/TlvObject.js").FieldType<number>;
1765
1765
  /**
1766
1766
  * This field shall indicate the planned end time, in UTC, for the entire Forecast.
1767
1767
  *
1768
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.4
1768
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.4
1769
1769
  */
1770
1770
  endTime: import("../tlv/TlvObject.js").FieldType<number>;
1771
1771
  /**
1772
1772
  * This field shall indicate the earliest start time, in UTC, that the entire Forecast can be shifted to. A null
1773
1773
  * value indicates that it can be started immediately.
1774
1774
  *
1775
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.5
1775
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.5
1776
1776
  */
1777
1777
  earliestStartTime: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
1778
1778
  /**
@@ -1781,7 +1781,7 @@ export declare namespace DeviceEnergyManagement {
1781
1781
  * e.g. for an EVSE charging session, this may indicate the departure time for the vehicle, by which time the
1782
1782
  * charging session must end.
1783
1783
  *
1784
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.6
1784
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.6
1785
1785
  */
1786
1786
  latestEndTime: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1787
1787
  /**
@@ -1789,7 +1789,7 @@ export declare namespace DeviceEnergyManagement {
1789
1789
  * this flag and if it is false, then none of the slots contain SlotIsPausable set to true. This can save a
1790
1790
  * client from having to check each slot in the list.
1791
1791
  *
1792
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.7
1792
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.7
1793
1793
  */
1794
1794
  isPausable: import("../tlv/TlvObject.js").FieldType<boolean>;
1795
1795
  /**
@@ -1797,25 +1797,25 @@ export declare namespace DeviceEnergyManagement {
1797
1797
  *
1798
1798
  * It shall contain at least 1 entry, and a maximum of 10.
1799
1799
  *
1800
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.8
1800
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.8
1801
1801
  */
1802
1802
  slots: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1803
1803
  /**
1804
1804
  * This field shall indicate the minimum time (in seconds) that the appliance expects to be in this slot for.
1805
1805
  *
1806
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.1
1806
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.1
1807
1807
  */
1808
1808
  minDuration: import("../tlv/TlvObject.js").FieldType<number>;
1809
1809
  /**
1810
1810
  * This field shall indicate the maximum time (in seconds) that the appliance expects to be in this slot for.
1811
1811
  *
1812
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.2
1812
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.2
1813
1813
  */
1814
1814
  maxDuration: import("../tlv/TlvObject.js").FieldType<number>;
1815
1815
  /**
1816
1816
  * This field shall indicate the expected time (in seconds) that the appliance expects to be in this slot for.
1817
1817
  *
1818
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.3
1818
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.3
1819
1819
  */
1820
1820
  defaultDuration: import("../tlv/TlvObject.js").FieldType<number>;
1821
1821
  /**
@@ -1828,7 +1828,7 @@ export declare namespace DeviceEnergyManagement {
1828
1828
  *
1829
1829
  * When the Forecast attribute is read, then this value shall be the most recent value.
1830
1830
  *
1831
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.4
1831
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.4
1832
1832
  */
1833
1833
  elapsedSlotTime: import("../tlv/TlvObject.js").FieldType<number>;
1834
1834
  /**
@@ -1844,13 +1844,13 @@ export declare namespace DeviceEnergyManagement {
1844
1844
  *
1845
1845
  * When the Forecast attribute is read, then this value shall be the most recent value.
1846
1846
  *
1847
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.5
1847
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.5
1848
1848
  */
1849
1849
  remainingSlotTime: import("../tlv/TlvObject.js").FieldType<number>;
1850
1850
  /**
1851
1851
  * This field shall indicate whether this slot can be paused.
1852
1852
  *
1853
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.6
1853
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.6
1854
1854
  */
1855
1855
  slotIsPausable: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
1856
1856
  /**
@@ -1858,13 +1858,13 @@ export declare namespace DeviceEnergyManagement {
1858
1858
  * controllers trying to pause ESAs for short periods and then resuming operation in a cyclic fashion which may
1859
1859
  * damage or cause excess energy to be consumed with restarting of an operation.
1860
1860
  *
1861
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.7
1861
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.7
1862
1862
  */
1863
1863
  minPauseDuration: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1864
1864
  /**
1865
1865
  * This field shall indicate the longest period that the slot can be paused for.
1866
1866
  *
1867
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.8
1867
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.8
1868
1868
  */
1869
1869
  maxPauseDuration: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1870
1870
  /**
@@ -1885,7 +1885,7 @@ export declare namespace DeviceEnergyManagement {
1885
1885
  * along with observed power drawn to predict the power draw from the appliance and potentially ask it to modify
1886
1886
  * its timing via one of the adjustment request commands, or adjust other ESAs power to compensate.
1887
1887
  *
1888
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.9
1888
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.9
1889
1889
  */
1890
1890
  manufacturerEsaState: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1891
1891
  /**
@@ -1893,7 +1893,7 @@ export declare namespace DeviceEnergyManagement {
1893
1893
  * considered the average value over the slot, and some variation from this would be expected (for example, as
1894
1894
  * it is ramping up).
1895
1895
  *
1896
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.10
1896
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.10
1897
1897
  */
1898
1898
  nominalPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1899
1899
  /**
@@ -1902,7 +1902,7 @@ export declare namespace DeviceEnergyManagement {
1902
1902
  *
1903
1903
  * Some appliances (e.g. battery inverters which can charge and discharge) may have a negative power.
1904
1904
  *
1905
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.11
1905
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.11
1906
1906
  */
1907
1907
  minPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1908
1908
  /**
@@ -1911,7 +1911,7 @@ export declare namespace DeviceEnergyManagement {
1911
1911
  *
1912
1912
  * Some appliances (e.g. battery inverters which can charge and discharge) may have a negative power.
1913
1913
  *
1914
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.12
1914
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.12
1915
1915
  */
1916
1916
  maxPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1917
1917
  /**
@@ -1919,7 +1919,7 @@ export declare namespace DeviceEnergyManagement {
1919
1919
  *
1920
1920
  * Some appliances (e.g. battery inverters which can charge and discharge) may have a negative energy.
1921
1921
  *
1922
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.13
1922
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.13
1923
1923
  */
1924
1924
  nominalEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1925
1925
  /**
@@ -1942,13 +1942,13 @@ export declare namespace DeviceEnergyManagement {
1942
1942
  * If the ESA cannot calculate its cost for any reason (such as losing its connection to a Price server) it may
1943
1943
  * omit this field. This is treated as extra meta data that an EMS may use to optimize a system.
1944
1944
  *
1945
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.14
1945
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.14
1946
1946
  */
1947
1947
  costs: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1948
1948
  /**
1949
1949
  * This field shall indicate the type of cost being represented (see CostTypeEnum).
1950
1950
  *
1951
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.1
1951
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.1
1952
1952
  */
1953
1953
  costType: import("../tlv/TlvObject.js").FieldType<CostType>;
1954
1954
  /**
@@ -1957,14 +1957,14 @@ export declare namespace DeviceEnergyManagement {
1957
1957
  *
1958
1958
  * For example, if the Value was -302 and DecimalPoints was 2, then this would represent a benefit of 3.02.
1959
1959
  *
1960
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.2
1960
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.2
1961
1961
  */
1962
1962
  value: import("../tlv/TlvObject.js").FieldType<number>;
1963
1963
  /**
1964
1964
  * This field shall indicate the number of digits to the right of the decimal point in the Value field. For
1965
1965
  * example, if the Value was 102 and DecimalPoints was 2, then this would represent a cost of 1.02.
1966
1966
  *
1967
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.3
1967
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.3
1968
1968
  */
1969
1969
  decimalPoints: import("../tlv/TlvObject.js").FieldType<number>;
1970
1970
  /**
@@ -1973,7 +1973,7 @@ export declare namespace DeviceEnergyManagement {
1973
1973
  *
1974
1974
  * This is an optional field. It shall be included if CostType is Financial.
1975
1975
  *
1976
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.4
1976
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.4
1977
1977
  */
1978
1978
  currency: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1979
1979
  }>[]>;
@@ -1984,7 +1984,7 @@ export declare namespace DeviceEnergyManagement {
1984
1984
  * the slot indicates a NominalPower of 0W (indicating it is expecting to be off), this allows an ESA to
1985
1985
  * indicate it could be switched on to charge, but this would be the minimum power limit it can be set to.
1986
1986
  *
1987
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.15
1987
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.15
1988
1988
  */
1989
1989
  minPowerAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1990
1990
  /**
@@ -1994,7 +1994,7 @@ export declare namespace DeviceEnergyManagement {
1994
1994
  * the slot indicates a NominalPower of 0W (indicating it is expecting to be off), this allows an ESA to
1995
1995
  * indicate it could be switched on to charge, but this would be the maximum power limit it can be set to.
1996
1996
  *
1997
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.16
1997
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.16
1998
1998
  */
1999
1999
  maxPowerAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2000
2000
  /**
@@ -2006,7 +2006,7 @@ export declare namespace DeviceEnergyManagement {
2006
2006
  *
2007
2007
  * For example, a heat pump compressor may have a minimum cycle time of order a few minutes.
2008
2008
  *
2009
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.17
2009
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.17
2010
2010
  */
2011
2011
  minDurationAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2012
2012
  /**
@@ -2018,14 +2018,14 @@ export declare namespace DeviceEnergyManagement {
2018
2018
  * which can be discharged, it may equally indicate the maximum time the battery could be discharged for (at the
2019
2019
  * MaxPowerAdjustment power level).
2020
2020
  *
2021
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.18
2021
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.18
2022
2022
  */
2023
2023
  maxDurationAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2024
2024
  }>[]>;
2025
2025
  /**
2026
2026
  * This field shall contain the reason the current Forecast was generated.
2027
2027
  *
2028
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.9
2028
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.9
2029
2029
  */
2030
2030
  forecastUpdateReason: import("../tlv/TlvObject.js").FieldType<ForecastUpdateReason>;
2031
2031
  }> | null, any>;
@@ -2068,7 +2068,7 @@ export declare namespace DeviceEnergyManagement {
2068
2068
  * If the ESA is in the LocalOptOut, GridOptOut, or NoOptOut states, the device is still permitted to
2069
2069
  * optimize its own energy usage, for example, using tariff information it may obtain.
2070
2070
  *
2071
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.8
2071
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.8
2072
2072
  */
2073
2073
  readonly optOutState: Attribute<OptOutState, any>;
2074
2074
  };
@@ -2081,7 +2081,7 @@ export declare namespace DeviceEnergyManagement {
2081
2081
  /**
2082
2082
  * Allows a client to temporarily pause an operation and reduce the ESAs energy demand.
2083
2083
  *
2084
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.4
2084
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.4
2085
2085
  */
2086
2086
  readonly pauseRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2087
2087
  /**
@@ -2089,20 +2089,20 @@ export declare namespace DeviceEnergyManagement {
2089
2089
  * MinPauseDuration and MaxPauseDuration indicated in the ActiveSlotNumber index in the Slots list in the
2090
2090
  * Forecast.
2091
2091
  *
2092
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.4.1
2092
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.4.1
2093
2093
  */
2094
2094
  duration: import("../tlv/TlvObject.js").FieldType<number>;
2095
2095
  /**
2096
2096
  * This field shall indicate the cause of the request from the EMS.
2097
2097
  *
2098
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.4.2
2098
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.4.2
2099
2099
  */
2100
2100
  cause: import("../tlv/TlvObject.js").FieldType<AdjustmentCause>;
2101
2101
  }>, void, any>;
2102
2102
  /**
2103
2103
  * Allows a client to cancel the PauseRequest command and enable earlier resumption of operation.
2104
2104
  *
2105
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.5
2105
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.5
2106
2106
  */
2107
2107
  readonly resumeRequest: Command<void, void, any>;
2108
2108
  };
@@ -2110,19 +2110,19 @@ export declare namespace DeviceEnergyManagement {
2110
2110
  /**
2111
2111
  * This event shall be generated when the ESA enters the Paused state. There is no data for this event.
2112
2112
  *
2113
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.3
2113
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.3
2114
2114
  */
2115
2115
  readonly paused: Event<void, any>;
2116
2116
  /**
2117
2117
  * This event shall be generated when the ESA leaves the Paused state and resumes operation.
2118
2118
  *
2119
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.4
2119
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.4
2120
2120
  */
2121
2121
  readonly resumed: Event<import("../tlv/TlvObject.js").TypeFromFields<{
2122
2122
  /**
2123
2123
  * This field shall indicate the reason why the pause ended.
2124
2124
  *
2125
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.4.1
2125
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.4.1
2126
2126
  */
2127
2127
  cause: import("../tlv/TlvObject.js").FieldType<Cause>;
2128
2128
  }>, any>;
@@ -2137,7 +2137,7 @@ export declare namespace DeviceEnergyManagement {
2137
2137
  * Allows a client to adjust the start time of a Forecast sequence that has not yet started operation (i.e.
2138
2138
  * where the current Forecast StartTime is in the future).
2139
2139
  *
2140
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.3
2140
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.3
2141
2141
  */
2142
2142
  readonly startTimeAdjustRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2143
2143
  /**
@@ -2150,13 +2150,13 @@ export declare namespace DeviceEnergyManagement {
2150
2150
  * This value shall be after the EarliestStartTime in the Forecast attribute. The new EndTime, that can be
2151
2151
  * computed from the RequestedStartTime and the Forecast sequence duration, shall be before the LatestEndTime.
2152
2152
  *
2153
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.3.1
2153
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.3.1
2154
2154
  */
2155
2155
  requestedStartTime: import("../tlv/TlvObject.js").FieldType<number>;
2156
2156
  /**
2157
2157
  * This field shall indicate the cause of the request from the EMS.
2158
2158
  *
2159
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.3.2
2159
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.3.2
2160
2160
  */
2161
2161
  cause: import("../tlv/TlvObject.js").FieldType<AdjustmentCause>;
2162
2162
  }>, void, any>;
@@ -2170,20 +2170,20 @@ export declare namespace DeviceEnergyManagement {
2170
2170
  /**
2171
2171
  * Allows a client to modify a Forecast within the limits allowed by the ESA.
2172
2172
  *
2173
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.6
2173
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.6
2174
2174
  */
2175
2175
  readonly modifyForecastRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2176
2176
  /**
2177
2177
  * This field shall indicate the ForecastID that is to be modified.
2178
2178
  *
2179
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.6.1
2179
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.6.1
2180
2180
  */
2181
2181
  forecastId: import("../tlv/TlvObject.js").FieldType<number>;
2182
2182
  /**
2183
2183
  * This field shall contain a list of SlotAdjustment parameters that should be modified in the corresponding
2184
2184
  * Forecast with matching ForecastID.
2185
2185
  *
2186
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.6.2
2186
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.6.2
2187
2187
  */
2188
2188
  slotAdjustments: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2189
2189
  /**
@@ -2191,7 +2191,7 @@ export declare namespace DeviceEnergyManagement {
2191
2191
  * be less than the actual length of the Slots list (implicitly it must be in the range 0 to 9 based on the
2192
2192
  * maximum length of the Slots list constraint).
2193
2193
  *
2194
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.15.1
2194
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.15.1
2195
2195
  */
2196
2196
  slotIndex: import("../tlv/TlvObject.js").FieldType<number>;
2197
2197
  /**
@@ -2201,7 +2201,7 @@ export declare namespace DeviceEnergyManagement {
2201
2201
  * This is a signed value and can be used to indicate charging or discharging. If the ESA does NOT support PFR
2202
2202
  * this value shall be ignored by the ESA.
2203
2203
  *
2204
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.15.2
2204
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.15.2
2205
2205
  */
2206
2206
  nominalPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2207
2207
  /**
@@ -2209,14 +2209,14 @@ export declare namespace DeviceEnergyManagement {
2209
2209
  * slot duration to. It MUST be between the MinDurationAdjustment and MaxDurationAdjustment for the slot as
2210
2210
  * advertised by the ESA.
2211
2211
  *
2212
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.15.3
2212
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.15.3
2213
2213
  */
2214
2214
  duration: import("../tlv/TlvObject.js").FieldType<number>;
2215
2215
  }>[]>;
2216
2216
  /**
2217
2217
  * This field shall indicate the cause of the request from the EMS.
2218
2218
  *
2219
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.6.3
2219
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.6.3
2220
2220
  */
2221
2221
  cause: import("../tlv/TlvObject.js").FieldType<AdjustmentCause>;
2222
2222
  }>, void, any>;
@@ -2230,7 +2230,7 @@ export declare namespace DeviceEnergyManagement {
2230
2230
  /**
2231
2231
  * Allows a client to ask the ESA to recompute its Forecast based on power and time constraints.
2232
2232
  *
2233
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.7
2233
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.7
2234
2234
  */
2235
2235
  readonly requestConstraintBasedForecast: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2236
2236
  /**
@@ -2248,7 +2248,7 @@ export declare namespace DeviceEnergyManagement {
2248
2248
  * that use more energy, it could be requested to use more or less energy using the LoadControl field as
2249
2249
  * follows:
2250
2250
  *
2251
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.7.1
2251
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.7.1
2252
2252
  */
2253
2253
  constraints: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2254
2254
  /**
@@ -2257,13 +2257,13 @@ export declare namespace DeviceEnergyManagement {
2257
2257
  *
2258
2258
  * This value is in UTC and MUST be in the future.
2259
2259
  *
2260
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.1
2260
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.1
2261
2261
  */
2262
2262
  startTime: import("../tlv/TlvObject.js").FieldType<number>;
2263
2263
  /**
2264
2264
  * This field shall indicate the duration of the constraint in seconds.
2265
2265
  *
2266
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.2
2266
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.2
2267
2267
  */
2268
2268
  duration: import("../tlv/TlvObject.js").FieldType<number>;
2269
2269
  /**
@@ -2273,7 +2273,7 @@ export declare namespace DeviceEnergyManagement {
2273
2273
  *
2274
2274
  * This is a signed value and can be used to indicate charging or discharging.
2275
2275
  *
2276
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.3
2276
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.3
2277
2277
  */
2278
2278
  nominalPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2279
2279
  /**
@@ -2282,7 +2282,7 @@ export declare namespace DeviceEnergyManagement {
2282
2282
  *
2283
2283
  * This is a signed value and can be used to indicate charging or discharging.
2284
2284
  *
2285
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.4
2285
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.4
2286
2286
  */
2287
2287
  maximumEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2288
2288
  /**
@@ -2295,14 +2295,14 @@ export declare namespace DeviceEnergyManagement {
2295
2295
  *
2296
2296
  * Note that the mapping between values and operation is manufacturer specific.
2297
2297
  *
2298
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.5
2298
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.5
2299
2299
  */
2300
2300
  loadControl: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2301
2301
  }>[]>;
2302
2302
  /**
2303
2303
  * This field shall indicate the cause of the request from the EMS.
2304
2304
  *
2305
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.7.2
2305
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.7.2
2306
2306
  */
2307
2307
  cause: import("../tlv/TlvObject.js").FieldType<AdjustmentCause>;
2308
2308
  }>, void, any>;
@@ -2318,7 +2318,7 @@ export declare namespace DeviceEnergyManagement {
2318
2318
  * Allows a client to request cancellation of a previous adjustment request in a StartTimeAdjustRequest,
2319
2319
  * ModifyForecastRequest or RequestConstraintBasedForecast command.
2320
2320
  *
2321
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.8
2321
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.8
2322
2322
  */
2323
2323
  readonly cancelRequest: Command<void, void, any>;
2324
2324
  };
@@ -2341,7 +2341,7 @@ export declare namespace DeviceEnergyManagement {
2341
2341
  * in the excess power flowing into the grid. This excess power naturally fluctuates when clouds pass
2342
2342
  * overhead and other loads in the home are switched on and off.
2343
2343
  *
2344
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.4.1
2344
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.1
2345
2345
  */
2346
2346
  readonly powerAdjustment: BitFlag;
2347
2347
  /**
@@ -2377,7 +2377,7 @@ export declare namespace DeviceEnergyManagement {
2377
2377
  *
2378
2378
  * The ESA indicates its power adjustment range and its nominal power consumption as part of its Forecast.
2379
2379
  *
2380
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.4.2
2380
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.2
2381
2381
  */
2382
2382
  readonly powerForecastReporting: BitFlag;
2383
2383
  /**
@@ -2394,7 +2394,7 @@ export declare namespace DeviceEnergyManagement {
2394
2394
  * Once the EMS has built a model of the state vs observed power consumption, it may request a forecast
2395
2395
  * adjustment for particular times of the day, encouraging the ESA to use power at alternative times.
2396
2396
  *
2397
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.4.3
2397
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.3
2398
2398
  */
2399
2399
  readonly stateForecastReporting: BitFlag;
2400
2400
  /**
@@ -2414,7 +2414,7 @@ export declare namespace DeviceEnergyManagement {
2414
2414
  * It does this by sending a StartTimeAdjustRequest to the washing machine to request delaying the start of
2415
2415
  * the washing cycle.
2416
2416
  *
2417
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.4.4
2417
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.4
2418
2418
  */
2419
2419
  readonly startTimeAdjustment: BitFlag;
2420
2420
  /**
@@ -2434,7 +2434,7 @@ export declare namespace DeviceEnergyManagement {
2434
2434
  * It does this by sending a PauseRequest to the washing machine to request pausing the current step of the
2435
2435
  * forecast power usage for a period to allow other home loads to finish before resuming the washing cycle.
2436
2436
  *
2437
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.4.5
2437
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.5
2438
2438
  */
2439
2439
  readonly pausable: BitFlag;
2440
2440
  /**
@@ -2458,7 +2458,7 @@ export declare namespace DeviceEnergyManagement {
2458
2458
  * at a lower power consumption (within the solar excess power) which requires the heat pump to run for a
2459
2459
  * longer duration to achieve its required energy demand.
2460
2460
  *
2461
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.4.6
2461
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.6
2462
2462
  */
2463
2463
  readonly forecastAdjustment: BitFlag;
2464
2464
  /**
@@ -2480,7 +2480,7 @@ export declare namespace DeviceEnergyManagement {
2480
2480
  * NominalPower consumption during the constraint period, which may require it to decrease its charge rate
2481
2481
  * outside the constraint period to achieve its required energy demand.
2482
2482
  *
2483
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.4.7
2483
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.7
2484
2484
  */
2485
2485
  readonly constraintBasedAdjustment: BitFlag;
2486
2486
  };
@@ -2499,7 +2499,7 @@ export declare namespace DeviceEnergyManagement {
2499
2499
  * typical best use of energy. For example, an EVSE may not always have an EV plugged in, so knowing the
2500
2500
  * type of ESA that is being controlled can allow advanced energy management strategies.
2501
2501
  *
2502
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.1
2502
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.1
2503
2503
  */
2504
2504
  readonly esaType: FixedAttribute<EsaType, any>;
2505
2505
  /**
@@ -2521,7 +2521,7 @@ export declare namespace DeviceEnergyManagement {
2521
2521
  *
2522
2522
  * Example:
2523
2523
  *
2524
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.2
2524
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.2
2525
2525
  */
2526
2526
  readonly esaCanGenerate: FixedAttribute<boolean, any>;
2527
2527
  /**
@@ -2535,7 +2535,7 @@ export declare namespace DeviceEnergyManagement {
2535
2535
  * for example to avoid the EMS accidentally starting or stopping the appliance when it is being serviced or
2536
2536
  * tested.
2537
2537
  *
2538
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.3
2538
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.3
2539
2539
  */
2540
2540
  readonly esaState: Attribute<EsaState, any>;
2541
2541
  /**
@@ -2548,7 +2548,7 @@ export declare namespace DeviceEnergyManagement {
2548
2548
  * in the home, the AbsMinPower will be a negative number representing the maximum power that the ESA can
2549
2549
  * discharge its internal battery.
2550
2550
  *
2551
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.4
2551
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.4
2552
2552
  */
2553
2553
  readonly absMinPower: Attribute<number | bigint, any>;
2554
2554
  /**
@@ -2561,7 +2561,7 @@ export declare namespace DeviceEnergyManagement {
2561
2561
  * For example, a battery storage inverter that can charge its battery at a maximum power of 2000W and can
2562
2562
  * discharge the battery at a maximum power of 3000W, would have a AbsMinPower: -3000, AbsMaxPower: 2000W.
2563
2563
  *
2564
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.5
2564
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.5
2565
2565
  */
2566
2566
  readonly absMaxPower: Attribute<number | bigint, any>;
2567
2567
  };
@@ -2590,7 +2590,7 @@ export declare namespace DeviceEnergyManagement {
2590
2590
  *
2591
2591
  * • When it changes from null to any other value and vice versa.
2592
2592
  *
2593
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.6
2593
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.6
2594
2594
  */
2595
2595
  readonly powerAdjustmentCapability: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
2596
2596
  /**
@@ -2609,7 +2609,7 @@ export declare namespace DeviceEnergyManagement {
2609
2609
  *
2610
2610
  * In this example the list of PowerAdjustStructs allows multiple scenarios to be offered as follows:
2611
2611
  *
2612
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.12
2612
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.12
2613
2613
  */
2614
2614
  powerAdjustCapability: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2615
2615
  /**
@@ -2619,7 +2619,7 @@ export declare namespace DeviceEnergyManagement {
2619
2619
  *
2620
2620
  * discharging a battery).
2621
2621
  *
2622
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10.1
2622
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.1
2623
2623
  */
2624
2624
  minPower: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2625
2625
  /**
@@ -2638,7 +2638,7 @@ export declare namespace DeviceEnergyManagement {
2638
2638
  * In another example, if a battery storage inverter can charge its internal battery, between 0W and 2000W. Here
2639
2639
  * power is flowing into the node when charging. As such the MinPower becomes 0W and MaxPower becomes 2000W.
2640
2640
  *
2641
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10.2
2641
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.2
2642
2642
  */
2643
2643
  maxPower: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2644
2644
  /**
@@ -2646,7 +2646,7 @@ export declare namespace DeviceEnergyManagement {
2646
2646
  * adjustment. Manufacturers may use this to as an anti-cycling capability to avoid controllers from rapidly
2647
2647
  * making power adjustments.
2648
2648
  *
2649
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10.3
2649
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.3
2650
2650
  */
2651
2651
  minDuration: import("../tlv/TlvObject.js").FieldType<number>;
2652
2652
  /**
@@ -2654,7 +2654,7 @@ export declare namespace DeviceEnergyManagement {
2654
2654
  * adjustment. Manufacturers may use this to protect the user experience, to avoid over heating of the ESA,
2655
2655
  * ensuring that there is sufficient headroom to use or store energy in the ESA or for any other reason.
2656
2656
  *
2657
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10.4
2657
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.4
2658
2658
  */
2659
2659
  maxDuration: import("../tlv/TlvObject.js").FieldType<number>;
2660
2660
  }>[] | null>;
@@ -2665,7 +2665,7 @@ export declare namespace DeviceEnergyManagement {
2665
2665
  /**
2666
2666
  * Allows a client to request an adjustment in the power consumption of an ESA for a specified duration.
2667
2667
  *
2668
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.1
2668
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.1
2669
2669
  */
2670
2670
  readonly powerAdjustRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2671
2671
  /**
@@ -2674,7 +2674,7 @@ export declare namespace DeviceEnergyManagement {
2674
2674
  * This value shall be between the MinPower and MaxPower fields of the PowerAdjustStruct in the
2675
2675
  * PowerAdjustmentCapability attribute.
2676
2676
  *
2677
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.1.1
2677
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.1.1
2678
2678
  */
2679
2679
  power: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2680
2680
  /**
@@ -2683,20 +2683,20 @@ export declare namespace DeviceEnergyManagement {
2683
2683
  * This value shall be between the MinDuration and MaxDuration fields of the PowerAdjustStruct in the
2684
2684
  * PowerAdjustmentCapability attribute.
2685
2685
  *
2686
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.1.2
2686
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.1.2
2687
2687
  */
2688
2688
  duration: import("../tlv/TlvObject.js").FieldType<number>;
2689
2689
  /**
2690
2690
  * This field shall indicate the cause of the request from the EMS.
2691
2691
  *
2692
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.1.3
2692
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.1.3
2693
2693
  */
2694
2694
  cause: import("../tlv/TlvObject.js").FieldType<AdjustmentCause>;
2695
2695
  }>, void, any>;
2696
2696
  /**
2697
2697
  * Allows a client to cancel an ongoing PowerAdjustmentRequest operation.
2698
2698
  *
2699
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.2
2699
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.2
2700
2700
  */
2701
2701
  readonly cancelPowerAdjustRequest: Command<void, void, any>;
2702
2702
  };
@@ -2704,25 +2704,25 @@ export declare namespace DeviceEnergyManagement {
2704
2704
  /**
2705
2705
  * This event shall be generated when the Power Adjustment session is started.
2706
2706
  *
2707
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.1
2707
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.1
2708
2708
  */
2709
2709
  readonly powerAdjustStart: Event<void, any>;
2710
2710
  /**
2711
2711
  * This event shall be generated when the Power Adjustment session ends.
2712
2712
  *
2713
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.2
2713
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.2
2714
2714
  */
2715
2715
  readonly powerAdjustEnd: Event<import("../tlv/TlvObject.js").TypeFromFields<{
2716
2716
  /**
2717
2717
  * This field shall indicate the reason why the power adjustment session ended.
2718
2718
  *
2719
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.2.1
2719
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.2.1
2720
2720
  */
2721
2721
  cause: import("../tlv/TlvObject.js").FieldType<Cause>;
2722
2722
  /**
2723
2723
  * This field shall indicate the number of seconds that the power adjustment session lasted before ending.
2724
2724
  *
2725
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.2.2
2725
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.2.2
2726
2726
  */
2727
2727
  duration: import("../tlv/TlvObject.js").FieldType<number>;
2728
2728
  /**
@@ -2732,7 +2732,7 @@ export declare namespace DeviceEnergyManagement {
2732
2732
  * battery inverter that was requested to discharge it would have a negative EnergyUse value. If this was a
2733
2733
  * normal load that was turned on, then it will have positive value.
2734
2734
  *
2735
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.2.3
2735
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.2.3
2736
2736
  */
2737
2737
  energyUse: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2738
2738
  }>, any>;
@@ -2765,7 +2765,7 @@ export declare namespace DeviceEnergyManagement {
2765
2765
  * • As a result of a change in the opt-out status which in turn may cause the ESA to recalculate its
2766
2766
  * forecast.
2767
2767
  *
2768
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.7
2768
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.7
2769
2769
  */
2770
2770
  readonly forecast: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
2771
2771
  /**
@@ -2778,33 +2778,33 @@ export declare namespace DeviceEnergyManagement {
2778
2778
  *
2779
2779
  * The value of ForecastID is allowed to wrap.
2780
2780
  *
2781
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.1
2781
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.1
2782
2782
  */
2783
2783
  forecastId: import("../tlv/TlvObject.js").FieldType<number>;
2784
2784
  /**
2785
2785
  * This field shall indicate which element of the Slots list is currently active in the Forecast sequence. A
2786
2786
  * null value indicates that the sequence has not yet started.
2787
2787
  *
2788
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.2
2788
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.2
2789
2789
  */
2790
2790
  activeSlotNumber: import("../tlv/TlvObject.js").FieldType<number | null>;
2791
2791
  /**
2792
2792
  * This field shall indicate the planned start time, in UTC, for the entire Forecast.
2793
2793
  *
2794
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.3
2794
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.3
2795
2795
  */
2796
2796
  startTime: import("../tlv/TlvObject.js").FieldType<number>;
2797
2797
  /**
2798
2798
  * This field shall indicate the planned end time, in UTC, for the entire Forecast.
2799
2799
  *
2800
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.4
2800
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.4
2801
2801
  */
2802
2802
  endTime: import("../tlv/TlvObject.js").FieldType<number>;
2803
2803
  /**
2804
2804
  * This field shall indicate the earliest start time, in UTC, that the entire Forecast can be shifted to. A null
2805
2805
  * value indicates that it can be started immediately.
2806
2806
  *
2807
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.5
2807
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.5
2808
2808
  */
2809
2809
  earliestStartTime: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
2810
2810
  /**
@@ -2813,7 +2813,7 @@ export declare namespace DeviceEnergyManagement {
2813
2813
  * e.g. for an EVSE charging session, this may indicate the departure time for the vehicle, by which time the
2814
2814
  * charging session must end.
2815
2815
  *
2816
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.6
2816
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.6
2817
2817
  */
2818
2818
  latestEndTime: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2819
2819
  /**
@@ -2821,7 +2821,7 @@ export declare namespace DeviceEnergyManagement {
2821
2821
  * this flag and if it is false, then none of the slots contain SlotIsPausable set to true. This can save a
2822
2822
  * client from having to check each slot in the list.
2823
2823
  *
2824
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.7
2824
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.7
2825
2825
  */
2826
2826
  isPausable: import("../tlv/TlvObject.js").FieldType<boolean>;
2827
2827
  /**
@@ -2829,25 +2829,25 @@ export declare namespace DeviceEnergyManagement {
2829
2829
  *
2830
2830
  * It shall contain at least 1 entry, and a maximum of 10.
2831
2831
  *
2832
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.8
2832
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.8
2833
2833
  */
2834
2834
  slots: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2835
2835
  /**
2836
2836
  * This field shall indicate the minimum time (in seconds) that the appliance expects to be in this slot for.
2837
2837
  *
2838
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.1
2838
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.1
2839
2839
  */
2840
2840
  minDuration: import("../tlv/TlvObject.js").FieldType<number>;
2841
2841
  /**
2842
2842
  * This field shall indicate the maximum time (in seconds) that the appliance expects to be in this slot for.
2843
2843
  *
2844
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.2
2844
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.2
2845
2845
  */
2846
2846
  maxDuration: import("../tlv/TlvObject.js").FieldType<number>;
2847
2847
  /**
2848
2848
  * This field shall indicate the expected time (in seconds) that the appliance expects to be in this slot for.
2849
2849
  *
2850
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.3
2850
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.3
2851
2851
  */
2852
2852
  defaultDuration: import("../tlv/TlvObject.js").FieldType<number>;
2853
2853
  /**
@@ -2860,7 +2860,7 @@ export declare namespace DeviceEnergyManagement {
2860
2860
  *
2861
2861
  * When the Forecast attribute is read, then this value shall be the most recent value.
2862
2862
  *
2863
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.4
2863
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.4
2864
2864
  */
2865
2865
  elapsedSlotTime: import("../tlv/TlvObject.js").FieldType<number>;
2866
2866
  /**
@@ -2876,13 +2876,13 @@ export declare namespace DeviceEnergyManagement {
2876
2876
  *
2877
2877
  * When the Forecast attribute is read, then this value shall be the most recent value.
2878
2878
  *
2879
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.5
2879
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.5
2880
2880
  */
2881
2881
  remainingSlotTime: import("../tlv/TlvObject.js").FieldType<number>;
2882
2882
  /**
2883
2883
  * This field shall indicate whether this slot can be paused.
2884
2884
  *
2885
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.6
2885
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.6
2886
2886
  */
2887
2887
  slotIsPausable: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
2888
2888
  /**
@@ -2890,13 +2890,13 @@ export declare namespace DeviceEnergyManagement {
2890
2890
  * controllers trying to pause ESAs for short periods and then resuming operation in a cyclic fashion which may
2891
2891
  * damage or cause excess energy to be consumed with restarting of an operation.
2892
2892
  *
2893
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.7
2893
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.7
2894
2894
  */
2895
2895
  minPauseDuration: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2896
2896
  /**
2897
2897
  * This field shall indicate the longest period that the slot can be paused for.
2898
2898
  *
2899
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.8
2899
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.8
2900
2900
  */
2901
2901
  maxPauseDuration: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2902
2902
  /**
@@ -2917,7 +2917,7 @@ export declare namespace DeviceEnergyManagement {
2917
2917
  * along with observed power drawn to predict the power draw from the appliance and potentially ask it to modify
2918
2918
  * its timing via one of the adjustment request commands, or adjust other ESAs power to compensate.
2919
2919
  *
2920
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.9
2920
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.9
2921
2921
  */
2922
2922
  manufacturerEsaState: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2923
2923
  /**
@@ -2925,7 +2925,7 @@ export declare namespace DeviceEnergyManagement {
2925
2925
  * considered the average value over the slot, and some variation from this would be expected (for example, as
2926
2926
  * it is ramping up).
2927
2927
  *
2928
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.10
2928
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.10
2929
2929
  */
2930
2930
  nominalPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2931
2931
  /**
@@ -2934,7 +2934,7 @@ export declare namespace DeviceEnergyManagement {
2934
2934
  *
2935
2935
  * Some appliances (e.g. battery inverters which can charge and discharge) may have a negative power.
2936
2936
  *
2937
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.11
2937
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.11
2938
2938
  */
2939
2939
  minPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2940
2940
  /**
@@ -2943,7 +2943,7 @@ export declare namespace DeviceEnergyManagement {
2943
2943
  *
2944
2944
  * Some appliances (e.g. battery inverters which can charge and discharge) may have a negative power.
2945
2945
  *
2946
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.12
2946
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.12
2947
2947
  */
2948
2948
  maxPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2949
2949
  /**
@@ -2951,7 +2951,7 @@ export declare namespace DeviceEnergyManagement {
2951
2951
  *
2952
2952
  * Some appliances (e.g. battery inverters which can charge and discharge) may have a negative energy.
2953
2953
  *
2954
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.13
2954
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.13
2955
2955
  */
2956
2956
  nominalEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2957
2957
  /**
@@ -2974,13 +2974,13 @@ export declare namespace DeviceEnergyManagement {
2974
2974
  * If the ESA cannot calculate its cost for any reason (such as losing its connection to a Price server) it may
2975
2975
  * omit this field. This is treated as extra meta data that an EMS may use to optimize a system.
2976
2976
  *
2977
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.14
2977
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.14
2978
2978
  */
2979
2979
  costs: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2980
2980
  /**
2981
2981
  * This field shall indicate the type of cost being represented (see CostTypeEnum).
2982
2982
  *
2983
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.1
2983
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.1
2984
2984
  */
2985
2985
  costType: import("../tlv/TlvObject.js").FieldType<CostType>;
2986
2986
  /**
@@ -2989,14 +2989,14 @@ export declare namespace DeviceEnergyManagement {
2989
2989
  *
2990
2990
  * For example, if the Value was -302 and DecimalPoints was 2, then this would represent a benefit of 3.02.
2991
2991
  *
2992
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.2
2992
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.2
2993
2993
  */
2994
2994
  value: import("../tlv/TlvObject.js").FieldType<number>;
2995
2995
  /**
2996
2996
  * This field shall indicate the number of digits to the right of the decimal point in the Value field. For
2997
2997
  * example, if the Value was 102 and DecimalPoints was 2, then this would represent a cost of 1.02.
2998
2998
  *
2999
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.3
2999
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.3
3000
3000
  */
3001
3001
  decimalPoints: import("../tlv/TlvObject.js").FieldType<number>;
3002
3002
  /**
@@ -3005,7 +3005,7 @@ export declare namespace DeviceEnergyManagement {
3005
3005
  *
3006
3006
  * This is an optional field. It shall be included if CostType is Financial.
3007
3007
  *
3008
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.4
3008
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.4
3009
3009
  */
3010
3010
  currency: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3011
3011
  }>[]>;
@@ -3016,7 +3016,7 @@ export declare namespace DeviceEnergyManagement {
3016
3016
  * the slot indicates a NominalPower of 0W (indicating it is expecting to be off), this allows an ESA to
3017
3017
  * indicate it could be switched on to charge, but this would be the minimum power limit it can be set to.
3018
3018
  *
3019
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.15
3019
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.15
3020
3020
  */
3021
3021
  minPowerAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3022
3022
  /**
@@ -3026,7 +3026,7 @@ export declare namespace DeviceEnergyManagement {
3026
3026
  * the slot indicates a NominalPower of 0W (indicating it is expecting to be off), this allows an ESA to
3027
3027
  * indicate it could be switched on to charge, but this would be the maximum power limit it can be set to.
3028
3028
  *
3029
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.16
3029
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.16
3030
3030
  */
3031
3031
  maxPowerAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3032
3032
  /**
@@ -3038,7 +3038,7 @@ export declare namespace DeviceEnergyManagement {
3038
3038
  *
3039
3039
  * For example, a heat pump compressor may have a minimum cycle time of order a few minutes.
3040
3040
  *
3041
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.17
3041
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.17
3042
3042
  */
3043
3043
  minDurationAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3044
3044
  /**
@@ -3050,14 +3050,14 @@ export declare namespace DeviceEnergyManagement {
3050
3050
  * which can be discharged, it may equally indicate the maximum time the battery could be discharged for (at the
3051
3051
  * MaxPowerAdjustment power level).
3052
3052
  *
3053
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.18
3053
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.18
3054
3054
  */
3055
3055
  maxDurationAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3056
3056
  }>[]>;
3057
3057
  /**
3058
3058
  * This field shall contain the reason the current Forecast was generated.
3059
3059
  *
3060
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.9
3060
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.9
3061
3061
  */
3062
3062
  forecastUpdateReason: import("../tlv/TlvObject.js").FieldType<ForecastUpdateReason>;
3063
3063
  }> | null, any>;
@@ -3090,7 +3090,7 @@ export declare namespace DeviceEnergyManagement {
3090
3090
  * • As a result of a change in the opt-out status which in turn may cause the ESA to recalculate its
3091
3091
  * forecast.
3092
3092
  *
3093
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.7
3093
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.7
3094
3094
  */
3095
3095
  readonly forecast: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
3096
3096
  /**
@@ -3103,33 +3103,33 @@ export declare namespace DeviceEnergyManagement {
3103
3103
  *
3104
3104
  * The value of ForecastID is allowed to wrap.
3105
3105
  *
3106
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.1
3106
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.1
3107
3107
  */
3108
3108
  forecastId: import("../tlv/TlvObject.js").FieldType<number>;
3109
3109
  /**
3110
3110
  * This field shall indicate which element of the Slots list is currently active in the Forecast sequence. A
3111
3111
  * null value indicates that the sequence has not yet started.
3112
3112
  *
3113
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.2
3113
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.2
3114
3114
  */
3115
3115
  activeSlotNumber: import("../tlv/TlvObject.js").FieldType<number | null>;
3116
3116
  /**
3117
3117
  * This field shall indicate the planned start time, in UTC, for the entire Forecast.
3118
3118
  *
3119
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.3
3119
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.3
3120
3120
  */
3121
3121
  startTime: import("../tlv/TlvObject.js").FieldType<number>;
3122
3122
  /**
3123
3123
  * This field shall indicate the planned end time, in UTC, for the entire Forecast.
3124
3124
  *
3125
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.4
3125
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.4
3126
3126
  */
3127
3127
  endTime: import("../tlv/TlvObject.js").FieldType<number>;
3128
3128
  /**
3129
3129
  * This field shall indicate the earliest start time, in UTC, that the entire Forecast can be shifted to. A null
3130
3130
  * value indicates that it can be started immediately.
3131
3131
  *
3132
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.5
3132
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.5
3133
3133
  */
3134
3134
  earliestStartTime: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
3135
3135
  /**
@@ -3138,7 +3138,7 @@ export declare namespace DeviceEnergyManagement {
3138
3138
  * e.g. for an EVSE charging session, this may indicate the departure time for the vehicle, by which time the
3139
3139
  * charging session must end.
3140
3140
  *
3141
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.6
3141
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.6
3142
3142
  */
3143
3143
  latestEndTime: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3144
3144
  /**
@@ -3146,7 +3146,7 @@ export declare namespace DeviceEnergyManagement {
3146
3146
  * this flag and if it is false, then none of the slots contain SlotIsPausable set to true. This can save a
3147
3147
  * client from having to check each slot in the list.
3148
3148
  *
3149
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.7
3149
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.7
3150
3150
  */
3151
3151
  isPausable: import("../tlv/TlvObject.js").FieldType<boolean>;
3152
3152
  /**
@@ -3154,25 +3154,25 @@ export declare namespace DeviceEnergyManagement {
3154
3154
  *
3155
3155
  * It shall contain at least 1 entry, and a maximum of 10.
3156
3156
  *
3157
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.8
3157
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.8
3158
3158
  */
3159
3159
  slots: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3160
3160
  /**
3161
3161
  * This field shall indicate the minimum time (in seconds) that the appliance expects to be in this slot for.
3162
3162
  *
3163
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.1
3163
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.1
3164
3164
  */
3165
3165
  minDuration: import("../tlv/TlvObject.js").FieldType<number>;
3166
3166
  /**
3167
3167
  * This field shall indicate the maximum time (in seconds) that the appliance expects to be in this slot for.
3168
3168
  *
3169
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.2
3169
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.2
3170
3170
  */
3171
3171
  maxDuration: import("../tlv/TlvObject.js").FieldType<number>;
3172
3172
  /**
3173
3173
  * This field shall indicate the expected time (in seconds) that the appliance expects to be in this slot for.
3174
3174
  *
3175
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.3
3175
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.3
3176
3176
  */
3177
3177
  defaultDuration: import("../tlv/TlvObject.js").FieldType<number>;
3178
3178
  /**
@@ -3185,7 +3185,7 @@ export declare namespace DeviceEnergyManagement {
3185
3185
  *
3186
3186
  * When the Forecast attribute is read, then this value shall be the most recent value.
3187
3187
  *
3188
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.4
3188
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.4
3189
3189
  */
3190
3190
  elapsedSlotTime: import("../tlv/TlvObject.js").FieldType<number>;
3191
3191
  /**
@@ -3201,13 +3201,13 @@ export declare namespace DeviceEnergyManagement {
3201
3201
  *
3202
3202
  * When the Forecast attribute is read, then this value shall be the most recent value.
3203
3203
  *
3204
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.5
3204
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.5
3205
3205
  */
3206
3206
  remainingSlotTime: import("../tlv/TlvObject.js").FieldType<number>;
3207
3207
  /**
3208
3208
  * This field shall indicate whether this slot can be paused.
3209
3209
  *
3210
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.6
3210
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.6
3211
3211
  */
3212
3212
  slotIsPausable: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
3213
3213
  /**
@@ -3215,13 +3215,13 @@ export declare namespace DeviceEnergyManagement {
3215
3215
  * controllers trying to pause ESAs for short periods and then resuming operation in a cyclic fashion which may
3216
3216
  * damage or cause excess energy to be consumed with restarting of an operation.
3217
3217
  *
3218
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.7
3218
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.7
3219
3219
  */
3220
3220
  minPauseDuration: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3221
3221
  /**
3222
3222
  * This field shall indicate the longest period that the slot can be paused for.
3223
3223
  *
3224
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.8
3224
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.8
3225
3225
  */
3226
3226
  maxPauseDuration: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3227
3227
  /**
@@ -3242,7 +3242,7 @@ export declare namespace DeviceEnergyManagement {
3242
3242
  * along with observed power drawn to predict the power draw from the appliance and potentially ask it to modify
3243
3243
  * its timing via one of the adjustment request commands, or adjust other ESAs power to compensate.
3244
3244
  *
3245
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.9
3245
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.9
3246
3246
  */
3247
3247
  manufacturerEsaState: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3248
3248
  /**
@@ -3250,7 +3250,7 @@ export declare namespace DeviceEnergyManagement {
3250
3250
  * considered the average value over the slot, and some variation from this would be expected (for example, as
3251
3251
  * it is ramping up).
3252
3252
  *
3253
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.10
3253
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.10
3254
3254
  */
3255
3255
  nominalPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3256
3256
  /**
@@ -3259,7 +3259,7 @@ export declare namespace DeviceEnergyManagement {
3259
3259
  *
3260
3260
  * Some appliances (e.g. battery inverters which can charge and discharge) may have a negative power.
3261
3261
  *
3262
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.11
3262
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.11
3263
3263
  */
3264
3264
  minPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3265
3265
  /**
@@ -3268,7 +3268,7 @@ export declare namespace DeviceEnergyManagement {
3268
3268
  *
3269
3269
  * Some appliances (e.g. battery inverters which can charge and discharge) may have a negative power.
3270
3270
  *
3271
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.12
3271
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.12
3272
3272
  */
3273
3273
  maxPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3274
3274
  /**
@@ -3276,7 +3276,7 @@ export declare namespace DeviceEnergyManagement {
3276
3276
  *
3277
3277
  * Some appliances (e.g. battery inverters which can charge and discharge) may have a negative energy.
3278
3278
  *
3279
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.13
3279
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.13
3280
3280
  */
3281
3281
  nominalEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3282
3282
  /**
@@ -3299,13 +3299,13 @@ export declare namespace DeviceEnergyManagement {
3299
3299
  * If the ESA cannot calculate its cost for any reason (such as losing its connection to a Price server) it may
3300
3300
  * omit this field. This is treated as extra meta data that an EMS may use to optimize a system.
3301
3301
  *
3302
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.14
3302
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.14
3303
3303
  */
3304
3304
  costs: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3305
3305
  /**
3306
3306
  * This field shall indicate the type of cost being represented (see CostTypeEnum).
3307
3307
  *
3308
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.1
3308
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.1
3309
3309
  */
3310
3310
  costType: import("../tlv/TlvObject.js").FieldType<CostType>;
3311
3311
  /**
@@ -3314,14 +3314,14 @@ export declare namespace DeviceEnergyManagement {
3314
3314
  *
3315
3315
  * For example, if the Value was -302 and DecimalPoints was 2, then this would represent a benefit of 3.02.
3316
3316
  *
3317
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.2
3317
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.2
3318
3318
  */
3319
3319
  value: import("../tlv/TlvObject.js").FieldType<number>;
3320
3320
  /**
3321
3321
  * This field shall indicate the number of digits to the right of the decimal point in the Value field. For
3322
3322
  * example, if the Value was 102 and DecimalPoints was 2, then this would represent a cost of 1.02.
3323
3323
  *
3324
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.3
3324
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.3
3325
3325
  */
3326
3326
  decimalPoints: import("../tlv/TlvObject.js").FieldType<number>;
3327
3327
  /**
@@ -3330,7 +3330,7 @@ export declare namespace DeviceEnergyManagement {
3330
3330
  *
3331
3331
  * This is an optional field. It shall be included if CostType is Financial.
3332
3332
  *
3333
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.4
3333
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.4
3334
3334
  */
3335
3335
  currency: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3336
3336
  }>[]>;
@@ -3341,7 +3341,7 @@ export declare namespace DeviceEnergyManagement {
3341
3341
  * the slot indicates a NominalPower of 0W (indicating it is expecting to be off), this allows an ESA to
3342
3342
  * indicate it could be switched on to charge, but this would be the minimum power limit it can be set to.
3343
3343
  *
3344
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.15
3344
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.15
3345
3345
  */
3346
3346
  minPowerAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3347
3347
  /**
@@ -3351,7 +3351,7 @@ export declare namespace DeviceEnergyManagement {
3351
3351
  * the slot indicates a NominalPower of 0W (indicating it is expecting to be off), this allows an ESA to
3352
3352
  * indicate it could be switched on to charge, but this would be the maximum power limit it can be set to.
3353
3353
  *
3354
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.16
3354
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.16
3355
3355
  */
3356
3356
  maxPowerAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3357
3357
  /**
@@ -3363,7 +3363,7 @@ export declare namespace DeviceEnergyManagement {
3363
3363
  *
3364
3364
  * For example, a heat pump compressor may have a minimum cycle time of order a few minutes.
3365
3365
  *
3366
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.17
3366
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.17
3367
3367
  */
3368
3368
  minDurationAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3369
3369
  /**
@@ -3375,14 +3375,14 @@ export declare namespace DeviceEnergyManagement {
3375
3375
  * which can be discharged, it may equally indicate the maximum time the battery could be discharged for (at the
3376
3376
  * MaxPowerAdjustment power level).
3377
3377
  *
3378
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.18
3378
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.18
3379
3379
  */
3380
3380
  maxDurationAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3381
3381
  }>[]>;
3382
3382
  /**
3383
3383
  * This field shall contain the reason the current Forecast was generated.
3384
3384
  *
3385
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.9
3385
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.9
3386
3386
  */
3387
3387
  forecastUpdateReason: import("../tlv/TlvObject.js").FieldType<ForecastUpdateReason>;
3388
3388
  }> | null, any>;
@@ -3425,7 +3425,7 @@ export declare namespace DeviceEnergyManagement {
3425
3425
  * If the ESA is in the LocalOptOut, GridOptOut, or NoOptOut states, the device is still permitted to
3426
3426
  * optimize its own energy usage, for example, using tariff information it may obtain.
3427
3427
  *
3428
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.8
3428
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.8
3429
3429
  */
3430
3430
  readonly optOutState: Attribute<OptOutState, any>;
3431
3431
  };
@@ -3467,7 +3467,7 @@ export declare namespace DeviceEnergyManagement {
3467
3467
  * If the ESA is in the LocalOptOut, GridOptOut, or NoOptOut states, the device is still permitted to
3468
3468
  * optimize its own energy usage, for example, using tariff information it may obtain.
3469
3469
  *
3470
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.8
3470
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.8
3471
3471
  */
3472
3472
  readonly optOutState: Attribute<OptOutState, any>;
3473
3473
  };
@@ -3509,7 +3509,7 @@ export declare namespace DeviceEnergyManagement {
3509
3509
  * If the ESA is in the LocalOptOut, GridOptOut, or NoOptOut states, the device is still permitted to
3510
3510
  * optimize its own energy usage, for example, using tariff information it may obtain.
3511
3511
  *
3512
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.8
3512
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.8
3513
3513
  */
3514
3514
  readonly optOutState: Attribute<OptOutState, any>;
3515
3515
  };
@@ -3551,7 +3551,7 @@ export declare namespace DeviceEnergyManagement {
3551
3551
  * If the ESA is in the LocalOptOut, GridOptOut, or NoOptOut states, the device is still permitted to
3552
3552
  * optimize its own energy usage, for example, using tariff information it may obtain.
3553
3553
  *
3554
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.8
3554
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.8
3555
3555
  */
3556
3556
  readonly optOutState: Attribute<OptOutState, any>;
3557
3557
  };
@@ -3593,7 +3593,7 @@ export declare namespace DeviceEnergyManagement {
3593
3593
  * If the ESA is in the LocalOptOut, GridOptOut, or NoOptOut states, the device is still permitted to
3594
3594
  * optimize its own energy usage, for example, using tariff information it may obtain.
3595
3595
  *
3596
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.8
3596
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.8
3597
3597
  */
3598
3598
  readonly optOutState: Attribute<OptOutState, any>;
3599
3599
  };
@@ -3607,7 +3607,7 @@ export declare namespace DeviceEnergyManagement {
3607
3607
  /**
3608
3608
  * Allows a client to temporarily pause an operation and reduce the ESAs energy demand.
3609
3609
  *
3610
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.4
3610
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.4
3611
3611
  */
3612
3612
  readonly pauseRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3613
3613
  /**
@@ -3615,20 +3615,20 @@ export declare namespace DeviceEnergyManagement {
3615
3615
  * MinPauseDuration and MaxPauseDuration indicated in the ActiveSlotNumber index in the Slots list in the
3616
3616
  * Forecast.
3617
3617
  *
3618
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.4.1
3618
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.4.1
3619
3619
  */
3620
3620
  duration: import("../tlv/TlvObject.js").FieldType<number>;
3621
3621
  /**
3622
3622
  * This field shall indicate the cause of the request from the EMS.
3623
3623
  *
3624
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.4.2
3624
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.4.2
3625
3625
  */
3626
3626
  cause: import("../tlv/TlvObject.js").FieldType<AdjustmentCause>;
3627
3627
  }>, void, any>;
3628
3628
  /**
3629
3629
  * Allows a client to cancel the PauseRequest command and enable earlier resumption of operation.
3630
3630
  *
3631
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.5
3631
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.5
3632
3632
  */
3633
3633
  readonly resumeRequest: Command<void, void, any>;
3634
3634
  };
@@ -3636,19 +3636,19 @@ export declare namespace DeviceEnergyManagement {
3636
3636
  /**
3637
3637
  * This event shall be generated when the ESA enters the Paused state. There is no data for this event.
3638
3638
  *
3639
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.3
3639
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.3
3640
3640
  */
3641
3641
  readonly paused: Event<void, any>;
3642
3642
  /**
3643
3643
  * This event shall be generated when the ESA leaves the Paused state and resumes operation.
3644
3644
  *
3645
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.4
3645
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.4
3646
3646
  */
3647
3647
  readonly resumed: Event<import("../tlv/TlvObject.js").TypeFromFields<{
3648
3648
  /**
3649
3649
  * This field shall indicate the reason why the pause ended.
3650
3650
  *
3651
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.4.1
3651
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.4.1
3652
3652
  */
3653
3653
  cause: import("../tlv/TlvObject.js").FieldType<Cause>;
3654
3654
  }>, any>;
@@ -3664,7 +3664,7 @@ export declare namespace DeviceEnergyManagement {
3664
3664
  * Allows a client to adjust the start time of a Forecast sequence that has not yet started operation (i.e.
3665
3665
  * where the current Forecast StartTime is in the future).
3666
3666
  *
3667
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.3
3667
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.3
3668
3668
  */
3669
3669
  readonly startTimeAdjustRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3670
3670
  /**
@@ -3677,13 +3677,13 @@ export declare namespace DeviceEnergyManagement {
3677
3677
  * This value shall be after the EarliestStartTime in the Forecast attribute. The new EndTime, that can be
3678
3678
  * computed from the RequestedStartTime and the Forecast sequence duration, shall be before the LatestEndTime.
3679
3679
  *
3680
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.3.1
3680
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.3.1
3681
3681
  */
3682
3682
  requestedStartTime: import("../tlv/TlvObject.js").FieldType<number>;
3683
3683
  /**
3684
3684
  * This field shall indicate the cause of the request from the EMS.
3685
3685
  *
3686
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.3.2
3686
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.3.2
3687
3687
  */
3688
3688
  cause: import("../tlv/TlvObject.js").FieldType<AdjustmentCause>;
3689
3689
  }>, void, any>;
@@ -3698,20 +3698,20 @@ export declare namespace DeviceEnergyManagement {
3698
3698
  /**
3699
3699
  * Allows a client to modify a Forecast within the limits allowed by the ESA.
3700
3700
  *
3701
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.6
3701
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.6
3702
3702
  */
3703
3703
  readonly modifyForecastRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3704
3704
  /**
3705
3705
  * This field shall indicate the ForecastID that is to be modified.
3706
3706
  *
3707
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.6.1
3707
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.6.1
3708
3708
  */
3709
3709
  forecastId: import("../tlv/TlvObject.js").FieldType<number>;
3710
3710
  /**
3711
3711
  * This field shall contain a list of SlotAdjustment parameters that should be modified in the corresponding
3712
3712
  * Forecast with matching ForecastID.
3713
3713
  *
3714
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.6.2
3714
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.6.2
3715
3715
  */
3716
3716
  slotAdjustments: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3717
3717
  /**
@@ -3719,7 +3719,7 @@ export declare namespace DeviceEnergyManagement {
3719
3719
  * be less than the actual length of the Slots list (implicitly it must be in the range 0 to 9 based on the
3720
3720
  * maximum length of the Slots list constraint).
3721
3721
  *
3722
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.15.1
3722
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.15.1
3723
3723
  */
3724
3724
  slotIndex: import("../tlv/TlvObject.js").FieldType<number>;
3725
3725
  /**
@@ -3729,7 +3729,7 @@ export declare namespace DeviceEnergyManagement {
3729
3729
  * This is a signed value and can be used to indicate charging or discharging. If the ESA does NOT support PFR
3730
3730
  * this value shall be ignored by the ESA.
3731
3731
  *
3732
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.15.2
3732
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.15.2
3733
3733
  */
3734
3734
  nominalPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3735
3735
  /**
@@ -3737,14 +3737,14 @@ export declare namespace DeviceEnergyManagement {
3737
3737
  * slot duration to. It MUST be between the MinDurationAdjustment and MaxDurationAdjustment for the slot as
3738
3738
  * advertised by the ESA.
3739
3739
  *
3740
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.15.3
3740
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.15.3
3741
3741
  */
3742
3742
  duration: import("../tlv/TlvObject.js").FieldType<number>;
3743
3743
  }>[]>;
3744
3744
  /**
3745
3745
  * This field shall indicate the cause of the request from the EMS.
3746
3746
  *
3747
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.6.3
3747
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.6.3
3748
3748
  */
3749
3749
  cause: import("../tlv/TlvObject.js").FieldType<AdjustmentCause>;
3750
3750
  }>, void, any>;
@@ -3759,7 +3759,7 @@ export declare namespace DeviceEnergyManagement {
3759
3759
  /**
3760
3760
  * Allows a client to ask the ESA to recompute its Forecast based on power and time constraints.
3761
3761
  *
3762
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.7
3762
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.7
3763
3763
  */
3764
3764
  readonly requestConstraintBasedForecast: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3765
3765
  /**
@@ -3777,7 +3777,7 @@ export declare namespace DeviceEnergyManagement {
3777
3777
  * that use more energy, it could be requested to use more or less energy using the LoadControl field as
3778
3778
  * follows:
3779
3779
  *
3780
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.7.1
3780
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.7.1
3781
3781
  */
3782
3782
  constraints: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3783
3783
  /**
@@ -3786,13 +3786,13 @@ export declare namespace DeviceEnergyManagement {
3786
3786
  *
3787
3787
  * This value is in UTC and MUST be in the future.
3788
3788
  *
3789
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.1
3789
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.1
3790
3790
  */
3791
3791
  startTime: import("../tlv/TlvObject.js").FieldType<number>;
3792
3792
  /**
3793
3793
  * This field shall indicate the duration of the constraint in seconds.
3794
3794
  *
3795
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.2
3795
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.2
3796
3796
  */
3797
3797
  duration: import("../tlv/TlvObject.js").FieldType<number>;
3798
3798
  /**
@@ -3802,7 +3802,7 @@ export declare namespace DeviceEnergyManagement {
3802
3802
  *
3803
3803
  * This is a signed value and can be used to indicate charging or discharging.
3804
3804
  *
3805
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.3
3805
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.3
3806
3806
  */
3807
3807
  nominalPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3808
3808
  /**
@@ -3811,7 +3811,7 @@ export declare namespace DeviceEnergyManagement {
3811
3811
  *
3812
3812
  * This is a signed value and can be used to indicate charging or discharging.
3813
3813
  *
3814
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.4
3814
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.4
3815
3815
  */
3816
3816
  maximumEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3817
3817
  /**
@@ -3824,14 +3824,14 @@ export declare namespace DeviceEnergyManagement {
3824
3824
  *
3825
3825
  * Note that the mapping between values and operation is manufacturer specific.
3826
3826
  *
3827
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.5
3827
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.5
3828
3828
  */
3829
3829
  loadControl: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3830
3830
  }>[]>;
3831
3831
  /**
3832
3832
  * This field shall indicate the cause of the request from the EMS.
3833
3833
  *
3834
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.7.2
3834
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.7.2
3835
3835
  */
3836
3836
  cause: import("../tlv/TlvObject.js").FieldType<AdjustmentCause>;
3837
3837
  }>, void, any>;
@@ -3847,7 +3847,7 @@ export declare namespace DeviceEnergyManagement {
3847
3847
  * Allows a client to request cancellation of a previous adjustment request in a StartTimeAdjustRequest,
3848
3848
  * ModifyForecastRequest or RequestConstraintBasedForecast command.
3849
3849
  *
3850
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.8
3850
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.8
3851
3851
  */
3852
3852
  readonly cancelRequest: Command<void, void, any>;
3853
3853
  };
@@ -3862,7 +3862,7 @@ export declare namespace DeviceEnergyManagement {
3862
3862
  * Allows a client to request cancellation of a previous adjustment request in a StartTimeAdjustRequest,
3863
3863
  * ModifyForecastRequest or RequestConstraintBasedForecast command.
3864
3864
  *
3865
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.8
3865
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.8
3866
3866
  */
3867
3867
  readonly cancelRequest: Command<void, void, any>;
3868
3868
  };
@@ -3877,7 +3877,7 @@ export declare namespace DeviceEnergyManagement {
3877
3877
  * Allows a client to request cancellation of a previous adjustment request in a StartTimeAdjustRequest,
3878
3878
  * ModifyForecastRequest or RequestConstraintBasedForecast command.
3879
3879
  *
3880
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.8
3880
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.8
3881
3881
  */
3882
3882
  readonly cancelRequest: Command<void, void, any>;
3883
3883
  };
@@ -3922,7 +3922,7 @@ export declare namespace DeviceEnergyManagement {
3922
3922
  * in the excess power flowing into the grid. This excess power naturally fluctuates when clouds pass
3923
3923
  * overhead and other loads in the home are switched on and off.
3924
3924
  *
3925
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.4.1
3925
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.1
3926
3926
  */
3927
3927
  readonly powerAdjustment: BitFlag;
3928
3928
  /**
@@ -3958,7 +3958,7 @@ export declare namespace DeviceEnergyManagement {
3958
3958
  *
3959
3959
  * The ESA indicates its power adjustment range and its nominal power consumption as part of its Forecast.
3960
3960
  *
3961
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.4.2
3961
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.2
3962
3962
  */
3963
3963
  readonly powerForecastReporting: BitFlag;
3964
3964
  /**
@@ -3975,7 +3975,7 @@ export declare namespace DeviceEnergyManagement {
3975
3975
  * Once the EMS has built a model of the state vs observed power consumption, it may request a forecast
3976
3976
  * adjustment for particular times of the day, encouraging the ESA to use power at alternative times.
3977
3977
  *
3978
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.4.3
3978
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.3
3979
3979
  */
3980
3980
  readonly stateForecastReporting: BitFlag;
3981
3981
  /**
@@ -3995,7 +3995,7 @@ export declare namespace DeviceEnergyManagement {
3995
3995
  * It does this by sending a StartTimeAdjustRequest to the washing machine to request delaying the start of
3996
3996
  * the washing cycle.
3997
3997
  *
3998
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.4.4
3998
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.4
3999
3999
  */
4000
4000
  readonly startTimeAdjustment: BitFlag;
4001
4001
  /**
@@ -4015,7 +4015,7 @@ export declare namespace DeviceEnergyManagement {
4015
4015
  * It does this by sending a PauseRequest to the washing machine to request pausing the current step of the
4016
4016
  * forecast power usage for a period to allow other home loads to finish before resuming the washing cycle.
4017
4017
  *
4018
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.4.5
4018
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.5
4019
4019
  */
4020
4020
  readonly pausable: BitFlag;
4021
4021
  /**
@@ -4039,7 +4039,7 @@ export declare namespace DeviceEnergyManagement {
4039
4039
  * at a lower power consumption (within the solar excess power) which requires the heat pump to run for a
4040
4040
  * longer duration to achieve its required energy demand.
4041
4041
  *
4042
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.4.6
4042
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.6
4043
4043
  */
4044
4044
  readonly forecastAdjustment: BitFlag;
4045
4045
  /**
@@ -4061,7 +4061,7 @@ export declare namespace DeviceEnergyManagement {
4061
4061
  * NominalPower consumption during the constraint period, which may require it to decrease its charge rate
4062
4062
  * outside the constraint period to achieve its required energy demand.
4063
4063
  *
4064
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.4.7
4064
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.7
4065
4065
  */
4066
4066
  readonly constraintBasedAdjustment: BitFlag;
4067
4067
  };
@@ -4080,7 +4080,7 @@ export declare namespace DeviceEnergyManagement {
4080
4080
  * typical best use of energy. For example, an EVSE may not always have an EV plugged in, so knowing the
4081
4081
  * type of ESA that is being controlled can allow advanced energy management strategies.
4082
4082
  *
4083
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.1
4083
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.1
4084
4084
  */
4085
4085
  readonly esaType: FixedAttribute<EsaType, any>;
4086
4086
  /**
@@ -4102,7 +4102,7 @@ export declare namespace DeviceEnergyManagement {
4102
4102
  *
4103
4103
  * Example:
4104
4104
  *
4105
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.2
4105
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.2
4106
4106
  */
4107
4107
  readonly esaCanGenerate: FixedAttribute<boolean, any>;
4108
4108
  /**
@@ -4116,7 +4116,7 @@ export declare namespace DeviceEnergyManagement {
4116
4116
  * for example to avoid the EMS accidentally starting or stopping the appliance when it is being serviced or
4117
4117
  * tested.
4118
4118
  *
4119
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.3
4119
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.3
4120
4120
  */
4121
4121
  readonly esaState: Attribute<EsaState, any>;
4122
4122
  /**
@@ -4129,7 +4129,7 @@ export declare namespace DeviceEnergyManagement {
4129
4129
  * in the home, the AbsMinPower will be a negative number representing the maximum power that the ESA can
4130
4130
  * discharge its internal battery.
4131
4131
  *
4132
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.4
4132
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.4
4133
4133
  */
4134
4134
  readonly absMinPower: Attribute<number | bigint, any>;
4135
4135
  /**
@@ -4142,7 +4142,7 @@ export declare namespace DeviceEnergyManagement {
4142
4142
  * For example, a battery storage inverter that can charge its battery at a maximum power of 2000W and can
4143
4143
  * discharge the battery at a maximum power of 3000W, would have a AbsMinPower: -3000, AbsMaxPower: 2000W.
4144
4144
  *
4145
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.5
4145
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.5
4146
4146
  */
4147
4147
  readonly absMaxPower: Attribute<number | bigint, any>;
4148
4148
  };
@@ -4171,7 +4171,7 @@ export declare namespace DeviceEnergyManagement {
4171
4171
  *
4172
4172
  * • When it changes from null to any other value and vice versa.
4173
4173
  *
4174
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.6
4174
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.6
4175
4175
  */
4176
4176
  readonly powerAdjustmentCapability: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
4177
4177
  /**
@@ -4190,7 +4190,7 @@ export declare namespace DeviceEnergyManagement {
4190
4190
  *
4191
4191
  * In this example the list of PowerAdjustStructs allows multiple scenarios to be offered as follows:
4192
4192
  *
4193
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.12
4193
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.12
4194
4194
  */
4195
4195
  powerAdjustCapability: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
4196
4196
  /**
@@ -4200,7 +4200,7 @@ export declare namespace DeviceEnergyManagement {
4200
4200
  *
4201
4201
  * discharging a battery).
4202
4202
  *
4203
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10.1
4203
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.1
4204
4204
  */
4205
4205
  minPower: import("../tlv/TlvObject.js").FieldType<number | bigint>;
4206
4206
  /**
@@ -4219,7 +4219,7 @@ export declare namespace DeviceEnergyManagement {
4219
4219
  * In another example, if a battery storage inverter can charge its internal battery, between 0W and 2000W. Here
4220
4220
  * power is flowing into the node when charging. As such the MinPower becomes 0W and MaxPower becomes 2000W.
4221
4221
  *
4222
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10.2
4222
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.2
4223
4223
  */
4224
4224
  maxPower: import("../tlv/TlvObject.js").FieldType<number | bigint>;
4225
4225
  /**
@@ -4227,7 +4227,7 @@ export declare namespace DeviceEnergyManagement {
4227
4227
  * adjustment. Manufacturers may use this to as an anti-cycling capability to avoid controllers from rapidly
4228
4228
  * making power adjustments.
4229
4229
  *
4230
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10.3
4230
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.3
4231
4231
  */
4232
4232
  minDuration: import("../tlv/TlvObject.js").FieldType<number>;
4233
4233
  /**
@@ -4235,7 +4235,7 @@ export declare namespace DeviceEnergyManagement {
4235
4235
  * adjustment. Manufacturers may use this to protect the user experience, to avoid over heating of the ESA,
4236
4236
  * ensuring that there is sufficient headroom to use or store energy in the ESA or for any other reason.
4237
4237
  *
4238
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10.4
4238
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.4
4239
4239
  */
4240
4240
  maxDuration: import("../tlv/TlvObject.js").FieldType<number>;
4241
4241
  }>[] | null>;
@@ -4246,7 +4246,7 @@ export declare namespace DeviceEnergyManagement {
4246
4246
  /**
4247
4247
  * Allows a client to request an adjustment in the power consumption of an ESA for a specified duration.
4248
4248
  *
4249
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.1
4249
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.1
4250
4250
  */
4251
4251
  readonly powerAdjustRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
4252
4252
  /**
@@ -4255,7 +4255,7 @@ export declare namespace DeviceEnergyManagement {
4255
4255
  * This value shall be between the MinPower and MaxPower fields of the PowerAdjustStruct in the
4256
4256
  * PowerAdjustmentCapability attribute.
4257
4257
  *
4258
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.1.1
4258
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.1.1
4259
4259
  */
4260
4260
  power: import("../tlv/TlvObject.js").FieldType<number | bigint>;
4261
4261
  /**
@@ -4264,20 +4264,20 @@ export declare namespace DeviceEnergyManagement {
4264
4264
  * This value shall be between the MinDuration and MaxDuration fields of the PowerAdjustStruct in the
4265
4265
  * PowerAdjustmentCapability attribute.
4266
4266
  *
4267
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.1.2
4267
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.1.2
4268
4268
  */
4269
4269
  duration: import("../tlv/TlvObject.js").FieldType<number>;
4270
4270
  /**
4271
4271
  * This field shall indicate the cause of the request from the EMS.
4272
4272
  *
4273
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.1.3
4273
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.1.3
4274
4274
  */
4275
4275
  cause: import("../tlv/TlvObject.js").FieldType<AdjustmentCause>;
4276
4276
  }>, void, any>;
4277
4277
  /**
4278
4278
  * Allows a client to cancel an ongoing PowerAdjustmentRequest operation.
4279
4279
  *
4280
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.2
4280
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.2
4281
4281
  */
4282
4282
  readonly cancelPowerAdjustRequest: Command<void, void, any>;
4283
4283
  };
@@ -4285,25 +4285,25 @@ export declare namespace DeviceEnergyManagement {
4285
4285
  /**
4286
4286
  * This event shall be generated when the Power Adjustment session is started.
4287
4287
  *
4288
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.1
4288
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.1
4289
4289
  */
4290
4290
  readonly powerAdjustStart: Event<void, any>;
4291
4291
  /**
4292
4292
  * This event shall be generated when the Power Adjustment session ends.
4293
4293
  *
4294
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.2
4294
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.2
4295
4295
  */
4296
4296
  readonly powerAdjustEnd: Event<import("../tlv/TlvObject.js").TypeFromFields<{
4297
4297
  /**
4298
4298
  * This field shall indicate the reason why the power adjustment session ended.
4299
4299
  *
4300
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.2.1
4300
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.2.1
4301
4301
  */
4302
4302
  cause: import("../tlv/TlvObject.js").FieldType<Cause>;
4303
4303
  /**
4304
4304
  * This field shall indicate the number of seconds that the power adjustment session lasted before ending.
4305
4305
  *
4306
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.2.2
4306
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.2.2
4307
4307
  */
4308
4308
  duration: import("../tlv/TlvObject.js").FieldType<number>;
4309
4309
  /**
@@ -4313,7 +4313,7 @@ export declare namespace DeviceEnergyManagement {
4313
4313
  * battery inverter that was requested to discharge it would have a negative EnergyUse value. If this was a
4314
4314
  * normal load that was turned on, then it will have positive value.
4315
4315
  *
4316
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.2.3
4316
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.2.3
4317
4317
  */
4318
4318
  energyUse: import("../tlv/TlvObject.js").FieldType<number | bigint>;
4319
4319
  }>, any>;
@@ -4346,7 +4346,7 @@ export declare namespace DeviceEnergyManagement {
4346
4346
  * • As a result of a change in the opt-out status which in turn may cause the ESA to recalculate its
4347
4347
  * forecast.
4348
4348
  *
4349
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.7
4349
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.7
4350
4350
  */
4351
4351
  readonly forecast: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
4352
4352
  /**
@@ -4359,33 +4359,33 @@ export declare namespace DeviceEnergyManagement {
4359
4359
  *
4360
4360
  * The value of ForecastID is allowed to wrap.
4361
4361
  *
4362
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.1
4362
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.1
4363
4363
  */
4364
4364
  forecastId: import("../tlv/TlvObject.js").FieldType<number>;
4365
4365
  /**
4366
4366
  * This field shall indicate which element of the Slots list is currently active in the Forecast sequence. A
4367
4367
  * null value indicates that the sequence has not yet started.
4368
4368
  *
4369
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.2
4369
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.2
4370
4370
  */
4371
4371
  activeSlotNumber: import("../tlv/TlvObject.js").FieldType<number | null>;
4372
4372
  /**
4373
4373
  * This field shall indicate the planned start time, in UTC, for the entire Forecast.
4374
4374
  *
4375
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.3
4375
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.3
4376
4376
  */
4377
4377
  startTime: import("../tlv/TlvObject.js").FieldType<number>;
4378
4378
  /**
4379
4379
  * This field shall indicate the planned end time, in UTC, for the entire Forecast.
4380
4380
  *
4381
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.4
4381
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.4
4382
4382
  */
4383
4383
  endTime: import("../tlv/TlvObject.js").FieldType<number>;
4384
4384
  /**
4385
4385
  * This field shall indicate the earliest start time, in UTC, that the entire Forecast can be shifted to. A null
4386
4386
  * value indicates that it can be started immediately.
4387
4387
  *
4388
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.5
4388
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.5
4389
4389
  */
4390
4390
  earliestStartTime: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
4391
4391
  /**
@@ -4394,7 +4394,7 @@ export declare namespace DeviceEnergyManagement {
4394
4394
  * e.g. for an EVSE charging session, this may indicate the departure time for the vehicle, by which time the
4395
4395
  * charging session must end.
4396
4396
  *
4397
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.6
4397
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.6
4398
4398
  */
4399
4399
  latestEndTime: import("../tlv/TlvObject.js").OptionalFieldType<number>;
4400
4400
  /**
@@ -4402,7 +4402,7 @@ export declare namespace DeviceEnergyManagement {
4402
4402
  * this flag and if it is false, then none of the slots contain SlotIsPausable set to true. This can save a
4403
4403
  * client from having to check each slot in the list.
4404
4404
  *
4405
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.7
4405
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.7
4406
4406
  */
4407
4407
  isPausable: import("../tlv/TlvObject.js").FieldType<boolean>;
4408
4408
  /**
@@ -4410,25 +4410,25 @@ export declare namespace DeviceEnergyManagement {
4410
4410
  *
4411
4411
  * It shall contain at least 1 entry, and a maximum of 10.
4412
4412
  *
4413
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.8
4413
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.8
4414
4414
  */
4415
4415
  slots: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
4416
4416
  /**
4417
4417
  * This field shall indicate the minimum time (in seconds) that the appliance expects to be in this slot for.
4418
4418
  *
4419
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.1
4419
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.1
4420
4420
  */
4421
4421
  minDuration: import("../tlv/TlvObject.js").FieldType<number>;
4422
4422
  /**
4423
4423
  * This field shall indicate the maximum time (in seconds) that the appliance expects to be in this slot for.
4424
4424
  *
4425
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.2
4425
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.2
4426
4426
  */
4427
4427
  maxDuration: import("../tlv/TlvObject.js").FieldType<number>;
4428
4428
  /**
4429
4429
  * This field shall indicate the expected time (in seconds) that the appliance expects to be in this slot for.
4430
4430
  *
4431
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.3
4431
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.3
4432
4432
  */
4433
4433
  defaultDuration: import("../tlv/TlvObject.js").FieldType<number>;
4434
4434
  /**
@@ -4441,7 +4441,7 @@ export declare namespace DeviceEnergyManagement {
4441
4441
  *
4442
4442
  * When the Forecast attribute is read, then this value shall be the most recent value.
4443
4443
  *
4444
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.4
4444
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.4
4445
4445
  */
4446
4446
  elapsedSlotTime: import("../tlv/TlvObject.js").FieldType<number>;
4447
4447
  /**
@@ -4457,13 +4457,13 @@ export declare namespace DeviceEnergyManagement {
4457
4457
  *
4458
4458
  * When the Forecast attribute is read, then this value shall be the most recent value.
4459
4459
  *
4460
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.5
4460
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.5
4461
4461
  */
4462
4462
  remainingSlotTime: import("../tlv/TlvObject.js").FieldType<number>;
4463
4463
  /**
4464
4464
  * This field shall indicate whether this slot can be paused.
4465
4465
  *
4466
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.6
4466
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.6
4467
4467
  */
4468
4468
  slotIsPausable: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
4469
4469
  /**
@@ -4471,13 +4471,13 @@ export declare namespace DeviceEnergyManagement {
4471
4471
  * controllers trying to pause ESAs for short periods and then resuming operation in a cyclic fashion which may
4472
4472
  * damage or cause excess energy to be consumed with restarting of an operation.
4473
4473
  *
4474
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.7
4474
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.7
4475
4475
  */
4476
4476
  minPauseDuration: import("../tlv/TlvObject.js").OptionalFieldType<number>;
4477
4477
  /**
4478
4478
  * This field shall indicate the longest period that the slot can be paused for.
4479
4479
  *
4480
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.8
4480
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.8
4481
4481
  */
4482
4482
  maxPauseDuration: import("../tlv/TlvObject.js").OptionalFieldType<number>;
4483
4483
  /**
@@ -4498,7 +4498,7 @@ export declare namespace DeviceEnergyManagement {
4498
4498
  * along with observed power drawn to predict the power draw from the appliance and potentially ask it to modify
4499
4499
  * its timing via one of the adjustment request commands, or adjust other ESAs power to compensate.
4500
4500
  *
4501
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.9
4501
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.9
4502
4502
  */
4503
4503
  manufacturerEsaState: import("../tlv/TlvObject.js").OptionalFieldType<number>;
4504
4504
  /**
@@ -4506,7 +4506,7 @@ export declare namespace DeviceEnergyManagement {
4506
4506
  * considered the average value over the slot, and some variation from this would be expected (for example, as
4507
4507
  * it is ramping up).
4508
4508
  *
4509
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.10
4509
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.10
4510
4510
  */
4511
4511
  nominalPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
4512
4512
  /**
@@ -4515,7 +4515,7 @@ export declare namespace DeviceEnergyManagement {
4515
4515
  *
4516
4516
  * Some appliances (e.g. battery inverters which can charge and discharge) may have a negative power.
4517
4517
  *
4518
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.11
4518
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.11
4519
4519
  */
4520
4520
  minPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
4521
4521
  /**
@@ -4524,7 +4524,7 @@ export declare namespace DeviceEnergyManagement {
4524
4524
  *
4525
4525
  * Some appliances (e.g. battery inverters which can charge and discharge) may have a negative power.
4526
4526
  *
4527
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.12
4527
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.12
4528
4528
  */
4529
4529
  maxPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
4530
4530
  /**
@@ -4532,7 +4532,7 @@ export declare namespace DeviceEnergyManagement {
4532
4532
  *
4533
4533
  * Some appliances (e.g. battery inverters which can charge and discharge) may have a negative energy.
4534
4534
  *
4535
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.13
4535
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.13
4536
4536
  */
4537
4537
  nominalEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
4538
4538
  /**
@@ -4555,13 +4555,13 @@ export declare namespace DeviceEnergyManagement {
4555
4555
  * If the ESA cannot calculate its cost for any reason (such as losing its connection to a Price server) it may
4556
4556
  * omit this field. This is treated as extra meta data that an EMS may use to optimize a system.
4557
4557
  *
4558
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.14
4558
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.14
4559
4559
  */
4560
4560
  costs: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
4561
4561
  /**
4562
4562
  * This field shall indicate the type of cost being represented (see CostTypeEnum).
4563
4563
  *
4564
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.1
4564
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.1
4565
4565
  */
4566
4566
  costType: import("../tlv/TlvObject.js").FieldType<CostType>;
4567
4567
  /**
@@ -4570,14 +4570,14 @@ export declare namespace DeviceEnergyManagement {
4570
4570
  *
4571
4571
  * For example, if the Value was -302 and DecimalPoints was 2, then this would represent a benefit of 3.02.
4572
4572
  *
4573
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.2
4573
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.2
4574
4574
  */
4575
4575
  value: import("../tlv/TlvObject.js").FieldType<number>;
4576
4576
  /**
4577
4577
  * This field shall indicate the number of digits to the right of the decimal point in the Value field. For
4578
4578
  * example, if the Value was 102 and DecimalPoints was 2, then this would represent a cost of 1.02.
4579
4579
  *
4580
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.3
4580
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.3
4581
4581
  */
4582
4582
  decimalPoints: import("../tlv/TlvObject.js").FieldType<number>;
4583
4583
  /**
@@ -4586,7 +4586,7 @@ export declare namespace DeviceEnergyManagement {
4586
4586
  *
4587
4587
  * This is an optional field. It shall be included if CostType is Financial.
4588
4588
  *
4589
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.4
4589
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.4
4590
4590
  */
4591
4591
  currency: import("../tlv/TlvObject.js").OptionalFieldType<number>;
4592
4592
  }>[]>;
@@ -4597,7 +4597,7 @@ export declare namespace DeviceEnergyManagement {
4597
4597
  * the slot indicates a NominalPower of 0W (indicating it is expecting to be off), this allows an ESA to
4598
4598
  * indicate it could be switched on to charge, but this would be the minimum power limit it can be set to.
4599
4599
  *
4600
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.15
4600
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.15
4601
4601
  */
4602
4602
  minPowerAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
4603
4603
  /**
@@ -4607,7 +4607,7 @@ export declare namespace DeviceEnergyManagement {
4607
4607
  * the slot indicates a NominalPower of 0W (indicating it is expecting to be off), this allows an ESA to
4608
4608
  * indicate it could be switched on to charge, but this would be the maximum power limit it can be set to.
4609
4609
  *
4610
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.16
4610
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.16
4611
4611
  */
4612
4612
  maxPowerAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
4613
4613
  /**
@@ -4619,7 +4619,7 @@ export declare namespace DeviceEnergyManagement {
4619
4619
  *
4620
4620
  * For example, a heat pump compressor may have a minimum cycle time of order a few minutes.
4621
4621
  *
4622
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.17
4622
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.17
4623
4623
  */
4624
4624
  minDurationAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number>;
4625
4625
  /**
@@ -4631,14 +4631,14 @@ export declare namespace DeviceEnergyManagement {
4631
4631
  * which can be discharged, it may equally indicate the maximum time the battery could be discharged for (at the
4632
4632
  * MaxPowerAdjustment power level).
4633
4633
  *
4634
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.18
4634
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.18
4635
4635
  */
4636
4636
  maxDurationAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number>;
4637
4637
  }>[]>;
4638
4638
  /**
4639
4639
  * This field shall contain the reason the current Forecast was generated.
4640
4640
  *
4641
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.9
4641
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.9
4642
4642
  */
4643
4643
  forecastUpdateReason: import("../tlv/TlvObject.js").FieldType<ForecastUpdateReason>;
4644
4644
  }> | null, any>;
@@ -4671,7 +4671,7 @@ export declare namespace DeviceEnergyManagement {
4671
4671
  * • As a result of a change in the opt-out status which in turn may cause the ESA to recalculate its
4672
4672
  * forecast.
4673
4673
  *
4674
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.7
4674
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.7
4675
4675
  */
4676
4676
  readonly forecast: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
4677
4677
  /**
@@ -4684,33 +4684,33 @@ export declare namespace DeviceEnergyManagement {
4684
4684
  *
4685
4685
  * The value of ForecastID is allowed to wrap.
4686
4686
  *
4687
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.1
4687
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.1
4688
4688
  */
4689
4689
  forecastId: import("../tlv/TlvObject.js").FieldType<number>;
4690
4690
  /**
4691
4691
  * This field shall indicate which element of the Slots list is currently active in the Forecast sequence. A
4692
4692
  * null value indicates that the sequence has not yet started.
4693
4693
  *
4694
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.2
4694
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.2
4695
4695
  */
4696
4696
  activeSlotNumber: import("../tlv/TlvObject.js").FieldType<number | null>;
4697
4697
  /**
4698
4698
  * This field shall indicate the planned start time, in UTC, for the entire Forecast.
4699
4699
  *
4700
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.3
4700
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.3
4701
4701
  */
4702
4702
  startTime: import("../tlv/TlvObject.js").FieldType<number>;
4703
4703
  /**
4704
4704
  * This field shall indicate the planned end time, in UTC, for the entire Forecast.
4705
4705
  *
4706
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.4
4706
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.4
4707
4707
  */
4708
4708
  endTime: import("../tlv/TlvObject.js").FieldType<number>;
4709
4709
  /**
4710
4710
  * This field shall indicate the earliest start time, in UTC, that the entire Forecast can be shifted to. A null
4711
4711
  * value indicates that it can be started immediately.
4712
4712
  *
4713
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.5
4713
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.5
4714
4714
  */
4715
4715
  earliestStartTime: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
4716
4716
  /**
@@ -4719,7 +4719,7 @@ export declare namespace DeviceEnergyManagement {
4719
4719
  * e.g. for an EVSE charging session, this may indicate the departure time for the vehicle, by which time the
4720
4720
  * charging session must end.
4721
4721
  *
4722
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.6
4722
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.6
4723
4723
  */
4724
4724
  latestEndTime: import("../tlv/TlvObject.js").OptionalFieldType<number>;
4725
4725
  /**
@@ -4727,7 +4727,7 @@ export declare namespace DeviceEnergyManagement {
4727
4727
  * this flag and if it is false, then none of the slots contain SlotIsPausable set to true. This can save a
4728
4728
  * client from having to check each slot in the list.
4729
4729
  *
4730
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.7
4730
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.7
4731
4731
  */
4732
4732
  isPausable: import("../tlv/TlvObject.js").FieldType<boolean>;
4733
4733
  /**
@@ -4735,25 +4735,25 @@ export declare namespace DeviceEnergyManagement {
4735
4735
  *
4736
4736
  * It shall contain at least 1 entry, and a maximum of 10.
4737
4737
  *
4738
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.8
4738
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.8
4739
4739
  */
4740
4740
  slots: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
4741
4741
  /**
4742
4742
  * This field shall indicate the minimum time (in seconds) that the appliance expects to be in this slot for.
4743
4743
  *
4744
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.1
4744
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.1
4745
4745
  */
4746
4746
  minDuration: import("../tlv/TlvObject.js").FieldType<number>;
4747
4747
  /**
4748
4748
  * This field shall indicate the maximum time (in seconds) that the appliance expects to be in this slot for.
4749
4749
  *
4750
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.2
4750
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.2
4751
4751
  */
4752
4752
  maxDuration: import("../tlv/TlvObject.js").FieldType<number>;
4753
4753
  /**
4754
4754
  * This field shall indicate the expected time (in seconds) that the appliance expects to be in this slot for.
4755
4755
  *
4756
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.3
4756
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.3
4757
4757
  */
4758
4758
  defaultDuration: import("../tlv/TlvObject.js").FieldType<number>;
4759
4759
  /**
@@ -4766,7 +4766,7 @@ export declare namespace DeviceEnergyManagement {
4766
4766
  *
4767
4767
  * When the Forecast attribute is read, then this value shall be the most recent value.
4768
4768
  *
4769
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.4
4769
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.4
4770
4770
  */
4771
4771
  elapsedSlotTime: import("../tlv/TlvObject.js").FieldType<number>;
4772
4772
  /**
@@ -4782,13 +4782,13 @@ export declare namespace DeviceEnergyManagement {
4782
4782
  *
4783
4783
  * When the Forecast attribute is read, then this value shall be the most recent value.
4784
4784
  *
4785
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.5
4785
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.5
4786
4786
  */
4787
4787
  remainingSlotTime: import("../tlv/TlvObject.js").FieldType<number>;
4788
4788
  /**
4789
4789
  * This field shall indicate whether this slot can be paused.
4790
4790
  *
4791
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.6
4791
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.6
4792
4792
  */
4793
4793
  slotIsPausable: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
4794
4794
  /**
@@ -4796,13 +4796,13 @@ export declare namespace DeviceEnergyManagement {
4796
4796
  * controllers trying to pause ESAs for short periods and then resuming operation in a cyclic fashion which may
4797
4797
  * damage or cause excess energy to be consumed with restarting of an operation.
4798
4798
  *
4799
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.7
4799
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.7
4800
4800
  */
4801
4801
  minPauseDuration: import("../tlv/TlvObject.js").OptionalFieldType<number>;
4802
4802
  /**
4803
4803
  * This field shall indicate the longest period that the slot can be paused for.
4804
4804
  *
4805
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.8
4805
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.8
4806
4806
  */
4807
4807
  maxPauseDuration: import("../tlv/TlvObject.js").OptionalFieldType<number>;
4808
4808
  /**
@@ -4823,7 +4823,7 @@ export declare namespace DeviceEnergyManagement {
4823
4823
  * along with observed power drawn to predict the power draw from the appliance and potentially ask it to modify
4824
4824
  * its timing via one of the adjustment request commands, or adjust other ESAs power to compensate.
4825
4825
  *
4826
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.9
4826
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.9
4827
4827
  */
4828
4828
  manufacturerEsaState: import("../tlv/TlvObject.js").OptionalFieldType<number>;
4829
4829
  /**
@@ -4831,7 +4831,7 @@ export declare namespace DeviceEnergyManagement {
4831
4831
  * considered the average value over the slot, and some variation from this would be expected (for example, as
4832
4832
  * it is ramping up).
4833
4833
  *
4834
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.10
4834
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.10
4835
4835
  */
4836
4836
  nominalPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
4837
4837
  /**
@@ -4840,7 +4840,7 @@ export declare namespace DeviceEnergyManagement {
4840
4840
  *
4841
4841
  * Some appliances (e.g. battery inverters which can charge and discharge) may have a negative power.
4842
4842
  *
4843
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.11
4843
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.11
4844
4844
  */
4845
4845
  minPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
4846
4846
  /**
@@ -4849,7 +4849,7 @@ export declare namespace DeviceEnergyManagement {
4849
4849
  *
4850
4850
  * Some appliances (e.g. battery inverters which can charge and discharge) may have a negative power.
4851
4851
  *
4852
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.12
4852
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.12
4853
4853
  */
4854
4854
  maxPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
4855
4855
  /**
@@ -4857,7 +4857,7 @@ export declare namespace DeviceEnergyManagement {
4857
4857
  *
4858
4858
  * Some appliances (e.g. battery inverters which can charge and discharge) may have a negative energy.
4859
4859
  *
4860
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.13
4860
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.13
4861
4861
  */
4862
4862
  nominalEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
4863
4863
  /**
@@ -4880,13 +4880,13 @@ export declare namespace DeviceEnergyManagement {
4880
4880
  * If the ESA cannot calculate its cost for any reason (such as losing its connection to a Price server) it may
4881
4881
  * omit this field. This is treated as extra meta data that an EMS may use to optimize a system.
4882
4882
  *
4883
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.14
4883
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.14
4884
4884
  */
4885
4885
  costs: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
4886
4886
  /**
4887
4887
  * This field shall indicate the type of cost being represented (see CostTypeEnum).
4888
4888
  *
4889
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.1
4889
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.1
4890
4890
  */
4891
4891
  costType: import("../tlv/TlvObject.js").FieldType<CostType>;
4892
4892
  /**
@@ -4895,14 +4895,14 @@ export declare namespace DeviceEnergyManagement {
4895
4895
  *
4896
4896
  * For example, if the Value was -302 and DecimalPoints was 2, then this would represent a benefit of 3.02.
4897
4897
  *
4898
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.2
4898
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.2
4899
4899
  */
4900
4900
  value: import("../tlv/TlvObject.js").FieldType<number>;
4901
4901
  /**
4902
4902
  * This field shall indicate the number of digits to the right of the decimal point in the Value field. For
4903
4903
  * example, if the Value was 102 and DecimalPoints was 2, then this would represent a cost of 1.02.
4904
4904
  *
4905
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.3
4905
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.3
4906
4906
  */
4907
4907
  decimalPoints: import("../tlv/TlvObject.js").FieldType<number>;
4908
4908
  /**
@@ -4911,7 +4911,7 @@ export declare namespace DeviceEnergyManagement {
4911
4911
  *
4912
4912
  * This is an optional field. It shall be included if CostType is Financial.
4913
4913
  *
4914
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.4
4914
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.4
4915
4915
  */
4916
4916
  currency: import("../tlv/TlvObject.js").OptionalFieldType<number>;
4917
4917
  }>[]>;
@@ -4922,7 +4922,7 @@ export declare namespace DeviceEnergyManagement {
4922
4922
  * the slot indicates a NominalPower of 0W (indicating it is expecting to be off), this allows an ESA to
4923
4923
  * indicate it could be switched on to charge, but this would be the minimum power limit it can be set to.
4924
4924
  *
4925
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.15
4925
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.15
4926
4926
  */
4927
4927
  minPowerAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
4928
4928
  /**
@@ -4932,7 +4932,7 @@ export declare namespace DeviceEnergyManagement {
4932
4932
  * the slot indicates a NominalPower of 0W (indicating it is expecting to be off), this allows an ESA to
4933
4933
  * indicate it could be switched on to charge, but this would be the maximum power limit it can be set to.
4934
4934
  *
4935
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.16
4935
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.16
4936
4936
  */
4937
4937
  maxPowerAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
4938
4938
  /**
@@ -4944,7 +4944,7 @@ export declare namespace DeviceEnergyManagement {
4944
4944
  *
4945
4945
  * For example, a heat pump compressor may have a minimum cycle time of order a few minutes.
4946
4946
  *
4947
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.17
4947
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.17
4948
4948
  */
4949
4949
  minDurationAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number>;
4950
4950
  /**
@@ -4956,14 +4956,14 @@ export declare namespace DeviceEnergyManagement {
4956
4956
  * which can be discharged, it may equally indicate the maximum time the battery could be discharged for (at the
4957
4957
  * MaxPowerAdjustment power level).
4958
4958
  *
4959
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.18
4959
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.18
4960
4960
  */
4961
4961
  maxDurationAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number>;
4962
4962
  }>[]>;
4963
4963
  /**
4964
4964
  * This field shall contain the reason the current Forecast was generated.
4965
4965
  *
4966
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.9
4966
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.9
4967
4967
  */
4968
4968
  forecastUpdateReason: import("../tlv/TlvObject.js").FieldType<ForecastUpdateReason>;
4969
4969
  }> | null, any>;
@@ -5006,7 +5006,7 @@ export declare namespace DeviceEnergyManagement {
5006
5006
  * If the ESA is in the LocalOptOut, GridOptOut, or NoOptOut states, the device is still permitted to
5007
5007
  * optimize its own energy usage, for example, using tariff information it may obtain.
5008
5008
  *
5009
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.8
5009
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.8
5010
5010
  */
5011
5011
  readonly optOutState: Attribute<OptOutState, any>;
5012
5012
  };
@@ -5048,7 +5048,7 @@ export declare namespace DeviceEnergyManagement {
5048
5048
  * If the ESA is in the LocalOptOut, GridOptOut, or NoOptOut states, the device is still permitted to
5049
5049
  * optimize its own energy usage, for example, using tariff information it may obtain.
5050
5050
  *
5051
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.8
5051
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.8
5052
5052
  */
5053
5053
  readonly optOutState: Attribute<OptOutState, any>;
5054
5054
  };
@@ -5090,7 +5090,7 @@ export declare namespace DeviceEnergyManagement {
5090
5090
  * If the ESA is in the LocalOptOut, GridOptOut, or NoOptOut states, the device is still permitted to
5091
5091
  * optimize its own energy usage, for example, using tariff information it may obtain.
5092
5092
  *
5093
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.8
5093
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.8
5094
5094
  */
5095
5095
  readonly optOutState: Attribute<OptOutState, any>;
5096
5096
  };
@@ -5132,7 +5132,7 @@ export declare namespace DeviceEnergyManagement {
5132
5132
  * If the ESA is in the LocalOptOut, GridOptOut, or NoOptOut states, the device is still permitted to
5133
5133
  * optimize its own energy usage, for example, using tariff information it may obtain.
5134
5134
  *
5135
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.8
5135
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.8
5136
5136
  */
5137
5137
  readonly optOutState: Attribute<OptOutState, any>;
5138
5138
  };
@@ -5174,7 +5174,7 @@ export declare namespace DeviceEnergyManagement {
5174
5174
  * If the ESA is in the LocalOptOut, GridOptOut, or NoOptOut states, the device is still permitted to
5175
5175
  * optimize its own energy usage, for example, using tariff information it may obtain.
5176
5176
  *
5177
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.8
5177
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.8
5178
5178
  */
5179
5179
  readonly optOutState: Attribute<OptOutState, any>;
5180
5180
  };
@@ -5188,7 +5188,7 @@ export declare namespace DeviceEnergyManagement {
5188
5188
  /**
5189
5189
  * Allows a client to temporarily pause an operation and reduce the ESAs energy demand.
5190
5190
  *
5191
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.4
5191
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.4
5192
5192
  */
5193
5193
  readonly pauseRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
5194
5194
  /**
@@ -5196,20 +5196,20 @@ export declare namespace DeviceEnergyManagement {
5196
5196
  * MinPauseDuration and MaxPauseDuration indicated in the ActiveSlotNumber index in the Slots list in the
5197
5197
  * Forecast.
5198
5198
  *
5199
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.4.1
5199
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.4.1
5200
5200
  */
5201
5201
  duration: import("../tlv/TlvObject.js").FieldType<number>;
5202
5202
  /**
5203
5203
  * This field shall indicate the cause of the request from the EMS.
5204
5204
  *
5205
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.4.2
5205
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.4.2
5206
5206
  */
5207
5207
  cause: import("../tlv/TlvObject.js").FieldType<AdjustmentCause>;
5208
5208
  }>, void, any>;
5209
5209
  /**
5210
5210
  * Allows a client to cancel the PauseRequest command and enable earlier resumption of operation.
5211
5211
  *
5212
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.5
5212
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.5
5213
5213
  */
5214
5214
  readonly resumeRequest: Command<void, void, any>;
5215
5215
  };
@@ -5217,19 +5217,19 @@ export declare namespace DeviceEnergyManagement {
5217
5217
  /**
5218
5218
  * This event shall be generated when the ESA enters the Paused state. There is no data for this event.
5219
5219
  *
5220
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.3
5220
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.3
5221
5221
  */
5222
5222
  readonly paused: Event<void, any>;
5223
5223
  /**
5224
5224
  * This event shall be generated when the ESA leaves the Paused state and resumes operation.
5225
5225
  *
5226
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.4
5226
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.4
5227
5227
  */
5228
5228
  readonly resumed: Event<import("../tlv/TlvObject.js").TypeFromFields<{
5229
5229
  /**
5230
5230
  * This field shall indicate the reason why the pause ended.
5231
5231
  *
5232
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.4.1
5232
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.4.1
5233
5233
  */
5234
5234
  cause: import("../tlv/TlvObject.js").FieldType<Cause>;
5235
5235
  }>, any>;
@@ -5245,7 +5245,7 @@ export declare namespace DeviceEnergyManagement {
5245
5245
  * Allows a client to adjust the start time of a Forecast sequence that has not yet started operation (i.e.
5246
5246
  * where the current Forecast StartTime is in the future).
5247
5247
  *
5248
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.3
5248
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.3
5249
5249
  */
5250
5250
  readonly startTimeAdjustRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
5251
5251
  /**
@@ -5258,13 +5258,13 @@ export declare namespace DeviceEnergyManagement {
5258
5258
  * This value shall be after the EarliestStartTime in the Forecast attribute. The new EndTime, that can be
5259
5259
  * computed from the RequestedStartTime and the Forecast sequence duration, shall be before the LatestEndTime.
5260
5260
  *
5261
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.3.1
5261
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.3.1
5262
5262
  */
5263
5263
  requestedStartTime: import("../tlv/TlvObject.js").FieldType<number>;
5264
5264
  /**
5265
5265
  * This field shall indicate the cause of the request from the EMS.
5266
5266
  *
5267
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.3.2
5267
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.3.2
5268
5268
  */
5269
5269
  cause: import("../tlv/TlvObject.js").FieldType<AdjustmentCause>;
5270
5270
  }>, void, any>;
@@ -5279,20 +5279,20 @@ export declare namespace DeviceEnergyManagement {
5279
5279
  /**
5280
5280
  * Allows a client to modify a Forecast within the limits allowed by the ESA.
5281
5281
  *
5282
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.6
5282
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.6
5283
5283
  */
5284
5284
  readonly modifyForecastRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
5285
5285
  /**
5286
5286
  * This field shall indicate the ForecastID that is to be modified.
5287
5287
  *
5288
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.6.1
5288
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.6.1
5289
5289
  */
5290
5290
  forecastId: import("../tlv/TlvObject.js").FieldType<number>;
5291
5291
  /**
5292
5292
  * This field shall contain a list of SlotAdjustment parameters that should be modified in the corresponding
5293
5293
  * Forecast with matching ForecastID.
5294
5294
  *
5295
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.6.2
5295
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.6.2
5296
5296
  */
5297
5297
  slotAdjustments: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
5298
5298
  /**
@@ -5300,7 +5300,7 @@ export declare namespace DeviceEnergyManagement {
5300
5300
  * be less than the actual length of the Slots list (implicitly it must be in the range 0 to 9 based on the
5301
5301
  * maximum length of the Slots list constraint).
5302
5302
  *
5303
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.15.1
5303
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.15.1
5304
5304
  */
5305
5305
  slotIndex: import("../tlv/TlvObject.js").FieldType<number>;
5306
5306
  /**
@@ -5310,7 +5310,7 @@ export declare namespace DeviceEnergyManagement {
5310
5310
  * This is a signed value and can be used to indicate charging or discharging. If the ESA does NOT support PFR
5311
5311
  * this value shall be ignored by the ESA.
5312
5312
  *
5313
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.15.2
5313
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.15.2
5314
5314
  */
5315
5315
  nominalPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
5316
5316
  /**
@@ -5318,14 +5318,14 @@ export declare namespace DeviceEnergyManagement {
5318
5318
  * slot duration to. It MUST be between the MinDurationAdjustment and MaxDurationAdjustment for the slot as
5319
5319
  * advertised by the ESA.
5320
5320
  *
5321
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.15.3
5321
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.15.3
5322
5322
  */
5323
5323
  duration: import("../tlv/TlvObject.js").FieldType<number>;
5324
5324
  }>[]>;
5325
5325
  /**
5326
5326
  * This field shall indicate the cause of the request from the EMS.
5327
5327
  *
5328
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.6.3
5328
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.6.3
5329
5329
  */
5330
5330
  cause: import("../tlv/TlvObject.js").FieldType<AdjustmentCause>;
5331
5331
  }>, void, any>;
@@ -5340,7 +5340,7 @@ export declare namespace DeviceEnergyManagement {
5340
5340
  /**
5341
5341
  * Allows a client to ask the ESA to recompute its Forecast based on power and time constraints.
5342
5342
  *
5343
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.7
5343
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.7
5344
5344
  */
5345
5345
  readonly requestConstraintBasedForecast: Command<import("../tlv/TlvObject.js").TypeFromFields<{
5346
5346
  /**
@@ -5358,7 +5358,7 @@ export declare namespace DeviceEnergyManagement {
5358
5358
  * that use more energy, it could be requested to use more or less energy using the LoadControl field as
5359
5359
  * follows:
5360
5360
  *
5361
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.7.1
5361
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.7.1
5362
5362
  */
5363
5363
  constraints: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
5364
5364
  /**
@@ -5367,13 +5367,13 @@ export declare namespace DeviceEnergyManagement {
5367
5367
  *
5368
5368
  * This value is in UTC and MUST be in the future.
5369
5369
  *
5370
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.1
5370
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.1
5371
5371
  */
5372
5372
  startTime: import("../tlv/TlvObject.js").FieldType<number>;
5373
5373
  /**
5374
5374
  * This field shall indicate the duration of the constraint in seconds.
5375
5375
  *
5376
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.2
5376
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.2
5377
5377
  */
5378
5378
  duration: import("../tlv/TlvObject.js").FieldType<number>;
5379
5379
  /**
@@ -5383,7 +5383,7 @@ export declare namespace DeviceEnergyManagement {
5383
5383
  *
5384
5384
  * This is a signed value and can be used to indicate charging or discharging.
5385
5385
  *
5386
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.3
5386
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.3
5387
5387
  */
5388
5388
  nominalPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
5389
5389
  /**
@@ -5392,7 +5392,7 @@ export declare namespace DeviceEnergyManagement {
5392
5392
  *
5393
5393
  * This is a signed value and can be used to indicate charging or discharging.
5394
5394
  *
5395
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.4
5395
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.4
5396
5396
  */
5397
5397
  maximumEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
5398
5398
  /**
@@ -5405,14 +5405,14 @@ export declare namespace DeviceEnergyManagement {
5405
5405
  *
5406
5406
  * Note that the mapping between values and operation is manufacturer specific.
5407
5407
  *
5408
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.5
5408
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.5
5409
5409
  */
5410
5410
  loadControl: import("../tlv/TlvObject.js").OptionalFieldType<number>;
5411
5411
  }>[]>;
5412
5412
  /**
5413
5413
  * This field shall indicate the cause of the request from the EMS.
5414
5414
  *
5415
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.7.2
5415
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.7.2
5416
5416
  */
5417
5417
  cause: import("../tlv/TlvObject.js").FieldType<AdjustmentCause>;
5418
5418
  }>, void, any>;
@@ -5428,7 +5428,7 @@ export declare namespace DeviceEnergyManagement {
5428
5428
  * Allows a client to request cancellation of a previous adjustment request in a StartTimeAdjustRequest,
5429
5429
  * ModifyForecastRequest or RequestConstraintBasedForecast command.
5430
5430
  *
5431
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.8
5431
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.8
5432
5432
  */
5433
5433
  readonly cancelRequest: Command<void, void, any>;
5434
5434
  };
@@ -5443,7 +5443,7 @@ export declare namespace DeviceEnergyManagement {
5443
5443
  * Allows a client to request cancellation of a previous adjustment request in a StartTimeAdjustRequest,
5444
5444
  * ModifyForecastRequest or RequestConstraintBasedForecast command.
5445
5445
  *
5446
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.8
5446
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.8
5447
5447
  */
5448
5448
  readonly cancelRequest: Command<void, void, any>;
5449
5449
  };
@@ -5458,7 +5458,7 @@ export declare namespace DeviceEnergyManagement {
5458
5458
  * Allows a client to request cancellation of a previous adjustment request in a StartTimeAdjustRequest,
5459
5459
  * ModifyForecastRequest or RequestConstraintBasedForecast command.
5460
5460
  *
5461
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.8
5461
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.8
5462
5462
  */
5463
5463
  readonly cancelRequest: Command<void, void, any>;
5464
5464
  };
@@ -5531,7 +5531,7 @@ export declare namespace DeviceEnergyManagement {
5531
5531
  * Per the Matter specification you cannot use {@link DeviceEnergyManagementCluster} without enabling certain
5532
5532
  * feature combinations. You must use the {@link with} factory method to obtain a working cluster.
5533
5533
  *
5534
- * @see {@link MatterSpecification.v14.Cluster} § 9.2
5534
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2
5535
5535
  */
5536
5536
  interface Cluster extends Identity<typeof ClusterInstance> {
5537
5537
  }
@@ -5554,7 +5554,7 @@ export declare namespace DeviceEnergyManagement {
5554
5554
  * in the excess power flowing into the grid. This excess power naturally fluctuates when clouds pass
5555
5555
  * overhead and other loads in the home are switched on and off.
5556
5556
  *
5557
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.4.1
5557
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.1
5558
5558
  */
5559
5559
  readonly powerAdjustment: BitFlag;
5560
5560
  /**
@@ -5590,7 +5590,7 @@ export declare namespace DeviceEnergyManagement {
5590
5590
  *
5591
5591
  * The ESA indicates its power adjustment range and its nominal power consumption as part of its Forecast.
5592
5592
  *
5593
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.4.2
5593
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.2
5594
5594
  */
5595
5595
  readonly powerForecastReporting: BitFlag;
5596
5596
  /**
@@ -5607,7 +5607,7 @@ export declare namespace DeviceEnergyManagement {
5607
5607
  * Once the EMS has built a model of the state vs observed power consumption, it may request a forecast
5608
5608
  * adjustment for particular times of the day, encouraging the ESA to use power at alternative times.
5609
5609
  *
5610
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.4.3
5610
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.3
5611
5611
  */
5612
5612
  readonly stateForecastReporting: BitFlag;
5613
5613
  /**
@@ -5627,7 +5627,7 @@ export declare namespace DeviceEnergyManagement {
5627
5627
  * It does this by sending a StartTimeAdjustRequest to the washing machine to request delaying the start of
5628
5628
  * the washing cycle.
5629
5629
  *
5630
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.4.4
5630
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.4
5631
5631
  */
5632
5632
  readonly startTimeAdjustment: BitFlag;
5633
5633
  /**
@@ -5647,7 +5647,7 @@ export declare namespace DeviceEnergyManagement {
5647
5647
  * It does this by sending a PauseRequest to the washing machine to request pausing the current step of the
5648
5648
  * forecast power usage for a period to allow other home loads to finish before resuming the washing cycle.
5649
5649
  *
5650
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.4.5
5650
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.5
5651
5651
  */
5652
5652
  readonly pausable: BitFlag;
5653
5653
  /**
@@ -5671,7 +5671,7 @@ export declare namespace DeviceEnergyManagement {
5671
5671
  * at a lower power consumption (within the solar excess power) which requires the heat pump to run for a
5672
5672
  * longer duration to achieve its required energy demand.
5673
5673
  *
5674
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.4.6
5674
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.6
5675
5675
  */
5676
5676
  readonly forecastAdjustment: BitFlag;
5677
5677
  /**
@@ -5693,7 +5693,7 @@ export declare namespace DeviceEnergyManagement {
5693
5693
  * NominalPower consumption during the constraint period, which may require it to decrease its charge rate
5694
5694
  * outside the constraint period to achieve its required energy demand.
5695
5695
  *
5696
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.4.7
5696
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.4.7
5697
5697
  */
5698
5698
  readonly constraintBasedAdjustment: BitFlag;
5699
5699
  };
@@ -5715,7 +5715,7 @@ export declare namespace DeviceEnergyManagement {
5715
5715
  *
5716
5716
  * In this example the list of PowerAdjustStructs allows multiple scenarios to be offered as follows:
5717
5717
  *
5718
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.12
5718
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.12
5719
5719
  */
5720
5720
  powerAdjustCapability: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
5721
5721
  /**
@@ -5725,7 +5725,7 @@ export declare namespace DeviceEnergyManagement {
5725
5725
  *
5726
5726
  * discharging a battery).
5727
5727
  *
5728
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10.1
5728
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.1
5729
5729
  */
5730
5730
  minPower: import("../tlv/TlvObject.js").FieldType<number | bigint>;
5731
5731
  /**
@@ -5744,7 +5744,7 @@ export declare namespace DeviceEnergyManagement {
5744
5744
  * In another example, if a battery storage inverter can charge its internal battery, between 0W and 2000W. Here
5745
5745
  * power is flowing into the node when charging. As such the MinPower becomes 0W and MaxPower becomes 2000W.
5746
5746
  *
5747
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10.2
5747
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.2
5748
5748
  */
5749
5749
  maxPower: import("../tlv/TlvObject.js").FieldType<number | bigint>;
5750
5750
  /**
@@ -5752,7 +5752,7 @@ export declare namespace DeviceEnergyManagement {
5752
5752
  * adjustment. Manufacturers may use this to as an anti-cycling capability to avoid controllers from rapidly
5753
5753
  * making power adjustments.
5754
5754
  *
5755
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10.3
5755
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.3
5756
5756
  */
5757
5757
  minDuration: import("../tlv/TlvObject.js").FieldType<number>;
5758
5758
  /**
@@ -5760,7 +5760,7 @@ export declare namespace DeviceEnergyManagement {
5760
5760
  * adjustment. Manufacturers may use this to protect the user experience, to avoid over heating of the ESA,
5761
5761
  * ensuring that there is sufficient headroom to use or store energy in the ESA or for any other reason.
5762
5762
  *
5763
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.10.4
5763
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.10.4
5764
5764
  */
5765
5765
  maxDuration: import("../tlv/TlvObject.js").FieldType<number>;
5766
5766
  }>[] | null>;
@@ -5784,33 +5784,33 @@ export declare namespace DeviceEnergyManagement {
5784
5784
  *
5785
5785
  * The value of ForecastID is allowed to wrap.
5786
5786
  *
5787
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.1
5787
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.1
5788
5788
  */
5789
5789
  forecastId: import("../tlv/TlvObject.js").FieldType<number>;
5790
5790
  /**
5791
5791
  * This field shall indicate which element of the Slots list is currently active in the Forecast sequence. A
5792
5792
  * null value indicates that the sequence has not yet started.
5793
5793
  *
5794
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.2
5794
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.2
5795
5795
  */
5796
5796
  activeSlotNumber: import("../tlv/TlvObject.js").FieldType<number | null>;
5797
5797
  /**
5798
5798
  * This field shall indicate the planned start time, in UTC, for the entire Forecast.
5799
5799
  *
5800
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.3
5800
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.3
5801
5801
  */
5802
5802
  startTime: import("../tlv/TlvObject.js").FieldType<number>;
5803
5803
  /**
5804
5804
  * This field shall indicate the planned end time, in UTC, for the entire Forecast.
5805
5805
  *
5806
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.4
5806
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.4
5807
5807
  */
5808
5808
  endTime: import("../tlv/TlvObject.js").FieldType<number>;
5809
5809
  /**
5810
5810
  * This field shall indicate the earliest start time, in UTC, that the entire Forecast can be shifted to. A null
5811
5811
  * value indicates that it can be started immediately.
5812
5812
  *
5813
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.5
5813
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.5
5814
5814
  */
5815
5815
  earliestStartTime: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
5816
5816
  /**
@@ -5819,7 +5819,7 @@ export declare namespace DeviceEnergyManagement {
5819
5819
  * e.g. for an EVSE charging session, this may indicate the departure time for the vehicle, by which time the
5820
5820
  * charging session must end.
5821
5821
  *
5822
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.6
5822
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.6
5823
5823
  */
5824
5824
  latestEndTime: import("../tlv/TlvObject.js").OptionalFieldType<number>;
5825
5825
  /**
@@ -5827,7 +5827,7 @@ export declare namespace DeviceEnergyManagement {
5827
5827
  * this flag and if it is false, then none of the slots contain SlotIsPausable set to true. This can save a
5828
5828
  * client from having to check each slot in the list.
5829
5829
  *
5830
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.7
5830
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.7
5831
5831
  */
5832
5832
  isPausable: import("../tlv/TlvObject.js").FieldType<boolean>;
5833
5833
  /**
@@ -5835,25 +5835,25 @@ export declare namespace DeviceEnergyManagement {
5835
5835
  *
5836
5836
  * It shall contain at least 1 entry, and a maximum of 10.
5837
5837
  *
5838
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.8
5838
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.8
5839
5839
  */
5840
5840
  slots: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
5841
5841
  /**
5842
5842
  * This field shall indicate the minimum time (in seconds) that the appliance expects to be in this slot for.
5843
5843
  *
5844
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.1
5844
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.1
5845
5845
  */
5846
5846
  minDuration: import("../tlv/TlvObject.js").FieldType<number>;
5847
5847
  /**
5848
5848
  * This field shall indicate the maximum time (in seconds) that the appliance expects to be in this slot for.
5849
5849
  *
5850
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.2
5850
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.2
5851
5851
  */
5852
5852
  maxDuration: import("../tlv/TlvObject.js").FieldType<number>;
5853
5853
  /**
5854
5854
  * This field shall indicate the expected time (in seconds) that the appliance expects to be in this slot for.
5855
5855
  *
5856
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.3
5856
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.3
5857
5857
  */
5858
5858
  defaultDuration: import("../tlv/TlvObject.js").FieldType<number>;
5859
5859
  /**
@@ -5866,7 +5866,7 @@ export declare namespace DeviceEnergyManagement {
5866
5866
  *
5867
5867
  * When the Forecast attribute is read, then this value shall be the most recent value.
5868
5868
  *
5869
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.4
5869
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.4
5870
5870
  */
5871
5871
  elapsedSlotTime: import("../tlv/TlvObject.js").FieldType<number>;
5872
5872
  /**
@@ -5882,13 +5882,13 @@ export declare namespace DeviceEnergyManagement {
5882
5882
  *
5883
5883
  * When the Forecast attribute is read, then this value shall be the most recent value.
5884
5884
  *
5885
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.5
5885
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.5
5886
5886
  */
5887
5887
  remainingSlotTime: import("../tlv/TlvObject.js").FieldType<number>;
5888
5888
  /**
5889
5889
  * This field shall indicate whether this slot can be paused.
5890
5890
  *
5891
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.6
5891
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.6
5892
5892
  */
5893
5893
  slotIsPausable: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
5894
5894
  /**
@@ -5896,13 +5896,13 @@ export declare namespace DeviceEnergyManagement {
5896
5896
  * controllers trying to pause ESAs for short periods and then resuming operation in a cyclic fashion which may
5897
5897
  * damage or cause excess energy to be consumed with restarting of an operation.
5898
5898
  *
5899
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.7
5899
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.7
5900
5900
  */
5901
5901
  minPauseDuration: import("../tlv/TlvObject.js").OptionalFieldType<number>;
5902
5902
  /**
5903
5903
  * This field shall indicate the longest period that the slot can be paused for.
5904
5904
  *
5905
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.8
5905
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.8
5906
5906
  */
5907
5907
  maxPauseDuration: import("../tlv/TlvObject.js").OptionalFieldType<number>;
5908
5908
  /**
@@ -5923,7 +5923,7 @@ export declare namespace DeviceEnergyManagement {
5923
5923
  * along with observed power drawn to predict the power draw from the appliance and potentially ask it to modify
5924
5924
  * its timing via one of the adjustment request commands, or adjust other ESAs power to compensate.
5925
5925
  *
5926
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.9
5926
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.9
5927
5927
  */
5928
5928
  manufacturerEsaState: import("../tlv/TlvObject.js").OptionalFieldType<number>;
5929
5929
  /**
@@ -5931,7 +5931,7 @@ export declare namespace DeviceEnergyManagement {
5931
5931
  * considered the average value over the slot, and some variation from this would be expected (for example, as
5932
5932
  * it is ramping up).
5933
5933
  *
5934
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.10
5934
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.10
5935
5935
  */
5936
5936
  nominalPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
5937
5937
  /**
@@ -5940,7 +5940,7 @@ export declare namespace DeviceEnergyManagement {
5940
5940
  *
5941
5941
  * Some appliances (e.g. battery inverters which can charge and discharge) may have a negative power.
5942
5942
  *
5943
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.11
5943
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.11
5944
5944
  */
5945
5945
  minPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
5946
5946
  /**
@@ -5949,7 +5949,7 @@ export declare namespace DeviceEnergyManagement {
5949
5949
  *
5950
5950
  * Some appliances (e.g. battery inverters which can charge and discharge) may have a negative power.
5951
5951
  *
5952
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.12
5952
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.12
5953
5953
  */
5954
5954
  maxPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
5955
5955
  /**
@@ -5957,7 +5957,7 @@ export declare namespace DeviceEnergyManagement {
5957
5957
  *
5958
5958
  * Some appliances (e.g. battery inverters which can charge and discharge) may have a negative energy.
5959
5959
  *
5960
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.13
5960
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.13
5961
5961
  */
5962
5962
  nominalEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
5963
5963
  /**
@@ -5980,13 +5980,13 @@ export declare namespace DeviceEnergyManagement {
5980
5980
  * If the ESA cannot calculate its cost for any reason (such as losing its connection to a Price server) it may
5981
5981
  * omit this field. This is treated as extra meta data that an EMS may use to optimize a system.
5982
5982
  *
5983
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.14
5983
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.14
5984
5984
  */
5985
5985
  costs: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
5986
5986
  /**
5987
5987
  * This field shall indicate the type of cost being represented (see CostTypeEnum).
5988
5988
  *
5989
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.1
5989
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.1
5990
5990
  */
5991
5991
  costType: import("../tlv/TlvObject.js").FieldType<CostType>;
5992
5992
  /**
@@ -5995,14 +5995,14 @@ export declare namespace DeviceEnergyManagement {
5995
5995
  *
5996
5996
  * For example, if the Value was -302 and DecimalPoints was 2, then this would represent a benefit of 3.02.
5997
5997
  *
5998
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.2
5998
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.2
5999
5999
  */
6000
6000
  value: import("../tlv/TlvObject.js").FieldType<number>;
6001
6001
  /**
6002
6002
  * This field shall indicate the number of digits to the right of the decimal point in the Value field. For
6003
6003
  * example, if the Value was 102 and DecimalPoints was 2, then this would represent a cost of 1.02.
6004
6004
  *
6005
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.3
6005
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.3
6006
6006
  */
6007
6007
  decimalPoints: import("../tlv/TlvObject.js").FieldType<number>;
6008
6008
  /**
@@ -6011,7 +6011,7 @@ export declare namespace DeviceEnergyManagement {
6011
6011
  *
6012
6012
  * This is an optional field. It shall be included if CostType is Financial.
6013
6013
  *
6014
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.9.4
6014
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.9.4
6015
6015
  */
6016
6016
  currency: import("../tlv/TlvObject.js").OptionalFieldType<number>;
6017
6017
  }>[]>;
@@ -6022,7 +6022,7 @@ export declare namespace DeviceEnergyManagement {
6022
6022
  * the slot indicates a NominalPower of 0W (indicating it is expecting to be off), this allows an ESA to
6023
6023
  * indicate it could be switched on to charge, but this would be the minimum power limit it can be set to.
6024
6024
  *
6025
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.15
6025
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.15
6026
6026
  */
6027
6027
  minPowerAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
6028
6028
  /**
@@ -6032,7 +6032,7 @@ export declare namespace DeviceEnergyManagement {
6032
6032
  * the slot indicates a NominalPower of 0W (indicating it is expecting to be off), this allows an ESA to
6033
6033
  * indicate it could be switched on to charge, but this would be the maximum power limit it can be set to.
6034
6034
  *
6035
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.16
6035
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.16
6036
6036
  */
6037
6037
  maxPowerAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
6038
6038
  /**
@@ -6044,7 +6044,7 @@ export declare namespace DeviceEnergyManagement {
6044
6044
  *
6045
6045
  * For example, a heat pump compressor may have a minimum cycle time of order a few minutes.
6046
6046
  *
6047
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.17
6047
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.17
6048
6048
  */
6049
6049
  minDurationAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number>;
6050
6050
  /**
@@ -6056,14 +6056,14 @@ export declare namespace DeviceEnergyManagement {
6056
6056
  * which can be discharged, it may equally indicate the maximum time the battery could be discharged for (at the
6057
6057
  * MaxPowerAdjustment power level).
6058
6058
  *
6059
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.14.18
6059
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.14.18
6060
6060
  */
6061
6061
  maxDurationAdjustment: import("../tlv/TlvObject.js").OptionalFieldType<number>;
6062
6062
  }>[]>;
6063
6063
  /**
6064
6064
  * This field shall contain the reason the current Forecast was generated.
6065
6065
  *
6066
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.13.9
6066
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.13.9
6067
6067
  */
6068
6068
  forecastUpdateReason: import("../tlv/TlvObject.js").FieldType<ForecastUpdateReason>;
6069
6069
  }> | null, any> & {
@@ -6106,7 +6106,7 @@ export declare namespace DeviceEnergyManagement {
6106
6106
  * typical best use of energy. For example, an EVSE may not always have an EV plugged in, so knowing the
6107
6107
  * type of ESA that is being controlled can allow advanced energy management strategies.
6108
6108
  *
6109
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.1
6109
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.1
6110
6110
  */
6111
6111
  readonly esaType: FixedAttribute<EsaType, any>;
6112
6112
  /**
@@ -6128,7 +6128,7 @@ export declare namespace DeviceEnergyManagement {
6128
6128
  *
6129
6129
  * Example:
6130
6130
  *
6131
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.2
6131
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.2
6132
6132
  */
6133
6133
  readonly esaCanGenerate: FixedAttribute<boolean, any>;
6134
6134
  /**
@@ -6142,7 +6142,7 @@ export declare namespace DeviceEnergyManagement {
6142
6142
  * for example to avoid the EMS accidentally starting or stopping the appliance when it is being serviced or
6143
6143
  * tested.
6144
6144
  *
6145
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.3
6145
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.3
6146
6146
  */
6147
6147
  readonly esaState: Attribute<EsaState, any>;
6148
6148
  /**
@@ -6155,7 +6155,7 @@ export declare namespace DeviceEnergyManagement {
6155
6155
  * in the home, the AbsMinPower will be a negative number representing the maximum power that the ESA can
6156
6156
  * discharge its internal battery.
6157
6157
  *
6158
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.4
6158
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.4
6159
6159
  */
6160
6160
  readonly absMinPower: Attribute<number | bigint, any>;
6161
6161
  /**
@@ -6168,7 +6168,7 @@ export declare namespace DeviceEnergyManagement {
6168
6168
  * For example, a battery storage inverter that can charge its battery at a maximum power of 2000W and can
6169
6169
  * discharge the battery at a maximum power of 3000W, would have a AbsMinPower: -3000, AbsMaxPower: 2000W.
6170
6170
  *
6171
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.8.5
6171
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.8.5
6172
6172
  */
6173
6173
  readonly absMaxPower: Attribute<number | bigint, any>;
6174
6174
  };
@@ -6180,7 +6180,7 @@ export declare namespace DeviceEnergyManagement {
6180
6180
  * This value shall be between the MinPower and MaxPower fields of the PowerAdjustStruct in the
6181
6181
  * PowerAdjustmentCapability attribute.
6182
6182
  *
6183
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.1.1
6183
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.1.1
6184
6184
  */
6185
6185
  power: import("../tlv/TlvObject.js").FieldType<number | bigint>;
6186
6186
  /**
@@ -6189,13 +6189,13 @@ export declare namespace DeviceEnergyManagement {
6189
6189
  * This value shall be between the MinDuration and MaxDuration fields of the PowerAdjustStruct in the
6190
6190
  * PowerAdjustmentCapability attribute.
6191
6191
  *
6192
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.1.2
6192
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.1.2
6193
6193
  */
6194
6194
  duration: import("../tlv/TlvObject.js").FieldType<number>;
6195
6195
  /**
6196
6196
  * This field shall indicate the cause of the request from the EMS.
6197
6197
  *
6198
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.1.3
6198
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.1.3
6199
6199
  */
6200
6200
  cause: import("../tlv/TlvObject.js").FieldType<AdjustmentCause>;
6201
6201
  }>, void, any> & {
@@ -6225,13 +6225,13 @@ export declare namespace DeviceEnergyManagement {
6225
6225
  * This value shall be after the EarliestStartTime in the Forecast attribute. The new EndTime, that can be
6226
6226
  * computed from the RequestedStartTime and the Forecast sequence duration, shall be before the LatestEndTime.
6227
6227
  *
6228
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.3.1
6228
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.3.1
6229
6229
  */
6230
6230
  requestedStartTime: import("../tlv/TlvObject.js").FieldType<number>;
6231
6231
  /**
6232
6232
  * This field shall indicate the cause of the request from the EMS.
6233
6233
  *
6234
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.3.2
6234
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.3.2
6235
6235
  */
6236
6236
  cause: import("../tlv/TlvObject.js").FieldType<AdjustmentCause>;
6237
6237
  }>, void, any> & {
@@ -6248,13 +6248,13 @@ export declare namespace DeviceEnergyManagement {
6248
6248
  * MinPauseDuration and MaxPauseDuration indicated in the ActiveSlotNumber index in the Slots list in the
6249
6249
  * Forecast.
6250
6250
  *
6251
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.4.1
6251
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.4.1
6252
6252
  */
6253
6253
  duration: import("../tlv/TlvObject.js").FieldType<number>;
6254
6254
  /**
6255
6255
  * This field shall indicate the cause of the request from the EMS.
6256
6256
  *
6257
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.4.2
6257
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.4.2
6258
6258
  */
6259
6259
  cause: import("../tlv/TlvObject.js").FieldType<AdjustmentCause>;
6260
6260
  }>, void, any> & {
@@ -6277,14 +6277,14 @@ export declare namespace DeviceEnergyManagement {
6277
6277
  /**
6278
6278
  * This field shall indicate the ForecastID that is to be modified.
6279
6279
  *
6280
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.6.1
6280
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.6.1
6281
6281
  */
6282
6282
  forecastId: import("../tlv/TlvObject.js").FieldType<number>;
6283
6283
  /**
6284
6284
  * This field shall contain a list of SlotAdjustment parameters that should be modified in the corresponding
6285
6285
  * Forecast with matching ForecastID.
6286
6286
  *
6287
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.6.2
6287
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.6.2
6288
6288
  */
6289
6289
  slotAdjustments: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
6290
6290
  /**
@@ -6292,7 +6292,7 @@ export declare namespace DeviceEnergyManagement {
6292
6292
  * be less than the actual length of the Slots list (implicitly it must be in the range 0 to 9 based on the
6293
6293
  * maximum length of the Slots list constraint).
6294
6294
  *
6295
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.15.1
6295
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.15.1
6296
6296
  */
6297
6297
  slotIndex: import("../tlv/TlvObject.js").FieldType<number>;
6298
6298
  /**
@@ -6302,7 +6302,7 @@ export declare namespace DeviceEnergyManagement {
6302
6302
  * This is a signed value and can be used to indicate charging or discharging. If the ESA does NOT support PFR
6303
6303
  * this value shall be ignored by the ESA.
6304
6304
  *
6305
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.15.2
6305
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.15.2
6306
6306
  */
6307
6307
  nominalPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
6308
6308
  /**
@@ -6310,14 +6310,14 @@ export declare namespace DeviceEnergyManagement {
6310
6310
  * slot duration to. It MUST be between the MinDurationAdjustment and MaxDurationAdjustment for the slot as
6311
6311
  * advertised by the ESA.
6312
6312
  *
6313
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.15.3
6313
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.15.3
6314
6314
  */
6315
6315
  duration: import("../tlv/TlvObject.js").FieldType<number>;
6316
6316
  }>[]>;
6317
6317
  /**
6318
6318
  * This field shall indicate the cause of the request from the EMS.
6319
6319
  *
6320
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.6.3
6320
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.6.3
6321
6321
  */
6322
6322
  cause: import("../tlv/TlvObject.js").FieldType<AdjustmentCause>;
6323
6323
  }>, void, any> & {
@@ -6344,7 +6344,7 @@ export declare namespace DeviceEnergyManagement {
6344
6344
  * that use more energy, it could be requested to use more or less energy using the LoadControl field as
6345
6345
  * follows:
6346
6346
  *
6347
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.7.1
6347
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.7.1
6348
6348
  */
6349
6349
  constraints: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
6350
6350
  /**
@@ -6353,13 +6353,13 @@ export declare namespace DeviceEnergyManagement {
6353
6353
  *
6354
6354
  * This value is in UTC and MUST be in the future.
6355
6355
  *
6356
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.1
6356
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.1
6357
6357
  */
6358
6358
  startTime: import("../tlv/TlvObject.js").FieldType<number>;
6359
6359
  /**
6360
6360
  * This field shall indicate the duration of the constraint in seconds.
6361
6361
  *
6362
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.2
6362
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.2
6363
6363
  */
6364
6364
  duration: import("../tlv/TlvObject.js").FieldType<number>;
6365
6365
  /**
@@ -6369,7 +6369,7 @@ export declare namespace DeviceEnergyManagement {
6369
6369
  *
6370
6370
  * This is a signed value and can be used to indicate charging or discharging.
6371
6371
  *
6372
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.3
6372
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.3
6373
6373
  */
6374
6374
  nominalPower: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
6375
6375
  /**
@@ -6378,7 +6378,7 @@ export declare namespace DeviceEnergyManagement {
6378
6378
  *
6379
6379
  * This is a signed value and can be used to indicate charging or discharging.
6380
6380
  *
6381
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.4
6381
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.4
6382
6382
  */
6383
6383
  maximumEnergy: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
6384
6384
  /**
@@ -6391,14 +6391,14 @@ export declare namespace DeviceEnergyManagement {
6391
6391
  *
6392
6392
  * Note that the mapping between values and operation is manufacturer specific.
6393
6393
  *
6394
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.7.16.5
6394
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.7.16.5
6395
6395
  */
6396
6396
  loadControl: import("../tlv/TlvObject.js").OptionalFieldType<number>;
6397
6397
  }>[]>;
6398
6398
  /**
6399
6399
  * This field shall indicate the cause of the request from the EMS.
6400
6400
  *
6401
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.9.7.2
6401
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.9.7.2
6402
6402
  */
6403
6403
  cause: import("../tlv/TlvObject.js").FieldType<AdjustmentCause>;
6404
6404
  }>, void, any> & {
@@ -6435,13 +6435,13 @@ export declare namespace DeviceEnergyManagement {
6435
6435
  /**
6436
6436
  * This field shall indicate the reason why the power adjustment session ended.
6437
6437
  *
6438
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.2.1
6438
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.2.1
6439
6439
  */
6440
6440
  cause: import("../tlv/TlvObject.js").FieldType<Cause>;
6441
6441
  /**
6442
6442
  * This field shall indicate the number of seconds that the power adjustment session lasted before ending.
6443
6443
  *
6444
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.2.2
6444
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.2.2
6445
6445
  */
6446
6446
  duration: import("../tlv/TlvObject.js").FieldType<number>;
6447
6447
  /**
@@ -6451,7 +6451,7 @@ export declare namespace DeviceEnergyManagement {
6451
6451
  * battery inverter that was requested to discharge it would have a negative EnergyUse value. If this was a
6452
6452
  * normal load that was turned on, then it will have positive value.
6453
6453
  *
6454
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.2.3
6454
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.2.3
6455
6455
  */
6456
6456
  energyUse: import("../tlv/TlvObject.js").FieldType<number | bigint>;
6457
6457
  }>, any> & {
@@ -6474,7 +6474,7 @@ export declare namespace DeviceEnergyManagement {
6474
6474
  /**
6475
6475
  * This field shall indicate the reason why the pause ended.
6476
6476
  *
6477
- * @see {@link MatterSpecification.v14.Cluster} § 9.2.10.4.1
6477
+ * @see {@link MatterSpecification.v141.Cluster} § 9.2.10.4.1
6478
6478
  */
6479
6479
  cause: import("../tlv/TlvObject.js").FieldType<Cause>;
6480
6480
  }>, any> & {