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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (602) hide show
  1. package/dist/cjs/clusters/access-control.d.ts +250 -250
  2. package/dist/cjs/clusters/access-control.js +39 -39
  3. package/dist/cjs/clusters/account-login.d.ts +29 -29
  4. package/dist/cjs/clusters/account-login.js +11 -11
  5. package/dist/cjs/clusters/actions.d.ts +108 -108
  6. package/dist/cjs/clusters/actions.js +39 -39
  7. package/dist/cjs/clusters/administrator-commissioning.d.ts +51 -51
  8. package/dist/cjs/clusters/administrator-commissioning.js +12 -12
  9. package/dist/cjs/clusters/air-quality.d.ts +5 -5
  10. package/dist/cjs/clusters/air-quality.js +1 -1
  11. package/dist/cjs/clusters/alarm-base.d.ts +43 -43
  12. package/dist/cjs/clusters/alarm-base.js +14 -14
  13. package/dist/cjs/clusters/application-basic.d.ts +16 -16
  14. package/dist/cjs/clusters/application-basic.js +10 -10
  15. package/dist/cjs/clusters/application-launcher.d.ts +99 -99
  16. package/dist/cjs/clusters/application-launcher.js +13 -13
  17. package/dist/cjs/clusters/audio-output.d.ts +37 -37
  18. package/dist/cjs/clusters/audio-output.js +8 -8
  19. package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
  20. package/dist/cjs/clusters/ballast-configuration.js +17 -17
  21. package/dist/cjs/clusters/basic-information.d.ts +54 -54
  22. package/dist/cjs/clusters/basic-information.js +34 -34
  23. package/dist/cjs/clusters/binding.d.ts +12 -12
  24. package/dist/cjs/clusters/binding.js +5 -5
  25. package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
  26. package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
  27. package/dist/cjs/clusters/boolean-state.d.ts +7 -7
  28. package/dist/cjs/clusters/boolean-state.js +3 -3
  29. package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
  30. package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
  31. package/dist/cjs/clusters/channel.d.ts +559 -559
  32. package/dist/cjs/clusters/channel.js +73 -73
  33. package/dist/cjs/clusters/color-control.d.ts +658 -658
  34. package/dist/cjs/clusters/color-control.js +116 -116
  35. package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
  36. package/dist/cjs/clusters/commissioner-control.js +5 -5
  37. package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
  38. package/dist/cjs/clusters/concentration-measurement.js +11 -11
  39. package/dist/cjs/clusters/content-app-observer.d.ts +17 -17
  40. package/dist/cjs/clusters/content-app-observer.js +6 -6
  41. package/dist/cjs/clusters/content-control.d.ts +356 -356
  42. package/dist/cjs/clusters/content-control.js +58 -58
  43. package/dist/cjs/clusters/content-launcher.d.ts +475 -475
  44. package/dist/cjs/clusters/content-launcher.js +39 -39
  45. package/dist/cjs/clusters/descriptor.d.ts +28 -28
  46. package/dist/cjs/clusters/descriptor.js +8 -8
  47. package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
  48. package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
  49. package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
  50. package/dist/cjs/clusters/device-energy-management.js +87 -87
  51. package/dist/cjs/clusters/diagnostic-logs.d.ts +33 -33
  52. package/dist/cjs/clusters/diagnostic-logs.js +8 -8
  53. package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
  54. package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
  55. package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
  56. package/dist/cjs/clusters/dishwasher-mode.js +8 -8
  57. package/dist/cjs/clusters/door-lock.d.ts +1350 -1350
  58. package/dist/cjs/clusters/door-lock.js +229 -229
  59. package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
  60. package/dist/cjs/clusters/ecosystem-information.js +12 -12
  61. package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
  62. package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
  63. package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
  64. package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
  65. package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
  66. package/dist/cjs/clusters/energy-evse-mode.js +8 -8
  67. package/dist/cjs/clusters/energy-evse.d.ts +323 -323
  68. package/dist/cjs/clusters/energy-evse.js +73 -73
  69. package/dist/cjs/clusters/energy-preference.d.ts +49 -49
  70. package/dist/cjs/clusters/energy-preference.js +9 -9
  71. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
  72. package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
  73. package/dist/cjs/clusters/fan-control.d.ts +67 -67
  74. package/dist/cjs/clusters/fan-control.js +17 -17
  75. package/dist/cjs/clusters/fixed-label.d.ts +2 -2
  76. package/dist/cjs/clusters/fixed-label.js +1 -1
  77. package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
  78. package/dist/cjs/clusters/flow-measurement.js +4 -4
  79. package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
  80. package/dist/cjs/clusters/general-commissioning.js +25 -25
  81. package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
  82. package/dist/cjs/clusters/general-diagnostics.js +40 -40
  83. package/dist/cjs/clusters/group-key-management.d.ts +119 -119
  84. package/dist/cjs/clusters/group-key-management.js +23 -23
  85. package/dist/cjs/clusters/groups.d.ts +78 -78
  86. package/dist/cjs/clusters/groups.js +21 -21
  87. package/dist/cjs/clusters/icd-management.d.ts +131 -131
  88. package/dist/cjs/clusters/icd-management.js +29 -29
  89. package/dist/cjs/clusters/identify.d.ts +16 -16
  90. package/dist/cjs/clusters/identify.js +6 -6
  91. package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
  92. package/dist/cjs/clusters/illuminance-measurement.js +5 -5
  93. package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
  94. package/dist/cjs/clusters/joint-fabric-datastore-cluster.js +62 -62
  95. package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
  96. package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
  97. package/dist/cjs/clusters/keypad-input.d.ts +16 -16
  98. package/dist/cjs/clusters/keypad-input.js +3 -3
  99. package/dist/cjs/clusters/label.d.ts +10 -10
  100. package/dist/cjs/clusters/label.js +3 -3
  101. package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
  102. package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
  103. package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
  104. package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
  105. package/dist/cjs/clusters/laundry-washer-mode.d.ts +43 -43
  106. package/dist/cjs/clusters/laundry-washer-mode.js +8 -8
  107. package/dist/cjs/clusters/level-control.d.ts +307 -307
  108. package/dist/cjs/clusters/level-control.js +33 -33
  109. package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
  110. package/dist/cjs/clusters/localization-configuration.js +2 -2
  111. package/dist/cjs/clusters/low-power.d.ts +2 -2
  112. package/dist/cjs/clusters/low-power.js +1 -1
  113. package/dist/cjs/clusters/media-input.d.ts +47 -47
  114. package/dist/cjs/clusters/media-input.js +11 -11
  115. package/dist/cjs/clusters/media-playback.d.ts +385 -385
  116. package/dist/cjs/clusters/media-playback.js +57 -57
  117. package/dist/cjs/clusters/messages.d.ts +154 -154
  118. package/dist/cjs/clusters/messages.js +38 -38
  119. package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
  120. package/dist/cjs/clusters/microwave-oven-control.js +17 -17
  121. package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
  122. package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
  123. package/dist/cjs/clusters/mode-base.d.ts +59 -59
  124. package/dist/cjs/clusters/mode-base.js +13 -13
  125. package/dist/cjs/clusters/mode-select.d.ts +51 -51
  126. package/dist/cjs/clusters/mode-select.js +13 -13
  127. package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
  128. package/dist/cjs/clusters/network-commissioning.js +46 -46
  129. package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
  130. package/dist/cjs/clusters/occupancy-sensing.js +20 -20
  131. package/dist/cjs/clusters/on-off.d.ts +103 -103
  132. package/dist/cjs/clusters/on-off.js +19 -19
  133. package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
  134. package/dist/cjs/clusters/operational-credentials.js +34 -34
  135. package/dist/cjs/clusters/operational-state.d.ts +67 -67
  136. package/dist/cjs/clusters/operational-state.js +21 -21
  137. package/dist/cjs/clusters/ota-software-update-provider.d.ts +61 -61
  138. package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
  139. package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
  140. package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
  141. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +9 -9
  142. package/dist/cjs/clusters/oven-cavity-operational-state.js +8 -8
  143. package/dist/cjs/clusters/oven-mode.d.ts +49 -49
  144. package/dist/cjs/clusters/oven-mode.js +8 -8
  145. package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
  146. package/dist/cjs/clusters/power-source-configuration.js +1 -1
  147. package/dist/cjs/clusters/power-source.d.ts +155 -155
  148. package/dist/cjs/clusters/power-source.js +41 -41
  149. package/dist/cjs/clusters/power-topology.d.ts +8 -8
  150. package/dist/cjs/clusters/power-topology.js +2 -2
  151. package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
  152. package/dist/cjs/clusters/pressure-measurement.js +9 -9
  153. package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
  154. package/dist/cjs/clusters/proxy-configuration.js +3 -3
  155. package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
  156. package/dist/cjs/clusters/proxy-discovery.js +4 -4
  157. package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
  158. package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
  159. package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
  160. package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
  161. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
  162. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
  163. package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
  164. package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
  165. package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
  166. package/dist/cjs/clusters/resource-monitoring.js +7 -7
  167. package/dist/cjs/clusters/rvc-clean-mode.d.ts +43 -43
  168. package/dist/cjs/clusters/rvc-clean-mode.js +8 -8
  169. package/dist/cjs/clusters/rvc-operational-state.d.ts +44 -44
  170. package/dist/cjs/clusters/rvc-operational-state.js +15 -15
  171. package/dist/cjs/clusters/rvc-run-mode.d.ts +50 -50
  172. package/dist/cjs/clusters/rvc-run-mode.js +8 -8
  173. package/dist/cjs/clusters/scenes-management.d.ts +246 -246
  174. package/dist/cjs/clusters/scenes-management.js +70 -70
  175. package/dist/cjs/clusters/service-area.d.ts +128 -128
  176. package/dist/cjs/clusters/service-area.js +26 -26
  177. package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
  178. package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
  179. package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
  180. package/dist/cjs/clusters/software-diagnostics.js +14 -14
  181. package/dist/cjs/clusters/switch.d.ts +105 -105
  182. package/dist/cjs/clusters/switch.js +23 -23
  183. package/dist/cjs/clusters/target-navigator.d.ts +30 -30
  184. package/dist/cjs/clusters/target-navigator.js +10 -10
  185. package/dist/cjs/clusters/temperature-control.d.ts +45 -45
  186. package/dist/cjs/clusters/temperature-control.js +12 -12
  187. package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
  188. package/dist/cjs/clusters/temperature-measurement.js +4 -4
  189. package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
  190. package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
  191. package/dist/cjs/clusters/thermostat.d.ts +515 -515
  192. package/dist/cjs/clusters/thermostat.js +114 -114
  193. package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
  194. package/dist/cjs/clusters/thread-border-router-management.js +14 -14
  195. package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
  196. package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
  197. package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
  198. package/dist/cjs/clusters/thread-network-directory.js +11 -11
  199. package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
  200. package/dist/cjs/clusters/time-format-localization.js +3 -3
  201. package/dist/cjs/clusters/time-synchronization.d.ts +245 -245
  202. package/dist/cjs/clusters/time-synchronization.js +47 -47
  203. package/dist/cjs/clusters/unit-localization.d.ts +6 -6
  204. package/dist/cjs/clusters/unit-localization.js +1 -1
  205. package/dist/cjs/clusters/user-label.d.ts +2 -2
  206. package/dist/cjs/clusters/user-label.js +1 -1
  207. package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
  208. package/dist/cjs/clusters/valid-proxies.js +2 -2
  209. package/dist/cjs/clusters/valve-configuration-and-control.d.ts +80 -80
  210. package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
  211. package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
  212. package/dist/cjs/clusters/wake-on-lan.js +2 -2
  213. package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
  214. package/dist/cjs/clusters/water-heater-management.js +16 -16
  215. package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
  216. package/dist/cjs/clusters/water-heater-mode.js +8 -8
  217. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
  218. package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
  219. package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
  220. package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
  221. package/dist/cjs/clusters/window-covering.d.ts +183 -183
  222. package/dist/cjs/clusters/window-covering.js +49 -49
  223. package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
  224. package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
  225. package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
  226. package/dist/cjs/globals/Locationdesc.d.ts +5 -5
  227. package/dist/cjs/globals/Locationdesc.js +3 -3
  228. package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
  229. package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
  230. package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
  231. package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
  232. package/dist/cjs/globals/MeasurementType.d.ts +1 -1
  233. package/dist/cjs/globals/Priority.d.ts +1 -1
  234. package/dist/cjs/globals/Semtag.d.ts +6 -6
  235. package/dist/cjs/globals/Semtag.js +4 -4
  236. package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  237. package/dist/cjs/globals/Status.d.ts +33 -33
  238. package/dist/cjs/globals/Tod.d.ts +2 -2
  239. package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
  240. package/dist/esm/clusters/access-control.d.ts +250 -250
  241. package/dist/esm/clusters/access-control.js +39 -39
  242. package/dist/esm/clusters/account-login.d.ts +29 -29
  243. package/dist/esm/clusters/account-login.js +11 -11
  244. package/dist/esm/clusters/actions.d.ts +108 -108
  245. package/dist/esm/clusters/actions.js +39 -39
  246. package/dist/esm/clusters/administrator-commissioning.d.ts +51 -51
  247. package/dist/esm/clusters/administrator-commissioning.js +12 -12
  248. package/dist/esm/clusters/air-quality.d.ts +5 -5
  249. package/dist/esm/clusters/air-quality.js +1 -1
  250. package/dist/esm/clusters/alarm-base.d.ts +43 -43
  251. package/dist/esm/clusters/alarm-base.js +14 -14
  252. package/dist/esm/clusters/application-basic.d.ts +16 -16
  253. package/dist/esm/clusters/application-basic.js +10 -10
  254. package/dist/esm/clusters/application-launcher.d.ts +99 -99
  255. package/dist/esm/clusters/application-launcher.js +13 -13
  256. package/dist/esm/clusters/audio-output.d.ts +37 -37
  257. package/dist/esm/clusters/audio-output.js +8 -8
  258. package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
  259. package/dist/esm/clusters/ballast-configuration.js +17 -17
  260. package/dist/esm/clusters/basic-information.d.ts +54 -54
  261. package/dist/esm/clusters/basic-information.js +34 -34
  262. package/dist/esm/clusters/binding.d.ts +12 -12
  263. package/dist/esm/clusters/binding.js +5 -5
  264. package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
  265. package/dist/esm/clusters/boolean-state-configuration.js +18 -18
  266. package/dist/esm/clusters/boolean-state.d.ts +7 -7
  267. package/dist/esm/clusters/boolean-state.js +3 -3
  268. package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
  269. package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
  270. package/dist/esm/clusters/channel.d.ts +559 -559
  271. package/dist/esm/clusters/channel.js +73 -73
  272. package/dist/esm/clusters/color-control.d.ts +658 -658
  273. package/dist/esm/clusters/color-control.js +116 -116
  274. package/dist/esm/clusters/commissioner-control.d.ts +16 -16
  275. package/dist/esm/clusters/commissioner-control.js +5 -5
  276. package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
  277. package/dist/esm/clusters/concentration-measurement.js +11 -11
  278. package/dist/esm/clusters/content-app-observer.d.ts +17 -17
  279. package/dist/esm/clusters/content-app-observer.js +6 -6
  280. package/dist/esm/clusters/content-control.d.ts +356 -356
  281. package/dist/esm/clusters/content-control.js +58 -58
  282. package/dist/esm/clusters/content-launcher.d.ts +475 -475
  283. package/dist/esm/clusters/content-launcher.js +39 -39
  284. package/dist/esm/clusters/descriptor.d.ts +28 -28
  285. package/dist/esm/clusters/descriptor.js +8 -8
  286. package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
  287. package/dist/esm/clusters/device-energy-management-mode.js +8 -8
  288. package/dist/esm/clusters/device-energy-management.d.ts +544 -544
  289. package/dist/esm/clusters/device-energy-management.js +87 -87
  290. package/dist/esm/clusters/diagnostic-logs.d.ts +33 -33
  291. package/dist/esm/clusters/diagnostic-logs.js +8 -8
  292. package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
  293. package/dist/esm/clusters/dishwasher-alarm.js +14 -14
  294. package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
  295. package/dist/esm/clusters/dishwasher-mode.js +8 -8
  296. package/dist/esm/clusters/door-lock.d.ts +1350 -1350
  297. package/dist/esm/clusters/door-lock.js +229 -229
  298. package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
  299. package/dist/esm/clusters/ecosystem-information.js +12 -12
  300. package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
  301. package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
  302. package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
  303. package/dist/esm/clusters/electrical-power-measurement.js +39 -39
  304. package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
  305. package/dist/esm/clusters/energy-evse-mode.js +8 -8
  306. package/dist/esm/clusters/energy-evse.d.ts +323 -323
  307. package/dist/esm/clusters/energy-evse.js +73 -73
  308. package/dist/esm/clusters/energy-preference.d.ts +49 -49
  309. package/dist/esm/clusters/energy-preference.js +9 -9
  310. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
  311. package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
  312. package/dist/esm/clusters/fan-control.d.ts +67 -67
  313. package/dist/esm/clusters/fan-control.js +17 -17
  314. package/dist/esm/clusters/fixed-label.d.ts +2 -2
  315. package/dist/esm/clusters/fixed-label.js +1 -1
  316. package/dist/esm/clusters/flow-measurement.d.ts +5 -5
  317. package/dist/esm/clusters/flow-measurement.js +4 -4
  318. package/dist/esm/clusters/general-commissioning.d.ts +104 -104
  319. package/dist/esm/clusters/general-commissioning.js +25 -25
  320. package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
  321. package/dist/esm/clusters/general-diagnostics.js +40 -40
  322. package/dist/esm/clusters/group-key-management.d.ts +119 -119
  323. package/dist/esm/clusters/group-key-management.js +23 -23
  324. package/dist/esm/clusters/groups.d.ts +78 -78
  325. package/dist/esm/clusters/groups.js +21 -21
  326. package/dist/esm/clusters/icd-management.d.ts +131 -131
  327. package/dist/esm/clusters/icd-management.js +29 -29
  328. package/dist/esm/clusters/identify.d.ts +16 -16
  329. package/dist/esm/clusters/identify.js +6 -6
  330. package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
  331. package/dist/esm/clusters/illuminance-measurement.js +5 -5
  332. package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts +175 -175
  333. package/dist/esm/clusters/joint-fabric-datastore-cluster.js +62 -62
  334. package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
  335. package/dist/esm/clusters/joint-fabric-pki.js +5 -5
  336. package/dist/esm/clusters/keypad-input.d.ts +16 -16
  337. package/dist/esm/clusters/keypad-input.js +3 -3
  338. package/dist/esm/clusters/label.d.ts +10 -10
  339. package/dist/esm/clusters/label.js +3 -3
  340. package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
  341. package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
  342. package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
  343. package/dist/esm/clusters/laundry-washer-controls.js +6 -6
  344. package/dist/esm/clusters/laundry-washer-mode.d.ts +43 -43
  345. package/dist/esm/clusters/laundry-washer-mode.js +8 -8
  346. package/dist/esm/clusters/level-control.d.ts +307 -307
  347. package/dist/esm/clusters/level-control.js +33 -33
  348. package/dist/esm/clusters/localization-configuration.d.ts +3 -3
  349. package/dist/esm/clusters/localization-configuration.js +2 -2
  350. package/dist/esm/clusters/low-power.d.ts +2 -2
  351. package/dist/esm/clusters/low-power.js +1 -1
  352. package/dist/esm/clusters/media-input.d.ts +47 -47
  353. package/dist/esm/clusters/media-input.js +11 -11
  354. package/dist/esm/clusters/media-playback.d.ts +385 -385
  355. package/dist/esm/clusters/media-playback.js +57 -57
  356. package/dist/esm/clusters/messages.d.ts +154 -154
  357. package/dist/esm/clusters/messages.js +38 -38
  358. package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
  359. package/dist/esm/clusters/microwave-oven-control.js +17 -17
  360. package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
  361. package/dist/esm/clusters/microwave-oven-mode.js +7 -7
  362. package/dist/esm/clusters/mode-base.d.ts +59 -59
  363. package/dist/esm/clusters/mode-base.js +13 -13
  364. package/dist/esm/clusters/mode-select.d.ts +51 -51
  365. package/dist/esm/clusters/mode-select.js +13 -13
  366. package/dist/esm/clusters/network-commissioning.d.ts +325 -325
  367. package/dist/esm/clusters/network-commissioning.js +46 -46
  368. package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
  369. package/dist/esm/clusters/occupancy-sensing.js +20 -20
  370. package/dist/esm/clusters/on-off.d.ts +103 -103
  371. package/dist/esm/clusters/on-off.js +19 -19
  372. package/dist/esm/clusters/operational-credentials.d.ts +94 -94
  373. package/dist/esm/clusters/operational-credentials.js +34 -34
  374. package/dist/esm/clusters/operational-state.d.ts +67 -67
  375. package/dist/esm/clusters/operational-state.js +21 -21
  376. package/dist/esm/clusters/ota-software-update-provider.d.ts +61 -61
  377. package/dist/esm/clusters/ota-software-update-provider.js +25 -25
  378. package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
  379. package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
  380. package/dist/esm/clusters/oven-cavity-operational-state.d.ts +9 -9
  381. package/dist/esm/clusters/oven-cavity-operational-state.js +8 -8
  382. package/dist/esm/clusters/oven-mode.d.ts +49 -49
  383. package/dist/esm/clusters/oven-mode.js +8 -8
  384. package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
  385. package/dist/esm/clusters/power-source-configuration.js +1 -1
  386. package/dist/esm/clusters/power-source.d.ts +155 -155
  387. package/dist/esm/clusters/power-source.js +41 -41
  388. package/dist/esm/clusters/power-topology.d.ts +8 -8
  389. package/dist/esm/clusters/power-topology.js +2 -2
  390. package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
  391. package/dist/esm/clusters/pressure-measurement.js +9 -9
  392. package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
  393. package/dist/esm/clusters/proxy-configuration.js +3 -3
  394. package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
  395. package/dist/esm/clusters/proxy-discovery.js +4 -4
  396. package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
  397. package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
  398. package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
  399. package/dist/esm/clusters/refrigerator-alarm.js +11 -11
  400. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
  401. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
  402. package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
  403. package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
  404. package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
  405. package/dist/esm/clusters/resource-monitoring.js +7 -7
  406. package/dist/esm/clusters/rvc-clean-mode.d.ts +43 -43
  407. package/dist/esm/clusters/rvc-clean-mode.js +8 -8
  408. package/dist/esm/clusters/rvc-operational-state.d.ts +44 -44
  409. package/dist/esm/clusters/rvc-operational-state.js +15 -15
  410. package/dist/esm/clusters/rvc-run-mode.d.ts +50 -50
  411. package/dist/esm/clusters/rvc-run-mode.js +8 -8
  412. package/dist/esm/clusters/scenes-management.d.ts +246 -246
  413. package/dist/esm/clusters/scenes-management.js +70 -70
  414. package/dist/esm/clusters/service-area.d.ts +128 -128
  415. package/dist/esm/clusters/service-area.js +26 -26
  416. package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
  417. package/dist/esm/clusters/smoke-co-alarm.js +30 -30
  418. package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
  419. package/dist/esm/clusters/software-diagnostics.js +14 -14
  420. package/dist/esm/clusters/switch.d.ts +105 -105
  421. package/dist/esm/clusters/switch.js +23 -23
  422. package/dist/esm/clusters/target-navigator.d.ts +30 -30
  423. package/dist/esm/clusters/target-navigator.js +10 -10
  424. package/dist/esm/clusters/temperature-control.d.ts +45 -45
  425. package/dist/esm/clusters/temperature-control.js +12 -12
  426. package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
  427. package/dist/esm/clusters/temperature-measurement.js +4 -4
  428. package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
  429. package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
  430. package/dist/esm/clusters/thermostat.d.ts +515 -515
  431. package/dist/esm/clusters/thermostat.js +114 -114
  432. package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
  433. package/dist/esm/clusters/thread-border-router-management.js +14 -14
  434. package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
  435. package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
  436. package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
  437. package/dist/esm/clusters/thread-network-directory.js +11 -11
  438. package/dist/esm/clusters/time-format-localization.d.ts +12 -12
  439. package/dist/esm/clusters/time-format-localization.js +3 -3
  440. package/dist/esm/clusters/time-synchronization.d.ts +245 -245
  441. package/dist/esm/clusters/time-synchronization.js +47 -47
  442. package/dist/esm/clusters/unit-localization.d.ts +6 -6
  443. package/dist/esm/clusters/unit-localization.js +1 -1
  444. package/dist/esm/clusters/user-label.d.ts +2 -2
  445. package/dist/esm/clusters/user-label.js +1 -1
  446. package/dist/esm/clusters/valid-proxies.d.ts +7 -7
  447. package/dist/esm/clusters/valid-proxies.js +2 -2
  448. package/dist/esm/clusters/valve-configuration-and-control.d.ts +80 -80
  449. package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
  450. package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
  451. package/dist/esm/clusters/wake-on-lan.js +2 -2
  452. package/dist/esm/clusters/water-heater-management.d.ts +91 -91
  453. package/dist/esm/clusters/water-heater-management.js +16 -16
  454. package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
  455. package/dist/esm/clusters/water-heater-mode.js +8 -8
  456. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
  457. package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
  458. package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
  459. package/dist/esm/clusters/wi-fi-network-management.js +3 -3
  460. package/dist/esm/clusters/window-covering.d.ts +183 -183
  461. package/dist/esm/clusters/window-covering.js +49 -49
  462. package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
  463. package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
  464. package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
  465. package/dist/esm/globals/Locationdesc.d.ts +5 -5
  466. package/dist/esm/globals/Locationdesc.js +3 -3
  467. package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
  468. package/dist/esm/globals/MeasurementAccuracy.js +3 -3
  469. package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
  470. package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
  471. package/dist/esm/globals/MeasurementType.d.ts +1 -1
  472. package/dist/esm/globals/Priority.d.ts +1 -1
  473. package/dist/esm/globals/Semtag.d.ts +6 -6
  474. package/dist/esm/globals/Semtag.js +4 -4
  475. package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  476. package/dist/esm/globals/Status.d.ts +33 -33
  477. package/dist/esm/globals/Tod.d.ts +2 -2
  478. package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
  479. package/package.json +5 -5
  480. package/src/clusters/access-control.ts +72 -72
  481. package/src/clusters/account-login.ts +22 -22
  482. package/src/clusters/actions.ts +86 -86
  483. package/src/clusters/administrator-commissioning.ts +20 -20
  484. package/src/clusters/air-quality.ts +4 -4
  485. package/src/clusters/alarm-base.ts +22 -22
  486. package/src/clusters/application-basic.ts +14 -14
  487. package/src/clusters/application-launcher.ts +28 -28
  488. package/src/clusters/audio-output.ts +17 -17
  489. package/src/clusters/ballast-configuration.ts +20 -20
  490. package/src/clusters/basic-information.ts +47 -47
  491. package/src/clusters/binding.ts +8 -8
  492. package/src/clusters/boolean-state-configuration.ts +31 -31
  493. package/src/clusters/boolean-state.ts +6 -6
  494. package/src/clusters/bridged-device-basic-information.ts +38 -38
  495. package/src/clusters/channel.ts +111 -111
  496. package/src/clusters/color-control.ts +168 -168
  497. package/src/clusters/commissioner-control.ts +15 -15
  498. package/src/clusters/concentration-measurement.ts +15 -15
  499. package/src/clusters/content-app-observer.ts +12 -12
  500. package/src/clusters/content-control.ts +96 -96
  501. package/src/clusters/content-launcher.ts +69 -69
  502. package/src/clusters/descriptor.ts +13 -13
  503. package/src/clusters/device-energy-management-mode.ts +28 -28
  504. package/src/clusters/device-energy-management.ts +136 -136
  505. package/src/clusters/diagnostic-logs.ts +26 -26
  506. package/src/clusters/dishwasher-alarm.ts +24 -24
  507. package/src/clusters/dishwasher-mode.ts +27 -27
  508. package/src/clusters/door-lock.ts +378 -378
  509. package/src/clusters/ecosystem-information.ts +17 -17
  510. package/src/clusters/electrical-energy-measurement.ts +39 -39
  511. package/src/clusters/electrical-power-measurement.ts +53 -53
  512. package/src/clusters/energy-evse-mode.ts +28 -28
  513. package/src/clusters/energy-evse.ts +109 -109
  514. package/src/clusters/energy-preference.ts +19 -19
  515. package/src/clusters/ethernet-network-diagnostics.ts +13 -13
  516. package/src/clusters/fan-control.ts +30 -30
  517. package/src/clusters/fixed-label.ts +2 -2
  518. package/src/clusters/flow-measurement.ts +5 -5
  519. package/src/clusters/general-commissioning.ts +45 -45
  520. package/src/clusters/general-diagnostics.ts +66 -66
  521. package/src/clusters/group-key-management.ts +45 -45
  522. package/src/clusters/groups.ts +44 -44
  523. package/src/clusters/icd-management.ts +50 -50
  524. package/src/clusters/identify.ts +14 -14
  525. package/src/clusters/illuminance-measurement.ts +7 -7
  526. package/src/clusters/joint-fabric-datastore-cluster.ts +82 -82
  527. package/src/clusters/joint-fabric-pki.ts +12 -12
  528. package/src/clusters/keypad-input.ts +11 -11
  529. package/src/clusters/label.ts +5 -5
  530. package/src/clusters/laundry-dryer-controls.ts +4 -4
  531. package/src/clusters/laundry-washer-controls.ts +11 -11
  532. package/src/clusters/laundry-washer-mode.ts +28 -28
  533. package/src/clusters/level-control.ts +50 -50
  534. package/src/clusters/localization-configuration.ts +3 -3
  535. package/src/clusters/low-power.ts +2 -2
  536. package/src/clusters/media-input.ts +20 -20
  537. package/src/clusters/media-playback.ts +91 -91
  538. package/src/clusters/messages.ts +61 -61
  539. package/src/clusters/microwave-oven-control.ts +23 -23
  540. package/src/clusters/microwave-oven-mode.ts +25 -25
  541. package/src/clusters/mode-base.ts +37 -37
  542. package/src/clusters/mode-select.ts +22 -22
  543. package/src/clusters/network-commissioning.ts +76 -76
  544. package/src/clusters/occupancy-sensing.ts +29 -29
  545. package/src/clusters/on-off.ts +33 -33
  546. package/src/clusters/operational-credentials.ts +65 -65
  547. package/src/clusters/operational-state.ts +34 -34
  548. package/src/clusters/ota-software-update-provider.ts +39 -39
  549. package/src/clusters/ota-software-update-requestor.ts +55 -55
  550. package/src/clusters/oven-cavity-operational-state.ts +9 -9
  551. package/src/clusters/oven-mode.ts +34 -34
  552. package/src/clusters/power-source-configuration.ts +2 -2
  553. package/src/clusters/power-source.ts +59 -59
  554. package/src/clusters/power-topology.ts +4 -4
  555. package/src/clusters/pressure-measurement.ts +11 -11
  556. package/src/clusters/proxy-configuration.ts +6 -6
  557. package/src/clusters/proxy-discovery.ts +7 -7
  558. package/src/clusters/pump-configuration-and-control.ts +69 -69
  559. package/src/clusters/refrigerator-alarm.ts +18 -18
  560. package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
  561. package/src/clusters/relative-humidity-measurement.ts +5 -5
  562. package/src/clusters/resource-monitoring.ts +13 -13
  563. package/src/clusters/rvc-clean-mode.ts +28 -28
  564. package/src/clusters/rvc-operational-state.ts +26 -26
  565. package/src/clusters/rvc-run-mode.ts +35 -35
  566. package/src/clusters/scenes-management.ts +112 -112
  567. package/src/clusters/service-area.ts +50 -50
  568. package/src/clusters/smoke-co-alarm.ts +66 -66
  569. package/src/clusters/software-diagnostics.ts +20 -20
  570. package/src/clusters/switch.ts +45 -45
  571. package/src/clusters/target-navigator.ts +20 -20
  572. package/src/clusters/temperature-control.ts +19 -19
  573. package/src/clusters/temperature-measurement.ts +5 -5
  574. package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
  575. package/src/clusters/thermostat.ts +172 -172
  576. package/src/clusters/thread-border-router-management.ts +23 -23
  577. package/src/clusters/thread-network-diagnostics.ts +125 -125
  578. package/src/clusters/thread-network-directory.ts +22 -22
  579. package/src/clusters/time-format-localization.ts +7 -7
  580. package/src/clusters/time-synchronization.ts +81 -81
  581. package/src/clusters/unit-localization.ts +4 -4
  582. package/src/clusters/user-label.ts +2 -2
  583. package/src/clusters/valid-proxies.ts +7 -7
  584. package/src/clusters/valve-configuration-and-control.ts +35 -35
  585. package/src/clusters/wake-on-lan.ts +3 -3
  586. package/src/clusters/water-heater-management.ts +26 -26
  587. package/src/clusters/water-heater-mode.ts +27 -27
  588. package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
  589. package/src/clusters/wi-fi-network-management.ts +6 -6
  590. package/src/clusters/window-covering.ts +68 -68
  591. package/src/globals/AtomicAttributeStatus.ts +4 -4
  592. package/src/globals/AtomicRequestType.ts +1 -1
  593. package/src/globals/Locationdesc.ts +5 -5
  594. package/src/globals/MeasurementAccuracy.ts +5 -5
  595. package/src/globals/MeasurementAccuracyRange.ts +10 -10
  596. package/src/globals/MeasurementType.ts +1 -1
  597. package/src/globals/Priority.ts +1 -1
  598. package/src/globals/Semtag.ts +6 -6
  599. package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
  600. package/src/globals/Status.ts +33 -33
  601. package/src/globals/Tod.ts +2 -2
  602. package/src/globals/WildcardPathFlags.ts +1 -1
@@ -14,7 +14,7 @@ export declare namespace ElectricalPowerMeasurement {
14
14
  /**
15
15
  * These are optional features supported by ElectricalPowerMeasurementCluster.
16
16
  *
17
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.4
17
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.4
18
18
  */
19
19
  enum Feature {
20
20
  /**
@@ -22,7 +22,7 @@ export declare namespace ElectricalPowerMeasurement {
22
22
  *
23
23
  * This feature indicates the cluster can measure a direct current.
24
24
  *
25
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.4.1
25
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.1
26
26
  */
27
27
  DirectCurrent = "DirectCurrent",
28
28
  /**
@@ -30,7 +30,7 @@ export declare namespace ElectricalPowerMeasurement {
30
30
  *
31
31
  * This feature indicates the cluster can measure an alternating current.
32
32
  *
33
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.4.2
33
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.2
34
34
  */
35
35
  AlternatingCurrent = "AlternatingCurrent",
36
36
  /**
@@ -38,7 +38,7 @@ export declare namespace ElectricalPowerMeasurement {
38
38
  *
39
39
  * This feature indicates the cluster represents the collective measurements for a Polyphase power supply.
40
40
  *
41
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.4.3
41
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.3
42
42
  */
43
43
  PolyphasePower = "PolyphasePower",
44
44
  /**
@@ -46,7 +46,7 @@ export declare namespace ElectricalPowerMeasurement {
46
46
  *
47
47
  * This feature indicates the cluster can measure the harmonics of an alternating current.
48
48
  *
49
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.4.4
49
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.4
50
50
  */
51
51
  Harmonics = "Harmonics",
52
52
  /**
@@ -54,19 +54,19 @@ export declare namespace ElectricalPowerMeasurement {
54
54
  *
55
55
  * This feature indicates the cluster can measure the harmonic phases of an alternating current.
56
56
  *
57
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.4.5
57
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.5
58
58
  */
59
59
  PowerQuality = "PowerQuality"
60
60
  }
61
61
  /**
62
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.3
62
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3
63
63
  */
64
64
  const TlvHarmonicMeasurement: import("../tlv/TlvObject.js").ObjectSchema<{
65
65
  /**
66
66
  * This field shall be the order of the harmonic being measured. Typically this is an odd number, but servers
67
67
  * may choose to report even harmonics.
68
68
  *
69
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.3.1
69
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.1
70
70
  */
71
71
  order: import("../tlv/TlvObject.js").FieldType<number>;
72
72
  /**
@@ -83,17 +83,17 @@ export declare namespace ElectricalPowerMeasurement {
83
83
  *
84
84
  * If this measurement is not currently available, a value of null shall be returned.
85
85
  *
86
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.3.2
86
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.2
87
87
  */
88
88
  measurement: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
89
89
  }>;
90
90
  /**
91
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.3
91
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3
92
92
  */
93
93
  interface HarmonicMeasurement extends TypeFromSchema<typeof TlvHarmonicMeasurement> {
94
94
  }
95
95
  /**
96
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.1
96
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.1
97
97
  */
98
98
  enum PowerMode {
99
99
  Unknown = 0,
@@ -118,27 +118,27 @@ export declare namespace ElectricalPowerMeasurement {
118
118
  * since boot for a given timestamp; this allows for client-side resolution of UTC time for previous reports that
119
119
  * only included systime.
120
120
  *
121
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2
121
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2
122
122
  */
123
123
  const TlvMeasurementRange: import("../tlv/TlvObject.js").ObjectSchema<{
124
124
  /**
125
125
  * This field shall be the type of measurement for the range provided.
126
126
  *
127
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.1
127
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.1
128
128
  */
129
129
  measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
130
130
  /**
131
131
  * This field shall be the smallest measured value for the associated measurement over either the period between
132
132
  * StartTimestamp and EndTimestamp, or the period between StartSystime and EndSystime, or both.
133
133
  *
134
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.2
134
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.2
135
135
  */
136
136
  min: import("../tlv/TlvObject.js").FieldType<number | bigint>;
137
137
  /**
138
138
  * This field shall be the largest measured value for the associated measurement over the period between either
139
139
  * StartTimestamp and EndTimestamp or the period between StartSystime and EndSystime, or both.
140
140
  *
141
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.3
141
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.3
142
142
  */
143
143
  max: import("../tlv/TlvObject.js").FieldType<number | bigint>;
144
144
  /**
@@ -147,7 +147,7 @@ export declare namespace ElectricalPowerMeasurement {
147
147
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
148
148
  * does not have the capability of determining the time in UTC, this field shall be omitted.
149
149
  *
150
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.4
150
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.4
151
151
  */
152
152
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
153
153
  /**
@@ -156,7 +156,7 @@ export declare namespace ElectricalPowerMeasurement {
156
156
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
157
157
  * does not have the capability of determining the time in UTC, this field shall be omitted.
158
158
  *
159
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.5
159
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.5
160
160
  */
161
161
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
162
162
  /**
@@ -165,7 +165,7 @@ export declare namespace ElectricalPowerMeasurement {
165
165
  * This field shall be greater than or equal to the value of the StartTimestamp field. This field shall be less
166
166
  * than or equal to the value of the EndTimestamp field.
167
167
  *
168
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.6
168
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.6
169
169
  */
170
170
  minTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
171
171
  /**
@@ -173,7 +173,7 @@ export declare namespace ElectricalPowerMeasurement {
173
173
  * greater than or equal to the value of the StartTimestamp field. This field shall be less than or equal to the
174
174
  * value of the EndTimestamp field.
175
175
  *
176
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.7
176
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.7
177
177
  */
178
178
  maxTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
179
179
  /**
@@ -182,7 +182,7 @@ export declare namespace ElectricalPowerMeasurement {
182
182
  * If the server had determined the time in UTC at or before the start of the measurement period, this field may
183
183
  * be omitted along with the EndSystime, MinSystime, and MaxSystime fields.
184
184
  *
185
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.8
185
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.8
186
186
  */
187
187
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
188
188
  /**
@@ -191,7 +191,7 @@ export declare namespace ElectricalPowerMeasurement {
191
191
  * If the server had determined the time in UTC at the end of the measurement period, this field may be omitted
192
192
  * along with the StartSystime field, MinSystime, and MaxSystime fields.
193
193
  *
194
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.9
194
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.9
195
195
  */
196
196
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
197
197
  /**
@@ -200,7 +200,7 @@ export declare namespace ElectricalPowerMeasurement {
200
200
  *
201
201
  * This field shall be less than or equal to the value of the EndSystime field.
202
202
  *
203
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.10
203
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.10
204
204
  */
205
205
  minSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
206
206
  /**
@@ -209,7 +209,7 @@ export declare namespace ElectricalPowerMeasurement {
209
209
  *
210
210
  * This field shall be less than or equal to the value of the EndSystime field.
211
211
  *
212
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.11
212
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.11
213
213
  */
214
214
  maxSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
215
215
  }>;
@@ -225,40 +225,40 @@ export declare namespace ElectricalPowerMeasurement {
225
225
  * since boot for a given timestamp; this allows for client-side resolution of UTC time for previous reports that
226
226
  * only included systime.
227
227
  *
228
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2
228
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2
229
229
  */
230
230
  interface MeasurementRange extends TypeFromSchema<typeof TlvMeasurementRange> {
231
231
  }
232
232
  /**
233
233
  * Body of the ElectricalPowerMeasurement measurementPeriodRanges event
234
234
  *
235
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.7.1
235
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.7.1
236
236
  */
237
237
  const TlvMeasurementPeriodRangesEvent: import("../tlv/TlvObject.js").ObjectSchema<{
238
238
  /**
239
239
  * This shall indicate the value of the Ranges attribute at the time of event generation.
240
240
  *
241
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.7.1.1
241
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.7.1.1
242
242
  */
243
243
  ranges: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
244
244
  /**
245
245
  * This field shall be the type of measurement for the range provided.
246
246
  *
247
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.1
247
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.1
248
248
  */
249
249
  measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
250
250
  /**
251
251
  * This field shall be the smallest measured value for the associated measurement over either the period between
252
252
  * StartTimestamp and EndTimestamp, or the period between StartSystime and EndSystime, or both.
253
253
  *
254
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.2
254
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.2
255
255
  */
256
256
  min: import("../tlv/TlvObject.js").FieldType<number | bigint>;
257
257
  /**
258
258
  * This field shall be the largest measured value for the associated measurement over the period between either
259
259
  * StartTimestamp and EndTimestamp or the period between StartSystime and EndSystime, or both.
260
260
  *
261
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.3
261
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.3
262
262
  */
263
263
  max: import("../tlv/TlvObject.js").FieldType<number | bigint>;
264
264
  /**
@@ -267,7 +267,7 @@ export declare namespace ElectricalPowerMeasurement {
267
267
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
268
268
  * does not have the capability of determining the time in UTC, this field shall be omitted.
269
269
  *
270
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.4
270
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.4
271
271
  */
272
272
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
273
273
  /**
@@ -276,7 +276,7 @@ export declare namespace ElectricalPowerMeasurement {
276
276
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
277
277
  * does not have the capability of determining the time in UTC, this field shall be omitted.
278
278
  *
279
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.5
279
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.5
280
280
  */
281
281
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
282
282
  /**
@@ -285,7 +285,7 @@ export declare namespace ElectricalPowerMeasurement {
285
285
  * This field shall be greater than or equal to the value of the StartTimestamp field. This field shall be less
286
286
  * than or equal to the value of the EndTimestamp field.
287
287
  *
288
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.6
288
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.6
289
289
  */
290
290
  minTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
291
291
  /**
@@ -293,7 +293,7 @@ export declare namespace ElectricalPowerMeasurement {
293
293
  * greater than or equal to the value of the StartTimestamp field. This field shall be less than or equal to the
294
294
  * value of the EndTimestamp field.
295
295
  *
296
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.7
296
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.7
297
297
  */
298
298
  maxTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
299
299
  /**
@@ -302,7 +302,7 @@ export declare namespace ElectricalPowerMeasurement {
302
302
  * If the server had determined the time in UTC at or before the start of the measurement period, this field may
303
303
  * be omitted along with the EndSystime, MinSystime, and MaxSystime fields.
304
304
  *
305
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.8
305
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.8
306
306
  */
307
307
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
308
308
  /**
@@ -311,7 +311,7 @@ export declare namespace ElectricalPowerMeasurement {
311
311
  * If the server had determined the time in UTC at the end of the measurement period, this field may be omitted
312
312
  * along with the StartSystime field, MinSystime, and MaxSystime fields.
313
313
  *
314
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.9
314
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.9
315
315
  */
316
316
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
317
317
  /**
@@ -320,7 +320,7 @@ export declare namespace ElectricalPowerMeasurement {
320
320
  *
321
321
  * This field shall be less than or equal to the value of the EndSystime field.
322
322
  *
323
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.10
323
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.10
324
324
  */
325
325
  minSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
326
326
  /**
@@ -329,7 +329,7 @@ export declare namespace ElectricalPowerMeasurement {
329
329
  *
330
330
  * This field shall be less than or equal to the value of the EndSystime field.
331
331
  *
332
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.11
332
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.11
333
333
  */
334
334
  maxSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
335
335
  }>[]>;
@@ -337,7 +337,7 @@ export declare namespace ElectricalPowerMeasurement {
337
337
  /**
338
338
  * Body of the ElectricalPowerMeasurement measurementPeriodRanges event
339
339
  *
340
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.7.1
340
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.7.1
341
341
  */
342
342
  interface MeasurementPeriodRangesEvent extends TypeFromSchema<typeof TlvMeasurementPeriodRangesEvent> {
343
343
  }
@@ -363,7 +363,7 @@ export declare namespace ElectricalPowerMeasurement {
363
363
  *
364
364
  * If the current cannot be measured, a value of null shall be returned.
365
365
  *
366
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.7
366
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.7
367
367
  */
368
368
  readonly reactiveCurrent: OptionalAttribute<number | bigint | null, any>;
369
369
  /**
@@ -381,7 +381,7 @@ export declare namespace ElectricalPowerMeasurement {
381
381
  *
382
382
  * If the active or reactive currents cannot be measured, a value of null shall be returned.
383
383
  *
384
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.8
384
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.8
385
385
  */
386
386
  readonly apparentCurrent: OptionalAttribute<number | bigint | null, any>;
387
387
  /**
@@ -402,7 +402,7 @@ export declare namespace ElectricalPowerMeasurement {
402
402
  * If the Polyphase Power feature is supported, this value represents the combined reactive power imported
403
403
  * or exported.
404
404
  *
405
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.10
405
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.10
406
406
  */
407
407
  readonly reactivePower: OptionalAttribute<number | bigint | null, any>;
408
408
  /**
@@ -421,7 +421,7 @@ export declare namespace ElectricalPowerMeasurement {
421
421
  *
422
422
  * If the apparent power cannot be measured, a value of null shall be returned.
423
423
  *
424
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.11
424
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.11
425
425
  */
426
426
  readonly apparentPower: OptionalAttribute<number | bigint | null, any>;
427
427
  /**
@@ -438,7 +438,7 @@ export declare namespace ElectricalPowerMeasurement {
438
438
  *
439
439
  * If the RMS voltage cannot be measured, a value of null shall be returned.
440
440
  *
441
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.12
441
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.12
442
442
  */
443
443
  readonly rmsVoltage: OptionalAttribute<number | bigint | null, any>;
444
444
  /**
@@ -458,7 +458,7 @@ export declare namespace ElectricalPowerMeasurement {
458
458
  *
459
459
  * If the RMS current cannot be measured, a value of null shall be returned.
460
460
  *
461
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.13
461
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.13
462
462
  */
463
463
  readonly rmsCurrent: OptionalAttribute<number | bigint | null, any>;
464
464
  /**
@@ -477,7 +477,7 @@ export declare namespace ElectricalPowerMeasurement {
477
477
  *
478
478
  * If the RMS power cannot be measured, a value of null shall be returned.
479
479
  *
480
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.14
480
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.14
481
481
  */
482
482
  readonly rmsPower: OptionalAttribute<number | bigint | null, any>;
483
483
  /**
@@ -494,7 +494,7 @@ export declare namespace ElectricalPowerMeasurement {
494
494
  *
495
495
  * If the frequency cannot be measured, a value of null shall be returned.
496
496
  *
497
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.15
497
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.15
498
498
  */
499
499
  readonly frequency: OptionalAttribute<number | bigint | null, any>;
500
500
  /**
@@ -509,7 +509,7 @@ export declare namespace ElectricalPowerMeasurement {
509
509
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
510
510
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
511
511
  *
512
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.18
512
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.18
513
513
  */
514
514
  readonly powerFactor: OptionalAttribute<number | bigint | null, any>;
515
515
  };
@@ -532,14 +532,14 @@ export declare namespace ElectricalPowerMeasurement {
532
532
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
533
533
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
534
534
  *
535
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.16
535
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.16
536
536
  */
537
537
  readonly harmonicCurrents: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
538
538
  /**
539
539
  * This field shall be the order of the harmonic being measured. Typically this is an odd number, but servers
540
540
  * may choose to report even harmonics.
541
541
  *
542
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.3.1
542
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.1
543
543
  */
544
544
  order: import("../tlv/TlvObject.js").FieldType<number>;
545
545
  /**
@@ -556,7 +556,7 @@ export declare namespace ElectricalPowerMeasurement {
556
556
  *
557
557
  * If this measurement is not currently available, a value of null shall be returned.
558
558
  *
559
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.3.2
559
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.2
560
560
  */
561
561
  measurement: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
562
562
  }>[] | null, any>;
@@ -582,14 +582,14 @@ export declare namespace ElectricalPowerMeasurement {
582
582
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
583
583
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
584
584
  *
585
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.17
585
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.17
586
586
  */
587
587
  readonly harmonicPhases: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
588
588
  /**
589
589
  * This field shall be the order of the harmonic being measured. Typically this is an odd number, but servers
590
590
  * may choose to report even harmonics.
591
591
  *
592
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.3.1
592
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.1
593
593
  */
594
594
  order: import("../tlv/TlvObject.js").FieldType<number>;
595
595
  /**
@@ -606,7 +606,7 @@ export declare namespace ElectricalPowerMeasurement {
606
606
  *
607
607
  * If this measurement is not currently available, a value of null shall be returned.
608
608
  *
609
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.3.2
609
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.2
610
610
  */
611
611
  measurement: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
612
612
  }>[] | null, any>;
@@ -635,7 +635,7 @@ export declare namespace ElectricalPowerMeasurement {
635
635
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
636
636
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
637
637
  *
638
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.19
638
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.19
639
639
  */
640
640
  readonly neutralCurrent: OptionalAttribute<number | bigint | null, any>;
641
641
  };
@@ -653,7 +653,7 @@ export declare namespace ElectricalPowerMeasurement {
653
653
  *
654
654
  * This feature indicates the cluster can measure a direct current.
655
655
  *
656
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.4.1
656
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.1
657
657
  */
658
658
  readonly directCurrent: BitFlag;
659
659
  /**
@@ -661,7 +661,7 @@ export declare namespace ElectricalPowerMeasurement {
661
661
  *
662
662
  * This feature indicates the cluster can measure an alternating current.
663
663
  *
664
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.4.2
664
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.2
665
665
  */
666
666
  readonly alternatingCurrent: BitFlag;
667
667
  /**
@@ -669,7 +669,7 @@ export declare namespace ElectricalPowerMeasurement {
669
669
  *
670
670
  * This feature indicates the cluster represents the collective measurements for a Polyphase power supply.
671
671
  *
672
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.4.3
672
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.3
673
673
  */
674
674
  readonly polyphasePower: BitFlag;
675
675
  /**
@@ -677,7 +677,7 @@ export declare namespace ElectricalPowerMeasurement {
677
677
  *
678
678
  * This feature indicates the cluster can measure the harmonics of an alternating current.
679
679
  *
680
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.4.4
680
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.4
681
681
  */
682
682
  readonly harmonics: BitFlag;
683
683
  /**
@@ -685,7 +685,7 @@ export declare namespace ElectricalPowerMeasurement {
685
685
  *
686
686
  * This feature indicates the cluster can measure the harmonic phases of an alternating current.
687
687
  *
688
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.4.5
688
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.5
689
689
  */
690
690
  readonly powerQuality: BitFlag;
691
691
  };
@@ -694,13 +694,13 @@ export declare namespace ElectricalPowerMeasurement {
694
694
  * This shall indicate the current mode of the server. For some servers, such as an EV, this may change
695
695
  * depending on the mode of charging or discharging.
696
696
  *
697
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.1
697
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.1
698
698
  */
699
699
  readonly powerMode: Attribute<PowerMode, any>;
700
700
  /**
701
701
  * This shall indicate the maximum number of measurement types the server is capable of reporting.
702
702
  *
703
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.2
703
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.2
704
704
  */
705
705
  readonly numberOfMeasurementTypes: FixedAttribute<number, any>;
706
706
  /**
@@ -708,7 +708,7 @@ export declare namespace ElectricalPowerMeasurement {
708
708
  * There shall be an entry for ActivePower, as well as any other measurement types implemented by this
709
709
  * server.
710
710
  *
711
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.3
711
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.3
712
712
  */
713
713
  readonly accuracy: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
714
714
  measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
@@ -740,27 +740,27 @@ export declare namespace ElectricalPowerMeasurement {
740
740
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
741
741
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
742
742
  *
743
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.4
743
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.4
744
744
  */
745
745
  readonly ranges: OptionalAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
746
746
  /**
747
747
  * This field shall be the type of measurement for the range provided.
748
748
  *
749
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.1
749
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.1
750
750
  */
751
751
  measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
752
752
  /**
753
753
  * This field shall be the smallest measured value for the associated measurement over either the period between
754
754
  * StartTimestamp and EndTimestamp, or the period between StartSystime and EndSystime, or both.
755
755
  *
756
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.2
756
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.2
757
757
  */
758
758
  min: import("../tlv/TlvObject.js").FieldType<number | bigint>;
759
759
  /**
760
760
  * This field shall be the largest measured value for the associated measurement over the period between either
761
761
  * StartTimestamp and EndTimestamp or the period between StartSystime and EndSystime, or both.
762
762
  *
763
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.3
763
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.3
764
764
  */
765
765
  max: import("../tlv/TlvObject.js").FieldType<number | bigint>;
766
766
  /**
@@ -769,7 +769,7 @@ export declare namespace ElectricalPowerMeasurement {
769
769
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
770
770
  * does not have the capability of determining the time in UTC, this field shall be omitted.
771
771
  *
772
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.4
772
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.4
773
773
  */
774
774
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
775
775
  /**
@@ -778,7 +778,7 @@ export declare namespace ElectricalPowerMeasurement {
778
778
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
779
779
  * does not have the capability of determining the time in UTC, this field shall be omitted.
780
780
  *
781
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.5
781
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.5
782
782
  */
783
783
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
784
784
  /**
@@ -787,7 +787,7 @@ export declare namespace ElectricalPowerMeasurement {
787
787
  * This field shall be greater than or equal to the value of the StartTimestamp field. This field shall be less
788
788
  * than or equal to the value of the EndTimestamp field.
789
789
  *
790
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.6
790
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.6
791
791
  */
792
792
  minTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
793
793
  /**
@@ -795,7 +795,7 @@ export declare namespace ElectricalPowerMeasurement {
795
795
  * greater than or equal to the value of the StartTimestamp field. This field shall be less than or equal to the
796
796
  * value of the EndTimestamp field.
797
797
  *
798
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.7
798
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.7
799
799
  */
800
800
  maxTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
801
801
  /**
@@ -804,7 +804,7 @@ export declare namespace ElectricalPowerMeasurement {
804
804
  * If the server had determined the time in UTC at or before the start of the measurement period, this field may
805
805
  * be omitted along with the EndSystime, MinSystime, and MaxSystime fields.
806
806
  *
807
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.8
807
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.8
808
808
  */
809
809
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
810
810
  /**
@@ -813,7 +813,7 @@ export declare namespace ElectricalPowerMeasurement {
813
813
  * If the server had determined the time in UTC at the end of the measurement period, this field may be omitted
814
814
  * along with the StartSystime field, MinSystime, and MaxSystime fields.
815
815
  *
816
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.9
816
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.9
817
817
  */
818
818
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
819
819
  /**
@@ -822,7 +822,7 @@ export declare namespace ElectricalPowerMeasurement {
822
822
  *
823
823
  * This field shall be less than or equal to the value of the EndSystime field.
824
824
  *
825
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.10
825
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.10
826
826
  */
827
827
  minSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
828
828
  /**
@@ -831,7 +831,7 @@ export declare namespace ElectricalPowerMeasurement {
831
831
  *
832
832
  * This field shall be less than or equal to the value of the EndSystime field.
833
833
  *
834
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.11
834
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.11
835
835
  */
836
836
  maxSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
837
837
  }>[], any>;
@@ -849,7 +849,7 @@ export declare namespace ElectricalPowerMeasurement {
849
849
  *
850
850
  * If the voltage cannot be measured, a value of null shall be returned.
851
851
  *
852
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.5
852
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.5
853
853
  */
854
854
  readonly voltage: OptionalAttribute<number | bigint | null, any>;
855
855
  /**
@@ -869,7 +869,7 @@ export declare namespace ElectricalPowerMeasurement {
869
869
  *
870
870
  * If the current cannot be measured, a value of null shall be returned.
871
871
  *
872
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.6
872
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.6
873
873
  */
874
874
  readonly activeCurrent: OptionalAttribute<number | bigint | null, any>;
875
875
  /**
@@ -890,7 +890,7 @@ export declare namespace ElectricalPowerMeasurement {
890
890
  * If the Polyphase Power feature is set, this value represents the combined active power imported or
891
891
  * exported.
892
892
  *
893
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.9
893
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.9
894
894
  */
895
895
  readonly activePower: Attribute<number | bigint | null, any>;
896
896
  };
@@ -899,33 +899,33 @@ export declare namespace ElectricalPowerMeasurement {
899
899
  * If supported, this event shall be generated at the end of a measurement period. The start and end times
900
900
  * for measurement periods shall be determined by the server, and may represent overlapping periods.
901
901
  *
902
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.7.1
902
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.7.1
903
903
  */
904
904
  readonly measurementPeriodRanges: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
905
905
  /**
906
906
  * This shall indicate the value of the Ranges attribute at the time of event generation.
907
907
  *
908
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.7.1.1
908
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.7.1.1
909
909
  */
910
910
  ranges: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
911
911
  /**
912
912
  * This field shall be the type of measurement for the range provided.
913
913
  *
914
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.1
914
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.1
915
915
  */
916
916
  measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
917
917
  /**
918
918
  * This field shall be the smallest measured value for the associated measurement over either the period between
919
919
  * StartTimestamp and EndTimestamp, or the period between StartSystime and EndSystime, or both.
920
920
  *
921
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.2
921
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.2
922
922
  */
923
923
  min: import("../tlv/TlvObject.js").FieldType<number | bigint>;
924
924
  /**
925
925
  * This field shall be the largest measured value for the associated measurement over the period between either
926
926
  * StartTimestamp and EndTimestamp or the period between StartSystime and EndSystime, or both.
927
927
  *
928
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.3
928
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.3
929
929
  */
930
930
  max: import("../tlv/TlvObject.js").FieldType<number | bigint>;
931
931
  /**
@@ -934,7 +934,7 @@ export declare namespace ElectricalPowerMeasurement {
934
934
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
935
935
  * does not have the capability of determining the time in UTC, this field shall be omitted.
936
936
  *
937
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.4
937
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.4
938
938
  */
939
939
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
940
940
  /**
@@ -943,7 +943,7 @@ export declare namespace ElectricalPowerMeasurement {
943
943
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
944
944
  * does not have the capability of determining the time in UTC, this field shall be omitted.
945
945
  *
946
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.5
946
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.5
947
947
  */
948
948
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
949
949
  /**
@@ -952,7 +952,7 @@ export declare namespace ElectricalPowerMeasurement {
952
952
  * This field shall be greater than or equal to the value of the StartTimestamp field. This field shall be less
953
953
  * than or equal to the value of the EndTimestamp field.
954
954
  *
955
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.6
955
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.6
956
956
  */
957
957
  minTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
958
958
  /**
@@ -960,7 +960,7 @@ export declare namespace ElectricalPowerMeasurement {
960
960
  * greater than or equal to the value of the StartTimestamp field. This field shall be less than or equal to the
961
961
  * value of the EndTimestamp field.
962
962
  *
963
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.7
963
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.7
964
964
  */
965
965
  maxTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
966
966
  /**
@@ -969,7 +969,7 @@ export declare namespace ElectricalPowerMeasurement {
969
969
  * If the server had determined the time in UTC at or before the start of the measurement period, this field may
970
970
  * be omitted along with the EndSystime, MinSystime, and MaxSystime fields.
971
971
  *
972
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.8
972
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.8
973
973
  */
974
974
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
975
975
  /**
@@ -978,7 +978,7 @@ export declare namespace ElectricalPowerMeasurement {
978
978
  * If the server had determined the time in UTC at the end of the measurement period, this field may be omitted
979
979
  * along with the StartSystime field, MinSystime, and MaxSystime fields.
980
980
  *
981
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.9
981
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.9
982
982
  */
983
983
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
984
984
  /**
@@ -987,7 +987,7 @@ export declare namespace ElectricalPowerMeasurement {
987
987
  *
988
988
  * This field shall be less than or equal to the value of the EndSystime field.
989
989
  *
990
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.10
990
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.10
991
991
  */
992
992
  minSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
993
993
  /**
@@ -996,7 +996,7 @@ export declare namespace ElectricalPowerMeasurement {
996
996
  *
997
997
  * This field shall be less than or equal to the value of the EndSystime field.
998
998
  *
999
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.11
999
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.11
1000
1000
  */
1001
1001
  maxSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1002
1002
  }>[]>;
@@ -1029,7 +1029,7 @@ export declare namespace ElectricalPowerMeasurement {
1029
1029
  *
1030
1030
  * If the current cannot be measured, a value of null shall be returned.
1031
1031
  *
1032
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.7
1032
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.7
1033
1033
  */
1034
1034
  readonly reactiveCurrent: OptionalAttribute<number | bigint | null, any>;
1035
1035
  /**
@@ -1047,7 +1047,7 @@ export declare namespace ElectricalPowerMeasurement {
1047
1047
  *
1048
1048
  * If the active or reactive currents cannot be measured, a value of null shall be returned.
1049
1049
  *
1050
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.8
1050
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.8
1051
1051
  */
1052
1052
  readonly apparentCurrent: OptionalAttribute<number | bigint | null, any>;
1053
1053
  /**
@@ -1068,7 +1068,7 @@ export declare namespace ElectricalPowerMeasurement {
1068
1068
  * If the Polyphase Power feature is supported, this value represents the combined reactive power imported
1069
1069
  * or exported.
1070
1070
  *
1071
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.10
1071
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.10
1072
1072
  */
1073
1073
  readonly reactivePower: OptionalAttribute<number | bigint | null, any>;
1074
1074
  /**
@@ -1087,7 +1087,7 @@ export declare namespace ElectricalPowerMeasurement {
1087
1087
  *
1088
1088
  * If the apparent power cannot be measured, a value of null shall be returned.
1089
1089
  *
1090
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.11
1090
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.11
1091
1091
  */
1092
1092
  readonly apparentPower: OptionalAttribute<number | bigint | null, any>;
1093
1093
  /**
@@ -1104,7 +1104,7 @@ export declare namespace ElectricalPowerMeasurement {
1104
1104
  *
1105
1105
  * If the RMS voltage cannot be measured, a value of null shall be returned.
1106
1106
  *
1107
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.12
1107
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.12
1108
1108
  */
1109
1109
  readonly rmsVoltage: OptionalAttribute<number | bigint | null, any>;
1110
1110
  /**
@@ -1124,7 +1124,7 @@ export declare namespace ElectricalPowerMeasurement {
1124
1124
  *
1125
1125
  * If the RMS current cannot be measured, a value of null shall be returned.
1126
1126
  *
1127
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.13
1127
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.13
1128
1128
  */
1129
1129
  readonly rmsCurrent: OptionalAttribute<number | bigint | null, any>;
1130
1130
  /**
@@ -1143,7 +1143,7 @@ export declare namespace ElectricalPowerMeasurement {
1143
1143
  *
1144
1144
  * If the RMS power cannot be measured, a value of null shall be returned.
1145
1145
  *
1146
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.14
1146
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.14
1147
1147
  */
1148
1148
  readonly rmsPower: OptionalAttribute<number | bigint | null, any>;
1149
1149
  /**
@@ -1160,7 +1160,7 @@ export declare namespace ElectricalPowerMeasurement {
1160
1160
  *
1161
1161
  * If the frequency cannot be measured, a value of null shall be returned.
1162
1162
  *
1163
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.15
1163
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.15
1164
1164
  */
1165
1165
  readonly frequency: OptionalAttribute<number | bigint | null, any>;
1166
1166
  /**
@@ -1175,7 +1175,7 @@ export declare namespace ElectricalPowerMeasurement {
1175
1175
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
1176
1176
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
1177
1177
  *
1178
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.18
1178
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.18
1179
1179
  */
1180
1180
  readonly powerFactor: OptionalAttribute<number | bigint | null, any>;
1181
1181
  };
@@ -1199,14 +1199,14 @@ export declare namespace ElectricalPowerMeasurement {
1199
1199
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
1200
1200
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
1201
1201
  *
1202
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.16
1202
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.16
1203
1203
  */
1204
1204
  readonly harmonicCurrents: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1205
1205
  /**
1206
1206
  * This field shall be the order of the harmonic being measured. Typically this is an odd number, but servers
1207
1207
  * may choose to report even harmonics.
1208
1208
  *
1209
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.3.1
1209
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.1
1210
1210
  */
1211
1211
  order: import("../tlv/TlvObject.js").FieldType<number>;
1212
1212
  /**
@@ -1223,7 +1223,7 @@ export declare namespace ElectricalPowerMeasurement {
1223
1223
  *
1224
1224
  * If this measurement is not currently available, a value of null shall be returned.
1225
1225
  *
1226
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.3.2
1226
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.2
1227
1227
  */
1228
1228
  measurement: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
1229
1229
  }>[] | null, any>;
@@ -1250,14 +1250,14 @@ export declare namespace ElectricalPowerMeasurement {
1250
1250
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
1251
1251
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
1252
1252
  *
1253
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.17
1253
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.17
1254
1254
  */
1255
1255
  readonly harmonicPhases: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1256
1256
  /**
1257
1257
  * This field shall be the order of the harmonic being measured. Typically this is an odd number, but servers
1258
1258
  * may choose to report even harmonics.
1259
1259
  *
1260
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.3.1
1260
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.1
1261
1261
  */
1262
1262
  order: import("../tlv/TlvObject.js").FieldType<number>;
1263
1263
  /**
@@ -1274,7 +1274,7 @@ export declare namespace ElectricalPowerMeasurement {
1274
1274
  *
1275
1275
  * If this measurement is not currently available, a value of null shall be returned.
1276
1276
  *
1277
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.3.2
1277
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.2
1278
1278
  */
1279
1279
  measurement: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
1280
1280
  }>[] | null, any>;
@@ -1304,7 +1304,7 @@ export declare namespace ElectricalPowerMeasurement {
1304
1304
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
1305
1305
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
1306
1306
  *
1307
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.19
1307
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.19
1308
1308
  */
1309
1309
  readonly neutralCurrent: OptionalAttribute<number | bigint | null, any>;
1310
1310
  };
@@ -1348,7 +1348,7 @@ export declare namespace ElectricalPowerMeasurement {
1348
1348
  *
1349
1349
  * This feature indicates the cluster can measure a direct current.
1350
1350
  *
1351
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.4.1
1351
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.1
1352
1352
  */
1353
1353
  readonly directCurrent: BitFlag;
1354
1354
  /**
@@ -1356,7 +1356,7 @@ export declare namespace ElectricalPowerMeasurement {
1356
1356
  *
1357
1357
  * This feature indicates the cluster can measure an alternating current.
1358
1358
  *
1359
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.4.2
1359
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.2
1360
1360
  */
1361
1361
  readonly alternatingCurrent: BitFlag;
1362
1362
  /**
@@ -1364,7 +1364,7 @@ export declare namespace ElectricalPowerMeasurement {
1364
1364
  *
1365
1365
  * This feature indicates the cluster represents the collective measurements for a Polyphase power supply.
1366
1366
  *
1367
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.4.3
1367
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.3
1368
1368
  */
1369
1369
  readonly polyphasePower: BitFlag;
1370
1370
  /**
@@ -1372,7 +1372,7 @@ export declare namespace ElectricalPowerMeasurement {
1372
1372
  *
1373
1373
  * This feature indicates the cluster can measure the harmonics of an alternating current.
1374
1374
  *
1375
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.4.4
1375
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.4
1376
1376
  */
1377
1377
  readonly harmonics: BitFlag;
1378
1378
  /**
@@ -1380,7 +1380,7 @@ export declare namespace ElectricalPowerMeasurement {
1380
1380
  *
1381
1381
  * This feature indicates the cluster can measure the harmonic phases of an alternating current.
1382
1382
  *
1383
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.4.5
1383
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.5
1384
1384
  */
1385
1385
  readonly powerQuality: BitFlag;
1386
1386
  };
@@ -1389,13 +1389,13 @@ export declare namespace ElectricalPowerMeasurement {
1389
1389
  * This shall indicate the current mode of the server. For some servers, such as an EV, this may change
1390
1390
  * depending on the mode of charging or discharging.
1391
1391
  *
1392
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.1
1392
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.1
1393
1393
  */
1394
1394
  readonly powerMode: Attribute<PowerMode, any>;
1395
1395
  /**
1396
1396
  * This shall indicate the maximum number of measurement types the server is capable of reporting.
1397
1397
  *
1398
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.2
1398
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.2
1399
1399
  */
1400
1400
  readonly numberOfMeasurementTypes: FixedAttribute<number, any>;
1401
1401
  /**
@@ -1403,7 +1403,7 @@ export declare namespace ElectricalPowerMeasurement {
1403
1403
  * There shall be an entry for ActivePower, as well as any other measurement types implemented by this
1404
1404
  * server.
1405
1405
  *
1406
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.3
1406
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.3
1407
1407
  */
1408
1408
  readonly accuracy: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
1409
1409
  measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
@@ -1435,27 +1435,27 @@ export declare namespace ElectricalPowerMeasurement {
1435
1435
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
1436
1436
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
1437
1437
  *
1438
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.4
1438
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.4
1439
1439
  */
1440
1440
  readonly ranges: OptionalAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
1441
1441
  /**
1442
1442
  * This field shall be the type of measurement for the range provided.
1443
1443
  *
1444
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.1
1444
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.1
1445
1445
  */
1446
1446
  measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
1447
1447
  /**
1448
1448
  * This field shall be the smallest measured value for the associated measurement over either the period between
1449
1449
  * StartTimestamp and EndTimestamp, or the period between StartSystime and EndSystime, or both.
1450
1450
  *
1451
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.2
1451
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.2
1452
1452
  */
1453
1453
  min: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1454
1454
  /**
1455
1455
  * This field shall be the largest measured value for the associated measurement over the period between either
1456
1456
  * StartTimestamp and EndTimestamp or the period between StartSystime and EndSystime, or both.
1457
1457
  *
1458
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.3
1458
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.3
1459
1459
  */
1460
1460
  max: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1461
1461
  /**
@@ -1464,7 +1464,7 @@ export declare namespace ElectricalPowerMeasurement {
1464
1464
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
1465
1465
  * does not have the capability of determining the time in UTC, this field shall be omitted.
1466
1466
  *
1467
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.4
1467
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.4
1468
1468
  */
1469
1469
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1470
1470
  /**
@@ -1473,7 +1473,7 @@ export declare namespace ElectricalPowerMeasurement {
1473
1473
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
1474
1474
  * does not have the capability of determining the time in UTC, this field shall be omitted.
1475
1475
  *
1476
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.5
1476
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.5
1477
1477
  */
1478
1478
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1479
1479
  /**
@@ -1482,7 +1482,7 @@ export declare namespace ElectricalPowerMeasurement {
1482
1482
  * This field shall be greater than or equal to the value of the StartTimestamp field. This field shall be less
1483
1483
  * than or equal to the value of the EndTimestamp field.
1484
1484
  *
1485
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.6
1485
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.6
1486
1486
  */
1487
1487
  minTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1488
1488
  /**
@@ -1490,7 +1490,7 @@ export declare namespace ElectricalPowerMeasurement {
1490
1490
  * greater than or equal to the value of the StartTimestamp field. This field shall be less than or equal to the
1491
1491
  * value of the EndTimestamp field.
1492
1492
  *
1493
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.7
1493
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.7
1494
1494
  */
1495
1495
  maxTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1496
1496
  /**
@@ -1499,7 +1499,7 @@ export declare namespace ElectricalPowerMeasurement {
1499
1499
  * If the server had determined the time in UTC at or before the start of the measurement period, this field may
1500
1500
  * be omitted along with the EndSystime, MinSystime, and MaxSystime fields.
1501
1501
  *
1502
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.8
1502
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.8
1503
1503
  */
1504
1504
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1505
1505
  /**
@@ -1508,7 +1508,7 @@ export declare namespace ElectricalPowerMeasurement {
1508
1508
  * If the server had determined the time in UTC at the end of the measurement period, this field may be omitted
1509
1509
  * along with the StartSystime field, MinSystime, and MaxSystime fields.
1510
1510
  *
1511
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.9
1511
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.9
1512
1512
  */
1513
1513
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1514
1514
  /**
@@ -1517,7 +1517,7 @@ export declare namespace ElectricalPowerMeasurement {
1517
1517
  *
1518
1518
  * This field shall be less than or equal to the value of the EndSystime field.
1519
1519
  *
1520
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.10
1520
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.10
1521
1521
  */
1522
1522
  minSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1523
1523
  /**
@@ -1526,7 +1526,7 @@ export declare namespace ElectricalPowerMeasurement {
1526
1526
  *
1527
1527
  * This field shall be less than or equal to the value of the EndSystime field.
1528
1528
  *
1529
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.11
1529
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.11
1530
1530
  */
1531
1531
  maxSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1532
1532
  }>[], any>;
@@ -1544,7 +1544,7 @@ export declare namespace ElectricalPowerMeasurement {
1544
1544
  *
1545
1545
  * If the voltage cannot be measured, a value of null shall be returned.
1546
1546
  *
1547
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.5
1547
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.5
1548
1548
  */
1549
1549
  readonly voltage: OptionalAttribute<number | bigint | null, any>;
1550
1550
  /**
@@ -1564,7 +1564,7 @@ export declare namespace ElectricalPowerMeasurement {
1564
1564
  *
1565
1565
  * If the current cannot be measured, a value of null shall be returned.
1566
1566
  *
1567
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.6
1567
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.6
1568
1568
  */
1569
1569
  readonly activeCurrent: OptionalAttribute<number | bigint | null, any>;
1570
1570
  /**
@@ -1585,7 +1585,7 @@ export declare namespace ElectricalPowerMeasurement {
1585
1585
  * If the Polyphase Power feature is set, this value represents the combined active power imported or
1586
1586
  * exported.
1587
1587
  *
1588
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.9
1588
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.9
1589
1589
  */
1590
1590
  readonly activePower: Attribute<number | bigint | null, any>;
1591
1591
  };
@@ -1594,33 +1594,33 @@ export declare namespace ElectricalPowerMeasurement {
1594
1594
  * If supported, this event shall be generated at the end of a measurement period. The start and end times
1595
1595
  * for measurement periods shall be determined by the server, and may represent overlapping periods.
1596
1596
  *
1597
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.7.1
1597
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.7.1
1598
1598
  */
1599
1599
  readonly measurementPeriodRanges: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
1600
1600
  /**
1601
1601
  * This shall indicate the value of the Ranges attribute at the time of event generation.
1602
1602
  *
1603
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.7.1.1
1603
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.7.1.1
1604
1604
  */
1605
1605
  ranges: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1606
1606
  /**
1607
1607
  * This field shall be the type of measurement for the range provided.
1608
1608
  *
1609
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.1
1609
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.1
1610
1610
  */
1611
1611
  measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
1612
1612
  /**
1613
1613
  * This field shall be the smallest measured value for the associated measurement over either the period between
1614
1614
  * StartTimestamp and EndTimestamp, or the period between StartSystime and EndSystime, or both.
1615
1615
  *
1616
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.2
1616
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.2
1617
1617
  */
1618
1618
  min: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1619
1619
  /**
1620
1620
  * This field shall be the largest measured value for the associated measurement over the period between either
1621
1621
  * StartTimestamp and EndTimestamp or the period between StartSystime and EndSystime, or both.
1622
1622
  *
1623
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.3
1623
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.3
1624
1624
  */
1625
1625
  max: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1626
1626
  /**
@@ -1629,7 +1629,7 @@ export declare namespace ElectricalPowerMeasurement {
1629
1629
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
1630
1630
  * does not have the capability of determining the time in UTC, this field shall be omitted.
1631
1631
  *
1632
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.4
1632
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.4
1633
1633
  */
1634
1634
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1635
1635
  /**
@@ -1638,7 +1638,7 @@ export declare namespace ElectricalPowerMeasurement {
1638
1638
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
1639
1639
  * does not have the capability of determining the time in UTC, this field shall be omitted.
1640
1640
  *
1641
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.5
1641
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.5
1642
1642
  */
1643
1643
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1644
1644
  /**
@@ -1647,7 +1647,7 @@ export declare namespace ElectricalPowerMeasurement {
1647
1647
  * This field shall be greater than or equal to the value of the StartTimestamp field. This field shall be less
1648
1648
  * than or equal to the value of the EndTimestamp field.
1649
1649
  *
1650
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.6
1650
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.6
1651
1651
  */
1652
1652
  minTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1653
1653
  /**
@@ -1655,7 +1655,7 @@ export declare namespace ElectricalPowerMeasurement {
1655
1655
  * greater than or equal to the value of the StartTimestamp field. This field shall be less than or equal to the
1656
1656
  * value of the EndTimestamp field.
1657
1657
  *
1658
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.7
1658
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.7
1659
1659
  */
1660
1660
  maxTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1661
1661
  /**
@@ -1664,7 +1664,7 @@ export declare namespace ElectricalPowerMeasurement {
1664
1664
  * If the server had determined the time in UTC at or before the start of the measurement period, this field may
1665
1665
  * be omitted along with the EndSystime, MinSystime, and MaxSystime fields.
1666
1666
  *
1667
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.8
1667
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.8
1668
1668
  */
1669
1669
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1670
1670
  /**
@@ -1673,7 +1673,7 @@ export declare namespace ElectricalPowerMeasurement {
1673
1673
  * If the server had determined the time in UTC at the end of the measurement period, this field may be omitted
1674
1674
  * along with the StartSystime field, MinSystime, and MaxSystime fields.
1675
1675
  *
1676
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.9
1676
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.9
1677
1677
  */
1678
1678
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1679
1679
  /**
@@ -1682,7 +1682,7 @@ export declare namespace ElectricalPowerMeasurement {
1682
1682
  *
1683
1683
  * This field shall be less than or equal to the value of the EndSystime field.
1684
1684
  *
1685
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.10
1685
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.10
1686
1686
  */
1687
1687
  minSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1688
1688
  /**
@@ -1691,7 +1691,7 @@ export declare namespace ElectricalPowerMeasurement {
1691
1691
  *
1692
1692
  * This field shall be less than or equal to the value of the EndSystime field.
1693
1693
  *
1694
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.11
1694
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.11
1695
1695
  */
1696
1696
  maxSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1697
1697
  }>[]>;
@@ -1724,7 +1724,7 @@ export declare namespace ElectricalPowerMeasurement {
1724
1724
  *
1725
1725
  * If the current cannot be measured, a value of null shall be returned.
1726
1726
  *
1727
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.7
1727
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.7
1728
1728
  */
1729
1729
  readonly reactiveCurrent: OptionalAttribute<number | bigint | null, any>;
1730
1730
  /**
@@ -1742,7 +1742,7 @@ export declare namespace ElectricalPowerMeasurement {
1742
1742
  *
1743
1743
  * If the active or reactive currents cannot be measured, a value of null shall be returned.
1744
1744
  *
1745
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.8
1745
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.8
1746
1746
  */
1747
1747
  readonly apparentCurrent: OptionalAttribute<number | bigint | null, any>;
1748
1748
  /**
@@ -1763,7 +1763,7 @@ export declare namespace ElectricalPowerMeasurement {
1763
1763
  * If the Polyphase Power feature is supported, this value represents the combined reactive power imported
1764
1764
  * or exported.
1765
1765
  *
1766
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.10
1766
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.10
1767
1767
  */
1768
1768
  readonly reactivePower: OptionalAttribute<number | bigint | null, any>;
1769
1769
  /**
@@ -1782,7 +1782,7 @@ export declare namespace ElectricalPowerMeasurement {
1782
1782
  *
1783
1783
  * If the apparent power cannot be measured, a value of null shall be returned.
1784
1784
  *
1785
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.11
1785
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.11
1786
1786
  */
1787
1787
  readonly apparentPower: OptionalAttribute<number | bigint | null, any>;
1788
1788
  /**
@@ -1799,7 +1799,7 @@ export declare namespace ElectricalPowerMeasurement {
1799
1799
  *
1800
1800
  * If the RMS voltage cannot be measured, a value of null shall be returned.
1801
1801
  *
1802
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.12
1802
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.12
1803
1803
  */
1804
1804
  readonly rmsVoltage: OptionalAttribute<number | bigint | null, any>;
1805
1805
  /**
@@ -1819,7 +1819,7 @@ export declare namespace ElectricalPowerMeasurement {
1819
1819
  *
1820
1820
  * If the RMS current cannot be measured, a value of null shall be returned.
1821
1821
  *
1822
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.13
1822
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.13
1823
1823
  */
1824
1824
  readonly rmsCurrent: OptionalAttribute<number | bigint | null, any>;
1825
1825
  /**
@@ -1838,7 +1838,7 @@ export declare namespace ElectricalPowerMeasurement {
1838
1838
  *
1839
1839
  * If the RMS power cannot be measured, a value of null shall be returned.
1840
1840
  *
1841
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.14
1841
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.14
1842
1842
  */
1843
1843
  readonly rmsPower: OptionalAttribute<number | bigint | null, any>;
1844
1844
  /**
@@ -1855,7 +1855,7 @@ export declare namespace ElectricalPowerMeasurement {
1855
1855
  *
1856
1856
  * If the frequency cannot be measured, a value of null shall be returned.
1857
1857
  *
1858
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.15
1858
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.15
1859
1859
  */
1860
1860
  readonly frequency: OptionalAttribute<number | bigint | null, any>;
1861
1861
  /**
@@ -1870,7 +1870,7 @@ export declare namespace ElectricalPowerMeasurement {
1870
1870
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
1871
1871
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
1872
1872
  *
1873
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.18
1873
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.18
1874
1874
  */
1875
1875
  readonly powerFactor: OptionalAttribute<number | bigint | null, any>;
1876
1876
  };
@@ -1894,14 +1894,14 @@ export declare namespace ElectricalPowerMeasurement {
1894
1894
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
1895
1895
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
1896
1896
  *
1897
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.16
1897
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.16
1898
1898
  */
1899
1899
  readonly harmonicCurrents: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1900
1900
  /**
1901
1901
  * This field shall be the order of the harmonic being measured. Typically this is an odd number, but servers
1902
1902
  * may choose to report even harmonics.
1903
1903
  *
1904
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.3.1
1904
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.1
1905
1905
  */
1906
1906
  order: import("../tlv/TlvObject.js").FieldType<number>;
1907
1907
  /**
@@ -1918,7 +1918,7 @@ export declare namespace ElectricalPowerMeasurement {
1918
1918
  *
1919
1919
  * If this measurement is not currently available, a value of null shall be returned.
1920
1920
  *
1921
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.3.2
1921
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.2
1922
1922
  */
1923
1923
  measurement: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
1924
1924
  }>[] | null, any>;
@@ -1945,14 +1945,14 @@ export declare namespace ElectricalPowerMeasurement {
1945
1945
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
1946
1946
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
1947
1947
  *
1948
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.17
1948
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.17
1949
1949
  */
1950
1950
  readonly harmonicPhases: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1951
1951
  /**
1952
1952
  * This field shall be the order of the harmonic being measured. Typically this is an odd number, but servers
1953
1953
  * may choose to report even harmonics.
1954
1954
  *
1955
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.3.1
1955
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.1
1956
1956
  */
1957
1957
  order: import("../tlv/TlvObject.js").FieldType<number>;
1958
1958
  /**
@@ -1969,7 +1969,7 @@ export declare namespace ElectricalPowerMeasurement {
1969
1969
  *
1970
1970
  * If this measurement is not currently available, a value of null shall be returned.
1971
1971
  *
1972
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.3.2
1972
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.2
1973
1973
  */
1974
1974
  measurement: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
1975
1975
  }>[] | null, any>;
@@ -1999,7 +1999,7 @@ export declare namespace ElectricalPowerMeasurement {
1999
1999
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
2000
2000
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
2001
2001
  *
2002
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.19
2002
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.19
2003
2003
  */
2004
2004
  readonly neutralCurrent: OptionalAttribute<number | bigint | null, any>;
2005
2005
  };
@@ -2036,7 +2036,7 @@ export declare namespace ElectricalPowerMeasurement {
2036
2036
  * Per the Matter specification you cannot use {@link ElectricalPowerMeasurementCluster} without enabling certain
2037
2037
  * feature combinations. You must use the {@link with} factory method to obtain a working cluster.
2038
2038
  *
2039
- * @see {@link MatterSpecification.v13.Cluster} § 2.13
2039
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13
2040
2040
  */
2041
2041
  interface Cluster extends Identity<typeof ClusterInstance> {
2042
2042
  }
@@ -2054,7 +2054,7 @@ export declare namespace ElectricalPowerMeasurement {
2054
2054
  *
2055
2055
  * This feature indicates the cluster can measure a direct current.
2056
2056
  *
2057
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.4.1
2057
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.1
2058
2058
  */
2059
2059
  readonly directCurrent: BitFlag;
2060
2060
  /**
@@ -2062,7 +2062,7 @@ export declare namespace ElectricalPowerMeasurement {
2062
2062
  *
2063
2063
  * This feature indicates the cluster can measure an alternating current.
2064
2064
  *
2065
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.4.2
2065
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.2
2066
2066
  */
2067
2067
  readonly alternatingCurrent: BitFlag;
2068
2068
  /**
@@ -2070,7 +2070,7 @@ export declare namespace ElectricalPowerMeasurement {
2070
2070
  *
2071
2071
  * This feature indicates the cluster represents the collective measurements for a Polyphase power supply.
2072
2072
  *
2073
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.4.3
2073
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.3
2074
2074
  */
2075
2075
  readonly polyphasePower: BitFlag;
2076
2076
  /**
@@ -2078,7 +2078,7 @@ export declare namespace ElectricalPowerMeasurement {
2078
2078
  *
2079
2079
  * This feature indicates the cluster can measure the harmonics of an alternating current.
2080
2080
  *
2081
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.4.4
2081
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.4
2082
2082
  */
2083
2083
  readonly harmonics: BitFlag;
2084
2084
  /**
@@ -2086,7 +2086,7 @@ export declare namespace ElectricalPowerMeasurement {
2086
2086
  *
2087
2087
  * This feature indicates the cluster can measure the harmonic phases of an alternating current.
2088
2088
  *
2089
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.4.5
2089
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.5
2090
2090
  */
2091
2091
  readonly powerQuality: BitFlag;
2092
2092
  };
@@ -2160,7 +2160,7 @@ export declare namespace ElectricalPowerMeasurement {
2160
2160
  * This field shall be the order of the harmonic being measured. Typically this is an odd number, but servers
2161
2161
  * may choose to report even harmonics.
2162
2162
  *
2163
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.3.1
2163
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.1
2164
2164
  */
2165
2165
  order: import("../tlv/TlvObject.js").FieldType<number>;
2166
2166
  /**
@@ -2177,7 +2177,7 @@ export declare namespace ElectricalPowerMeasurement {
2177
2177
  *
2178
2178
  * If this measurement is not currently available, a value of null shall be returned.
2179
2179
  *
2180
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.3.2
2180
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.2
2181
2181
  */
2182
2182
  measurement: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
2183
2183
  }>[] | null, any> & {
@@ -2193,7 +2193,7 @@ export declare namespace ElectricalPowerMeasurement {
2193
2193
  * This field shall be the order of the harmonic being measured. Typically this is an odd number, but servers
2194
2194
  * may choose to report even harmonics.
2195
2195
  *
2196
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.3.1
2196
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.1
2197
2197
  */
2198
2198
  order: import("../tlv/TlvObject.js").FieldType<number>;
2199
2199
  /**
@@ -2210,7 +2210,7 @@ export declare namespace ElectricalPowerMeasurement {
2210
2210
  *
2211
2211
  * If this measurement is not currently available, a value of null shall be returned.
2212
2212
  *
2213
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.3.2
2213
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.2
2214
2214
  */
2215
2215
  measurement: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
2216
2216
  }>[] | null, any> & {
@@ -2241,13 +2241,13 @@ export declare namespace ElectricalPowerMeasurement {
2241
2241
  * This shall indicate the current mode of the server. For some servers, such as an EV, this may change
2242
2242
  * depending on the mode of charging or discharging.
2243
2243
  *
2244
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.1
2244
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.1
2245
2245
  */
2246
2246
  readonly powerMode: Attribute<PowerMode, any>;
2247
2247
  /**
2248
2248
  * This shall indicate the maximum number of measurement types the server is capable of reporting.
2249
2249
  *
2250
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.2
2250
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.2
2251
2251
  */
2252
2252
  readonly numberOfMeasurementTypes: FixedAttribute<number, any>;
2253
2253
  /**
@@ -2255,7 +2255,7 @@ export declare namespace ElectricalPowerMeasurement {
2255
2255
  * There shall be an entry for ActivePower, as well as any other measurement types implemented by this
2256
2256
  * server.
2257
2257
  *
2258
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.3
2258
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.3
2259
2259
  */
2260
2260
  readonly accuracy: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
2261
2261
  measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
@@ -2287,27 +2287,27 @@ export declare namespace ElectricalPowerMeasurement {
2287
2287
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
2288
2288
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
2289
2289
  *
2290
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.4
2290
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.4
2291
2291
  */
2292
2292
  readonly ranges: OptionalAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
2293
2293
  /**
2294
2294
  * This field shall be the type of measurement for the range provided.
2295
2295
  *
2296
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.1
2296
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.1
2297
2297
  */
2298
2298
  measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
2299
2299
  /**
2300
2300
  * This field shall be the smallest measured value for the associated measurement over either the period between
2301
2301
  * StartTimestamp and EndTimestamp, or the period between StartSystime and EndSystime, or both.
2302
2302
  *
2303
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.2
2303
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.2
2304
2304
  */
2305
2305
  min: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2306
2306
  /**
2307
2307
  * This field shall be the largest measured value for the associated measurement over the period between either
2308
2308
  * StartTimestamp and EndTimestamp or the period between StartSystime and EndSystime, or both.
2309
2309
  *
2310
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.3
2310
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.3
2311
2311
  */
2312
2312
  max: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2313
2313
  /**
@@ -2316,7 +2316,7 @@ export declare namespace ElectricalPowerMeasurement {
2316
2316
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
2317
2317
  * does not have the capability of determining the time in UTC, this field shall be omitted.
2318
2318
  *
2319
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.4
2319
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.4
2320
2320
  */
2321
2321
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2322
2322
  /**
@@ -2325,7 +2325,7 @@ export declare namespace ElectricalPowerMeasurement {
2325
2325
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
2326
2326
  * does not have the capability of determining the time in UTC, this field shall be omitted.
2327
2327
  *
2328
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.5
2328
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.5
2329
2329
  */
2330
2330
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2331
2331
  /**
@@ -2334,7 +2334,7 @@ export declare namespace ElectricalPowerMeasurement {
2334
2334
  * This field shall be greater than or equal to the value of the StartTimestamp field. This field shall be less
2335
2335
  * than or equal to the value of the EndTimestamp field.
2336
2336
  *
2337
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.6
2337
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.6
2338
2338
  */
2339
2339
  minTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2340
2340
  /**
@@ -2342,7 +2342,7 @@ export declare namespace ElectricalPowerMeasurement {
2342
2342
  * greater than or equal to the value of the StartTimestamp field. This field shall be less than or equal to the
2343
2343
  * value of the EndTimestamp field.
2344
2344
  *
2345
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.7
2345
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.7
2346
2346
  */
2347
2347
  maxTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2348
2348
  /**
@@ -2351,7 +2351,7 @@ export declare namespace ElectricalPowerMeasurement {
2351
2351
  * If the server had determined the time in UTC at or before the start of the measurement period, this field may
2352
2352
  * be omitted along with the EndSystime, MinSystime, and MaxSystime fields.
2353
2353
  *
2354
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.8
2354
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.8
2355
2355
  */
2356
2356
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2357
2357
  /**
@@ -2360,7 +2360,7 @@ export declare namespace ElectricalPowerMeasurement {
2360
2360
  * If the server had determined the time in UTC at the end of the measurement period, this field may be omitted
2361
2361
  * along with the StartSystime field, MinSystime, and MaxSystime fields.
2362
2362
  *
2363
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.9
2363
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.9
2364
2364
  */
2365
2365
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2366
2366
  /**
@@ -2369,7 +2369,7 @@ export declare namespace ElectricalPowerMeasurement {
2369
2369
  *
2370
2370
  * This field shall be less than or equal to the value of the EndSystime field.
2371
2371
  *
2372
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.10
2372
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.10
2373
2373
  */
2374
2374
  minSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2375
2375
  /**
@@ -2378,7 +2378,7 @@ export declare namespace ElectricalPowerMeasurement {
2378
2378
  *
2379
2379
  * This field shall be less than or equal to the value of the EndSystime field.
2380
2380
  *
2381
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.11
2381
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.11
2382
2382
  */
2383
2383
  maxSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2384
2384
  }>[], any>;
@@ -2396,7 +2396,7 @@ export declare namespace ElectricalPowerMeasurement {
2396
2396
  *
2397
2397
  * If the voltage cannot be measured, a value of null shall be returned.
2398
2398
  *
2399
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.5
2399
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.5
2400
2400
  */
2401
2401
  readonly voltage: OptionalAttribute<number | bigint | null, any>;
2402
2402
  /**
@@ -2416,7 +2416,7 @@ export declare namespace ElectricalPowerMeasurement {
2416
2416
  *
2417
2417
  * If the current cannot be measured, a value of null shall be returned.
2418
2418
  *
2419
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.6
2419
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.6
2420
2420
  */
2421
2421
  readonly activeCurrent: OptionalAttribute<number | bigint | null, any>;
2422
2422
  /**
@@ -2437,7 +2437,7 @@ export declare namespace ElectricalPowerMeasurement {
2437
2437
  * If the Polyphase Power feature is set, this value represents the combined active power imported or
2438
2438
  * exported.
2439
2439
  *
2440
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.6.9
2440
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.9
2441
2441
  */
2442
2442
  readonly activePower: Attribute<number | bigint | null, any>;
2443
2443
  };
@@ -2446,33 +2446,33 @@ export declare namespace ElectricalPowerMeasurement {
2446
2446
  * If supported, this event shall be generated at the end of a measurement period. The start and end times
2447
2447
  * for measurement periods shall be determined by the server, and may represent overlapping periods.
2448
2448
  *
2449
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.7.1
2449
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.7.1
2450
2450
  */
2451
2451
  readonly measurementPeriodRanges: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
2452
2452
  /**
2453
2453
  * This shall indicate the value of the Ranges attribute at the time of event generation.
2454
2454
  *
2455
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.7.1.1
2455
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.7.1.1
2456
2456
  */
2457
2457
  ranges: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2458
2458
  /**
2459
2459
  * This field shall be the type of measurement for the range provided.
2460
2460
  *
2461
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.1
2461
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.1
2462
2462
  */
2463
2463
  measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
2464
2464
  /**
2465
2465
  * This field shall be the smallest measured value for the associated measurement over either the period between
2466
2466
  * StartTimestamp and EndTimestamp, or the period between StartSystime and EndSystime, or both.
2467
2467
  *
2468
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.2
2468
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.2
2469
2469
  */
2470
2470
  min: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2471
2471
  /**
2472
2472
  * This field shall be the largest measured value for the associated measurement over the period between either
2473
2473
  * StartTimestamp and EndTimestamp or the period between StartSystime and EndSystime, or both.
2474
2474
  *
2475
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.3
2475
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.3
2476
2476
  */
2477
2477
  max: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2478
2478
  /**
@@ -2481,7 +2481,7 @@ export declare namespace ElectricalPowerMeasurement {
2481
2481
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
2482
2482
  * does not have the capability of determining the time in UTC, this field shall be omitted.
2483
2483
  *
2484
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.4
2484
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.4
2485
2485
  */
2486
2486
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2487
2487
  /**
@@ -2490,7 +2490,7 @@ export declare namespace ElectricalPowerMeasurement {
2490
2490
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
2491
2491
  * does not have the capability of determining the time in UTC, this field shall be omitted.
2492
2492
  *
2493
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.5
2493
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.5
2494
2494
  */
2495
2495
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2496
2496
  /**
@@ -2499,7 +2499,7 @@ export declare namespace ElectricalPowerMeasurement {
2499
2499
  * This field shall be greater than or equal to the value of the StartTimestamp field. This field shall be less
2500
2500
  * than or equal to the value of the EndTimestamp field.
2501
2501
  *
2502
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.6
2502
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.6
2503
2503
  */
2504
2504
  minTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2505
2505
  /**
@@ -2507,7 +2507,7 @@ export declare namespace ElectricalPowerMeasurement {
2507
2507
  * greater than or equal to the value of the StartTimestamp field. This field shall be less than or equal to the
2508
2508
  * value of the EndTimestamp field.
2509
2509
  *
2510
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.7
2510
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.7
2511
2511
  */
2512
2512
  maxTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2513
2513
  /**
@@ -2516,7 +2516,7 @@ export declare namespace ElectricalPowerMeasurement {
2516
2516
  * If the server had determined the time in UTC at or before the start of the measurement period, this field may
2517
2517
  * be omitted along with the EndSystime, MinSystime, and MaxSystime fields.
2518
2518
  *
2519
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.8
2519
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.8
2520
2520
  */
2521
2521
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2522
2522
  /**
@@ -2525,7 +2525,7 @@ export declare namespace ElectricalPowerMeasurement {
2525
2525
  * If the server had determined the time in UTC at the end of the measurement period, this field may be omitted
2526
2526
  * along with the StartSystime field, MinSystime, and MaxSystime fields.
2527
2527
  *
2528
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.9
2528
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.9
2529
2529
  */
2530
2530
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2531
2531
  /**
@@ -2534,7 +2534,7 @@ export declare namespace ElectricalPowerMeasurement {
2534
2534
  *
2535
2535
  * This field shall be less than or equal to the value of the EndSystime field.
2536
2536
  *
2537
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.10
2537
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.10
2538
2538
  */
2539
2539
  minSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2540
2540
  /**
@@ -2543,7 +2543,7 @@ export declare namespace ElectricalPowerMeasurement {
2543
2543
  *
2544
2544
  * This field shall be less than or equal to the value of the EndSystime field.
2545
2545
  *
2546
- * @see {@link MatterSpecification.v13.Cluster} § 2.13.5.2.11
2546
+ * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.11
2547
2547
  */
2548
2548
  maxSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2549
2549
  }>[]>;