@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 ElectricalEnergyMeasurement {
13
13
  /**
14
14
  * These are optional features supported by ElectricalEnergyMeasurementCluster.
15
15
  *
16
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.4
16
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.4
17
17
  */
18
18
  enum Feature {
19
19
  /**
@@ -21,7 +21,7 @@ export declare namespace ElectricalEnergyMeasurement {
21
21
  *
22
22
  * The feature indicates the server is capable of measuring how much energy is imported by the server.
23
23
  *
24
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.4.1
24
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.4.1
25
25
  */
26
26
  ImportedEnergy = "ImportedEnergy",
27
27
  /**
@@ -29,7 +29,7 @@ export declare namespace ElectricalEnergyMeasurement {
29
29
  *
30
30
  * The feature indicates the server is capable of measuring how much energy is exported by the server.
31
31
  *
32
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.4.2
32
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.4.2
33
33
  */
34
34
  ExportedEnergy = "ExportedEnergy",
35
35
  /**
@@ -40,7 +40,7 @@ export declare namespace ElectricalEnergyMeasurement {
40
40
  * include this feature, when a device’s firmware is updated to correct measurement errors, or when a device is
41
41
  * factory reset.
42
42
  *
43
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.4.3
43
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.4.3
44
44
  */
45
45
  CumulativeEnergy = "CumulativeEnergy",
46
46
  /**
@@ -50,7 +50,7 @@ export declare namespace ElectricalEnergyMeasurement {
50
50
  * server during a certain period of time. The start and end times for measurement periods shall be determined
51
51
  * by the server, and may represent overlapping periods.
52
52
  *
53
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.4.4
53
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.4.4
54
54
  */
55
55
  PeriodicEnergy = "PeriodicEnergy"
56
56
  }
@@ -64,7 +64,7 @@ export declare namespace ElectricalEnergyMeasurement {
64
64
  * Such a server may also include the systime fields to indicate how many seconds had passed since boot for a given
65
65
  * timestamp; this allows for client-side resolution of UTC time for previous reports that only included systime.
66
66
  *
67
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1
67
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1
68
68
  */
69
69
  const TlvEnergyMeasurement: import("../tlv/TlvObject.js").ObjectSchema<{
70
70
  /**
@@ -77,7 +77,7 @@ export declare namespace ElectricalEnergyMeasurement {
77
77
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
78
78
  * StartSystime and EndSystime fields, or both.
79
79
  *
80
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
80
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
81
81
  */
82
82
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
83
83
  /**
@@ -92,7 +92,7 @@ export declare namespace ElectricalEnergyMeasurement {
92
92
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
93
93
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
94
94
  *
95
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
95
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
96
96
  */
97
97
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
98
98
  /**
@@ -105,7 +105,7 @@ export declare namespace ElectricalEnergyMeasurement {
105
105
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
106
106
  * not have the capability of determining the time in UTC, this field shall be omitted.
107
107
  *
108
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
108
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
109
109
  */
110
110
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
111
111
  /**
@@ -121,7 +121,7 @@ export declare namespace ElectricalEnergyMeasurement {
121
121
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
122
122
  * indicated in StartTimestamp.
123
123
  *
124
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
124
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
125
125
  */
126
126
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
127
127
  /**
@@ -135,7 +135,7 @@ export declare namespace ElectricalEnergyMeasurement {
135
135
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
136
136
  * EndTimestamp.
137
137
  *
138
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
138
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
139
139
  */
140
140
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
141
141
  }>;
@@ -149,7 +149,7 @@ export declare namespace ElectricalEnergyMeasurement {
149
149
  * Such a server may also include the systime fields to indicate how many seconds had passed since boot for a given
150
150
  * timestamp; this allows for client-side resolution of UTC time for previous reports that only included systime.
151
151
  *
152
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1
152
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1
153
153
  */
154
154
  interface EnergyMeasurement extends TypeFromSchema<typeof TlvEnergyMeasurement> {
155
155
  }
@@ -157,7 +157,7 @@ export declare namespace ElectricalEnergyMeasurement {
157
157
  * This struct shall represent the times at which cumulative measurements were last zero, either due to
158
158
  * initialization of the device, or an internal reset of the cumulative value.
159
159
  *
160
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2
160
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2
161
161
  */
162
162
  const TlvCumulativeEnergyReset: import("../tlv/TlvObject.js").ObjectSchema<{
163
163
  /**
@@ -174,7 +174,7 @@ export declare namespace ElectricalEnergyMeasurement {
174
174
  * If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyImported attribute was most
175
175
  * recently zero cannot currently be determined, a value of null shall be returned.
176
176
  *
177
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.1
177
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.1
178
178
  */
179
179
  importedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
180
180
  /**
@@ -191,7 +191,7 @@ export declare namespace ElectricalEnergyMeasurement {
191
191
  * If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyExported attribute was most
192
192
  * recently zero cannot currently be determined, a value of null shall be returned.
193
193
  *
194
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.2
194
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.2
195
195
  */
196
196
  exportedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
197
197
  /**
@@ -206,7 +206,7 @@ export declare namespace ElectricalEnergyMeasurement {
206
206
  * CumulativeEnergyImported attribute was most recently zero, this field may be omitted; if it is indicated, its
207
207
  * value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
208
208
  *
209
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.3
209
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.3
210
210
  */
211
211
  importedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
212
212
  /**
@@ -221,7 +221,7 @@ export declare namespace ElectricalEnergyMeasurement {
221
221
  * CumulativeEnergyExported attribute was most recently zero, this field may be omitted; if it is indicated, its
222
222
  * value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
223
223
  *
224
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.4
224
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.4
225
225
  */
226
226
  exportedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
227
227
  }>;
@@ -229,21 +229,21 @@ export declare namespace ElectricalEnergyMeasurement {
229
229
  * This struct shall represent the times at which cumulative measurements were last zero, either due to
230
230
  * initialization of the device, or an internal reset of the cumulative value.
231
231
  *
232
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2
232
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2
233
233
  */
234
234
  interface CumulativeEnergyReset extends TypeFromSchema<typeof TlvCumulativeEnergyReset> {
235
235
  }
236
236
  /**
237
237
  * Body of the ElectricalEnergyMeasurement cumulativeEnergyMeasured event
238
238
  *
239
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.1
239
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1
240
240
  */
241
241
  const TlvCumulativeEnergyMeasuredEvent: import("../tlv/TlvObject.js").ObjectSchema<{
242
242
  /**
243
243
  * This field shall be the value of CumulativeEnergyImported attribute at the timestamp indicated in its
244
244
  * EndTimestamp field, EndSystime field, or both.
245
245
  *
246
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.1.1
246
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1.1
247
247
  */
248
248
  energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
249
249
  /**
@@ -256,7 +256,7 @@ export declare namespace ElectricalEnergyMeasurement {
256
256
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
257
257
  * StartSystime and EndSystime fields, or both.
258
258
  *
259
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
259
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
260
260
  */
261
261
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
262
262
  /**
@@ -271,7 +271,7 @@ export declare namespace ElectricalEnergyMeasurement {
271
271
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
272
272
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
273
273
  *
274
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
274
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
275
275
  */
276
276
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
277
277
  /**
@@ -284,7 +284,7 @@ export declare namespace ElectricalEnergyMeasurement {
284
284
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
285
285
  * not have the capability of determining the time in UTC, this field shall be omitted.
286
286
  *
287
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
287
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
288
288
  */
289
289
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
290
290
  /**
@@ -300,7 +300,7 @@ export declare namespace ElectricalEnergyMeasurement {
300
300
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
301
301
  * indicated in StartTimestamp.
302
302
  *
303
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
303
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
304
304
  */
305
305
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
306
306
  /**
@@ -314,7 +314,7 @@ export declare namespace ElectricalEnergyMeasurement {
314
314
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
315
315
  * EndTimestamp.
316
316
  *
317
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
317
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
318
318
  */
319
319
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
320
320
  }>>;
@@ -322,7 +322,7 @@ export declare namespace ElectricalEnergyMeasurement {
322
322
  * This field shall be the value of CumulativeEnergyExported attribute at the timestamp indicated in its
323
323
  * EndTimestamp field, EndSystime field, or both.
324
324
  *
325
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.1.2
325
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1.2
326
326
  */
327
327
  energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
328
328
  /**
@@ -335,7 +335,7 @@ export declare namespace ElectricalEnergyMeasurement {
335
335
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
336
336
  * StartSystime and EndSystime fields, or both.
337
337
  *
338
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
338
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
339
339
  */
340
340
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
341
341
  /**
@@ -350,7 +350,7 @@ export declare namespace ElectricalEnergyMeasurement {
350
350
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
351
351
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
352
352
  *
353
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
353
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
354
354
  */
355
355
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
356
356
  /**
@@ -363,7 +363,7 @@ export declare namespace ElectricalEnergyMeasurement {
363
363
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
364
364
  * not have the capability of determining the time in UTC, this field shall be omitted.
365
365
  *
366
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
366
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
367
367
  */
368
368
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
369
369
  /**
@@ -379,7 +379,7 @@ export declare namespace ElectricalEnergyMeasurement {
379
379
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
380
380
  * indicated in StartTimestamp.
381
381
  *
382
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
382
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
383
383
  */
384
384
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
385
385
  /**
@@ -393,7 +393,7 @@ export declare namespace ElectricalEnergyMeasurement {
393
393
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
394
394
  * EndTimestamp.
395
395
  *
396
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
396
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
397
397
  */
398
398
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
399
399
  }>>;
@@ -401,21 +401,21 @@ export declare namespace ElectricalEnergyMeasurement {
401
401
  /**
402
402
  * Body of the ElectricalEnergyMeasurement cumulativeEnergyMeasured event
403
403
  *
404
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.1
404
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1
405
405
  */
406
406
  interface CumulativeEnergyMeasuredEvent extends TypeFromSchema<typeof TlvCumulativeEnergyMeasuredEvent> {
407
407
  }
408
408
  /**
409
409
  * Body of the ElectricalEnergyMeasurement periodicEnergyMeasured event
410
410
  *
411
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.2
411
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2
412
412
  */
413
413
  const TlvPeriodicEnergyMeasuredEvent: import("../tlv/TlvObject.js").ObjectSchema<{
414
414
  /**
415
415
  * This field shall be the value of PeriodicEnergyImported attribute at the timestamp indicated in its
416
416
  * EndTimestamp field, EndSystime field, or both.
417
417
  *
418
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.2.1
418
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2.1
419
419
  */
420
420
  energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
421
421
  /**
@@ -428,7 +428,7 @@ export declare namespace ElectricalEnergyMeasurement {
428
428
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
429
429
  * StartSystime and EndSystime fields, or both.
430
430
  *
431
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
431
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
432
432
  */
433
433
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
434
434
  /**
@@ -443,7 +443,7 @@ export declare namespace ElectricalEnergyMeasurement {
443
443
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
444
444
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
445
445
  *
446
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
446
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
447
447
  */
448
448
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
449
449
  /**
@@ -456,7 +456,7 @@ export declare namespace ElectricalEnergyMeasurement {
456
456
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
457
457
  * not have the capability of determining the time in UTC, this field shall be omitted.
458
458
  *
459
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
459
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
460
460
  */
461
461
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
462
462
  /**
@@ -472,7 +472,7 @@ export declare namespace ElectricalEnergyMeasurement {
472
472
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
473
473
  * indicated in StartTimestamp.
474
474
  *
475
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
475
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
476
476
  */
477
477
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
478
478
  /**
@@ -486,7 +486,7 @@ export declare namespace ElectricalEnergyMeasurement {
486
486
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
487
487
  * EndTimestamp.
488
488
  *
489
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
489
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
490
490
  */
491
491
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
492
492
  }>>;
@@ -494,7 +494,7 @@ export declare namespace ElectricalEnergyMeasurement {
494
494
  * This field shall be the value of PeriodicEnergyExported attribute at the timestamp indicated in its
495
495
  * EndTimestamp field, EndSystime field, or both.
496
496
  *
497
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.2.2
497
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2.2
498
498
  */
499
499
  energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
500
500
  /**
@@ -507,7 +507,7 @@ export declare namespace ElectricalEnergyMeasurement {
507
507
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
508
508
  * StartSystime and EndSystime fields, or both.
509
509
  *
510
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
510
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
511
511
  */
512
512
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
513
513
  /**
@@ -522,7 +522,7 @@ export declare namespace ElectricalEnergyMeasurement {
522
522
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
523
523
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
524
524
  *
525
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
525
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
526
526
  */
527
527
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
528
528
  /**
@@ -535,7 +535,7 @@ export declare namespace ElectricalEnergyMeasurement {
535
535
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
536
536
  * not have the capability of determining the time in UTC, this field shall be omitted.
537
537
  *
538
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
538
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
539
539
  */
540
540
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
541
541
  /**
@@ -551,7 +551,7 @@ export declare namespace ElectricalEnergyMeasurement {
551
551
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
552
552
  * indicated in StartTimestamp.
553
553
  *
554
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
554
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
555
555
  */
556
556
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
557
557
  /**
@@ -565,7 +565,7 @@ export declare namespace ElectricalEnergyMeasurement {
565
565
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
566
566
  * EndTimestamp.
567
567
  *
568
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
568
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
569
569
  */
570
570
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
571
571
  }>>;
@@ -573,7 +573,7 @@ export declare namespace ElectricalEnergyMeasurement {
573
573
  /**
574
574
  * Body of the ElectricalEnergyMeasurement periodicEnergyMeasured event
575
575
  *
576
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.2
576
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2
577
577
  */
578
578
  interface PeriodicEnergyMeasuredEvent extends TypeFromSchema<typeof TlvPeriodicEnergyMeasuredEvent> {
579
579
  }
@@ -598,7 +598,7 @@ export declare namespace ElectricalEnergyMeasurement {
598
598
  *
599
599
  * If the cumulative energy imported cannot currently be determined, a value of null shall be returned.
600
600
  *
601
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.6.2
601
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.6.2
602
602
  */
603
603
  readonly cumulativeEnergyImported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
604
604
  /**
@@ -611,7 +611,7 @@ export declare namespace ElectricalEnergyMeasurement {
611
611
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
612
612
  * StartSystime and EndSystime fields, or both.
613
613
  *
614
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
614
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
615
615
  */
616
616
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
617
617
  /**
@@ -626,7 +626,7 @@ export declare namespace ElectricalEnergyMeasurement {
626
626
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
627
627
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
628
628
  *
629
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
629
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
630
630
  */
631
631
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
632
632
  /**
@@ -639,7 +639,7 @@ export declare namespace ElectricalEnergyMeasurement {
639
639
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
640
640
  * not have the capability of determining the time in UTC, this field shall be omitted.
641
641
  *
642
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
642
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
643
643
  */
644
644
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
645
645
  /**
@@ -655,7 +655,7 @@ export declare namespace ElectricalEnergyMeasurement {
655
655
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
656
656
  * indicated in StartTimestamp.
657
657
  *
658
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
658
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
659
659
  */
660
660
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
661
661
  /**
@@ -669,7 +669,7 @@ export declare namespace ElectricalEnergyMeasurement {
669
669
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
670
670
  * EndTimestamp.
671
671
  *
672
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
672
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
673
673
  */
674
674
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
675
675
  }> | null, any>;
@@ -696,7 +696,7 @@ export declare namespace ElectricalEnergyMeasurement {
696
696
  *
697
697
  * If the cumulative energy exported cannot currently be determined, a value of null shall be returned.
698
698
  *
699
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.6.3
699
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.6.3
700
700
  */
701
701
  readonly cumulativeEnergyExported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
702
702
  /**
@@ -709,7 +709,7 @@ export declare namespace ElectricalEnergyMeasurement {
709
709
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
710
710
  * StartSystime and EndSystime fields, or both.
711
711
  *
712
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
712
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
713
713
  */
714
714
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
715
715
  /**
@@ -724,7 +724,7 @@ export declare namespace ElectricalEnergyMeasurement {
724
724
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
725
725
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
726
726
  *
727
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
727
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
728
728
  */
729
729
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
730
730
  /**
@@ -737,7 +737,7 @@ export declare namespace ElectricalEnergyMeasurement {
737
737
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
738
738
  * not have the capability of determining the time in UTC, this field shall be omitted.
739
739
  *
740
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
740
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
741
741
  */
742
742
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
743
743
  /**
@@ -753,7 +753,7 @@ export declare namespace ElectricalEnergyMeasurement {
753
753
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
754
754
  * indicated in StartTimestamp.
755
755
  *
756
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
756
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
757
757
  */
758
758
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
759
759
  /**
@@ -767,7 +767,7 @@ export declare namespace ElectricalEnergyMeasurement {
767
767
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
768
768
  * EndTimestamp.
769
769
  *
770
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
770
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
771
771
  */
772
772
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
773
773
  }> | null, any>;
@@ -794,7 +794,7 @@ export declare namespace ElectricalEnergyMeasurement {
794
794
  *
795
795
  * If the periodic energy imported cannot currently be determined, a value of null shall be returned.
796
796
  *
797
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.6.4
797
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.6.4
798
798
  */
799
799
  readonly periodicEnergyImported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
800
800
  /**
@@ -807,7 +807,7 @@ export declare namespace ElectricalEnergyMeasurement {
807
807
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
808
808
  * StartSystime and EndSystime fields, or both.
809
809
  *
810
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
810
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
811
811
  */
812
812
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
813
813
  /**
@@ -822,7 +822,7 @@ export declare namespace ElectricalEnergyMeasurement {
822
822
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
823
823
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
824
824
  *
825
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
825
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
826
826
  */
827
827
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
828
828
  /**
@@ -835,7 +835,7 @@ export declare namespace ElectricalEnergyMeasurement {
835
835
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
836
836
  * not have the capability of determining the time in UTC, this field shall be omitted.
837
837
  *
838
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
838
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
839
839
  */
840
840
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
841
841
  /**
@@ -851,7 +851,7 @@ export declare namespace ElectricalEnergyMeasurement {
851
851
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
852
852
  * indicated in StartTimestamp.
853
853
  *
854
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
854
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
855
855
  */
856
856
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
857
857
  /**
@@ -865,7 +865,7 @@ export declare namespace ElectricalEnergyMeasurement {
865
865
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
866
866
  * EndTimestamp.
867
867
  *
868
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
868
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
869
869
  */
870
870
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
871
871
  }> | null, any>;
@@ -892,7 +892,7 @@ export declare namespace ElectricalEnergyMeasurement {
892
892
  *
893
893
  * If the periodic energy exported cannot currently be determined, a value of null shall be returned.
894
894
  *
895
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.6.5
895
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.6.5
896
896
  */
897
897
  readonly periodicEnergyExported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
898
898
  /**
@@ -905,7 +905,7 @@ export declare namespace ElectricalEnergyMeasurement {
905
905
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
906
906
  * StartSystime and EndSystime fields, or both.
907
907
  *
908
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
908
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
909
909
  */
910
910
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
911
911
  /**
@@ -920,7 +920,7 @@ export declare namespace ElectricalEnergyMeasurement {
920
920
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
921
921
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
922
922
  *
923
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
923
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
924
924
  */
925
925
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
926
926
  /**
@@ -933,7 +933,7 @@ export declare namespace ElectricalEnergyMeasurement {
933
933
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
934
934
  * not have the capability of determining the time in UTC, this field shall be omitted.
935
935
  *
936
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
936
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
937
937
  */
938
938
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
939
939
  /**
@@ -949,7 +949,7 @@ export declare namespace ElectricalEnergyMeasurement {
949
949
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
950
950
  * indicated in StartTimestamp.
951
951
  *
952
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
952
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
953
953
  */
954
954
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
955
955
  /**
@@ -963,7 +963,7 @@ export declare namespace ElectricalEnergyMeasurement {
963
963
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
964
964
  * EndTimestamp.
965
965
  *
966
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
966
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
967
967
  */
968
968
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
969
969
  }> | null, any>;
@@ -977,7 +977,7 @@ export declare namespace ElectricalEnergyMeasurement {
977
977
  /**
978
978
  * Indicates when cumulative measurements were most recently zero.
979
979
  *
980
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.6.6
980
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.6.6
981
981
  */
982
982
  readonly cumulativeEnergyReset: OptionalAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
983
983
  /**
@@ -994,7 +994,7 @@ export declare namespace ElectricalEnergyMeasurement {
994
994
  * If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyImported attribute was most
995
995
  * recently zero cannot currently be determined, a value of null shall be returned.
996
996
  *
997
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.1
997
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.1
998
998
  */
999
999
  importedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
1000
1000
  /**
@@ -1011,7 +1011,7 @@ export declare namespace ElectricalEnergyMeasurement {
1011
1011
  * If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyExported attribute was most
1012
1012
  * recently zero cannot currently be determined, a value of null shall be returned.
1013
1013
  *
1014
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.2
1014
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.2
1015
1015
  */
1016
1016
  exportedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
1017
1017
  /**
@@ -1026,7 +1026,7 @@ export declare namespace ElectricalEnergyMeasurement {
1026
1026
  * CumulativeEnergyImported attribute was most recently zero, this field may be omitted; if it is indicated, its
1027
1027
  * value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
1028
1028
  *
1029
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.3
1029
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.3
1030
1030
  */
1031
1031
  importedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
1032
1032
  /**
@@ -1041,7 +1041,7 @@ export declare namespace ElectricalEnergyMeasurement {
1041
1041
  * CumulativeEnergyExported attribute was most recently zero, this field may be omitted; if it is indicated, its
1042
1042
  * value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
1043
1043
  *
1044
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.4
1044
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.4
1045
1045
  */
1046
1046
  exportedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
1047
1047
  }> | null, any>;
@@ -1052,14 +1052,14 @@ export declare namespace ElectricalEnergyMeasurement {
1052
1052
  * server, exported from the server, or both, but not more frequently than the rate mentioned in the
1053
1053
  * description above of the related attribute.
1054
1054
  *
1055
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.1
1055
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1
1056
1056
  */
1057
1057
  readonly cumulativeEnergyMeasured: Event<import("../tlv/TlvObject.js").TypeFromFields<{
1058
1058
  /**
1059
1059
  * This field shall be the value of CumulativeEnergyImported attribute at the timestamp indicated in its
1060
1060
  * EndTimestamp field, EndSystime field, or both.
1061
1061
  *
1062
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.1.1
1062
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1.1
1063
1063
  */
1064
1064
  energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1065
1065
  /**
@@ -1072,7 +1072,7 @@ export declare namespace ElectricalEnergyMeasurement {
1072
1072
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
1073
1073
  * StartSystime and EndSystime fields, or both.
1074
1074
  *
1075
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
1075
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
1076
1076
  */
1077
1077
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1078
1078
  /**
@@ -1087,7 +1087,7 @@ export declare namespace ElectricalEnergyMeasurement {
1087
1087
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
1088
1088
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
1089
1089
  *
1090
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
1090
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
1091
1091
  */
1092
1092
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1093
1093
  /**
@@ -1100,7 +1100,7 @@ export declare namespace ElectricalEnergyMeasurement {
1100
1100
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
1101
1101
  * not have the capability of determining the time in UTC, this field shall be omitted.
1102
1102
  *
1103
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
1103
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
1104
1104
  */
1105
1105
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1106
1106
  /**
@@ -1116,7 +1116,7 @@ export declare namespace ElectricalEnergyMeasurement {
1116
1116
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
1117
1117
  * indicated in StartTimestamp.
1118
1118
  *
1119
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
1119
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
1120
1120
  */
1121
1121
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1122
1122
  /**
@@ -1130,7 +1130,7 @@ export declare namespace ElectricalEnergyMeasurement {
1130
1130
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
1131
1131
  * EndTimestamp.
1132
1132
  *
1133
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
1133
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
1134
1134
  */
1135
1135
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1136
1136
  }>>;
@@ -1138,7 +1138,7 @@ export declare namespace ElectricalEnergyMeasurement {
1138
1138
  * This field shall be the value of CumulativeEnergyExported attribute at the timestamp indicated in its
1139
1139
  * EndTimestamp field, EndSystime field, or both.
1140
1140
  *
1141
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.1.2
1141
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1.2
1142
1142
  */
1143
1143
  energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1144
1144
  /**
@@ -1151,7 +1151,7 @@ export declare namespace ElectricalEnergyMeasurement {
1151
1151
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
1152
1152
  * StartSystime and EndSystime fields, or both.
1153
1153
  *
1154
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
1154
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
1155
1155
  */
1156
1156
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1157
1157
  /**
@@ -1166,7 +1166,7 @@ export declare namespace ElectricalEnergyMeasurement {
1166
1166
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
1167
1167
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
1168
1168
  *
1169
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
1169
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
1170
1170
  */
1171
1171
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1172
1172
  /**
@@ -1179,7 +1179,7 @@ export declare namespace ElectricalEnergyMeasurement {
1179
1179
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
1180
1180
  * not have the capability of determining the time in UTC, this field shall be omitted.
1181
1181
  *
1182
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
1182
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
1183
1183
  */
1184
1184
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1185
1185
  /**
@@ -1195,7 +1195,7 @@ export declare namespace ElectricalEnergyMeasurement {
1195
1195
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
1196
1196
  * indicated in StartTimestamp.
1197
1197
  *
1198
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
1198
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
1199
1199
  */
1200
1200
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1201
1201
  /**
@@ -1209,7 +1209,7 @@ export declare namespace ElectricalEnergyMeasurement {
1209
1209
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
1210
1210
  * EndTimestamp.
1211
1211
  *
1212
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
1212
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
1213
1213
  */
1214
1214
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1215
1215
  }>>;
@@ -1225,14 +1225,14 @@ export declare namespace ElectricalEnergyMeasurement {
1225
1225
  * This event shall be generated when the server reaches the end of a reporting period for imported energy,
1226
1226
  * exported energy, or both.
1227
1227
  *
1228
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.2
1228
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2
1229
1229
  */
1230
1230
  readonly periodicEnergyMeasured: Event<import("../tlv/TlvObject.js").TypeFromFields<{
1231
1231
  /**
1232
1232
  * This field shall be the value of PeriodicEnergyImported attribute at the timestamp indicated in its
1233
1233
  * EndTimestamp field, EndSystime field, or both.
1234
1234
  *
1235
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.2.1
1235
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2.1
1236
1236
  */
1237
1237
  energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1238
1238
  /**
@@ -1245,7 +1245,7 @@ export declare namespace ElectricalEnergyMeasurement {
1245
1245
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
1246
1246
  * StartSystime and EndSystime fields, or both.
1247
1247
  *
1248
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
1248
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
1249
1249
  */
1250
1250
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1251
1251
  /**
@@ -1260,7 +1260,7 @@ export declare namespace ElectricalEnergyMeasurement {
1260
1260
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
1261
1261
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
1262
1262
  *
1263
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
1263
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
1264
1264
  */
1265
1265
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1266
1266
  /**
@@ -1273,7 +1273,7 @@ export declare namespace ElectricalEnergyMeasurement {
1273
1273
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
1274
1274
  * not have the capability of determining the time in UTC, this field shall be omitted.
1275
1275
  *
1276
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
1276
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
1277
1277
  */
1278
1278
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1279
1279
  /**
@@ -1289,7 +1289,7 @@ export declare namespace ElectricalEnergyMeasurement {
1289
1289
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
1290
1290
  * indicated in StartTimestamp.
1291
1291
  *
1292
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
1292
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
1293
1293
  */
1294
1294
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1295
1295
  /**
@@ -1303,7 +1303,7 @@ export declare namespace ElectricalEnergyMeasurement {
1303
1303
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
1304
1304
  * EndTimestamp.
1305
1305
  *
1306
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
1306
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
1307
1307
  */
1308
1308
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1309
1309
  }>>;
@@ -1311,7 +1311,7 @@ export declare namespace ElectricalEnergyMeasurement {
1311
1311
  * This field shall be the value of PeriodicEnergyExported attribute at the timestamp indicated in its
1312
1312
  * EndTimestamp field, EndSystime field, or both.
1313
1313
  *
1314
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.2.2
1314
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2.2
1315
1315
  */
1316
1316
  energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1317
1317
  /**
@@ -1324,7 +1324,7 @@ export declare namespace ElectricalEnergyMeasurement {
1324
1324
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
1325
1325
  * StartSystime and EndSystime fields, or both.
1326
1326
  *
1327
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
1327
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
1328
1328
  */
1329
1329
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1330
1330
  /**
@@ -1339,7 +1339,7 @@ export declare namespace ElectricalEnergyMeasurement {
1339
1339
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
1340
1340
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
1341
1341
  *
1342
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
1342
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
1343
1343
  */
1344
1344
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1345
1345
  /**
@@ -1352,7 +1352,7 @@ export declare namespace ElectricalEnergyMeasurement {
1352
1352
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
1353
1353
  * not have the capability of determining the time in UTC, this field shall be omitted.
1354
1354
  *
1355
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
1355
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
1356
1356
  */
1357
1357
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1358
1358
  /**
@@ -1368,7 +1368,7 @@ export declare namespace ElectricalEnergyMeasurement {
1368
1368
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
1369
1369
  * indicated in StartTimestamp.
1370
1370
  *
1371
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
1371
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
1372
1372
  */
1373
1373
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1374
1374
  /**
@@ -1382,7 +1382,7 @@ export declare namespace ElectricalEnergyMeasurement {
1382
1382
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
1383
1383
  * EndTimestamp.
1384
1384
  *
1385
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
1385
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
1386
1386
  */
1387
1387
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1388
1388
  }>>;
@@ -1400,13 +1400,13 @@ export declare namespace ElectricalEnergyMeasurement {
1400
1400
  /**
1401
1401
  * The feature indicates the server is capable of measuring how much energy is imported by the server.
1402
1402
  *
1403
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.4.1
1403
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.4.1
1404
1404
  */
1405
1405
  readonly importedEnergy: BitFlag;
1406
1406
  /**
1407
1407
  * The feature indicates the server is capable of measuring how much energy is exported by the server.
1408
1408
  *
1409
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.4.2
1409
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.4.2
1410
1410
  */
1411
1411
  readonly exportedEnergy: BitFlag;
1412
1412
  /**
@@ -1415,7 +1415,7 @@ export declare namespace ElectricalEnergyMeasurement {
1415
1415
  * updated to include this feature, when a device’s firmware is updated to correct measurement errors, or
1416
1416
  * when a device is factory reset.
1417
1417
  *
1418
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.4.3
1418
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.4.3
1419
1419
  */
1420
1420
  readonly cumulativeEnergy: BitFlag;
1421
1421
  /**
@@ -1423,7 +1423,7 @@ export declare namespace ElectricalEnergyMeasurement {
1423
1423
  * the server during a certain period of time. The start and end times for measurement periods shall be
1424
1424
  * determined by the server, and may represent overlapping periods.
1425
1425
  *
1426
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.4.4
1426
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.4.4
1427
1427
  */
1428
1428
  readonly periodicEnergy: BitFlag;
1429
1429
  };
@@ -1432,7 +1432,7 @@ export declare namespace ElectricalEnergyMeasurement {
1432
1432
  * Indicates the accuracy of energy measurement by this server. The value of the MeasurementType field on
1433
1433
  * this MeasurementAccuracyStruct shall be ElectricalEnergy.
1434
1434
  *
1435
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.6.1
1435
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.6.1
1436
1436
  */
1437
1437
  readonly accuracy: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
1438
1438
  measurementType: import("../tlv/TlvObject.js").FieldType<import("../index.js").MeasurementType>;
@@ -1477,7 +1477,7 @@ export declare namespace ElectricalEnergyMeasurement {
1477
1477
  *
1478
1478
  * If the cumulative energy imported cannot currently be determined, a value of null shall be returned.
1479
1479
  *
1480
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.6.2
1480
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.6.2
1481
1481
  */
1482
1482
  readonly cumulativeEnergyImported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1483
1483
  /**
@@ -1490,7 +1490,7 @@ export declare namespace ElectricalEnergyMeasurement {
1490
1490
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
1491
1491
  * StartSystime and EndSystime fields, or both.
1492
1492
  *
1493
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
1493
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
1494
1494
  */
1495
1495
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1496
1496
  /**
@@ -1505,7 +1505,7 @@ export declare namespace ElectricalEnergyMeasurement {
1505
1505
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
1506
1506
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
1507
1507
  *
1508
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
1508
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
1509
1509
  */
1510
1510
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1511
1511
  /**
@@ -1518,7 +1518,7 @@ export declare namespace ElectricalEnergyMeasurement {
1518
1518
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
1519
1519
  * not have the capability of determining the time in UTC, this field shall be omitted.
1520
1520
  *
1521
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
1521
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
1522
1522
  */
1523
1523
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1524
1524
  /**
@@ -1534,7 +1534,7 @@ export declare namespace ElectricalEnergyMeasurement {
1534
1534
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
1535
1535
  * indicated in StartTimestamp.
1536
1536
  *
1537
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
1537
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
1538
1538
  */
1539
1539
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1540
1540
  /**
@@ -1548,7 +1548,7 @@ export declare namespace ElectricalEnergyMeasurement {
1548
1548
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
1549
1549
  * EndTimestamp.
1550
1550
  *
1551
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
1551
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
1552
1552
  */
1553
1553
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1554
1554
  }> | null, any>;
@@ -1576,7 +1576,7 @@ export declare namespace ElectricalEnergyMeasurement {
1576
1576
  *
1577
1577
  * If the cumulative energy exported cannot currently be determined, a value of null shall be returned.
1578
1578
  *
1579
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.6.3
1579
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.6.3
1580
1580
  */
1581
1581
  readonly cumulativeEnergyExported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1582
1582
  /**
@@ -1589,7 +1589,7 @@ export declare namespace ElectricalEnergyMeasurement {
1589
1589
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
1590
1590
  * StartSystime and EndSystime fields, or both.
1591
1591
  *
1592
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
1592
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
1593
1593
  */
1594
1594
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1595
1595
  /**
@@ -1604,7 +1604,7 @@ export declare namespace ElectricalEnergyMeasurement {
1604
1604
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
1605
1605
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
1606
1606
  *
1607
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
1607
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
1608
1608
  */
1609
1609
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1610
1610
  /**
@@ -1617,7 +1617,7 @@ export declare namespace ElectricalEnergyMeasurement {
1617
1617
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
1618
1618
  * not have the capability of determining the time in UTC, this field shall be omitted.
1619
1619
  *
1620
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
1620
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
1621
1621
  */
1622
1622
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1623
1623
  /**
@@ -1633,7 +1633,7 @@ export declare namespace ElectricalEnergyMeasurement {
1633
1633
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
1634
1634
  * indicated in StartTimestamp.
1635
1635
  *
1636
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
1636
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
1637
1637
  */
1638
1638
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1639
1639
  /**
@@ -1647,7 +1647,7 @@ export declare namespace ElectricalEnergyMeasurement {
1647
1647
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
1648
1648
  * EndTimestamp.
1649
1649
  *
1650
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
1650
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
1651
1651
  */
1652
1652
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1653
1653
  }> | null, any>;
@@ -1675,7 +1675,7 @@ export declare namespace ElectricalEnergyMeasurement {
1675
1675
  *
1676
1676
  * If the periodic energy imported cannot currently be determined, a value of null shall be returned.
1677
1677
  *
1678
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.6.4
1678
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.6.4
1679
1679
  */
1680
1680
  readonly periodicEnergyImported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1681
1681
  /**
@@ -1688,7 +1688,7 @@ export declare namespace ElectricalEnergyMeasurement {
1688
1688
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
1689
1689
  * StartSystime and EndSystime fields, or both.
1690
1690
  *
1691
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
1691
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
1692
1692
  */
1693
1693
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1694
1694
  /**
@@ -1703,7 +1703,7 @@ export declare namespace ElectricalEnergyMeasurement {
1703
1703
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
1704
1704
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
1705
1705
  *
1706
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
1706
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
1707
1707
  */
1708
1708
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1709
1709
  /**
@@ -1716,7 +1716,7 @@ export declare namespace ElectricalEnergyMeasurement {
1716
1716
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
1717
1717
  * not have the capability of determining the time in UTC, this field shall be omitted.
1718
1718
  *
1719
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
1719
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
1720
1720
  */
1721
1721
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1722
1722
  /**
@@ -1732,7 +1732,7 @@ export declare namespace ElectricalEnergyMeasurement {
1732
1732
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
1733
1733
  * indicated in StartTimestamp.
1734
1734
  *
1735
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
1735
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
1736
1736
  */
1737
1737
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1738
1738
  /**
@@ -1746,7 +1746,7 @@ export declare namespace ElectricalEnergyMeasurement {
1746
1746
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
1747
1747
  * EndTimestamp.
1748
1748
  *
1749
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
1749
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
1750
1750
  */
1751
1751
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1752
1752
  }> | null, any>;
@@ -1774,7 +1774,7 @@ export declare namespace ElectricalEnergyMeasurement {
1774
1774
  *
1775
1775
  * If the periodic energy exported cannot currently be determined, a value of null shall be returned.
1776
1776
  *
1777
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.6.5
1777
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.6.5
1778
1778
  */
1779
1779
  readonly periodicEnergyExported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1780
1780
  /**
@@ -1787,7 +1787,7 @@ export declare namespace ElectricalEnergyMeasurement {
1787
1787
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
1788
1788
  * StartSystime and EndSystime fields, or both.
1789
1789
  *
1790
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
1790
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
1791
1791
  */
1792
1792
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1793
1793
  /**
@@ -1802,7 +1802,7 @@ export declare namespace ElectricalEnergyMeasurement {
1802
1802
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
1803
1803
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
1804
1804
  *
1805
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
1805
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
1806
1806
  */
1807
1807
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1808
1808
  /**
@@ -1815,7 +1815,7 @@ export declare namespace ElectricalEnergyMeasurement {
1815
1815
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
1816
1816
  * not have the capability of determining the time in UTC, this field shall be omitted.
1817
1817
  *
1818
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
1818
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
1819
1819
  */
1820
1820
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1821
1821
  /**
@@ -1831,7 +1831,7 @@ export declare namespace ElectricalEnergyMeasurement {
1831
1831
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
1832
1832
  * indicated in StartTimestamp.
1833
1833
  *
1834
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
1834
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
1835
1835
  */
1836
1836
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1837
1837
  /**
@@ -1845,7 +1845,7 @@ export declare namespace ElectricalEnergyMeasurement {
1845
1845
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
1846
1846
  * EndTimestamp.
1847
1847
  *
1848
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
1848
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
1849
1849
  */
1850
1850
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1851
1851
  }> | null, any>;
@@ -1860,7 +1860,7 @@ export declare namespace ElectricalEnergyMeasurement {
1860
1860
  /**
1861
1861
  * Indicates when cumulative measurements were most recently zero.
1862
1862
  *
1863
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.6.6
1863
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.6.6
1864
1864
  */
1865
1865
  readonly cumulativeEnergyReset: OptionalAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
1866
1866
  /**
@@ -1877,7 +1877,7 @@ export declare namespace ElectricalEnergyMeasurement {
1877
1877
  * If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyImported attribute was most
1878
1878
  * recently zero cannot currently be determined, a value of null shall be returned.
1879
1879
  *
1880
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.1
1880
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.1
1881
1881
  */
1882
1882
  importedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
1883
1883
  /**
@@ -1894,7 +1894,7 @@ export declare namespace ElectricalEnergyMeasurement {
1894
1894
  * If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyExported attribute was most
1895
1895
  * recently zero cannot currently be determined, a value of null shall be returned.
1896
1896
  *
1897
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.2
1897
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.2
1898
1898
  */
1899
1899
  exportedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
1900
1900
  /**
@@ -1909,7 +1909,7 @@ export declare namespace ElectricalEnergyMeasurement {
1909
1909
  * CumulativeEnergyImported attribute was most recently zero, this field may be omitted; if it is indicated, its
1910
1910
  * value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
1911
1911
  *
1912
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.3
1912
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.3
1913
1913
  */
1914
1914
  importedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
1915
1915
  /**
@@ -1924,7 +1924,7 @@ export declare namespace ElectricalEnergyMeasurement {
1924
1924
  * CumulativeEnergyExported attribute was most recently zero, this field may be omitted; if it is indicated, its
1925
1925
  * value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
1926
1926
  *
1927
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.4
1927
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.4
1928
1928
  */
1929
1929
  exportedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
1930
1930
  }> | null, any>;
@@ -1935,14 +1935,14 @@ export declare namespace ElectricalEnergyMeasurement {
1935
1935
  * server, exported from the server, or both, but not more frequently than the rate mentioned in the
1936
1936
  * description above of the related attribute.
1937
1937
  *
1938
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.1
1938
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1
1939
1939
  */
1940
1940
  readonly cumulativeEnergyMeasured: Event<import("../tlv/TlvObject.js").TypeFromFields<{
1941
1941
  /**
1942
1942
  * This field shall be the value of CumulativeEnergyImported attribute at the timestamp indicated in its
1943
1943
  * EndTimestamp field, EndSystime field, or both.
1944
1944
  *
1945
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.1.1
1945
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1.1
1946
1946
  */
1947
1947
  energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1948
1948
  /**
@@ -1955,7 +1955,7 @@ export declare namespace ElectricalEnergyMeasurement {
1955
1955
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
1956
1956
  * StartSystime and EndSystime fields, or both.
1957
1957
  *
1958
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
1958
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
1959
1959
  */
1960
1960
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1961
1961
  /**
@@ -1970,7 +1970,7 @@ export declare namespace ElectricalEnergyMeasurement {
1970
1970
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
1971
1971
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
1972
1972
  *
1973
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
1973
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
1974
1974
  */
1975
1975
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1976
1976
  /**
@@ -1983,7 +1983,7 @@ export declare namespace ElectricalEnergyMeasurement {
1983
1983
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
1984
1984
  * not have the capability of determining the time in UTC, this field shall be omitted.
1985
1985
  *
1986
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
1986
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
1987
1987
  */
1988
1988
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1989
1989
  /**
@@ -1999,7 +1999,7 @@ export declare namespace ElectricalEnergyMeasurement {
1999
1999
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
2000
2000
  * indicated in StartTimestamp.
2001
2001
  *
2002
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
2002
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
2003
2003
  */
2004
2004
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2005
2005
  /**
@@ -2013,7 +2013,7 @@ export declare namespace ElectricalEnergyMeasurement {
2013
2013
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
2014
2014
  * EndTimestamp.
2015
2015
  *
2016
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
2016
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
2017
2017
  */
2018
2018
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2019
2019
  }>>;
@@ -2021,7 +2021,7 @@ export declare namespace ElectricalEnergyMeasurement {
2021
2021
  * This field shall be the value of CumulativeEnergyExported attribute at the timestamp indicated in its
2022
2022
  * EndTimestamp field, EndSystime field, or both.
2023
2023
  *
2024
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.1.2
2024
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1.2
2025
2025
  */
2026
2026
  energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2027
2027
  /**
@@ -2034,7 +2034,7 @@ export declare namespace ElectricalEnergyMeasurement {
2034
2034
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
2035
2035
  * StartSystime and EndSystime fields, or both.
2036
2036
  *
2037
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
2037
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
2038
2038
  */
2039
2039
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2040
2040
  /**
@@ -2049,7 +2049,7 @@ export declare namespace ElectricalEnergyMeasurement {
2049
2049
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
2050
2050
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
2051
2051
  *
2052
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
2052
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
2053
2053
  */
2054
2054
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2055
2055
  /**
@@ -2062,7 +2062,7 @@ export declare namespace ElectricalEnergyMeasurement {
2062
2062
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
2063
2063
  * not have the capability of determining the time in UTC, this field shall be omitted.
2064
2064
  *
2065
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
2065
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
2066
2066
  */
2067
2067
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2068
2068
  /**
@@ -2078,7 +2078,7 @@ export declare namespace ElectricalEnergyMeasurement {
2078
2078
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
2079
2079
  * indicated in StartTimestamp.
2080
2080
  *
2081
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
2081
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
2082
2082
  */
2083
2083
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2084
2084
  /**
@@ -2092,7 +2092,7 @@ export declare namespace ElectricalEnergyMeasurement {
2092
2092
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
2093
2093
  * EndTimestamp.
2094
2094
  *
2095
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
2095
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
2096
2096
  */
2097
2097
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2098
2098
  }>>;
@@ -2109,14 +2109,14 @@ export declare namespace ElectricalEnergyMeasurement {
2109
2109
  * This event shall be generated when the server reaches the end of a reporting period for imported energy,
2110
2110
  * exported energy, or both.
2111
2111
  *
2112
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.2
2112
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2
2113
2113
  */
2114
2114
  readonly periodicEnergyMeasured: Event<import("../tlv/TlvObject.js").TypeFromFields<{
2115
2115
  /**
2116
2116
  * This field shall be the value of PeriodicEnergyImported attribute at the timestamp indicated in its
2117
2117
  * EndTimestamp field, EndSystime field, or both.
2118
2118
  *
2119
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.2.1
2119
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2.1
2120
2120
  */
2121
2121
  energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2122
2122
  /**
@@ -2129,7 +2129,7 @@ export declare namespace ElectricalEnergyMeasurement {
2129
2129
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
2130
2130
  * StartSystime and EndSystime fields, or both.
2131
2131
  *
2132
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
2132
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
2133
2133
  */
2134
2134
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2135
2135
  /**
@@ -2144,7 +2144,7 @@ export declare namespace ElectricalEnergyMeasurement {
2144
2144
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
2145
2145
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
2146
2146
  *
2147
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
2147
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
2148
2148
  */
2149
2149
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2150
2150
  /**
@@ -2157,7 +2157,7 @@ export declare namespace ElectricalEnergyMeasurement {
2157
2157
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
2158
2158
  * not have the capability of determining the time in UTC, this field shall be omitted.
2159
2159
  *
2160
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
2160
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
2161
2161
  */
2162
2162
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2163
2163
  /**
@@ -2173,7 +2173,7 @@ export declare namespace ElectricalEnergyMeasurement {
2173
2173
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
2174
2174
  * indicated in StartTimestamp.
2175
2175
  *
2176
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
2176
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
2177
2177
  */
2178
2178
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2179
2179
  /**
@@ -2187,7 +2187,7 @@ export declare namespace ElectricalEnergyMeasurement {
2187
2187
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
2188
2188
  * EndTimestamp.
2189
2189
  *
2190
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
2190
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
2191
2191
  */
2192
2192
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2193
2193
  }>>;
@@ -2195,7 +2195,7 @@ export declare namespace ElectricalEnergyMeasurement {
2195
2195
  * This field shall be the value of PeriodicEnergyExported attribute at the timestamp indicated in its
2196
2196
  * EndTimestamp field, EndSystime field, or both.
2197
2197
  *
2198
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.2.2
2198
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2.2
2199
2199
  */
2200
2200
  energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2201
2201
  /**
@@ -2208,7 +2208,7 @@ export declare namespace ElectricalEnergyMeasurement {
2208
2208
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
2209
2209
  * StartSystime and EndSystime fields, or both.
2210
2210
  *
2211
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
2211
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
2212
2212
  */
2213
2213
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2214
2214
  /**
@@ -2223,7 +2223,7 @@ export declare namespace ElectricalEnergyMeasurement {
2223
2223
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
2224
2224
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
2225
2225
  *
2226
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
2226
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
2227
2227
  */
2228
2228
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2229
2229
  /**
@@ -2236,7 +2236,7 @@ export declare namespace ElectricalEnergyMeasurement {
2236
2236
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
2237
2237
  * not have the capability of determining the time in UTC, this field shall be omitted.
2238
2238
  *
2239
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
2239
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
2240
2240
  */
2241
2241
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2242
2242
  /**
@@ -2252,7 +2252,7 @@ export declare namespace ElectricalEnergyMeasurement {
2252
2252
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
2253
2253
  * indicated in StartTimestamp.
2254
2254
  *
2255
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
2255
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
2256
2256
  */
2257
2257
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2258
2258
  /**
@@ -2266,7 +2266,7 @@ export declare namespace ElectricalEnergyMeasurement {
2266
2266
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
2267
2267
  * EndTimestamp.
2268
2268
  *
2269
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
2269
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
2270
2270
  */
2271
2271
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2272
2272
  }>>;
@@ -2298,13 +2298,13 @@ export declare namespace ElectricalEnergyMeasurement {
2298
2298
  /**
2299
2299
  * The feature indicates the server is capable of measuring how much energy is imported by the server.
2300
2300
  *
2301
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.4.1
2301
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.4.1
2302
2302
  */
2303
2303
  readonly importedEnergy: BitFlag;
2304
2304
  /**
2305
2305
  * The feature indicates the server is capable of measuring how much energy is exported by the server.
2306
2306
  *
2307
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.4.2
2307
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.4.2
2308
2308
  */
2309
2309
  readonly exportedEnergy: BitFlag;
2310
2310
  /**
@@ -2313,7 +2313,7 @@ export declare namespace ElectricalEnergyMeasurement {
2313
2313
  * updated to include this feature, when a device’s firmware is updated to correct measurement errors, or
2314
2314
  * when a device is factory reset.
2315
2315
  *
2316
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.4.3
2316
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.4.3
2317
2317
  */
2318
2318
  readonly cumulativeEnergy: BitFlag;
2319
2319
  /**
@@ -2321,7 +2321,7 @@ export declare namespace ElectricalEnergyMeasurement {
2321
2321
  * the server during a certain period of time. The start and end times for measurement periods shall be
2322
2322
  * determined by the server, and may represent overlapping periods.
2323
2323
  *
2324
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.4.4
2324
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.4.4
2325
2325
  */
2326
2326
  readonly periodicEnergy: BitFlag;
2327
2327
  };
@@ -2330,7 +2330,7 @@ export declare namespace ElectricalEnergyMeasurement {
2330
2330
  * Indicates the accuracy of energy measurement by this server. The value of the MeasurementType field on
2331
2331
  * this MeasurementAccuracyStruct shall be ElectricalEnergy.
2332
2332
  *
2333
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.6.1
2333
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.6.1
2334
2334
  */
2335
2335
  readonly accuracy: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
2336
2336
  measurementType: import("../tlv/TlvObject.js").FieldType<import("../index.js").MeasurementType>;
@@ -2375,7 +2375,7 @@ export declare namespace ElectricalEnergyMeasurement {
2375
2375
  *
2376
2376
  * If the cumulative energy imported cannot currently be determined, a value of null shall be returned.
2377
2377
  *
2378
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.6.2
2378
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.6.2
2379
2379
  */
2380
2380
  readonly cumulativeEnergyImported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
2381
2381
  /**
@@ -2388,7 +2388,7 @@ export declare namespace ElectricalEnergyMeasurement {
2388
2388
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
2389
2389
  * StartSystime and EndSystime fields, or both.
2390
2390
  *
2391
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
2391
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
2392
2392
  */
2393
2393
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2394
2394
  /**
@@ -2403,7 +2403,7 @@ export declare namespace ElectricalEnergyMeasurement {
2403
2403
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
2404
2404
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
2405
2405
  *
2406
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
2406
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
2407
2407
  */
2408
2408
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2409
2409
  /**
@@ -2416,7 +2416,7 @@ export declare namespace ElectricalEnergyMeasurement {
2416
2416
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
2417
2417
  * not have the capability of determining the time in UTC, this field shall be omitted.
2418
2418
  *
2419
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
2419
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
2420
2420
  */
2421
2421
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2422
2422
  /**
@@ -2432,7 +2432,7 @@ export declare namespace ElectricalEnergyMeasurement {
2432
2432
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
2433
2433
  * indicated in StartTimestamp.
2434
2434
  *
2435
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
2435
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
2436
2436
  */
2437
2437
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2438
2438
  /**
@@ -2446,7 +2446,7 @@ export declare namespace ElectricalEnergyMeasurement {
2446
2446
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
2447
2447
  * EndTimestamp.
2448
2448
  *
2449
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
2449
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
2450
2450
  */
2451
2451
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2452
2452
  }> | null, any>;
@@ -2474,7 +2474,7 @@ export declare namespace ElectricalEnergyMeasurement {
2474
2474
  *
2475
2475
  * If the cumulative energy exported cannot currently be determined, a value of null shall be returned.
2476
2476
  *
2477
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.6.3
2477
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.6.3
2478
2478
  */
2479
2479
  readonly cumulativeEnergyExported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
2480
2480
  /**
@@ -2487,7 +2487,7 @@ export declare namespace ElectricalEnergyMeasurement {
2487
2487
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
2488
2488
  * StartSystime and EndSystime fields, or both.
2489
2489
  *
2490
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
2490
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
2491
2491
  */
2492
2492
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2493
2493
  /**
@@ -2502,7 +2502,7 @@ export declare namespace ElectricalEnergyMeasurement {
2502
2502
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
2503
2503
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
2504
2504
  *
2505
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
2505
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
2506
2506
  */
2507
2507
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2508
2508
  /**
@@ -2515,7 +2515,7 @@ export declare namespace ElectricalEnergyMeasurement {
2515
2515
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
2516
2516
  * not have the capability of determining the time in UTC, this field shall be omitted.
2517
2517
  *
2518
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
2518
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
2519
2519
  */
2520
2520
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2521
2521
  /**
@@ -2531,7 +2531,7 @@ export declare namespace ElectricalEnergyMeasurement {
2531
2531
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
2532
2532
  * indicated in StartTimestamp.
2533
2533
  *
2534
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
2534
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
2535
2535
  */
2536
2536
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2537
2537
  /**
@@ -2545,7 +2545,7 @@ export declare namespace ElectricalEnergyMeasurement {
2545
2545
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
2546
2546
  * EndTimestamp.
2547
2547
  *
2548
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
2548
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
2549
2549
  */
2550
2550
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2551
2551
  }> | null, any>;
@@ -2573,7 +2573,7 @@ export declare namespace ElectricalEnergyMeasurement {
2573
2573
  *
2574
2574
  * If the periodic energy imported cannot currently be determined, a value of null shall be returned.
2575
2575
  *
2576
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.6.4
2576
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.6.4
2577
2577
  */
2578
2578
  readonly periodicEnergyImported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
2579
2579
  /**
@@ -2586,7 +2586,7 @@ export declare namespace ElectricalEnergyMeasurement {
2586
2586
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
2587
2587
  * StartSystime and EndSystime fields, or both.
2588
2588
  *
2589
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
2589
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
2590
2590
  */
2591
2591
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2592
2592
  /**
@@ -2601,7 +2601,7 @@ export declare namespace ElectricalEnergyMeasurement {
2601
2601
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
2602
2602
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
2603
2603
  *
2604
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
2604
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
2605
2605
  */
2606
2606
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2607
2607
  /**
@@ -2614,7 +2614,7 @@ export declare namespace ElectricalEnergyMeasurement {
2614
2614
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
2615
2615
  * not have the capability of determining the time in UTC, this field shall be omitted.
2616
2616
  *
2617
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
2617
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
2618
2618
  */
2619
2619
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2620
2620
  /**
@@ -2630,7 +2630,7 @@ export declare namespace ElectricalEnergyMeasurement {
2630
2630
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
2631
2631
  * indicated in StartTimestamp.
2632
2632
  *
2633
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
2633
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
2634
2634
  */
2635
2635
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2636
2636
  /**
@@ -2644,7 +2644,7 @@ export declare namespace ElectricalEnergyMeasurement {
2644
2644
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
2645
2645
  * EndTimestamp.
2646
2646
  *
2647
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
2647
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
2648
2648
  */
2649
2649
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2650
2650
  }> | null, any>;
@@ -2672,7 +2672,7 @@ export declare namespace ElectricalEnergyMeasurement {
2672
2672
  *
2673
2673
  * If the periodic energy exported cannot currently be determined, a value of null shall be returned.
2674
2674
  *
2675
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.6.5
2675
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.6.5
2676
2676
  */
2677
2677
  readonly periodicEnergyExported: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
2678
2678
  /**
@@ -2685,7 +2685,7 @@ export declare namespace ElectricalEnergyMeasurement {
2685
2685
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
2686
2686
  * StartSystime and EndSystime fields, or both.
2687
2687
  *
2688
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
2688
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
2689
2689
  */
2690
2690
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2691
2691
  /**
@@ -2700,7 +2700,7 @@ export declare namespace ElectricalEnergyMeasurement {
2700
2700
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
2701
2701
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
2702
2702
  *
2703
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
2703
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
2704
2704
  */
2705
2705
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2706
2706
  /**
@@ -2713,7 +2713,7 @@ export declare namespace ElectricalEnergyMeasurement {
2713
2713
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
2714
2714
  * not have the capability of determining the time in UTC, this field shall be omitted.
2715
2715
  *
2716
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
2716
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
2717
2717
  */
2718
2718
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2719
2719
  /**
@@ -2729,7 +2729,7 @@ export declare namespace ElectricalEnergyMeasurement {
2729
2729
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
2730
2730
  * indicated in StartTimestamp.
2731
2731
  *
2732
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
2732
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
2733
2733
  */
2734
2734
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2735
2735
  /**
@@ -2743,7 +2743,7 @@ export declare namespace ElectricalEnergyMeasurement {
2743
2743
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
2744
2744
  * EndTimestamp.
2745
2745
  *
2746
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
2746
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
2747
2747
  */
2748
2748
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2749
2749
  }> | null, any>;
@@ -2758,7 +2758,7 @@ export declare namespace ElectricalEnergyMeasurement {
2758
2758
  /**
2759
2759
  * Indicates when cumulative measurements were most recently zero.
2760
2760
  *
2761
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.6.6
2761
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.6.6
2762
2762
  */
2763
2763
  readonly cumulativeEnergyReset: OptionalAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
2764
2764
  /**
@@ -2775,7 +2775,7 @@ export declare namespace ElectricalEnergyMeasurement {
2775
2775
  * If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyImported attribute was most
2776
2776
  * recently zero cannot currently be determined, a value of null shall be returned.
2777
2777
  *
2778
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.1
2778
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.1
2779
2779
  */
2780
2780
  importedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
2781
2781
  /**
@@ -2792,7 +2792,7 @@ export declare namespace ElectricalEnergyMeasurement {
2792
2792
  * If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyExported attribute was most
2793
2793
  * recently zero cannot currently be determined, a value of null shall be returned.
2794
2794
  *
2795
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.2
2795
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.2
2796
2796
  */
2797
2797
  exportedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
2798
2798
  /**
@@ -2807,7 +2807,7 @@ export declare namespace ElectricalEnergyMeasurement {
2807
2807
  * CumulativeEnergyImported attribute was most recently zero, this field may be omitted; if it is indicated, its
2808
2808
  * value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
2809
2809
  *
2810
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.3
2810
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.3
2811
2811
  */
2812
2812
  importedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
2813
2813
  /**
@@ -2822,7 +2822,7 @@ export declare namespace ElectricalEnergyMeasurement {
2822
2822
  * CumulativeEnergyExported attribute was most recently zero, this field may be omitted; if it is indicated, its
2823
2823
  * value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
2824
2824
  *
2825
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.4
2825
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.4
2826
2826
  */
2827
2827
  exportedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
2828
2828
  }> | null, any>;
@@ -2833,14 +2833,14 @@ export declare namespace ElectricalEnergyMeasurement {
2833
2833
  * server, exported from the server, or both, but not more frequently than the rate mentioned in the
2834
2834
  * description above of the related attribute.
2835
2835
  *
2836
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.1
2836
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1
2837
2837
  */
2838
2838
  readonly cumulativeEnergyMeasured: Event<import("../tlv/TlvObject.js").TypeFromFields<{
2839
2839
  /**
2840
2840
  * This field shall be the value of CumulativeEnergyImported attribute at the timestamp indicated in its
2841
2841
  * EndTimestamp field, EndSystime field, or both.
2842
2842
  *
2843
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.1.1
2843
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1.1
2844
2844
  */
2845
2845
  energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2846
2846
  /**
@@ -2853,7 +2853,7 @@ export declare namespace ElectricalEnergyMeasurement {
2853
2853
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
2854
2854
  * StartSystime and EndSystime fields, or both.
2855
2855
  *
2856
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
2856
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
2857
2857
  */
2858
2858
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2859
2859
  /**
@@ -2868,7 +2868,7 @@ export declare namespace ElectricalEnergyMeasurement {
2868
2868
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
2869
2869
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
2870
2870
  *
2871
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
2871
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
2872
2872
  */
2873
2873
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2874
2874
  /**
@@ -2881,7 +2881,7 @@ export declare namespace ElectricalEnergyMeasurement {
2881
2881
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
2882
2882
  * not have the capability of determining the time in UTC, this field shall be omitted.
2883
2883
  *
2884
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
2884
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
2885
2885
  */
2886
2886
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2887
2887
  /**
@@ -2897,7 +2897,7 @@ export declare namespace ElectricalEnergyMeasurement {
2897
2897
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
2898
2898
  * indicated in StartTimestamp.
2899
2899
  *
2900
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
2900
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
2901
2901
  */
2902
2902
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2903
2903
  /**
@@ -2911,7 +2911,7 @@ export declare namespace ElectricalEnergyMeasurement {
2911
2911
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
2912
2912
  * EndTimestamp.
2913
2913
  *
2914
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
2914
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
2915
2915
  */
2916
2916
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2917
2917
  }>>;
@@ -2919,7 +2919,7 @@ export declare namespace ElectricalEnergyMeasurement {
2919
2919
  * This field shall be the value of CumulativeEnergyExported attribute at the timestamp indicated in its
2920
2920
  * EndTimestamp field, EndSystime field, or both.
2921
2921
  *
2922
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.1.2
2922
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1.2
2923
2923
  */
2924
2924
  energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2925
2925
  /**
@@ -2932,7 +2932,7 @@ export declare namespace ElectricalEnergyMeasurement {
2932
2932
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
2933
2933
  * StartSystime and EndSystime fields, or both.
2934
2934
  *
2935
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
2935
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
2936
2936
  */
2937
2937
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2938
2938
  /**
@@ -2947,7 +2947,7 @@ export declare namespace ElectricalEnergyMeasurement {
2947
2947
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
2948
2948
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
2949
2949
  *
2950
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
2950
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
2951
2951
  */
2952
2952
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2953
2953
  /**
@@ -2960,7 +2960,7 @@ export declare namespace ElectricalEnergyMeasurement {
2960
2960
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
2961
2961
  * not have the capability of determining the time in UTC, this field shall be omitted.
2962
2962
  *
2963
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
2963
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
2964
2964
  */
2965
2965
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2966
2966
  /**
@@ -2976,7 +2976,7 @@ export declare namespace ElectricalEnergyMeasurement {
2976
2976
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
2977
2977
  * indicated in StartTimestamp.
2978
2978
  *
2979
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
2979
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
2980
2980
  */
2981
2981
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2982
2982
  /**
@@ -2990,7 +2990,7 @@ export declare namespace ElectricalEnergyMeasurement {
2990
2990
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
2991
2991
  * EndTimestamp.
2992
2992
  *
2993
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
2993
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
2994
2994
  */
2995
2995
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2996
2996
  }>>;
@@ -3007,14 +3007,14 @@ export declare namespace ElectricalEnergyMeasurement {
3007
3007
  * This event shall be generated when the server reaches the end of a reporting period for imported energy,
3008
3008
  * exported energy, or both.
3009
3009
  *
3010
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.2
3010
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2
3011
3011
  */
3012
3012
  readonly periodicEnergyMeasured: Event<import("../tlv/TlvObject.js").TypeFromFields<{
3013
3013
  /**
3014
3014
  * This field shall be the value of PeriodicEnergyImported attribute at the timestamp indicated in its
3015
3015
  * EndTimestamp field, EndSystime field, or both.
3016
3016
  *
3017
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.2.1
3017
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2.1
3018
3018
  */
3019
3019
  energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3020
3020
  /**
@@ -3027,7 +3027,7 @@ export declare namespace ElectricalEnergyMeasurement {
3027
3027
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
3028
3028
  * StartSystime and EndSystime fields, or both.
3029
3029
  *
3030
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
3030
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
3031
3031
  */
3032
3032
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
3033
3033
  /**
@@ -3042,7 +3042,7 @@ export declare namespace ElectricalEnergyMeasurement {
3042
3042
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
3043
3043
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
3044
3044
  *
3045
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
3045
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
3046
3046
  */
3047
3047
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3048
3048
  /**
@@ -3055,7 +3055,7 @@ export declare namespace ElectricalEnergyMeasurement {
3055
3055
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
3056
3056
  * not have the capability of determining the time in UTC, this field shall be omitted.
3057
3057
  *
3058
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
3058
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
3059
3059
  */
3060
3060
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3061
3061
  /**
@@ -3071,7 +3071,7 @@ export declare namespace ElectricalEnergyMeasurement {
3071
3071
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
3072
3072
  * indicated in StartTimestamp.
3073
3073
  *
3074
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
3074
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
3075
3075
  */
3076
3076
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3077
3077
  /**
@@ -3085,7 +3085,7 @@ export declare namespace ElectricalEnergyMeasurement {
3085
3085
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
3086
3086
  * EndTimestamp.
3087
3087
  *
3088
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
3088
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
3089
3089
  */
3090
3090
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3091
3091
  }>>;
@@ -3093,7 +3093,7 @@ export declare namespace ElectricalEnergyMeasurement {
3093
3093
  * This field shall be the value of PeriodicEnergyExported attribute at the timestamp indicated in its
3094
3094
  * EndTimestamp field, EndSystime field, or both.
3095
3095
  *
3096
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.2.2
3096
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2.2
3097
3097
  */
3098
3098
  energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3099
3099
  /**
@@ -3106,7 +3106,7 @@ export declare namespace ElectricalEnergyMeasurement {
3106
3106
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
3107
3107
  * StartSystime and EndSystime fields, or both.
3108
3108
  *
3109
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
3109
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
3110
3110
  */
3111
3111
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
3112
3112
  /**
@@ -3121,7 +3121,7 @@ export declare namespace ElectricalEnergyMeasurement {
3121
3121
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
3122
3122
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
3123
3123
  *
3124
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
3124
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
3125
3125
  */
3126
3126
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3127
3127
  /**
@@ -3134,7 +3134,7 @@ export declare namespace ElectricalEnergyMeasurement {
3134
3134
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
3135
3135
  * not have the capability of determining the time in UTC, this field shall be omitted.
3136
3136
  *
3137
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
3137
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
3138
3138
  */
3139
3139
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3140
3140
  /**
@@ -3150,7 +3150,7 @@ export declare namespace ElectricalEnergyMeasurement {
3150
3150
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
3151
3151
  * indicated in StartTimestamp.
3152
3152
  *
3153
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
3153
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
3154
3154
  */
3155
3155
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3156
3156
  /**
@@ -3164,7 +3164,7 @@ export declare namespace ElectricalEnergyMeasurement {
3164
3164
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
3165
3165
  * EndTimestamp.
3166
3166
  *
3167
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
3167
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
3168
3168
  */
3169
3169
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3170
3170
  }>>;
@@ -3192,7 +3192,7 @@ export declare namespace ElectricalEnergyMeasurement {
3192
3192
  * Per the Matter specification you cannot use {@link ElectricalEnergyMeasurementCluster} without enabling certain
3193
3193
  * feature combinations. You must use the {@link with} factory method to obtain a working cluster.
3194
3194
  *
3195
- * @see {@link MatterSpecification.v14.Cluster} § 2.12
3195
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12
3196
3196
  */
3197
3197
  interface Cluster extends Identity<typeof ClusterInstance> {
3198
3198
  }
@@ -3208,13 +3208,13 @@ export declare namespace ElectricalEnergyMeasurement {
3208
3208
  /**
3209
3209
  * The feature indicates the server is capable of measuring how much energy is imported by the server.
3210
3210
  *
3211
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.4.1
3211
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.4.1
3212
3212
  */
3213
3213
  readonly importedEnergy: BitFlag;
3214
3214
  /**
3215
3215
  * The feature indicates the server is capable of measuring how much energy is exported by the server.
3216
3216
  *
3217
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.4.2
3217
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.4.2
3218
3218
  */
3219
3219
  readonly exportedEnergy: BitFlag;
3220
3220
  /**
@@ -3223,7 +3223,7 @@ export declare namespace ElectricalEnergyMeasurement {
3223
3223
  * updated to include this feature, when a device’s firmware is updated to correct measurement errors, or
3224
3224
  * when a device is factory reset.
3225
3225
  *
3226
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.4.3
3226
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.4.3
3227
3227
  */
3228
3228
  readonly cumulativeEnergy: BitFlag;
3229
3229
  /**
@@ -3231,7 +3231,7 @@ export declare namespace ElectricalEnergyMeasurement {
3231
3231
  * the server during a certain period of time. The start and end times for measurement periods shall be
3232
3232
  * determined by the server, and may represent overlapping periods.
3233
3233
  *
3234
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.4.4
3234
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.4.4
3235
3235
  */
3236
3236
  readonly periodicEnergy: BitFlag;
3237
3237
  };
@@ -3247,7 +3247,7 @@ export declare namespace ElectricalEnergyMeasurement {
3247
3247
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
3248
3248
  * StartSystime and EndSystime fields, or both.
3249
3249
  *
3250
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
3250
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
3251
3251
  */
3252
3252
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
3253
3253
  /**
@@ -3262,7 +3262,7 @@ export declare namespace ElectricalEnergyMeasurement {
3262
3262
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
3263
3263
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
3264
3264
  *
3265
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
3265
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
3266
3266
  */
3267
3267
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3268
3268
  /**
@@ -3275,7 +3275,7 @@ export declare namespace ElectricalEnergyMeasurement {
3275
3275
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
3276
3276
  * not have the capability of determining the time in UTC, this field shall be omitted.
3277
3277
  *
3278
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
3278
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
3279
3279
  */
3280
3280
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3281
3281
  /**
@@ -3291,7 +3291,7 @@ export declare namespace ElectricalEnergyMeasurement {
3291
3291
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
3292
3292
  * indicated in StartTimestamp.
3293
3293
  *
3294
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
3294
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
3295
3295
  */
3296
3296
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3297
3297
  /**
@@ -3305,7 +3305,7 @@ export declare namespace ElectricalEnergyMeasurement {
3305
3305
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
3306
3306
  * EndTimestamp.
3307
3307
  *
3308
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
3308
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
3309
3309
  */
3310
3310
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3311
3311
  }> | null, any> & {
@@ -3328,7 +3328,7 @@ export declare namespace ElectricalEnergyMeasurement {
3328
3328
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
3329
3329
  * StartSystime and EndSystime fields, or both.
3330
3330
  *
3331
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
3331
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
3332
3332
  */
3333
3333
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
3334
3334
  /**
@@ -3343,7 +3343,7 @@ export declare namespace ElectricalEnergyMeasurement {
3343
3343
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
3344
3344
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
3345
3345
  *
3346
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
3346
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
3347
3347
  */
3348
3348
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3349
3349
  /**
@@ -3356,7 +3356,7 @@ export declare namespace ElectricalEnergyMeasurement {
3356
3356
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
3357
3357
  * not have the capability of determining the time in UTC, this field shall be omitted.
3358
3358
  *
3359
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
3359
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
3360
3360
  */
3361
3361
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3362
3362
  /**
@@ -3372,7 +3372,7 @@ export declare namespace ElectricalEnergyMeasurement {
3372
3372
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
3373
3373
  * indicated in StartTimestamp.
3374
3374
  *
3375
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
3375
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
3376
3376
  */
3377
3377
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3378
3378
  /**
@@ -3386,7 +3386,7 @@ export declare namespace ElectricalEnergyMeasurement {
3386
3386
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
3387
3387
  * EndTimestamp.
3388
3388
  *
3389
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
3389
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
3390
3390
  */
3391
3391
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3392
3392
  }> | null, any> & {
@@ -3409,7 +3409,7 @@ export declare namespace ElectricalEnergyMeasurement {
3409
3409
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
3410
3410
  * StartSystime and EndSystime fields, or both.
3411
3411
  *
3412
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
3412
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
3413
3413
  */
3414
3414
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
3415
3415
  /**
@@ -3424,7 +3424,7 @@ export declare namespace ElectricalEnergyMeasurement {
3424
3424
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
3425
3425
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
3426
3426
  *
3427
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
3427
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
3428
3428
  */
3429
3429
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3430
3430
  /**
@@ -3437,7 +3437,7 @@ export declare namespace ElectricalEnergyMeasurement {
3437
3437
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
3438
3438
  * not have the capability of determining the time in UTC, this field shall be omitted.
3439
3439
  *
3440
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
3440
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
3441
3441
  */
3442
3442
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3443
3443
  /**
@@ -3453,7 +3453,7 @@ export declare namespace ElectricalEnergyMeasurement {
3453
3453
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
3454
3454
  * indicated in StartTimestamp.
3455
3455
  *
3456
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
3456
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
3457
3457
  */
3458
3458
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3459
3459
  /**
@@ -3467,7 +3467,7 @@ export declare namespace ElectricalEnergyMeasurement {
3467
3467
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
3468
3468
  * EndTimestamp.
3469
3469
  *
3470
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
3470
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
3471
3471
  */
3472
3472
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3473
3473
  }> | null, any> & {
@@ -3490,7 +3490,7 @@ export declare namespace ElectricalEnergyMeasurement {
3490
3490
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
3491
3491
  * StartSystime and EndSystime fields, or both.
3492
3492
  *
3493
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
3493
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
3494
3494
  */
3495
3495
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
3496
3496
  /**
@@ -3505,7 +3505,7 @@ export declare namespace ElectricalEnergyMeasurement {
3505
3505
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
3506
3506
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
3507
3507
  *
3508
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
3508
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
3509
3509
  */
3510
3510
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3511
3511
  /**
@@ -3518,7 +3518,7 @@ export declare namespace ElectricalEnergyMeasurement {
3518
3518
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
3519
3519
  * not have the capability of determining the time in UTC, this field shall be omitted.
3520
3520
  *
3521
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
3521
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
3522
3522
  */
3523
3523
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3524
3524
  /**
@@ -3534,7 +3534,7 @@ export declare namespace ElectricalEnergyMeasurement {
3534
3534
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
3535
3535
  * indicated in StartTimestamp.
3536
3536
  *
3537
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
3537
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
3538
3538
  */
3539
3539
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3540
3540
  /**
@@ -3548,7 +3548,7 @@ export declare namespace ElectricalEnergyMeasurement {
3548
3548
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
3549
3549
  * EndTimestamp.
3550
3550
  *
3551
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
3551
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
3552
3552
  */
3553
3553
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3554
3554
  }> | null, any> & {
@@ -3575,7 +3575,7 @@ export declare namespace ElectricalEnergyMeasurement {
3575
3575
  * If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyImported attribute was most
3576
3576
  * recently zero cannot currently be determined, a value of null shall be returned.
3577
3577
  *
3578
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.1
3578
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.1
3579
3579
  */
3580
3580
  importedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
3581
3581
  /**
@@ -3592,7 +3592,7 @@ export declare namespace ElectricalEnergyMeasurement {
3592
3592
  * If the timestamp in UTC when the value of the Energy field on the CumulativeEnergyExported attribute was most
3593
3593
  * recently zero cannot currently be determined, a value of null shall be returned.
3594
3594
  *
3595
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.2
3595
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.2
3596
3596
  */
3597
3597
  exportedResetTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number | null>;
3598
3598
  /**
@@ -3607,7 +3607,7 @@ export declare namespace ElectricalEnergyMeasurement {
3607
3607
  * CumulativeEnergyImported attribute was most recently zero, this field may be omitted; if it is indicated, its
3608
3608
  * value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
3609
3609
  *
3610
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.3
3610
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.3
3611
3611
  */
3612
3612
  importedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
3613
3613
  /**
@@ -3622,7 +3622,7 @@ export declare namespace ElectricalEnergyMeasurement {
3622
3622
  * CumulativeEnergyExported attribute was most recently zero, this field may be omitted; if it is indicated, its
3623
3623
  * value shall be the time elapsed since boot at the UTC time indicated in ImportedResetTimestamp.
3624
3624
  *
3625
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.2.4
3625
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.2.4
3626
3626
  */
3627
3627
  exportedResetSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint | null>;
3628
3628
  }> | null, any> & {
@@ -3637,7 +3637,7 @@ export declare namespace ElectricalEnergyMeasurement {
3637
3637
  * Indicates the accuracy of energy measurement by this server. The value of the MeasurementType field on
3638
3638
  * this MeasurementAccuracyStruct shall be ElectricalEnergy.
3639
3639
  *
3640
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.6.1
3640
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.6.1
3641
3641
  */
3642
3642
  readonly accuracy: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
3643
3643
  measurementType: import("../tlv/TlvObject.js").FieldType<import("../index.js").MeasurementType>;
@@ -3662,7 +3662,7 @@ export declare namespace ElectricalEnergyMeasurement {
3662
3662
  * This field shall be the value of CumulativeEnergyImported attribute at the timestamp indicated in its
3663
3663
  * EndTimestamp field, EndSystime field, or both.
3664
3664
  *
3665
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.1.1
3665
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1.1
3666
3666
  */
3667
3667
  energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3668
3668
  /**
@@ -3675,7 +3675,7 @@ export declare namespace ElectricalEnergyMeasurement {
3675
3675
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
3676
3676
  * StartSystime and EndSystime fields, or both.
3677
3677
  *
3678
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
3678
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
3679
3679
  */
3680
3680
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
3681
3681
  /**
@@ -3690,7 +3690,7 @@ export declare namespace ElectricalEnergyMeasurement {
3690
3690
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
3691
3691
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
3692
3692
  *
3693
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
3693
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
3694
3694
  */
3695
3695
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3696
3696
  /**
@@ -3703,7 +3703,7 @@ export declare namespace ElectricalEnergyMeasurement {
3703
3703
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
3704
3704
  * not have the capability of determining the time in UTC, this field shall be omitted.
3705
3705
  *
3706
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
3706
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
3707
3707
  */
3708
3708
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3709
3709
  /**
@@ -3719,7 +3719,7 @@ export declare namespace ElectricalEnergyMeasurement {
3719
3719
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
3720
3720
  * indicated in StartTimestamp.
3721
3721
  *
3722
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
3722
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
3723
3723
  */
3724
3724
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3725
3725
  /**
@@ -3733,7 +3733,7 @@ export declare namespace ElectricalEnergyMeasurement {
3733
3733
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
3734
3734
  * EndTimestamp.
3735
3735
  *
3736
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
3736
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
3737
3737
  */
3738
3738
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3739
3739
  }>>;
@@ -3741,7 +3741,7 @@ export declare namespace ElectricalEnergyMeasurement {
3741
3741
  * This field shall be the value of CumulativeEnergyExported attribute at the timestamp indicated in its
3742
3742
  * EndTimestamp field, EndSystime field, or both.
3743
3743
  *
3744
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.1.2
3744
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.1.2
3745
3745
  */
3746
3746
  energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3747
3747
  /**
@@ -3754,7 +3754,7 @@ export declare namespace ElectricalEnergyMeasurement {
3754
3754
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
3755
3755
  * StartSystime and EndSystime fields, or both.
3756
3756
  *
3757
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
3757
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
3758
3758
  */
3759
3759
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
3760
3760
  /**
@@ -3769,7 +3769,7 @@ export declare namespace ElectricalEnergyMeasurement {
3769
3769
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
3770
3770
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
3771
3771
  *
3772
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
3772
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
3773
3773
  */
3774
3774
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3775
3775
  /**
@@ -3782,7 +3782,7 @@ export declare namespace ElectricalEnergyMeasurement {
3782
3782
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
3783
3783
  * not have the capability of determining the time in UTC, this field shall be omitted.
3784
3784
  *
3785
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
3785
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
3786
3786
  */
3787
3787
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3788
3788
  /**
@@ -3798,7 +3798,7 @@ export declare namespace ElectricalEnergyMeasurement {
3798
3798
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
3799
3799
  * indicated in StartTimestamp.
3800
3800
  *
3801
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
3801
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
3802
3802
  */
3803
3803
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3804
3804
  /**
@@ -3812,7 +3812,7 @@ export declare namespace ElectricalEnergyMeasurement {
3812
3812
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
3813
3813
  * EndTimestamp.
3814
3814
  *
3815
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
3815
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
3816
3816
  */
3817
3817
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3818
3818
  }>>;
@@ -3829,7 +3829,7 @@ export declare namespace ElectricalEnergyMeasurement {
3829
3829
  * This field shall be the value of PeriodicEnergyImported attribute at the timestamp indicated in its
3830
3830
  * EndTimestamp field, EndSystime field, or both.
3831
3831
  *
3832
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.2.1
3832
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2.1
3833
3833
  */
3834
3834
  energyImported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3835
3835
  /**
@@ -3842,7 +3842,7 @@ export declare namespace ElectricalEnergyMeasurement {
3842
3842
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
3843
3843
  * StartSystime and EndSystime fields, or both.
3844
3844
  *
3845
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
3845
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
3846
3846
  */
3847
3847
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
3848
3848
  /**
@@ -3857,7 +3857,7 @@ export declare namespace ElectricalEnergyMeasurement {
3857
3857
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
3858
3858
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
3859
3859
  *
3860
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
3860
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
3861
3861
  */
3862
3862
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3863
3863
  /**
@@ -3870,7 +3870,7 @@ export declare namespace ElectricalEnergyMeasurement {
3870
3870
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
3871
3871
  * not have the capability of determining the time in UTC, this field shall be omitted.
3872
3872
  *
3873
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
3873
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
3874
3874
  */
3875
3875
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3876
3876
  /**
@@ -3886,7 +3886,7 @@ export declare namespace ElectricalEnergyMeasurement {
3886
3886
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
3887
3887
  * indicated in StartTimestamp.
3888
3888
  *
3889
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
3889
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
3890
3890
  */
3891
3891
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3892
3892
  /**
@@ -3900,7 +3900,7 @@ export declare namespace ElectricalEnergyMeasurement {
3900
3900
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
3901
3901
  * EndTimestamp.
3902
3902
  *
3903
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
3903
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
3904
3904
  */
3905
3905
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3906
3906
  }>>;
@@ -3908,7 +3908,7 @@ export declare namespace ElectricalEnergyMeasurement {
3908
3908
  * This field shall be the value of PeriodicEnergyExported attribute at the timestamp indicated in its
3909
3909
  * EndTimestamp field, EndSystime field, or both.
3910
3910
  *
3911
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.7.2.2
3911
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.7.2.2
3912
3912
  */
3913
3913
  energyExported: import("../tlv/TlvObject.js").OptionalFieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3914
3914
  /**
@@ -3921,7 +3921,7 @@ export declare namespace ElectricalEnergyMeasurement {
3921
3921
  * during the period specified by either the StartTimestamp and EndTimestamp fields, the period specified by the
3922
3922
  * StartSystime and EndSystime fields, or both.
3923
3923
  *
3924
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.1
3924
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.1
3925
3925
  */
3926
3926
  energy: import("../tlv/TlvObject.js").FieldType<number | bigint>;
3927
3927
  /**
@@ -3936,7 +3936,7 @@ export declare namespace ElectricalEnergyMeasurement {
3936
3936
  * Otherwise, if the server had not yet determined the time in UTC at or before the beginning of the measurement
3937
3937
  * period, or does not have the capability of determining the time in UTC, this field shall be omitted.
3938
3938
  *
3939
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.2
3939
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.2
3940
3940
  */
3941
3941
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3942
3942
  /**
@@ -3949,7 +3949,7 @@ export declare namespace ElectricalEnergyMeasurement {
3949
3949
  * Otherwise, if the server had not yet determined the time in UTC by the end of the measurement period, or does
3950
3950
  * not have the capability of determining the time in UTC, this field shall be omitted.
3951
3951
  *
3952
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.3
3952
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.3
3953
3953
  */
3954
3954
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
3955
3955
  /**
@@ -3965,7 +3965,7 @@ export declare namespace ElectricalEnergyMeasurement {
3965
3965
  * this field may be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time
3966
3966
  * indicated in StartTimestamp.
3967
3967
  *
3968
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.4
3968
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.4
3969
3969
  */
3970
3970
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3971
3971
  /**
@@ -3979,7 +3979,7 @@ export declare namespace ElectricalEnergyMeasurement {
3979
3979
  * be omitted; if it is indicated, its value shall be the time elapsed since boot at the UTC time indicated in
3980
3980
  * EndTimestamp.
3981
3981
  *
3982
- * @see {@link MatterSpecification.v14.Cluster} § 2.12.5.1.5
3982
+ * @see {@link MatterSpecification.v141.Cluster} § 2.12.5.1.5
3983
3983
  */
3984
3984
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
3985
3985
  }>>;