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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (694) hide show
  1. package/dist/cjs/clusters/access-control.d.ts +250 -250
  2. package/dist/cjs/clusters/access-control.js +39 -39
  3. package/dist/cjs/clusters/account-login.d.ts +29 -29
  4. package/dist/cjs/clusters/account-login.js +11 -11
  5. package/dist/cjs/clusters/actions.d.ts +108 -108
  6. package/dist/cjs/clusters/actions.js +39 -39
  7. package/dist/cjs/clusters/administrator-commissioning.d.ts +77 -51
  8. package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
  9. package/dist/cjs/clusters/administrator-commissioning.js +32 -12
  10. package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
  11. package/dist/cjs/clusters/air-quality.d.ts +5 -5
  12. package/dist/cjs/clusters/air-quality.js +1 -1
  13. package/dist/cjs/clusters/alarm-base.d.ts +43 -43
  14. package/dist/cjs/clusters/alarm-base.js +14 -14
  15. package/dist/cjs/clusters/application-basic.d.ts +16 -16
  16. package/dist/cjs/clusters/application-basic.js +10 -10
  17. package/dist/cjs/clusters/application-launcher.d.ts +141 -99
  18. package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
  19. package/dist/cjs/clusters/application-launcher.js +45 -13
  20. package/dist/cjs/clusters/application-launcher.js.map +2 -2
  21. package/dist/cjs/clusters/audio-output.d.ts +37 -37
  22. package/dist/cjs/clusters/audio-output.js +8 -8
  23. package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
  24. package/dist/cjs/clusters/ballast-configuration.js +17 -17
  25. package/dist/cjs/clusters/basic-information.d.ts +54 -54
  26. package/dist/cjs/clusters/basic-information.js +34 -34
  27. package/dist/cjs/clusters/binding.d.ts +12 -12
  28. package/dist/cjs/clusters/binding.js +5 -5
  29. package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
  30. package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
  31. package/dist/cjs/clusters/boolean-state.d.ts +7 -7
  32. package/dist/cjs/clusters/boolean-state.js +3 -3
  33. package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
  34. package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
  35. package/dist/cjs/clusters/channel.d.ts +577 -559
  36. package/dist/cjs/clusters/channel.d.ts.map +1 -1
  37. package/dist/cjs/clusters/channel.js +87 -73
  38. package/dist/cjs/clusters/channel.js.map +2 -2
  39. package/dist/cjs/clusters/color-control.d.ts +658 -658
  40. package/dist/cjs/clusters/color-control.js +116 -116
  41. package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
  42. package/dist/cjs/clusters/commissioner-control.js +5 -5
  43. package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
  44. package/dist/cjs/clusters/concentration-measurement.js +11 -11
  45. package/dist/cjs/clusters/content-app-observer.d.ts +27 -17
  46. package/dist/cjs/clusters/content-app-observer.d.ts.map +1 -1
  47. package/dist/cjs/clusters/content-app-observer.js +14 -6
  48. package/dist/cjs/clusters/content-app-observer.js.map +2 -2
  49. package/dist/cjs/clusters/content-control.d.ts +438 -356
  50. package/dist/cjs/clusters/content-control.d.ts.map +1 -1
  51. package/dist/cjs/clusters/content-control.js +120 -58
  52. package/dist/cjs/clusters/content-control.js.map +1 -1
  53. package/dist/cjs/clusters/content-launcher.d.ts +509 -475
  54. package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
  55. package/dist/cjs/clusters/content-launcher.js +65 -39
  56. package/dist/cjs/clusters/content-launcher.js.map +2 -2
  57. package/dist/cjs/clusters/descriptor.d.ts +28 -28
  58. package/dist/cjs/clusters/descriptor.js +8 -8
  59. package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
  60. package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
  61. package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
  62. package/dist/cjs/clusters/device-energy-management.js +87 -87
  63. package/dist/cjs/clusters/diagnostic-logs.d.ts +67 -33
  64. package/dist/cjs/clusters/diagnostic-logs.d.ts.map +1 -1
  65. package/dist/cjs/clusters/diagnostic-logs.js +34 -8
  66. package/dist/cjs/clusters/diagnostic-logs.js.map +2 -2
  67. package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
  68. package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
  69. package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
  70. package/dist/cjs/clusters/dishwasher-mode.js +8 -8
  71. package/dist/cjs/clusters/door-lock.d.ts +1367 -1350
  72. package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
  73. package/dist/cjs/clusters/door-lock.js +242 -228
  74. package/dist/cjs/clusters/door-lock.js.map +1 -1
  75. package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
  76. package/dist/cjs/clusters/ecosystem-information.js +12 -12
  77. package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
  78. package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
  79. package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
  80. package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
  81. package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
  82. package/dist/cjs/clusters/energy-evse-mode.js +8 -8
  83. package/dist/cjs/clusters/energy-evse.d.ts +323 -323
  84. package/dist/cjs/clusters/energy-evse.js +73 -73
  85. package/dist/cjs/clusters/energy-preference.d.ts +49 -49
  86. package/dist/cjs/clusters/energy-preference.js +9 -9
  87. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
  88. package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
  89. package/dist/cjs/clusters/fan-control.d.ts +67 -67
  90. package/dist/cjs/clusters/fan-control.js +17 -17
  91. package/dist/cjs/clusters/fixed-label.d.ts +2 -2
  92. package/dist/cjs/clusters/fixed-label.js +1 -1
  93. package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
  94. package/dist/cjs/clusters/flow-measurement.js +4 -4
  95. package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
  96. package/dist/cjs/clusters/general-commissioning.js +25 -25
  97. package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
  98. package/dist/cjs/clusters/general-diagnostics.js +40 -40
  99. package/dist/cjs/clusters/group-key-management.d.ts +119 -119
  100. package/dist/cjs/clusters/group-key-management.js +23 -23
  101. package/dist/cjs/clusters/groups.d.ts +78 -78
  102. package/dist/cjs/clusters/groups.js +21 -21
  103. package/dist/cjs/clusters/icd-management.d.ts +131 -131
  104. package/dist/cjs/clusters/icd-management.js +29 -29
  105. package/dist/cjs/clusters/identify.d.ts +16 -16
  106. package/dist/cjs/clusters/identify.js +6 -6
  107. package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
  108. package/dist/cjs/clusters/illuminance-measurement.js +5 -5
  109. package/dist/cjs/clusters/joint-fabric-datastore.d.ts +175 -175
  110. package/dist/cjs/clusters/joint-fabric-datastore.js +62 -62
  111. package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
  112. package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
  113. package/dist/cjs/clusters/keypad-input.d.ts +34 -16
  114. package/dist/cjs/clusters/keypad-input.d.ts.map +1 -1
  115. package/dist/cjs/clusters/keypad-input.js +17 -3
  116. package/dist/cjs/clusters/keypad-input.js.map +2 -2
  117. package/dist/cjs/clusters/label.d.ts +10 -10
  118. package/dist/cjs/clusters/label.js +3 -3
  119. package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
  120. package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
  121. package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
  122. package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
  123. package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
  124. package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
  125. package/dist/cjs/clusters/level-control.d.ts +303 -303
  126. package/dist/cjs/clusters/level-control.js +32 -32
  127. package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
  128. package/dist/cjs/clusters/localization-configuration.js +2 -2
  129. package/dist/cjs/clusters/low-power.d.ts +2 -2
  130. package/dist/cjs/clusters/low-power.js +1 -1
  131. package/dist/cjs/clusters/media-input.d.ts +47 -47
  132. package/dist/cjs/clusters/media-input.js +11 -11
  133. package/dist/cjs/clusters/media-playback.d.ts +427 -385
  134. package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
  135. package/dist/cjs/clusters/media-playback.js +89 -57
  136. package/dist/cjs/clusters/media-playback.js.map +2 -2
  137. package/dist/cjs/clusters/messages.d.ts +154 -154
  138. package/dist/cjs/clusters/messages.js +38 -38
  139. package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
  140. package/dist/cjs/clusters/microwave-oven-control.js +17 -17
  141. package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
  142. package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
  143. package/dist/cjs/clusters/mode-base.d.ts +59 -59
  144. package/dist/cjs/clusters/mode-base.js +13 -13
  145. package/dist/cjs/clusters/mode-select.d.ts +51 -51
  146. package/dist/cjs/clusters/mode-select.js +13 -13
  147. package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
  148. package/dist/cjs/clusters/network-commissioning.js +46 -46
  149. package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
  150. package/dist/cjs/clusters/occupancy-sensing.js +20 -20
  151. package/dist/cjs/clusters/on-off.d.ts +103 -103
  152. package/dist/cjs/clusters/on-off.js +19 -19
  153. package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
  154. package/dist/cjs/clusters/operational-credentials.js +34 -34
  155. package/dist/cjs/clusters/operational-state.d.ts +67 -67
  156. package/dist/cjs/clusters/operational-state.js +21 -21
  157. package/dist/cjs/clusters/ota-software-update-provider.d.ts +95 -61
  158. package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
  159. package/dist/cjs/clusters/ota-software-update-provider.js +51 -25
  160. package/dist/cjs/clusters/ota-software-update-provider.js.map +2 -2
  161. package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
  162. package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
  163. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
  164. package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
  165. package/dist/cjs/clusters/oven-mode.d.ts +40 -40
  166. package/dist/cjs/clusters/oven-mode.js +5 -5
  167. package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
  168. package/dist/cjs/clusters/power-source-configuration.js +1 -1
  169. package/dist/cjs/clusters/power-source.d.ts +155 -155
  170. package/dist/cjs/clusters/power-source.js +41 -41
  171. package/dist/cjs/clusters/power-topology.d.ts +8 -8
  172. package/dist/cjs/clusters/power-topology.js +2 -2
  173. package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
  174. package/dist/cjs/clusters/pressure-measurement.js +9 -9
  175. package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
  176. package/dist/cjs/clusters/proxy-configuration.js +3 -3
  177. package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
  178. package/dist/cjs/clusters/proxy-discovery.js +4 -4
  179. package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
  180. package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
  181. package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
  182. package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
  183. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
  184. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
  185. package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
  186. package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
  187. package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
  188. package/dist/cjs/clusters/resource-monitoring.js +7 -7
  189. package/dist/cjs/clusters/rvc-clean-mode.d.ts +48 -48
  190. package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
  191. package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
  192. package/dist/cjs/clusters/rvc-operational-state.js +17 -17
  193. package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
  194. package/dist/cjs/clusters/rvc-run-mode.js +9 -9
  195. package/dist/cjs/clusters/scenes-management.d.ts +246 -246
  196. package/dist/cjs/clusters/scenes-management.js +70 -70
  197. package/dist/cjs/clusters/service-area.d.ts +128 -128
  198. package/dist/cjs/clusters/service-area.js +26 -26
  199. package/dist/cjs/clusters/smoke-co-alarm.d.ts +137 -137
  200. package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
  201. package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
  202. package/dist/cjs/clusters/software-diagnostics.js +14 -14
  203. package/dist/cjs/clusters/switch.d.ts +105 -105
  204. package/dist/cjs/clusters/switch.js +23 -23
  205. package/dist/cjs/clusters/target-navigator.d.ts +48 -30
  206. package/dist/cjs/clusters/target-navigator.d.ts.map +1 -1
  207. package/dist/cjs/clusters/target-navigator.js +24 -10
  208. package/dist/cjs/clusters/target-navigator.js.map +2 -2
  209. package/dist/cjs/clusters/temperature-control.d.ts +45 -45
  210. package/dist/cjs/clusters/temperature-control.js +12 -12
  211. package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
  212. package/dist/cjs/clusters/temperature-measurement.js +4 -4
  213. package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
  214. package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
  215. package/dist/cjs/clusters/thermostat.d.ts +515 -515
  216. package/dist/cjs/clusters/thermostat.js +114 -114
  217. package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
  218. package/dist/cjs/clusters/thread-border-router-management.js +14 -14
  219. package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
  220. package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
  221. package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
  222. package/dist/cjs/clusters/thread-network-directory.js +11 -11
  223. package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
  224. package/dist/cjs/clusters/time-format-localization.js +3 -3
  225. package/dist/cjs/clusters/time-synchronization.d.ts +255 -245
  226. package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
  227. package/dist/cjs/clusters/time-synchronization.js +55 -47
  228. package/dist/cjs/clusters/time-synchronization.js.map +1 -1
  229. package/dist/cjs/clusters/unit-localization.d.ts +6 -6
  230. package/dist/cjs/clusters/unit-localization.js +1 -1
  231. package/dist/cjs/clusters/user-label.d.ts +2 -2
  232. package/dist/cjs/clusters/user-label.js +1 -1
  233. package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
  234. package/dist/cjs/clusters/valid-proxies.js +2 -2
  235. package/dist/cjs/clusters/valve-configuration-and-control.d.ts +90 -80
  236. package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
  237. package/dist/cjs/clusters/valve-configuration-and-control.js +30 -22
  238. package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
  239. package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
  240. package/dist/cjs/clusters/wake-on-lan.js +2 -2
  241. package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
  242. package/dist/cjs/clusters/water-heater-management.js +16 -16
  243. package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
  244. package/dist/cjs/clusters/water-heater-mode.js +8 -8
  245. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
  246. package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
  247. package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
  248. package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
  249. package/dist/cjs/clusters/window-covering.d.ts +183 -183
  250. package/dist/cjs/clusters/window-covering.js +49 -49
  251. package/dist/cjs/common/StatusCode.d.ts +2 -11
  252. package/dist/cjs/common/StatusCode.d.ts.map +1 -1
  253. package/dist/cjs/common/StatusCode.js +1 -17
  254. package/dist/cjs/common/StatusCode.js.map +1 -1
  255. package/dist/cjs/common/StatusResponseError.d.ts +21 -0
  256. package/dist/cjs/common/StatusResponseError.d.ts.map +1 -0
  257. package/dist/cjs/common/StatusResponseError.js +54 -0
  258. package/dist/cjs/common/StatusResponseError.js.map +6 -0
  259. package/dist/cjs/common/ValidationError.d.ts +1 -1
  260. package/dist/cjs/common/ValidationError.d.ts.map +1 -1
  261. package/dist/cjs/common/ValidationError.js +2 -1
  262. package/dist/cjs/common/ValidationError.js.map +1 -1
  263. package/dist/cjs/common/index.d.ts +1 -0
  264. package/dist/cjs/common/index.d.ts.map +1 -1
  265. package/dist/cjs/common/index.js +1 -0
  266. package/dist/cjs/common/index.js.map +1 -1
  267. package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
  268. package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
  269. package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
  270. package/dist/cjs/globals/Locationdesc.d.ts +5 -5
  271. package/dist/cjs/globals/Locationdesc.js +3 -3
  272. package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
  273. package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
  274. package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
  275. package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
  276. package/dist/cjs/globals/MeasurementType.d.ts +1 -1
  277. package/dist/cjs/globals/Priority.d.ts +1 -1
  278. package/dist/cjs/globals/Semtag.d.ts +6 -6
  279. package/dist/cjs/globals/Semtag.js +4 -4
  280. package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  281. package/dist/cjs/globals/Status.d.ts +33 -33
  282. package/dist/cjs/globals/Tod.d.ts +2 -2
  283. package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
  284. package/dist/esm/clusters/access-control.d.ts +250 -250
  285. package/dist/esm/clusters/access-control.js +39 -39
  286. package/dist/esm/clusters/account-login.d.ts +29 -29
  287. package/dist/esm/clusters/account-login.js +11 -11
  288. package/dist/esm/clusters/actions.d.ts +108 -108
  289. package/dist/esm/clusters/actions.js +39 -39
  290. package/dist/esm/clusters/administrator-commissioning.d.ts +77 -51
  291. package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
  292. package/dist/esm/clusters/administrator-commissioning.js +32 -12
  293. package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
  294. package/dist/esm/clusters/air-quality.d.ts +5 -5
  295. package/dist/esm/clusters/air-quality.js +1 -1
  296. package/dist/esm/clusters/alarm-base.d.ts +43 -43
  297. package/dist/esm/clusters/alarm-base.js +14 -14
  298. package/dist/esm/clusters/application-basic.d.ts +16 -16
  299. package/dist/esm/clusters/application-basic.js +10 -10
  300. package/dist/esm/clusters/application-launcher.d.ts +141 -99
  301. package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
  302. package/dist/esm/clusters/application-launcher.js +45 -13
  303. package/dist/esm/clusters/application-launcher.js.map +1 -1
  304. package/dist/esm/clusters/audio-output.d.ts +37 -37
  305. package/dist/esm/clusters/audio-output.js +8 -8
  306. package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
  307. package/dist/esm/clusters/ballast-configuration.js +17 -17
  308. package/dist/esm/clusters/basic-information.d.ts +54 -54
  309. package/dist/esm/clusters/basic-information.js +34 -34
  310. package/dist/esm/clusters/binding.d.ts +12 -12
  311. package/dist/esm/clusters/binding.js +5 -5
  312. package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
  313. package/dist/esm/clusters/boolean-state-configuration.js +18 -18
  314. package/dist/esm/clusters/boolean-state.d.ts +7 -7
  315. package/dist/esm/clusters/boolean-state.js +3 -3
  316. package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
  317. package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
  318. package/dist/esm/clusters/channel.d.ts +577 -559
  319. package/dist/esm/clusters/channel.d.ts.map +1 -1
  320. package/dist/esm/clusters/channel.js +87 -73
  321. package/dist/esm/clusters/channel.js.map +1 -1
  322. package/dist/esm/clusters/color-control.d.ts +658 -658
  323. package/dist/esm/clusters/color-control.js +116 -116
  324. package/dist/esm/clusters/commissioner-control.d.ts +16 -16
  325. package/dist/esm/clusters/commissioner-control.js +5 -5
  326. package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
  327. package/dist/esm/clusters/concentration-measurement.js +11 -11
  328. package/dist/esm/clusters/content-app-observer.d.ts +27 -17
  329. package/dist/esm/clusters/content-app-observer.d.ts.map +1 -1
  330. package/dist/esm/clusters/content-app-observer.js +14 -6
  331. package/dist/esm/clusters/content-app-observer.js.map +1 -1
  332. package/dist/esm/clusters/content-control.d.ts +438 -356
  333. package/dist/esm/clusters/content-control.d.ts.map +1 -1
  334. package/dist/esm/clusters/content-control.js +120 -58
  335. package/dist/esm/clusters/content-control.js.map +1 -1
  336. package/dist/esm/clusters/content-launcher.d.ts +509 -475
  337. package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
  338. package/dist/esm/clusters/content-launcher.js +65 -39
  339. package/dist/esm/clusters/content-launcher.js.map +1 -1
  340. package/dist/esm/clusters/descriptor.d.ts +28 -28
  341. package/dist/esm/clusters/descriptor.js +8 -8
  342. package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
  343. package/dist/esm/clusters/device-energy-management-mode.js +8 -8
  344. package/dist/esm/clusters/device-energy-management.d.ts +544 -544
  345. package/dist/esm/clusters/device-energy-management.js +87 -87
  346. package/dist/esm/clusters/diagnostic-logs.d.ts +67 -33
  347. package/dist/esm/clusters/diagnostic-logs.d.ts.map +1 -1
  348. package/dist/esm/clusters/diagnostic-logs.js +34 -8
  349. package/dist/esm/clusters/diagnostic-logs.js.map +1 -1
  350. package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
  351. package/dist/esm/clusters/dishwasher-alarm.js +14 -14
  352. package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
  353. package/dist/esm/clusters/dishwasher-mode.js +8 -8
  354. package/dist/esm/clusters/door-lock.d.ts +1367 -1350
  355. package/dist/esm/clusters/door-lock.d.ts.map +1 -1
  356. package/dist/esm/clusters/door-lock.js +242 -228
  357. package/dist/esm/clusters/door-lock.js.map +1 -1
  358. package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
  359. package/dist/esm/clusters/ecosystem-information.js +12 -12
  360. package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
  361. package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
  362. package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
  363. package/dist/esm/clusters/electrical-power-measurement.js +39 -39
  364. package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
  365. package/dist/esm/clusters/energy-evse-mode.js +8 -8
  366. package/dist/esm/clusters/energy-evse.d.ts +323 -323
  367. package/dist/esm/clusters/energy-evse.js +73 -73
  368. package/dist/esm/clusters/energy-preference.d.ts +49 -49
  369. package/dist/esm/clusters/energy-preference.js +9 -9
  370. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
  371. package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
  372. package/dist/esm/clusters/fan-control.d.ts +67 -67
  373. package/dist/esm/clusters/fan-control.js +17 -17
  374. package/dist/esm/clusters/fixed-label.d.ts +2 -2
  375. package/dist/esm/clusters/fixed-label.js +1 -1
  376. package/dist/esm/clusters/flow-measurement.d.ts +5 -5
  377. package/dist/esm/clusters/flow-measurement.js +4 -4
  378. package/dist/esm/clusters/general-commissioning.d.ts +104 -104
  379. package/dist/esm/clusters/general-commissioning.js +25 -25
  380. package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
  381. package/dist/esm/clusters/general-diagnostics.js +40 -40
  382. package/dist/esm/clusters/group-key-management.d.ts +119 -119
  383. package/dist/esm/clusters/group-key-management.js +23 -23
  384. package/dist/esm/clusters/groups.d.ts +78 -78
  385. package/dist/esm/clusters/groups.js +21 -21
  386. package/dist/esm/clusters/icd-management.d.ts +131 -131
  387. package/dist/esm/clusters/icd-management.js +29 -29
  388. package/dist/esm/clusters/identify.d.ts +16 -16
  389. package/dist/esm/clusters/identify.js +6 -6
  390. package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
  391. package/dist/esm/clusters/illuminance-measurement.js +5 -5
  392. package/dist/esm/clusters/joint-fabric-datastore.d.ts +175 -175
  393. package/dist/esm/clusters/joint-fabric-datastore.js +62 -62
  394. package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
  395. package/dist/esm/clusters/joint-fabric-pki.js +5 -5
  396. package/dist/esm/clusters/keypad-input.d.ts +34 -16
  397. package/dist/esm/clusters/keypad-input.d.ts.map +1 -1
  398. package/dist/esm/clusters/keypad-input.js +17 -3
  399. package/dist/esm/clusters/keypad-input.js.map +1 -1
  400. package/dist/esm/clusters/label.d.ts +10 -10
  401. package/dist/esm/clusters/label.js +3 -3
  402. package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
  403. package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
  404. package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
  405. package/dist/esm/clusters/laundry-washer-controls.js +6 -6
  406. package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
  407. package/dist/esm/clusters/laundry-washer-mode.js +5 -5
  408. package/dist/esm/clusters/level-control.d.ts +303 -303
  409. package/dist/esm/clusters/level-control.js +32 -32
  410. package/dist/esm/clusters/localization-configuration.d.ts +3 -3
  411. package/dist/esm/clusters/localization-configuration.js +2 -2
  412. package/dist/esm/clusters/low-power.d.ts +2 -2
  413. package/dist/esm/clusters/low-power.js +1 -1
  414. package/dist/esm/clusters/media-input.d.ts +47 -47
  415. package/dist/esm/clusters/media-input.js +11 -11
  416. package/dist/esm/clusters/media-playback.d.ts +427 -385
  417. package/dist/esm/clusters/media-playback.d.ts.map +1 -1
  418. package/dist/esm/clusters/media-playback.js +89 -57
  419. package/dist/esm/clusters/media-playback.js.map +1 -1
  420. package/dist/esm/clusters/messages.d.ts +154 -154
  421. package/dist/esm/clusters/messages.js +38 -38
  422. package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
  423. package/dist/esm/clusters/microwave-oven-control.js +17 -17
  424. package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
  425. package/dist/esm/clusters/microwave-oven-mode.js +7 -7
  426. package/dist/esm/clusters/mode-base.d.ts +59 -59
  427. package/dist/esm/clusters/mode-base.js +13 -13
  428. package/dist/esm/clusters/mode-select.d.ts +51 -51
  429. package/dist/esm/clusters/mode-select.js +13 -13
  430. package/dist/esm/clusters/network-commissioning.d.ts +325 -325
  431. package/dist/esm/clusters/network-commissioning.js +46 -46
  432. package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
  433. package/dist/esm/clusters/occupancy-sensing.js +20 -20
  434. package/dist/esm/clusters/on-off.d.ts +103 -103
  435. package/dist/esm/clusters/on-off.js +19 -19
  436. package/dist/esm/clusters/operational-credentials.d.ts +94 -94
  437. package/dist/esm/clusters/operational-credentials.js +34 -34
  438. package/dist/esm/clusters/operational-state.d.ts +67 -67
  439. package/dist/esm/clusters/operational-state.js +21 -21
  440. package/dist/esm/clusters/ota-software-update-provider.d.ts +95 -61
  441. package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
  442. package/dist/esm/clusters/ota-software-update-provider.js +51 -25
  443. package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
  444. package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
  445. package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
  446. package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
  447. package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
  448. package/dist/esm/clusters/oven-mode.d.ts +40 -40
  449. package/dist/esm/clusters/oven-mode.js +5 -5
  450. package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
  451. package/dist/esm/clusters/power-source-configuration.js +1 -1
  452. package/dist/esm/clusters/power-source.d.ts +155 -155
  453. package/dist/esm/clusters/power-source.js +41 -41
  454. package/dist/esm/clusters/power-topology.d.ts +8 -8
  455. package/dist/esm/clusters/power-topology.js +2 -2
  456. package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
  457. package/dist/esm/clusters/pressure-measurement.js +9 -9
  458. package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
  459. package/dist/esm/clusters/proxy-configuration.js +3 -3
  460. package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
  461. package/dist/esm/clusters/proxy-discovery.js +4 -4
  462. package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
  463. package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
  464. package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
  465. package/dist/esm/clusters/refrigerator-alarm.js +11 -11
  466. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
  467. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
  468. package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
  469. package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
  470. package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
  471. package/dist/esm/clusters/resource-monitoring.js +7 -7
  472. package/dist/esm/clusters/rvc-clean-mode.d.ts +48 -48
  473. package/dist/esm/clusters/rvc-clean-mode.js +9 -9
  474. package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
  475. package/dist/esm/clusters/rvc-operational-state.js +17 -17
  476. package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
  477. package/dist/esm/clusters/rvc-run-mode.js +9 -9
  478. package/dist/esm/clusters/scenes-management.d.ts +246 -246
  479. package/dist/esm/clusters/scenes-management.js +70 -70
  480. package/dist/esm/clusters/service-area.d.ts +128 -128
  481. package/dist/esm/clusters/service-area.js +26 -26
  482. package/dist/esm/clusters/smoke-co-alarm.d.ts +137 -137
  483. package/dist/esm/clusters/smoke-co-alarm.js +30 -30
  484. package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
  485. package/dist/esm/clusters/software-diagnostics.js +14 -14
  486. package/dist/esm/clusters/switch.d.ts +105 -105
  487. package/dist/esm/clusters/switch.js +23 -23
  488. package/dist/esm/clusters/target-navigator.d.ts +48 -30
  489. package/dist/esm/clusters/target-navigator.d.ts.map +1 -1
  490. package/dist/esm/clusters/target-navigator.js +24 -10
  491. package/dist/esm/clusters/target-navigator.js.map +1 -1
  492. package/dist/esm/clusters/temperature-control.d.ts +45 -45
  493. package/dist/esm/clusters/temperature-control.js +12 -12
  494. package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
  495. package/dist/esm/clusters/temperature-measurement.js +4 -4
  496. package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
  497. package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
  498. package/dist/esm/clusters/thermostat.d.ts +515 -515
  499. package/dist/esm/clusters/thermostat.js +114 -114
  500. package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
  501. package/dist/esm/clusters/thread-border-router-management.js +14 -14
  502. package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
  503. package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
  504. package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
  505. package/dist/esm/clusters/thread-network-directory.js +11 -11
  506. package/dist/esm/clusters/time-format-localization.d.ts +12 -12
  507. package/dist/esm/clusters/time-format-localization.js +3 -3
  508. package/dist/esm/clusters/time-synchronization.d.ts +255 -245
  509. package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
  510. package/dist/esm/clusters/time-synchronization.js +55 -47
  511. package/dist/esm/clusters/time-synchronization.js.map +1 -1
  512. package/dist/esm/clusters/unit-localization.d.ts +6 -6
  513. package/dist/esm/clusters/unit-localization.js +1 -1
  514. package/dist/esm/clusters/user-label.d.ts +2 -2
  515. package/dist/esm/clusters/user-label.js +1 -1
  516. package/dist/esm/clusters/valid-proxies.d.ts +7 -7
  517. package/dist/esm/clusters/valid-proxies.js +2 -2
  518. package/dist/esm/clusters/valve-configuration-and-control.d.ts +90 -80
  519. package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
  520. package/dist/esm/clusters/valve-configuration-and-control.js +30 -22
  521. package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
  522. package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
  523. package/dist/esm/clusters/wake-on-lan.js +2 -2
  524. package/dist/esm/clusters/water-heater-management.d.ts +91 -91
  525. package/dist/esm/clusters/water-heater-management.js +16 -16
  526. package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
  527. package/dist/esm/clusters/water-heater-mode.js +8 -8
  528. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
  529. package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
  530. package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
  531. package/dist/esm/clusters/wi-fi-network-management.js +3 -3
  532. package/dist/esm/clusters/window-covering.d.ts +183 -183
  533. package/dist/esm/clusters/window-covering.js +49 -49
  534. package/dist/esm/common/StatusCode.d.ts +2 -11
  535. package/dist/esm/common/StatusCode.d.ts.map +1 -1
  536. package/dist/esm/common/StatusCode.js +1 -17
  537. package/dist/esm/common/StatusCode.js.map +1 -1
  538. package/dist/esm/common/StatusResponseError.d.ts +21 -0
  539. package/dist/esm/common/StatusResponseError.d.ts.map +1 -0
  540. package/dist/esm/common/StatusResponseError.js +34 -0
  541. package/dist/esm/common/StatusResponseError.js.map +6 -0
  542. package/dist/esm/common/ValidationError.d.ts +1 -1
  543. package/dist/esm/common/ValidationError.d.ts.map +1 -1
  544. package/dist/esm/common/ValidationError.js +2 -1
  545. package/dist/esm/common/ValidationError.js.map +1 -1
  546. package/dist/esm/common/index.d.ts +1 -0
  547. package/dist/esm/common/index.d.ts.map +1 -1
  548. package/dist/esm/common/index.js +1 -0
  549. package/dist/esm/common/index.js.map +1 -1
  550. package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
  551. package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
  552. package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
  553. package/dist/esm/globals/Locationdesc.d.ts +5 -5
  554. package/dist/esm/globals/Locationdesc.js +3 -3
  555. package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
  556. package/dist/esm/globals/MeasurementAccuracy.js +3 -3
  557. package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
  558. package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
  559. package/dist/esm/globals/MeasurementType.d.ts +1 -1
  560. package/dist/esm/globals/Priority.d.ts +1 -1
  561. package/dist/esm/globals/Semtag.d.ts +6 -6
  562. package/dist/esm/globals/Semtag.js +4 -4
  563. package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  564. package/dist/esm/globals/Status.d.ts +33 -33
  565. package/dist/esm/globals/Tod.d.ts +2 -2
  566. package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
  567. package/package.json +5 -5
  568. package/src/clusters/access-control.ts +72 -72
  569. package/src/clusters/account-login.ts +22 -22
  570. package/src/clusters/actions.ts +86 -86
  571. package/src/clusters/administrator-commissioning.ts +67 -20
  572. package/src/clusters/air-quality.ts +4 -4
  573. package/src/clusters/alarm-base.ts +22 -22
  574. package/src/clusters/application-basic.ts +14 -14
  575. package/src/clusters/application-launcher.ts +105 -28
  576. package/src/clusters/audio-output.ts +17 -17
  577. package/src/clusters/ballast-configuration.ts +20 -20
  578. package/src/clusters/basic-information.ts +47 -47
  579. package/src/clusters/binding.ts +8 -8
  580. package/src/clusters/boolean-state-configuration.ts +31 -31
  581. package/src/clusters/boolean-state.ts +6 -6
  582. package/src/clusters/bridged-device-basic-information.ts +38 -38
  583. package/src/clusters/channel.ts +143 -111
  584. package/src/clusters/color-control.ts +168 -168
  585. package/src/clusters/commissioner-control.ts +15 -15
  586. package/src/clusters/concentration-measurement.ts +15 -15
  587. package/src/clusters/content-app-observer.ts +29 -12
  588. package/src/clusters/content-control.ts +248 -96
  589. package/src/clusters/content-launcher.ts +131 -69
  590. package/src/clusters/descriptor.ts +13 -13
  591. package/src/clusters/device-energy-management-mode.ts +28 -28
  592. package/src/clusters/device-energy-management.ts +136 -136
  593. package/src/clusters/diagnostic-logs.ts +88 -26
  594. package/src/clusters/dishwasher-alarm.ts +24 -24
  595. package/src/clusters/dishwasher-mode.ts +27 -27
  596. package/src/clusters/door-lock.ts +408 -377
  597. package/src/clusters/ecosystem-information.ts +17 -17
  598. package/src/clusters/electrical-energy-measurement.ts +39 -39
  599. package/src/clusters/electrical-power-measurement.ts +53 -53
  600. package/src/clusters/energy-evse-mode.ts +28 -28
  601. package/src/clusters/energy-evse.ts +109 -109
  602. package/src/clusters/energy-preference.ts +19 -19
  603. package/src/clusters/ethernet-network-diagnostics.ts +13 -13
  604. package/src/clusters/fan-control.ts +30 -30
  605. package/src/clusters/fixed-label.ts +2 -2
  606. package/src/clusters/flow-measurement.ts +5 -5
  607. package/src/clusters/general-commissioning.ts +45 -45
  608. package/src/clusters/general-diagnostics.ts +66 -66
  609. package/src/clusters/group-key-management.ts +45 -45
  610. package/src/clusters/groups.ts +44 -44
  611. package/src/clusters/icd-management.ts +50 -50
  612. package/src/clusters/identify.ts +14 -14
  613. package/src/clusters/illuminance-measurement.ts +7 -7
  614. package/src/clusters/joint-fabric-datastore.ts +82 -82
  615. package/src/clusters/joint-fabric-pki.ts +12 -12
  616. package/src/clusters/keypad-input.ts +43 -11
  617. package/src/clusters/label.ts +5 -5
  618. package/src/clusters/laundry-dryer-controls.ts +4 -4
  619. package/src/clusters/laundry-washer-controls.ts +11 -11
  620. package/src/clusters/laundry-washer-mode.ts +25 -25
  621. package/src/clusters/level-control.ts +49 -49
  622. package/src/clusters/localization-configuration.ts +3 -3
  623. package/src/clusters/low-power.ts +2 -2
  624. package/src/clusters/media-input.ts +20 -20
  625. package/src/clusters/media-playback.ts +168 -91
  626. package/src/clusters/messages.ts +61 -61
  627. package/src/clusters/microwave-oven-control.ts +23 -23
  628. package/src/clusters/microwave-oven-mode.ts +25 -25
  629. package/src/clusters/mode-base.ts +37 -37
  630. package/src/clusters/mode-select.ts +22 -22
  631. package/src/clusters/network-commissioning.ts +76 -76
  632. package/src/clusters/occupancy-sensing.ts +29 -29
  633. package/src/clusters/on-off.ts +33 -33
  634. package/src/clusters/operational-credentials.ts +65 -65
  635. package/src/clusters/operational-state.ts +34 -34
  636. package/src/clusters/ota-software-update-provider.ts +101 -39
  637. package/src/clusters/ota-software-update-requestor.ts +55 -55
  638. package/src/clusters/oven-cavity-operational-state.ts +14 -14
  639. package/src/clusters/oven-mode.ts +31 -31
  640. package/src/clusters/power-source-configuration.ts +2 -2
  641. package/src/clusters/power-source.ts +59 -59
  642. package/src/clusters/power-topology.ts +4 -4
  643. package/src/clusters/pressure-measurement.ts +11 -11
  644. package/src/clusters/proxy-configuration.ts +6 -6
  645. package/src/clusters/proxy-discovery.ts +7 -7
  646. package/src/clusters/pump-configuration-and-control.ts +69 -69
  647. package/src/clusters/refrigerator-alarm.ts +18 -18
  648. package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
  649. package/src/clusters/relative-humidity-measurement.ts +5 -5
  650. package/src/clusters/resource-monitoring.ts +13 -13
  651. package/src/clusters/rvc-clean-mode.ts +31 -31
  652. package/src/clusters/rvc-operational-state.ts +28 -28
  653. package/src/clusters/rvc-run-mode.ts +38 -38
  654. package/src/clusters/scenes-management.ts +112 -112
  655. package/src/clusters/service-area.ts +50 -50
  656. package/src/clusters/smoke-co-alarm.ts +68 -68
  657. package/src/clusters/software-diagnostics.ts +20 -20
  658. package/src/clusters/switch.ts +45 -45
  659. package/src/clusters/target-navigator.ts +52 -20
  660. package/src/clusters/temperature-control.ts +19 -19
  661. package/src/clusters/temperature-measurement.ts +5 -5
  662. package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
  663. package/src/clusters/thermostat.ts +172 -172
  664. package/src/clusters/thread-border-router-management.ts +23 -23
  665. package/src/clusters/thread-network-diagnostics.ts +125 -125
  666. package/src/clusters/thread-network-directory.ts +22 -22
  667. package/src/clusters/time-format-localization.ts +7 -7
  668. package/src/clusters/time-synchronization.ts +98 -81
  669. package/src/clusters/unit-localization.ts +4 -4
  670. package/src/clusters/user-label.ts +2 -2
  671. package/src/clusters/valid-proxies.ts +7 -7
  672. package/src/clusters/valve-configuration-and-control.ts +52 -35
  673. package/src/clusters/wake-on-lan.ts +3 -3
  674. package/src/clusters/water-heater-management.ts +26 -26
  675. package/src/clusters/water-heater-mode.ts +27 -27
  676. package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
  677. package/src/clusters/wi-fi-network-management.ts +6 -6
  678. package/src/clusters/window-covering.ts +68 -68
  679. package/src/common/StatusCode.ts +3 -21
  680. package/src/common/StatusResponseError.ts +41 -0
  681. package/src/common/ValidationError.ts +2 -1
  682. package/src/common/index.ts +1 -0
  683. package/src/globals/AtomicAttributeStatus.ts +4 -4
  684. package/src/globals/AtomicRequestType.ts +1 -1
  685. package/src/globals/Locationdesc.ts +5 -5
  686. package/src/globals/MeasurementAccuracy.ts +5 -5
  687. package/src/globals/MeasurementAccuracyRange.ts +10 -10
  688. package/src/globals/MeasurementType.ts +1 -1
  689. package/src/globals/Priority.ts +1 -1
  690. package/src/globals/Semtag.ts +6 -6
  691. package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
  692. package/src/globals/Status.ts +33 -33
  693. package/src/globals/Tod.ts +2 -2
  694. package/src/globals/WildcardPathFlags.ts +1 -1
@@ -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.v14.Cluster} § 2.13.4
17
+ * @see {@link MatterSpecification.v141.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.v14.Cluster} § 2.13.4.1
25
+ * @see {@link MatterSpecification.v141.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.v14.Cluster} § 2.13.4.2
33
+ * @see {@link MatterSpecification.v141.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.v14.Cluster} § 2.13.4.3
41
+ * @see {@link MatterSpecification.v141.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.v14.Cluster} § 2.13.4.4
49
+ * @see {@link MatterSpecification.v141.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.v14.Cluster} § 2.13.4.5
57
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.4.5
58
58
  */
59
59
  PowerQuality = "PowerQuality"
60
60
  }
61
61
  /**
62
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3
62
+ * @see {@link MatterSpecification.v141.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.v14.Cluster} § 2.13.5.3.1
69
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.3.1
70
70
  */
71
71
  order: import("../tlv/TlvObject.js").FieldType<number>;
72
72
  /**
@@ -82,17 +82,17 @@ export declare namespace ElectricalPowerMeasurement {
82
82
  *
83
83
  * If this measurement is not currently available, a value of null shall be returned.
84
84
  *
85
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.2
85
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.3.2
86
86
  */
87
87
  measurement: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
88
88
  }>;
89
89
  /**
90
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3
90
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.3
91
91
  */
92
92
  interface HarmonicMeasurement extends TypeFromSchema<typeof TlvHarmonicMeasurement> {
93
93
  }
94
94
  /**
95
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.1
95
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.1
96
96
  */
97
97
  enum PowerMode {
98
98
  Unknown = 0,
@@ -117,27 +117,27 @@ export declare namespace ElectricalPowerMeasurement {
117
117
  * since boot for a given timestamp; this allows for client-side resolution of UTC time for previous reports that
118
118
  * only included systime.
119
119
  *
120
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2
120
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2
121
121
  */
122
122
  const TlvMeasurementRange: import("../tlv/TlvObject.js").ObjectSchema<{
123
123
  /**
124
124
  * This field shall be the type of measurement for the range provided.
125
125
  *
126
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.1
126
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.1
127
127
  */
128
128
  measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
129
129
  /**
130
130
  * This field shall be the smallest measured value for the associated measurement over either the period between
131
131
  * StartTimestamp and EndTimestamp, or the period between StartSystime and EndSystime, or both.
132
132
  *
133
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.2
133
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.2
134
134
  */
135
135
  min: import("../tlv/TlvObject.js").FieldType<number | bigint>;
136
136
  /**
137
137
  * This field shall be the largest measured value for the associated measurement over the period between either
138
138
  * StartTimestamp and EndTimestamp or the period between StartSystime and EndSystime, or both.
139
139
  *
140
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.3
140
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.3
141
141
  */
142
142
  max: import("../tlv/TlvObject.js").FieldType<number | bigint>;
143
143
  /**
@@ -146,7 +146,7 @@ export declare namespace ElectricalPowerMeasurement {
146
146
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
147
147
  * does not have the capability of determining the time in UTC, this field shall be omitted.
148
148
  *
149
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.4
149
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.4
150
150
  */
151
151
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
152
152
  /**
@@ -155,7 +155,7 @@ export declare namespace ElectricalPowerMeasurement {
155
155
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
156
156
  * does not have the capability of determining the time in UTC, this field shall be omitted.
157
157
  *
158
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.5
158
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.5
159
159
  */
160
160
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
161
161
  /**
@@ -164,7 +164,7 @@ export declare namespace ElectricalPowerMeasurement {
164
164
  * This field shall be greater than or equal to the value of the StartTimestamp field. This field shall be less
165
165
  * than or equal to the value of the EndTimestamp field.
166
166
  *
167
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.6
167
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.6
168
168
  */
169
169
  minTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
170
170
  /**
@@ -172,7 +172,7 @@ export declare namespace ElectricalPowerMeasurement {
172
172
  * greater than or equal to the value of the StartTimestamp field. This field shall be less than or equal to the
173
173
  * value of the EndTimestamp field.
174
174
  *
175
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.7
175
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.7
176
176
  */
177
177
  maxTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
178
178
  /**
@@ -181,7 +181,7 @@ export declare namespace ElectricalPowerMeasurement {
181
181
  * If the server had determined the time in UTC at or before the start of the measurement period, this field may
182
182
  * be omitted along with the EndSystime, MinSystime, and MaxSystime fields.
183
183
  *
184
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.8
184
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.8
185
185
  */
186
186
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
187
187
  /**
@@ -190,7 +190,7 @@ export declare namespace ElectricalPowerMeasurement {
190
190
  * If the server had determined the time in UTC at the end of the measurement period, this field may be omitted
191
191
  * along with the StartSystime field, MinSystime, and MaxSystime fields.
192
192
  *
193
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.9
193
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.9
194
194
  */
195
195
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
196
196
  /**
@@ -199,7 +199,7 @@ export declare namespace ElectricalPowerMeasurement {
199
199
  *
200
200
  * This field shall be less than or equal to the value of the EndSystime field.
201
201
  *
202
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.10
202
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.10
203
203
  */
204
204
  minSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
205
205
  /**
@@ -208,7 +208,7 @@ export declare namespace ElectricalPowerMeasurement {
208
208
  *
209
209
  * This field shall be less than or equal to the value of the EndSystime field.
210
210
  *
211
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.11
211
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.11
212
212
  */
213
213
  maxSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
214
214
  }>;
@@ -224,40 +224,40 @@ export declare namespace ElectricalPowerMeasurement {
224
224
  * since boot for a given timestamp; this allows for client-side resolution of UTC time for previous reports that
225
225
  * only included systime.
226
226
  *
227
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2
227
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2
228
228
  */
229
229
  interface MeasurementRange extends TypeFromSchema<typeof TlvMeasurementRange> {
230
230
  }
231
231
  /**
232
232
  * Body of the ElectricalPowerMeasurement measurementPeriodRanges event
233
233
  *
234
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.7.1
234
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.7.1
235
235
  */
236
236
  const TlvMeasurementPeriodRangesEvent: import("../tlv/TlvObject.js").ObjectSchema<{
237
237
  /**
238
238
  * This shall indicate the value of the Ranges attribute at the time of event generation.
239
239
  *
240
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.7.1.1
240
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.7.1.1
241
241
  */
242
242
  ranges: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
243
243
  /**
244
244
  * This field shall be the type of measurement for the range provided.
245
245
  *
246
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.1
246
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.1
247
247
  */
248
248
  measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
249
249
  /**
250
250
  * This field shall be the smallest measured value for the associated measurement over either the period between
251
251
  * StartTimestamp and EndTimestamp, or the period between StartSystime and EndSystime, or both.
252
252
  *
253
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.2
253
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.2
254
254
  */
255
255
  min: import("../tlv/TlvObject.js").FieldType<number | bigint>;
256
256
  /**
257
257
  * This field shall be the largest measured value for the associated measurement over the period between either
258
258
  * StartTimestamp and EndTimestamp or the period between StartSystime and EndSystime, or both.
259
259
  *
260
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.3
260
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.3
261
261
  */
262
262
  max: import("../tlv/TlvObject.js").FieldType<number | bigint>;
263
263
  /**
@@ -266,7 +266,7 @@ export declare namespace ElectricalPowerMeasurement {
266
266
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
267
267
  * does not have the capability of determining the time in UTC, this field shall be omitted.
268
268
  *
269
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.4
269
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.4
270
270
  */
271
271
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
272
272
  /**
@@ -275,7 +275,7 @@ export declare namespace ElectricalPowerMeasurement {
275
275
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
276
276
  * does not have the capability of determining the time in UTC, this field shall be omitted.
277
277
  *
278
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.5
278
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.5
279
279
  */
280
280
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
281
281
  /**
@@ -284,7 +284,7 @@ export declare namespace ElectricalPowerMeasurement {
284
284
  * This field shall be greater than or equal to the value of the StartTimestamp field. This field shall be less
285
285
  * than or equal to the value of the EndTimestamp field.
286
286
  *
287
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.6
287
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.6
288
288
  */
289
289
  minTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
290
290
  /**
@@ -292,7 +292,7 @@ export declare namespace ElectricalPowerMeasurement {
292
292
  * greater than or equal to the value of the StartTimestamp field. This field shall be less than or equal to the
293
293
  * value of the EndTimestamp field.
294
294
  *
295
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.7
295
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.7
296
296
  */
297
297
  maxTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
298
298
  /**
@@ -301,7 +301,7 @@ export declare namespace ElectricalPowerMeasurement {
301
301
  * If the server had determined the time in UTC at or before the start of the measurement period, this field may
302
302
  * be omitted along with the EndSystime, MinSystime, and MaxSystime fields.
303
303
  *
304
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.8
304
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.8
305
305
  */
306
306
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
307
307
  /**
@@ -310,7 +310,7 @@ export declare namespace ElectricalPowerMeasurement {
310
310
  * If the server had determined the time in UTC at the end of the measurement period, this field may be omitted
311
311
  * along with the StartSystime field, MinSystime, and MaxSystime fields.
312
312
  *
313
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.9
313
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.9
314
314
  */
315
315
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
316
316
  /**
@@ -319,7 +319,7 @@ export declare namespace ElectricalPowerMeasurement {
319
319
  *
320
320
  * This field shall be less than or equal to the value of the EndSystime field.
321
321
  *
322
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.10
322
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.10
323
323
  */
324
324
  minSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
325
325
  /**
@@ -328,7 +328,7 @@ export declare namespace ElectricalPowerMeasurement {
328
328
  *
329
329
  * This field shall be less than or equal to the value of the EndSystime field.
330
330
  *
331
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.11
331
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.11
332
332
  */
333
333
  maxSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
334
334
  }>[]>;
@@ -336,7 +336,7 @@ export declare namespace ElectricalPowerMeasurement {
336
336
  /**
337
337
  * Body of the ElectricalPowerMeasurement measurementPeriodRanges event
338
338
  *
339
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.7.1
339
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.7.1
340
340
  */
341
341
  interface MeasurementPeriodRangesEvent extends TypeFromSchema<typeof TlvMeasurementPeriodRangesEvent> {
342
342
  }
@@ -362,7 +362,7 @@ export declare namespace ElectricalPowerMeasurement {
362
362
  *
363
363
  * If the current cannot be measured, a value of null shall be returned.
364
364
  *
365
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.7
365
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.7
366
366
  */
367
367
  readonly reactiveCurrent: OptionalAttribute<number | bigint | null, any>;
368
368
  /**
@@ -380,7 +380,7 @@ export declare namespace ElectricalPowerMeasurement {
380
380
  *
381
381
  * If the active or reactive currents cannot be measured, a value of null shall be returned.
382
382
  *
383
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.8
383
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.8
384
384
  */
385
385
  readonly apparentCurrent: OptionalAttribute<number | bigint | null, any>;
386
386
  /**
@@ -401,7 +401,7 @@ export declare namespace ElectricalPowerMeasurement {
401
401
  * If the Polyphase Power feature is supported, this value represents the combined reactive power imported
402
402
  * or exported.
403
403
  *
404
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.10
404
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.10
405
405
  */
406
406
  readonly reactivePower: OptionalAttribute<number | bigint | null, any>;
407
407
  /**
@@ -420,7 +420,7 @@ export declare namespace ElectricalPowerMeasurement {
420
420
  *
421
421
  * If the apparent power cannot be measured, a value of null shall be returned.
422
422
  *
423
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.11
423
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.11
424
424
  */
425
425
  readonly apparentPower: OptionalAttribute<number | bigint | null, any>;
426
426
  /**
@@ -437,7 +437,7 @@ export declare namespace ElectricalPowerMeasurement {
437
437
  *
438
438
  * If the RMS voltage cannot be measured, a value of null shall be returned.
439
439
  *
440
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.12
440
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.12
441
441
  */
442
442
  readonly rmsVoltage: OptionalAttribute<number | bigint | null, any>;
443
443
  /**
@@ -457,7 +457,7 @@ export declare namespace ElectricalPowerMeasurement {
457
457
  *
458
458
  * If the RMS current cannot be measured, a value of null shall be returned.
459
459
  *
460
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.13
460
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.13
461
461
  */
462
462
  readonly rmsCurrent: OptionalAttribute<number | bigint | null, any>;
463
463
  /**
@@ -476,7 +476,7 @@ export declare namespace ElectricalPowerMeasurement {
476
476
  *
477
477
  * If the RMS power cannot be measured, a value of null shall be returned.
478
478
  *
479
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.14
479
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.14
480
480
  */
481
481
  readonly rmsPower: OptionalAttribute<number | bigint | null, any>;
482
482
  /**
@@ -493,7 +493,7 @@ export declare namespace ElectricalPowerMeasurement {
493
493
  *
494
494
  * If the frequency cannot be measured, a value of null shall be returned.
495
495
  *
496
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.15
496
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.15
497
497
  */
498
498
  readonly frequency: OptionalAttribute<number | bigint | null, any>;
499
499
  /**
@@ -508,7 +508,7 @@ export declare namespace ElectricalPowerMeasurement {
508
508
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
509
509
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
510
510
  *
511
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.18
511
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.18
512
512
  */
513
513
  readonly powerFactor: OptionalAttribute<number | bigint | null, any>;
514
514
  };
@@ -531,14 +531,14 @@ export declare namespace ElectricalPowerMeasurement {
531
531
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
532
532
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
533
533
  *
534
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.16
534
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.16
535
535
  */
536
536
  readonly harmonicCurrents: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
537
537
  /**
538
538
  * This field shall be the order of the harmonic being measured. Typically this is an odd number, but servers
539
539
  * may choose to report even harmonics.
540
540
  *
541
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.1
541
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.3.1
542
542
  */
543
543
  order: import("../tlv/TlvObject.js").FieldType<number>;
544
544
  /**
@@ -554,7 +554,7 @@ export declare namespace ElectricalPowerMeasurement {
554
554
  *
555
555
  * If this measurement is not currently available, a value of null shall be returned.
556
556
  *
557
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.2
557
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.3.2
558
558
  */
559
559
  measurement: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
560
560
  }>[] | null, any>;
@@ -579,14 +579,14 @@ export declare namespace ElectricalPowerMeasurement {
579
579
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
580
580
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
581
581
  *
582
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.17
582
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.17
583
583
  */
584
584
  readonly harmonicPhases: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
585
585
  /**
586
586
  * This field shall be the order of the harmonic being measured. Typically this is an odd number, but servers
587
587
  * may choose to report even harmonics.
588
588
  *
589
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.1
589
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.3.1
590
590
  */
591
591
  order: import("../tlv/TlvObject.js").FieldType<number>;
592
592
  /**
@@ -602,7 +602,7 @@ export declare namespace ElectricalPowerMeasurement {
602
602
  *
603
603
  * If this measurement is not currently available, a value of null shall be returned.
604
604
  *
605
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.2
605
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.3.2
606
606
  */
607
607
  measurement: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
608
608
  }>[] | null, any>;
@@ -632,7 +632,7 @@ export declare namespace ElectricalPowerMeasurement {
632
632
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
633
633
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
634
634
  *
635
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.19
635
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.19
636
636
  */
637
637
  readonly neutralCurrent: OptionalAttribute<number | bigint | null, any>;
638
638
  };
@@ -648,31 +648,31 @@ export declare namespace ElectricalPowerMeasurement {
648
648
  /**
649
649
  * This feature indicates the cluster can measure a direct current.
650
650
  *
651
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.1
651
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.4.1
652
652
  */
653
653
  readonly directCurrent: BitFlag;
654
654
  /**
655
655
  * This feature indicates the cluster can measure an alternating current.
656
656
  *
657
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.2
657
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.4.2
658
658
  */
659
659
  readonly alternatingCurrent: BitFlag;
660
660
  /**
661
661
  * This feature indicates the cluster represents the collective measurements for a Polyphase power supply.
662
662
  *
663
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.3
663
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.4.3
664
664
  */
665
665
  readonly polyphasePower: BitFlag;
666
666
  /**
667
667
  * This feature indicates the cluster can measure the harmonics of an alternating current.
668
668
  *
669
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.4
669
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.4.4
670
670
  */
671
671
  readonly harmonics: BitFlag;
672
672
  /**
673
673
  * This feature indicates the cluster can measure the harmonic phases of an alternating current.
674
674
  *
675
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.5
675
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.4.5
676
676
  */
677
677
  readonly powerQuality: BitFlag;
678
678
  };
@@ -681,13 +681,13 @@ export declare namespace ElectricalPowerMeasurement {
681
681
  * This shall indicate the current mode of the server. For some servers, such as an EV, this may change
682
682
  * depending on the mode of charging or discharging.
683
683
  *
684
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.1
684
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.1
685
685
  */
686
686
  readonly powerMode: Attribute<PowerMode, any>;
687
687
  /**
688
688
  * This shall indicate the maximum number of measurement types the server is capable of reporting.
689
689
  *
690
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.2
690
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.2
691
691
  */
692
692
  readonly numberOfMeasurementTypes: FixedAttribute<number, any>;
693
693
  /**
@@ -695,7 +695,7 @@ export declare namespace ElectricalPowerMeasurement {
695
695
  * There shall be an entry for ActivePower, as well as any other measurement types implemented by this
696
696
  * server.
697
697
  *
698
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.3
698
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.3
699
699
  */
700
700
  readonly accuracy: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
701
701
  measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
@@ -727,27 +727,27 @@ export declare namespace ElectricalPowerMeasurement {
727
727
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
728
728
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
729
729
  *
730
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.4
730
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.4
731
731
  */
732
732
  readonly ranges: OptionalAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
733
733
  /**
734
734
  * This field shall be the type of measurement for the range provided.
735
735
  *
736
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.1
736
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.1
737
737
  */
738
738
  measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
739
739
  /**
740
740
  * This field shall be the smallest measured value for the associated measurement over either the period between
741
741
  * StartTimestamp and EndTimestamp, or the period between StartSystime and EndSystime, or both.
742
742
  *
743
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.2
743
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.2
744
744
  */
745
745
  min: import("../tlv/TlvObject.js").FieldType<number | bigint>;
746
746
  /**
747
747
  * This field shall be the largest measured value for the associated measurement over the period between either
748
748
  * StartTimestamp and EndTimestamp or the period between StartSystime and EndSystime, or both.
749
749
  *
750
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.3
750
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.3
751
751
  */
752
752
  max: import("../tlv/TlvObject.js").FieldType<number | bigint>;
753
753
  /**
@@ -756,7 +756,7 @@ export declare namespace ElectricalPowerMeasurement {
756
756
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
757
757
  * does not have the capability of determining the time in UTC, this field shall be omitted.
758
758
  *
759
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.4
759
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.4
760
760
  */
761
761
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
762
762
  /**
@@ -765,7 +765,7 @@ export declare namespace ElectricalPowerMeasurement {
765
765
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
766
766
  * does not have the capability of determining the time in UTC, this field shall be omitted.
767
767
  *
768
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.5
768
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.5
769
769
  */
770
770
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
771
771
  /**
@@ -774,7 +774,7 @@ export declare namespace ElectricalPowerMeasurement {
774
774
  * This field shall be greater than or equal to the value of the StartTimestamp field. This field shall be less
775
775
  * than or equal to the value of the EndTimestamp field.
776
776
  *
777
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.6
777
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.6
778
778
  */
779
779
  minTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
780
780
  /**
@@ -782,7 +782,7 @@ export declare namespace ElectricalPowerMeasurement {
782
782
  * greater than or equal to the value of the StartTimestamp field. This field shall be less than or equal to the
783
783
  * value of the EndTimestamp field.
784
784
  *
785
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.7
785
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.7
786
786
  */
787
787
  maxTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
788
788
  /**
@@ -791,7 +791,7 @@ export declare namespace ElectricalPowerMeasurement {
791
791
  * If the server had determined the time in UTC at or before the start of the measurement period, this field may
792
792
  * be omitted along with the EndSystime, MinSystime, and MaxSystime fields.
793
793
  *
794
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.8
794
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.8
795
795
  */
796
796
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
797
797
  /**
@@ -800,7 +800,7 @@ export declare namespace ElectricalPowerMeasurement {
800
800
  * If the server had determined the time in UTC at the end of the measurement period, this field may be omitted
801
801
  * along with the StartSystime field, MinSystime, and MaxSystime fields.
802
802
  *
803
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.9
803
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.9
804
804
  */
805
805
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
806
806
  /**
@@ -809,7 +809,7 @@ export declare namespace ElectricalPowerMeasurement {
809
809
  *
810
810
  * This field shall be less than or equal to the value of the EndSystime field.
811
811
  *
812
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.10
812
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.10
813
813
  */
814
814
  minSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
815
815
  /**
@@ -818,7 +818,7 @@ export declare namespace ElectricalPowerMeasurement {
818
818
  *
819
819
  * This field shall be less than or equal to the value of the EndSystime field.
820
820
  *
821
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.11
821
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.11
822
822
  */
823
823
  maxSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
824
824
  }>[], any>;
@@ -836,7 +836,7 @@ export declare namespace ElectricalPowerMeasurement {
836
836
  *
837
837
  * If the voltage cannot be measured, a value of null shall be returned.
838
838
  *
839
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.5
839
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.5
840
840
  */
841
841
  readonly voltage: OptionalAttribute<number | bigint | null, any>;
842
842
  /**
@@ -856,7 +856,7 @@ export declare namespace ElectricalPowerMeasurement {
856
856
  *
857
857
  * If the current cannot be measured, a value of null shall be returned.
858
858
  *
859
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.6
859
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.6
860
860
  */
861
861
  readonly activeCurrent: OptionalAttribute<number | bigint | null, any>;
862
862
  /**
@@ -877,7 +877,7 @@ export declare namespace ElectricalPowerMeasurement {
877
877
  * If the Polyphase Power feature is set, this value represents the combined active power imported or
878
878
  * exported.
879
879
  *
880
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.9
880
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.9
881
881
  */
882
882
  readonly activePower: Attribute<number | bigint | null, any>;
883
883
  };
@@ -886,33 +886,33 @@ export declare namespace ElectricalPowerMeasurement {
886
886
  * If supported, this event shall be generated at the end of a measurement period. The start and end times
887
887
  * for measurement periods shall be determined by the server, and may represent overlapping periods.
888
888
  *
889
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.7.1
889
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.7.1
890
890
  */
891
891
  readonly measurementPeriodRanges: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
892
892
  /**
893
893
  * This shall indicate the value of the Ranges attribute at the time of event generation.
894
894
  *
895
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.7.1.1
895
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.7.1.1
896
896
  */
897
897
  ranges: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
898
898
  /**
899
899
  * This field shall be the type of measurement for the range provided.
900
900
  *
901
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.1
901
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.1
902
902
  */
903
903
  measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
904
904
  /**
905
905
  * This field shall be the smallest measured value for the associated measurement over either the period between
906
906
  * StartTimestamp and EndTimestamp, or the period between StartSystime and EndSystime, or both.
907
907
  *
908
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.2
908
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.2
909
909
  */
910
910
  min: import("../tlv/TlvObject.js").FieldType<number | bigint>;
911
911
  /**
912
912
  * This field shall be the largest measured value for the associated measurement over the period between either
913
913
  * StartTimestamp and EndTimestamp or the period between StartSystime and EndSystime, or both.
914
914
  *
915
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.3
915
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.3
916
916
  */
917
917
  max: import("../tlv/TlvObject.js").FieldType<number | bigint>;
918
918
  /**
@@ -921,7 +921,7 @@ export declare namespace ElectricalPowerMeasurement {
921
921
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
922
922
  * does not have the capability of determining the time in UTC, this field shall be omitted.
923
923
  *
924
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.4
924
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.4
925
925
  */
926
926
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
927
927
  /**
@@ -930,7 +930,7 @@ export declare namespace ElectricalPowerMeasurement {
930
930
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
931
931
  * does not have the capability of determining the time in UTC, this field shall be omitted.
932
932
  *
933
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.5
933
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.5
934
934
  */
935
935
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
936
936
  /**
@@ -939,7 +939,7 @@ export declare namespace ElectricalPowerMeasurement {
939
939
  * This field shall be greater than or equal to the value of the StartTimestamp field. This field shall be less
940
940
  * than or equal to the value of the EndTimestamp field.
941
941
  *
942
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.6
942
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.6
943
943
  */
944
944
  minTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
945
945
  /**
@@ -947,7 +947,7 @@ export declare namespace ElectricalPowerMeasurement {
947
947
  * greater than or equal to the value of the StartTimestamp field. This field shall be less than or equal to the
948
948
  * value of the EndTimestamp field.
949
949
  *
950
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.7
950
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.7
951
951
  */
952
952
  maxTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
953
953
  /**
@@ -956,7 +956,7 @@ export declare namespace ElectricalPowerMeasurement {
956
956
  * If the server had determined the time in UTC at or before the start of the measurement period, this field may
957
957
  * be omitted along with the EndSystime, MinSystime, and MaxSystime fields.
958
958
  *
959
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.8
959
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.8
960
960
  */
961
961
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
962
962
  /**
@@ -965,7 +965,7 @@ export declare namespace ElectricalPowerMeasurement {
965
965
  * If the server had determined the time in UTC at the end of the measurement period, this field may be omitted
966
966
  * along with the StartSystime field, MinSystime, and MaxSystime fields.
967
967
  *
968
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.9
968
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.9
969
969
  */
970
970
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
971
971
  /**
@@ -974,7 +974,7 @@ export declare namespace ElectricalPowerMeasurement {
974
974
  *
975
975
  * This field shall be less than or equal to the value of the EndSystime field.
976
976
  *
977
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.10
977
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.10
978
978
  */
979
979
  minSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
980
980
  /**
@@ -983,7 +983,7 @@ export declare namespace ElectricalPowerMeasurement {
983
983
  *
984
984
  * This field shall be less than or equal to the value of the EndSystime field.
985
985
  *
986
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.11
986
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.11
987
987
  */
988
988
  maxSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
989
989
  }>[]>;
@@ -1016,7 +1016,7 @@ export declare namespace ElectricalPowerMeasurement {
1016
1016
  *
1017
1017
  * If the current cannot be measured, a value of null shall be returned.
1018
1018
  *
1019
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.7
1019
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.7
1020
1020
  */
1021
1021
  readonly reactiveCurrent: OptionalAttribute<number | bigint | null, any>;
1022
1022
  /**
@@ -1034,7 +1034,7 @@ export declare namespace ElectricalPowerMeasurement {
1034
1034
  *
1035
1035
  * If the active or reactive currents cannot be measured, a value of null shall be returned.
1036
1036
  *
1037
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.8
1037
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.8
1038
1038
  */
1039
1039
  readonly apparentCurrent: OptionalAttribute<number | bigint | null, any>;
1040
1040
  /**
@@ -1055,7 +1055,7 @@ export declare namespace ElectricalPowerMeasurement {
1055
1055
  * If the Polyphase Power feature is supported, this value represents the combined reactive power imported
1056
1056
  * or exported.
1057
1057
  *
1058
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.10
1058
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.10
1059
1059
  */
1060
1060
  readonly reactivePower: OptionalAttribute<number | bigint | null, any>;
1061
1061
  /**
@@ -1074,7 +1074,7 @@ export declare namespace ElectricalPowerMeasurement {
1074
1074
  *
1075
1075
  * If the apparent power cannot be measured, a value of null shall be returned.
1076
1076
  *
1077
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.11
1077
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.11
1078
1078
  */
1079
1079
  readonly apparentPower: OptionalAttribute<number | bigint | null, any>;
1080
1080
  /**
@@ -1091,7 +1091,7 @@ export declare namespace ElectricalPowerMeasurement {
1091
1091
  *
1092
1092
  * If the RMS voltage cannot be measured, a value of null shall be returned.
1093
1093
  *
1094
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.12
1094
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.12
1095
1095
  */
1096
1096
  readonly rmsVoltage: OptionalAttribute<number | bigint | null, any>;
1097
1097
  /**
@@ -1111,7 +1111,7 @@ export declare namespace ElectricalPowerMeasurement {
1111
1111
  *
1112
1112
  * If the RMS current cannot be measured, a value of null shall be returned.
1113
1113
  *
1114
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.13
1114
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.13
1115
1115
  */
1116
1116
  readonly rmsCurrent: OptionalAttribute<number | bigint | null, any>;
1117
1117
  /**
@@ -1130,7 +1130,7 @@ export declare namespace ElectricalPowerMeasurement {
1130
1130
  *
1131
1131
  * If the RMS power cannot be measured, a value of null shall be returned.
1132
1132
  *
1133
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.14
1133
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.14
1134
1134
  */
1135
1135
  readonly rmsPower: OptionalAttribute<number | bigint | null, any>;
1136
1136
  /**
@@ -1147,7 +1147,7 @@ export declare namespace ElectricalPowerMeasurement {
1147
1147
  *
1148
1148
  * If the frequency cannot be measured, a value of null shall be returned.
1149
1149
  *
1150
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.15
1150
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.15
1151
1151
  */
1152
1152
  readonly frequency: OptionalAttribute<number | bigint | null, any>;
1153
1153
  /**
@@ -1162,7 +1162,7 @@ export declare namespace ElectricalPowerMeasurement {
1162
1162
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
1163
1163
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
1164
1164
  *
1165
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.18
1165
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.18
1166
1166
  */
1167
1167
  readonly powerFactor: OptionalAttribute<number | bigint | null, any>;
1168
1168
  };
@@ -1186,14 +1186,14 @@ export declare namespace ElectricalPowerMeasurement {
1186
1186
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
1187
1187
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
1188
1188
  *
1189
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.16
1189
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.16
1190
1190
  */
1191
1191
  readonly harmonicCurrents: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1192
1192
  /**
1193
1193
  * This field shall be the order of the harmonic being measured. Typically this is an odd number, but servers
1194
1194
  * may choose to report even harmonics.
1195
1195
  *
1196
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.1
1196
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.3.1
1197
1197
  */
1198
1198
  order: import("../tlv/TlvObject.js").FieldType<number>;
1199
1199
  /**
@@ -1209,7 +1209,7 @@ export declare namespace ElectricalPowerMeasurement {
1209
1209
  *
1210
1210
  * If this measurement is not currently available, a value of null shall be returned.
1211
1211
  *
1212
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.2
1212
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.3.2
1213
1213
  */
1214
1214
  measurement: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
1215
1215
  }>[] | null, any>;
@@ -1235,14 +1235,14 @@ export declare namespace ElectricalPowerMeasurement {
1235
1235
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
1236
1236
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
1237
1237
  *
1238
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.17
1238
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.17
1239
1239
  */
1240
1240
  readonly harmonicPhases: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1241
1241
  /**
1242
1242
  * This field shall be the order of the harmonic being measured. Typically this is an odd number, but servers
1243
1243
  * may choose to report even harmonics.
1244
1244
  *
1245
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.1
1245
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.3.1
1246
1246
  */
1247
1247
  order: import("../tlv/TlvObject.js").FieldType<number>;
1248
1248
  /**
@@ -1258,7 +1258,7 @@ export declare namespace ElectricalPowerMeasurement {
1258
1258
  *
1259
1259
  * If this measurement is not currently available, a value of null shall be returned.
1260
1260
  *
1261
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.2
1261
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.3.2
1262
1262
  */
1263
1263
  measurement: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
1264
1264
  }>[] | null, any>;
@@ -1289,7 +1289,7 @@ export declare namespace ElectricalPowerMeasurement {
1289
1289
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
1290
1290
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
1291
1291
  *
1292
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.19
1292
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.19
1293
1293
  */
1294
1294
  readonly neutralCurrent: OptionalAttribute<number | bigint | null, any>;
1295
1295
  };
@@ -1331,31 +1331,31 @@ export declare namespace ElectricalPowerMeasurement {
1331
1331
  /**
1332
1332
  * This feature indicates the cluster can measure a direct current.
1333
1333
  *
1334
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.1
1334
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.4.1
1335
1335
  */
1336
1336
  readonly directCurrent: BitFlag;
1337
1337
  /**
1338
1338
  * This feature indicates the cluster can measure an alternating current.
1339
1339
  *
1340
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.2
1340
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.4.2
1341
1341
  */
1342
1342
  readonly alternatingCurrent: BitFlag;
1343
1343
  /**
1344
1344
  * This feature indicates the cluster represents the collective measurements for a Polyphase power supply.
1345
1345
  *
1346
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.3
1346
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.4.3
1347
1347
  */
1348
1348
  readonly polyphasePower: BitFlag;
1349
1349
  /**
1350
1350
  * This feature indicates the cluster can measure the harmonics of an alternating current.
1351
1351
  *
1352
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.4
1352
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.4.4
1353
1353
  */
1354
1354
  readonly harmonics: BitFlag;
1355
1355
  /**
1356
1356
  * This feature indicates the cluster can measure the harmonic phases of an alternating current.
1357
1357
  *
1358
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.5
1358
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.4.5
1359
1359
  */
1360
1360
  readonly powerQuality: BitFlag;
1361
1361
  };
@@ -1364,13 +1364,13 @@ export declare namespace ElectricalPowerMeasurement {
1364
1364
  * This shall indicate the current mode of the server. For some servers, such as an EV, this may change
1365
1365
  * depending on the mode of charging or discharging.
1366
1366
  *
1367
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.1
1367
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.1
1368
1368
  */
1369
1369
  readonly powerMode: Attribute<PowerMode, any>;
1370
1370
  /**
1371
1371
  * This shall indicate the maximum number of measurement types the server is capable of reporting.
1372
1372
  *
1373
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.2
1373
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.2
1374
1374
  */
1375
1375
  readonly numberOfMeasurementTypes: FixedAttribute<number, any>;
1376
1376
  /**
@@ -1378,7 +1378,7 @@ export declare namespace ElectricalPowerMeasurement {
1378
1378
  * There shall be an entry for ActivePower, as well as any other measurement types implemented by this
1379
1379
  * server.
1380
1380
  *
1381
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.3
1381
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.3
1382
1382
  */
1383
1383
  readonly accuracy: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
1384
1384
  measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
@@ -1410,27 +1410,27 @@ export declare namespace ElectricalPowerMeasurement {
1410
1410
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
1411
1411
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
1412
1412
  *
1413
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.4
1413
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.4
1414
1414
  */
1415
1415
  readonly ranges: OptionalAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
1416
1416
  /**
1417
1417
  * This field shall be the type of measurement for the range provided.
1418
1418
  *
1419
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.1
1419
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.1
1420
1420
  */
1421
1421
  measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
1422
1422
  /**
1423
1423
  * This field shall be the smallest measured value for the associated measurement over either the period between
1424
1424
  * StartTimestamp and EndTimestamp, or the period between StartSystime and EndSystime, or both.
1425
1425
  *
1426
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.2
1426
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.2
1427
1427
  */
1428
1428
  min: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1429
1429
  /**
1430
1430
  * This field shall be the largest measured value for the associated measurement over the period between either
1431
1431
  * StartTimestamp and EndTimestamp or the period between StartSystime and EndSystime, or both.
1432
1432
  *
1433
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.3
1433
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.3
1434
1434
  */
1435
1435
  max: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1436
1436
  /**
@@ -1439,7 +1439,7 @@ export declare namespace ElectricalPowerMeasurement {
1439
1439
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
1440
1440
  * does not have the capability of determining the time in UTC, this field shall be omitted.
1441
1441
  *
1442
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.4
1442
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.4
1443
1443
  */
1444
1444
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1445
1445
  /**
@@ -1448,7 +1448,7 @@ export declare namespace ElectricalPowerMeasurement {
1448
1448
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
1449
1449
  * does not have the capability of determining the time in UTC, this field shall be omitted.
1450
1450
  *
1451
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.5
1451
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.5
1452
1452
  */
1453
1453
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1454
1454
  /**
@@ -1457,7 +1457,7 @@ export declare namespace ElectricalPowerMeasurement {
1457
1457
  * This field shall be greater than or equal to the value of the StartTimestamp field. This field shall be less
1458
1458
  * than or equal to the value of the EndTimestamp field.
1459
1459
  *
1460
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.6
1460
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.6
1461
1461
  */
1462
1462
  minTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1463
1463
  /**
@@ -1465,7 +1465,7 @@ export declare namespace ElectricalPowerMeasurement {
1465
1465
  * greater than or equal to the value of the StartTimestamp field. This field shall be less than or equal to the
1466
1466
  * value of the EndTimestamp field.
1467
1467
  *
1468
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.7
1468
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.7
1469
1469
  */
1470
1470
  maxTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1471
1471
  /**
@@ -1474,7 +1474,7 @@ export declare namespace ElectricalPowerMeasurement {
1474
1474
  * If the server had determined the time in UTC at or before the start of the measurement period, this field may
1475
1475
  * be omitted along with the EndSystime, MinSystime, and MaxSystime fields.
1476
1476
  *
1477
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.8
1477
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.8
1478
1478
  */
1479
1479
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1480
1480
  /**
@@ -1483,7 +1483,7 @@ export declare namespace ElectricalPowerMeasurement {
1483
1483
  * If the server had determined the time in UTC at the end of the measurement period, this field may be omitted
1484
1484
  * along with the StartSystime field, MinSystime, and MaxSystime fields.
1485
1485
  *
1486
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.9
1486
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.9
1487
1487
  */
1488
1488
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1489
1489
  /**
@@ -1492,7 +1492,7 @@ export declare namespace ElectricalPowerMeasurement {
1492
1492
  *
1493
1493
  * This field shall be less than or equal to the value of the EndSystime field.
1494
1494
  *
1495
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.10
1495
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.10
1496
1496
  */
1497
1497
  minSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1498
1498
  /**
@@ -1501,7 +1501,7 @@ export declare namespace ElectricalPowerMeasurement {
1501
1501
  *
1502
1502
  * This field shall be less than or equal to the value of the EndSystime field.
1503
1503
  *
1504
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.11
1504
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.11
1505
1505
  */
1506
1506
  maxSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1507
1507
  }>[], any>;
@@ -1519,7 +1519,7 @@ export declare namespace ElectricalPowerMeasurement {
1519
1519
  *
1520
1520
  * If the voltage cannot be measured, a value of null shall be returned.
1521
1521
  *
1522
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.5
1522
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.5
1523
1523
  */
1524
1524
  readonly voltage: OptionalAttribute<number | bigint | null, any>;
1525
1525
  /**
@@ -1539,7 +1539,7 @@ export declare namespace ElectricalPowerMeasurement {
1539
1539
  *
1540
1540
  * If the current cannot be measured, a value of null shall be returned.
1541
1541
  *
1542
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.6
1542
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.6
1543
1543
  */
1544
1544
  readonly activeCurrent: OptionalAttribute<number | bigint | null, any>;
1545
1545
  /**
@@ -1560,7 +1560,7 @@ export declare namespace ElectricalPowerMeasurement {
1560
1560
  * If the Polyphase Power feature is set, this value represents the combined active power imported or
1561
1561
  * exported.
1562
1562
  *
1563
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.9
1563
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.9
1564
1564
  */
1565
1565
  readonly activePower: Attribute<number | bigint | null, any>;
1566
1566
  };
@@ -1569,33 +1569,33 @@ export declare namespace ElectricalPowerMeasurement {
1569
1569
  * If supported, this event shall be generated at the end of a measurement period. The start and end times
1570
1570
  * for measurement periods shall be determined by the server, and may represent overlapping periods.
1571
1571
  *
1572
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.7.1
1572
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.7.1
1573
1573
  */
1574
1574
  readonly measurementPeriodRanges: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
1575
1575
  /**
1576
1576
  * This shall indicate the value of the Ranges attribute at the time of event generation.
1577
1577
  *
1578
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.7.1.1
1578
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.7.1.1
1579
1579
  */
1580
1580
  ranges: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1581
1581
  /**
1582
1582
  * This field shall be the type of measurement for the range provided.
1583
1583
  *
1584
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.1
1584
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.1
1585
1585
  */
1586
1586
  measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
1587
1587
  /**
1588
1588
  * This field shall be the smallest measured value for the associated measurement over either the period between
1589
1589
  * StartTimestamp and EndTimestamp, or the period between StartSystime and EndSystime, or both.
1590
1590
  *
1591
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.2
1591
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.2
1592
1592
  */
1593
1593
  min: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1594
1594
  /**
1595
1595
  * This field shall be the largest measured value for the associated measurement over the period between either
1596
1596
  * StartTimestamp and EndTimestamp or the period between StartSystime and EndSystime, or both.
1597
1597
  *
1598
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.3
1598
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.3
1599
1599
  */
1600
1600
  max: import("../tlv/TlvObject.js").FieldType<number | bigint>;
1601
1601
  /**
@@ -1604,7 +1604,7 @@ export declare namespace ElectricalPowerMeasurement {
1604
1604
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
1605
1605
  * does not have the capability of determining the time in UTC, this field shall be omitted.
1606
1606
  *
1607
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.4
1607
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.4
1608
1608
  */
1609
1609
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1610
1610
  /**
@@ -1613,7 +1613,7 @@ export declare namespace ElectricalPowerMeasurement {
1613
1613
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
1614
1614
  * does not have the capability of determining the time in UTC, this field shall be omitted.
1615
1615
  *
1616
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.5
1616
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.5
1617
1617
  */
1618
1618
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1619
1619
  /**
@@ -1622,7 +1622,7 @@ export declare namespace ElectricalPowerMeasurement {
1622
1622
  * This field shall be greater than or equal to the value of the StartTimestamp field. This field shall be less
1623
1623
  * than or equal to the value of the EndTimestamp field.
1624
1624
  *
1625
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.6
1625
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.6
1626
1626
  */
1627
1627
  minTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1628
1628
  /**
@@ -1630,7 +1630,7 @@ export declare namespace ElectricalPowerMeasurement {
1630
1630
  * greater than or equal to the value of the StartTimestamp field. This field shall be less than or equal to the
1631
1631
  * value of the EndTimestamp field.
1632
1632
  *
1633
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.7
1633
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.7
1634
1634
  */
1635
1635
  maxTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1636
1636
  /**
@@ -1639,7 +1639,7 @@ export declare namespace ElectricalPowerMeasurement {
1639
1639
  * If the server had determined the time in UTC at or before the start of the measurement period, this field may
1640
1640
  * be omitted along with the EndSystime, MinSystime, and MaxSystime fields.
1641
1641
  *
1642
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.8
1642
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.8
1643
1643
  */
1644
1644
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1645
1645
  /**
@@ -1648,7 +1648,7 @@ export declare namespace ElectricalPowerMeasurement {
1648
1648
  * If the server had determined the time in UTC at the end of the measurement period, this field may be omitted
1649
1649
  * along with the StartSystime field, MinSystime, and MaxSystime fields.
1650
1650
  *
1651
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.9
1651
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.9
1652
1652
  */
1653
1653
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1654
1654
  /**
@@ -1657,7 +1657,7 @@ export declare namespace ElectricalPowerMeasurement {
1657
1657
  *
1658
1658
  * This field shall be less than or equal to the value of the EndSystime field.
1659
1659
  *
1660
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.10
1660
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.10
1661
1661
  */
1662
1662
  minSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1663
1663
  /**
@@ -1666,7 +1666,7 @@ export declare namespace ElectricalPowerMeasurement {
1666
1666
  *
1667
1667
  * This field shall be less than or equal to the value of the EndSystime field.
1668
1668
  *
1669
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.11
1669
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.11
1670
1670
  */
1671
1671
  maxSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
1672
1672
  }>[]>;
@@ -1699,7 +1699,7 @@ export declare namespace ElectricalPowerMeasurement {
1699
1699
  *
1700
1700
  * If the current cannot be measured, a value of null shall be returned.
1701
1701
  *
1702
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.7
1702
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.7
1703
1703
  */
1704
1704
  readonly reactiveCurrent: OptionalAttribute<number | bigint | null, any>;
1705
1705
  /**
@@ -1717,7 +1717,7 @@ export declare namespace ElectricalPowerMeasurement {
1717
1717
  *
1718
1718
  * If the active or reactive currents cannot be measured, a value of null shall be returned.
1719
1719
  *
1720
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.8
1720
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.8
1721
1721
  */
1722
1722
  readonly apparentCurrent: OptionalAttribute<number | bigint | null, any>;
1723
1723
  /**
@@ -1738,7 +1738,7 @@ export declare namespace ElectricalPowerMeasurement {
1738
1738
  * If the Polyphase Power feature is supported, this value represents the combined reactive power imported
1739
1739
  * or exported.
1740
1740
  *
1741
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.10
1741
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.10
1742
1742
  */
1743
1743
  readonly reactivePower: OptionalAttribute<number | bigint | null, any>;
1744
1744
  /**
@@ -1757,7 +1757,7 @@ export declare namespace ElectricalPowerMeasurement {
1757
1757
  *
1758
1758
  * If the apparent power cannot be measured, a value of null shall be returned.
1759
1759
  *
1760
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.11
1760
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.11
1761
1761
  */
1762
1762
  readonly apparentPower: OptionalAttribute<number | bigint | null, any>;
1763
1763
  /**
@@ -1774,7 +1774,7 @@ export declare namespace ElectricalPowerMeasurement {
1774
1774
  *
1775
1775
  * If the RMS voltage cannot be measured, a value of null shall be returned.
1776
1776
  *
1777
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.12
1777
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.12
1778
1778
  */
1779
1779
  readonly rmsVoltage: OptionalAttribute<number | bigint | null, any>;
1780
1780
  /**
@@ -1794,7 +1794,7 @@ export declare namespace ElectricalPowerMeasurement {
1794
1794
  *
1795
1795
  * If the RMS current cannot be measured, a value of null shall be returned.
1796
1796
  *
1797
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.13
1797
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.13
1798
1798
  */
1799
1799
  readonly rmsCurrent: OptionalAttribute<number | bigint | null, any>;
1800
1800
  /**
@@ -1813,7 +1813,7 @@ export declare namespace ElectricalPowerMeasurement {
1813
1813
  *
1814
1814
  * If the RMS power cannot be measured, a value of null shall be returned.
1815
1815
  *
1816
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.14
1816
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.14
1817
1817
  */
1818
1818
  readonly rmsPower: OptionalAttribute<number | bigint | null, any>;
1819
1819
  /**
@@ -1830,7 +1830,7 @@ export declare namespace ElectricalPowerMeasurement {
1830
1830
  *
1831
1831
  * If the frequency cannot be measured, a value of null shall be returned.
1832
1832
  *
1833
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.15
1833
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.15
1834
1834
  */
1835
1835
  readonly frequency: OptionalAttribute<number | bigint | null, any>;
1836
1836
  /**
@@ -1845,7 +1845,7 @@ export declare namespace ElectricalPowerMeasurement {
1845
1845
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
1846
1846
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
1847
1847
  *
1848
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.18
1848
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.18
1849
1849
  */
1850
1850
  readonly powerFactor: OptionalAttribute<number | bigint | null, any>;
1851
1851
  };
@@ -1869,14 +1869,14 @@ export declare namespace ElectricalPowerMeasurement {
1869
1869
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
1870
1870
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
1871
1871
  *
1872
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.16
1872
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.16
1873
1873
  */
1874
1874
  readonly harmonicCurrents: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1875
1875
  /**
1876
1876
  * This field shall be the order of the harmonic being measured. Typically this is an odd number, but servers
1877
1877
  * may choose to report even harmonics.
1878
1878
  *
1879
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.1
1879
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.3.1
1880
1880
  */
1881
1881
  order: import("../tlv/TlvObject.js").FieldType<number>;
1882
1882
  /**
@@ -1892,7 +1892,7 @@ export declare namespace ElectricalPowerMeasurement {
1892
1892
  *
1893
1893
  * If this measurement is not currently available, a value of null shall be returned.
1894
1894
  *
1895
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.2
1895
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.3.2
1896
1896
  */
1897
1897
  measurement: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
1898
1898
  }>[] | null, any>;
@@ -1918,14 +1918,14 @@ export declare namespace ElectricalPowerMeasurement {
1918
1918
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
1919
1919
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
1920
1920
  *
1921
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.17
1921
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.17
1922
1922
  */
1923
1923
  readonly harmonicPhases: Attribute<import("../tlv/TlvObject.js").TypeFromFields<{
1924
1924
  /**
1925
1925
  * This field shall be the order of the harmonic being measured. Typically this is an odd number, but servers
1926
1926
  * may choose to report even harmonics.
1927
1927
  *
1928
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.1
1928
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.3.1
1929
1929
  */
1930
1930
  order: import("../tlv/TlvObject.js").FieldType<number>;
1931
1931
  /**
@@ -1941,7 +1941,7 @@ export declare namespace ElectricalPowerMeasurement {
1941
1941
  *
1942
1942
  * If this measurement is not currently available, a value of null shall be returned.
1943
1943
  *
1944
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.2
1944
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.3.2
1945
1945
  */
1946
1946
  measurement: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
1947
1947
  }>[] | null, any>;
@@ -1972,7 +1972,7 @@ export declare namespace ElectricalPowerMeasurement {
1972
1972
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
1973
1973
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
1974
1974
  *
1975
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.19
1975
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.19
1976
1976
  */
1977
1977
  readonly neutralCurrent: OptionalAttribute<number | bigint | null, any>;
1978
1978
  };
@@ -2009,7 +2009,7 @@ export declare namespace ElectricalPowerMeasurement {
2009
2009
  * Per the Matter specification you cannot use {@link ElectricalPowerMeasurementCluster} without enabling certain
2010
2010
  * feature combinations. You must use the {@link with} factory method to obtain a working cluster.
2011
2011
  *
2012
- * @see {@link MatterSpecification.v14.Cluster} § 2.13
2012
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13
2013
2013
  */
2014
2014
  interface Cluster extends Identity<typeof ClusterInstance> {
2015
2015
  }
@@ -2025,31 +2025,31 @@ export declare namespace ElectricalPowerMeasurement {
2025
2025
  /**
2026
2026
  * This feature indicates the cluster can measure a direct current.
2027
2027
  *
2028
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.1
2028
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.4.1
2029
2029
  */
2030
2030
  readonly directCurrent: BitFlag;
2031
2031
  /**
2032
2032
  * This feature indicates the cluster can measure an alternating current.
2033
2033
  *
2034
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.2
2034
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.4.2
2035
2035
  */
2036
2036
  readonly alternatingCurrent: BitFlag;
2037
2037
  /**
2038
2038
  * This feature indicates the cluster represents the collective measurements for a Polyphase power supply.
2039
2039
  *
2040
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.3
2040
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.4.3
2041
2041
  */
2042
2042
  readonly polyphasePower: BitFlag;
2043
2043
  /**
2044
2044
  * This feature indicates the cluster can measure the harmonics of an alternating current.
2045
2045
  *
2046
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.4
2046
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.4.4
2047
2047
  */
2048
2048
  readonly harmonics: BitFlag;
2049
2049
  /**
2050
2050
  * This feature indicates the cluster can measure the harmonic phases of an alternating current.
2051
2051
  *
2052
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.4.5
2052
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.4.5
2053
2053
  */
2054
2054
  readonly powerQuality: BitFlag;
2055
2055
  };
@@ -2123,7 +2123,7 @@ export declare namespace ElectricalPowerMeasurement {
2123
2123
  * This field shall be the order of the harmonic being measured. Typically this is an odd number, but servers
2124
2124
  * may choose to report even harmonics.
2125
2125
  *
2126
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.1
2126
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.3.1
2127
2127
  */
2128
2128
  order: import("../tlv/TlvObject.js").FieldType<number>;
2129
2129
  /**
@@ -2139,7 +2139,7 @@ export declare namespace ElectricalPowerMeasurement {
2139
2139
  *
2140
2140
  * If this measurement is not currently available, a value of null shall be returned.
2141
2141
  *
2142
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.2
2142
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.3.2
2143
2143
  */
2144
2144
  measurement: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
2145
2145
  }>[] | null, any> & {
@@ -2155,7 +2155,7 @@ export declare namespace ElectricalPowerMeasurement {
2155
2155
  * This field shall be the order of the harmonic being measured. Typically this is an odd number, but servers
2156
2156
  * may choose to report even harmonics.
2157
2157
  *
2158
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.1
2158
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.3.1
2159
2159
  */
2160
2160
  order: import("../tlv/TlvObject.js").FieldType<number>;
2161
2161
  /**
@@ -2171,7 +2171,7 @@ export declare namespace ElectricalPowerMeasurement {
2171
2171
  *
2172
2172
  * If this measurement is not currently available, a value of null shall be returned.
2173
2173
  *
2174
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.3.2
2174
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.3.2
2175
2175
  */
2176
2176
  measurement: import("../tlv/TlvObject.js").FieldType<number | bigint | null>;
2177
2177
  }>[] | null, any> & {
@@ -2202,13 +2202,13 @@ export declare namespace ElectricalPowerMeasurement {
2202
2202
  * This shall indicate the current mode of the server. For some servers, such as an EV, this may change
2203
2203
  * depending on the mode of charging or discharging.
2204
2204
  *
2205
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.1
2205
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.1
2206
2206
  */
2207
2207
  readonly powerMode: Attribute<PowerMode, any>;
2208
2208
  /**
2209
2209
  * This shall indicate the maximum number of measurement types the server is capable of reporting.
2210
2210
  *
2211
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.2
2211
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.2
2212
2212
  */
2213
2213
  readonly numberOfMeasurementTypes: FixedAttribute<number, any>;
2214
2214
  /**
@@ -2216,7 +2216,7 @@ export declare namespace ElectricalPowerMeasurement {
2216
2216
  * There shall be an entry for ActivePower, as well as any other measurement types implemented by this
2217
2217
  * server.
2218
2218
  *
2219
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.3
2219
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.3
2220
2220
  */
2221
2221
  readonly accuracy: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
2222
2222
  measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
@@ -2248,27 +2248,27 @@ export declare namespace ElectricalPowerMeasurement {
2248
2248
  * The server may delay marking this attribute ready for report for longer periods if needed, however the
2249
2249
  * server shall NOT delay marking this attribute as ready for report for longer than 60 seconds.
2250
2250
  *
2251
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.4
2251
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.4
2252
2252
  */
2253
2253
  readonly ranges: OptionalAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
2254
2254
  /**
2255
2255
  * This field shall be the type of measurement for the range provided.
2256
2256
  *
2257
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.1
2257
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.1
2258
2258
  */
2259
2259
  measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
2260
2260
  /**
2261
2261
  * This field shall be the smallest measured value for the associated measurement over either the period between
2262
2262
  * StartTimestamp and EndTimestamp, or the period between StartSystime and EndSystime, or both.
2263
2263
  *
2264
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.2
2264
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.2
2265
2265
  */
2266
2266
  min: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2267
2267
  /**
2268
2268
  * This field shall be the largest measured value for the associated measurement over the period between either
2269
2269
  * StartTimestamp and EndTimestamp or the period between StartSystime and EndSystime, or both.
2270
2270
  *
2271
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.3
2271
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.3
2272
2272
  */
2273
2273
  max: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2274
2274
  /**
@@ -2277,7 +2277,7 @@ export declare namespace ElectricalPowerMeasurement {
2277
2277
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
2278
2278
  * does not have the capability of determining the time in UTC, this field shall be omitted.
2279
2279
  *
2280
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.4
2280
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.4
2281
2281
  */
2282
2282
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2283
2283
  /**
@@ -2286,7 +2286,7 @@ export declare namespace ElectricalPowerMeasurement {
2286
2286
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
2287
2287
  * does not have the capability of determining the time in UTC, this field shall be omitted.
2288
2288
  *
2289
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.5
2289
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.5
2290
2290
  */
2291
2291
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2292
2292
  /**
@@ -2295,7 +2295,7 @@ export declare namespace ElectricalPowerMeasurement {
2295
2295
  * This field shall be greater than or equal to the value of the StartTimestamp field. This field shall be less
2296
2296
  * than or equal to the value of the EndTimestamp field.
2297
2297
  *
2298
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.6
2298
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.6
2299
2299
  */
2300
2300
  minTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2301
2301
  /**
@@ -2303,7 +2303,7 @@ export declare namespace ElectricalPowerMeasurement {
2303
2303
  * greater than or equal to the value of the StartTimestamp field. This field shall be less than or equal to the
2304
2304
  * value of the EndTimestamp field.
2305
2305
  *
2306
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.7
2306
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.7
2307
2307
  */
2308
2308
  maxTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2309
2309
  /**
@@ -2312,7 +2312,7 @@ export declare namespace ElectricalPowerMeasurement {
2312
2312
  * If the server had determined the time in UTC at or before the start of the measurement period, this field may
2313
2313
  * be omitted along with the EndSystime, MinSystime, and MaxSystime fields.
2314
2314
  *
2315
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.8
2315
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.8
2316
2316
  */
2317
2317
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2318
2318
  /**
@@ -2321,7 +2321,7 @@ export declare namespace ElectricalPowerMeasurement {
2321
2321
  * If the server had determined the time in UTC at the end of the measurement period, this field may be omitted
2322
2322
  * along with the StartSystime field, MinSystime, and MaxSystime fields.
2323
2323
  *
2324
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.9
2324
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.9
2325
2325
  */
2326
2326
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2327
2327
  /**
@@ -2330,7 +2330,7 @@ export declare namespace ElectricalPowerMeasurement {
2330
2330
  *
2331
2331
  * This field shall be less than or equal to the value of the EndSystime field.
2332
2332
  *
2333
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.10
2333
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.10
2334
2334
  */
2335
2335
  minSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2336
2336
  /**
@@ -2339,7 +2339,7 @@ export declare namespace ElectricalPowerMeasurement {
2339
2339
  *
2340
2340
  * This field shall be less than or equal to the value of the EndSystime field.
2341
2341
  *
2342
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.11
2342
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.11
2343
2343
  */
2344
2344
  maxSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2345
2345
  }>[], any>;
@@ -2357,7 +2357,7 @@ export declare namespace ElectricalPowerMeasurement {
2357
2357
  *
2358
2358
  * If the voltage cannot be measured, a value of null shall be returned.
2359
2359
  *
2360
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.5
2360
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.5
2361
2361
  */
2362
2362
  readonly voltage: OptionalAttribute<number | bigint | null, any>;
2363
2363
  /**
@@ -2377,7 +2377,7 @@ export declare namespace ElectricalPowerMeasurement {
2377
2377
  *
2378
2378
  * If the current cannot be measured, a value of null shall be returned.
2379
2379
  *
2380
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.6
2380
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.6
2381
2381
  */
2382
2382
  readonly activeCurrent: OptionalAttribute<number | bigint | null, any>;
2383
2383
  /**
@@ -2398,7 +2398,7 @@ export declare namespace ElectricalPowerMeasurement {
2398
2398
  * If the Polyphase Power feature is set, this value represents the combined active power imported or
2399
2399
  * exported.
2400
2400
  *
2401
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.6.9
2401
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.6.9
2402
2402
  */
2403
2403
  readonly activePower: Attribute<number | bigint | null, any>;
2404
2404
  };
@@ -2407,33 +2407,33 @@ export declare namespace ElectricalPowerMeasurement {
2407
2407
  * If supported, this event shall be generated at the end of a measurement period. The start and end times
2408
2408
  * for measurement periods shall be determined by the server, and may represent overlapping periods.
2409
2409
  *
2410
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.7.1
2410
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.7.1
2411
2411
  */
2412
2412
  readonly measurementPeriodRanges: OptionalEvent<import("../tlv/TlvObject.js").TypeFromFields<{
2413
2413
  /**
2414
2414
  * This shall indicate the value of the Ranges attribute at the time of event generation.
2415
2415
  *
2416
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.7.1.1
2416
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.7.1.1
2417
2417
  */
2418
2418
  ranges: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2419
2419
  /**
2420
2420
  * This field shall be the type of measurement for the range provided.
2421
2421
  *
2422
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.1
2422
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.1
2423
2423
  */
2424
2424
  measurementType: import("../tlv/TlvObject.js").FieldType<MeasurementType>;
2425
2425
  /**
2426
2426
  * This field shall be the smallest measured value for the associated measurement over either the period between
2427
2427
  * StartTimestamp and EndTimestamp, or the period between StartSystime and EndSystime, or both.
2428
2428
  *
2429
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.2
2429
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.2
2430
2430
  */
2431
2431
  min: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2432
2432
  /**
2433
2433
  * This field shall be the largest measured value for the associated measurement over the period between either
2434
2434
  * StartTimestamp and EndTimestamp or the period between StartSystime and EndSystime, or both.
2435
2435
  *
2436
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.3
2436
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.3
2437
2437
  */
2438
2438
  max: import("../tlv/TlvObject.js").FieldType<number | bigint>;
2439
2439
  /**
@@ -2442,7 +2442,7 @@ export declare namespace ElectricalPowerMeasurement {
2442
2442
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
2443
2443
  * does not have the capability of determining the time in UTC, this field shall be omitted.
2444
2444
  *
2445
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.4
2445
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.4
2446
2446
  */
2447
2447
  startTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2448
2448
  /**
@@ -2451,7 +2451,7 @@ export declare namespace ElectricalPowerMeasurement {
2451
2451
  * If the server had not yet determined the time in UTC at or before the beginning of the measurement period, or
2452
2452
  * does not have the capability of determining the time in UTC, this field shall be omitted.
2453
2453
  *
2454
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.5
2454
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.5
2455
2455
  */
2456
2456
  endTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2457
2457
  /**
@@ -2460,7 +2460,7 @@ export declare namespace ElectricalPowerMeasurement {
2460
2460
  * This field shall be greater than or equal to the value of the StartTimestamp field. This field shall be less
2461
2461
  * than or equal to the value of the EndTimestamp field.
2462
2462
  *
2463
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.6
2463
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.6
2464
2464
  */
2465
2465
  minTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2466
2466
  /**
@@ -2468,7 +2468,7 @@ export declare namespace ElectricalPowerMeasurement {
2468
2468
  * greater than or equal to the value of the StartTimestamp field. This field shall be less than or equal to the
2469
2469
  * value of the EndTimestamp field.
2470
2470
  *
2471
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.7
2471
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.7
2472
2472
  */
2473
2473
  maxTimestamp: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2474
2474
  /**
@@ -2477,7 +2477,7 @@ export declare namespace ElectricalPowerMeasurement {
2477
2477
  * If the server had determined the time in UTC at or before the start of the measurement period, this field may
2478
2478
  * be omitted along with the EndSystime, MinSystime, and MaxSystime fields.
2479
2479
  *
2480
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.8
2480
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.8
2481
2481
  */
2482
2482
  startSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2483
2483
  /**
@@ -2486,7 +2486,7 @@ export declare namespace ElectricalPowerMeasurement {
2486
2486
  * If the server had determined the time in UTC at the end of the measurement period, this field may be omitted
2487
2487
  * along with the StartSystime field, MinSystime, and MaxSystime fields.
2488
2488
  *
2489
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.9
2489
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.9
2490
2490
  */
2491
2491
  endSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2492
2492
  /**
@@ -2495,7 +2495,7 @@ export declare namespace ElectricalPowerMeasurement {
2495
2495
  *
2496
2496
  * This field shall be less than or equal to the value of the EndSystime field.
2497
2497
  *
2498
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.10
2498
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.10
2499
2499
  */
2500
2500
  minSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2501
2501
  /**
@@ -2504,7 +2504,7 @@ export declare namespace ElectricalPowerMeasurement {
2504
2504
  *
2505
2505
  * This field shall be less than or equal to the value of the EndSystime field.
2506
2506
  *
2507
- * @see {@link MatterSpecification.v14.Cluster} § 2.13.5.2.11
2507
+ * @see {@link MatterSpecification.v141.Cluster} § 2.13.5.2.11
2508
2508
  */
2509
2509
  maxSystime: import("../tlv/TlvObject.js").OptionalFieldType<number | bigint>;
2510
2510
  }>[]>;