@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
@@ -31,7 +31,7 @@ export namespace ColorControl {
31
31
  /**
32
32
  * These are optional features supported by ColorControlCluster.
33
33
  *
34
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.4
34
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.4
35
35
  */
36
36
  export enum Feature {
37
37
  /**
@@ -71,7 +71,7 @@ export namespace ColorControl {
71
71
  }
72
72
 
73
73
  /**
74
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.6.7
74
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.6.7
75
75
  */
76
76
  export enum Direction {
77
77
  /**
@@ -96,7 +96,7 @@ export namespace ColorControl {
96
96
  }
97
97
 
98
98
  /**
99
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.6.2
99
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.6.2
100
100
  */
101
101
  export const Options = {
102
102
  /**
@@ -104,7 +104,7 @@ export namespace ColorControl {
104
104
  *
105
105
  * This bit shall indicate if this cluster server instance has a dependency with the On/Off cluster.
106
106
  *
107
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.6.2.1
107
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.6.2.1
108
108
  */
109
109
  executeIfOff: BitFlag(0)
110
110
  };
@@ -112,27 +112,27 @@ export namespace ColorControl {
112
112
  /**
113
113
  * Input to the ColorControl moveToHue command
114
114
  *
115
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.4
115
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.4
116
116
  */
117
117
  export const TlvMoveToHueRequest = TlvObject({
118
118
  /**
119
119
  * This field shall indicate the hue to be moved to.
120
120
  *
121
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.4.1
121
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.4.1
122
122
  */
123
123
  hue: TlvField(0, TlvUInt8.bound({ max: 254 })),
124
124
 
125
125
  /**
126
126
  * This field shall indicate the movement direction.
127
127
  *
128
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.4.2
128
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.4.2
129
129
  */
130
130
  direction: TlvField(1, TlvEnum<Direction>()),
131
131
 
132
132
  /**
133
133
  * This field shall indicate, in 1/10ths of a second, the time that shall be taken to move to the new hue.
134
134
  *
135
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.4.3
135
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.4.3
136
136
  */
137
137
  transitionTime: TlvField(2, TlvUInt16.bound({ max: 65534 })),
138
138
 
@@ -143,12 +143,12 @@ export namespace ColorControl {
143
143
  /**
144
144
  * Input to the ColorControl moveToHue command
145
145
  *
146
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.4
146
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.4
147
147
  */
148
148
  export interface MoveToHueRequest extends TypeFromSchema<typeof TlvMoveToHueRequest> {}
149
149
 
150
150
  /**
151
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.6.8
151
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.6.8
152
152
  */
153
153
  export enum MoveMode {
154
154
  /**
@@ -170,13 +170,13 @@ export namespace ColorControl {
170
170
  /**
171
171
  * Input to the ColorControl moveHue command
172
172
  *
173
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.5
173
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.5
174
174
  */
175
175
  export const TlvMoveHueRequest = TlvObject({
176
176
  /**
177
177
  * This field shall indicate the mode of movement.
178
178
  *
179
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.5.1
179
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.5.1
180
180
  */
181
181
  moveMode: TlvField(0, TlvEnum<MoveMode>()),
182
182
 
@@ -184,7 +184,7 @@ export namespace ColorControl {
184
184
  * This field shall indicate the rate of movement in steps per second. A step is a change in the device’s hue of
185
185
  * one unit.
186
186
  *
187
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.5.2
187
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.5.2
188
188
  */
189
189
  rate: TlvField(1, TlvUInt8),
190
190
 
@@ -195,12 +195,12 @@ export namespace ColorControl {
195
195
  /**
196
196
  * Input to the ColorControl moveHue command
197
197
  *
198
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.5
198
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.5
199
199
  */
200
200
  export interface MoveHueRequest extends TypeFromSchema<typeof TlvMoveHueRequest> {}
201
201
 
202
202
  /**
203
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.6.9
203
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.6.9
204
204
  */
205
205
  export enum StepMode {
206
206
  /**
@@ -217,13 +217,13 @@ export namespace ColorControl {
217
217
  /**
218
218
  * Input to the ColorControl stepHue command
219
219
  *
220
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.6
220
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.6
221
221
  */
222
222
  export const TlvStepHueRequest = TlvObject({
223
223
  /**
224
224
  * This field shall indicate the mode of the step to be performed.
225
225
  *
226
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.6.1
226
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.6.1
227
227
  */
228
228
  stepMode: TlvField(0, TlvEnum<StepMode>()),
229
229
 
@@ -231,7 +231,7 @@ export namespace ColorControl {
231
231
  * This field shall indicate the change to be added to (or subtracted from) the current value of the device’s
232
232
  * hue.
233
233
  *
234
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.6.2
234
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.6.2
235
235
  */
236
236
  stepSize: TlvField(1, TlvUInt8),
237
237
 
@@ -244,7 +244,7 @@ export namespace ColorControl {
244
244
  * > Here the TransitionTime data field is of data type uint8, where uint16 is more common for TransitionTime
245
245
  * data fields in other clusters / commands.
246
246
  *
247
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.6.3
247
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.6.3
248
248
  */
249
249
  transitionTime: TlvField(2, TlvUInt8),
250
250
 
@@ -255,14 +255,14 @@ export namespace ColorControl {
255
255
  /**
256
256
  * Input to the ColorControl stepHue command
257
257
  *
258
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.6
258
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.6
259
259
  */
260
260
  export interface StepHueRequest extends TypeFromSchema<typeof TlvStepHueRequest> {}
261
261
 
262
262
  /**
263
263
  * Input to the ColorControl moveToSaturation command
264
264
  *
265
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.7
265
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.7
266
266
  */
267
267
  export const TlvMoveToSaturationRequest = TlvObject({
268
268
  saturation: TlvField(0, TlvUInt8.bound({ max: 254 })),
@@ -274,20 +274,20 @@ export namespace ColorControl {
274
274
  /**
275
275
  * Input to the ColorControl moveToSaturation command
276
276
  *
277
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.7
277
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.7
278
278
  */
279
279
  export interface MoveToSaturationRequest extends TypeFromSchema<typeof TlvMoveToSaturationRequest> {}
280
280
 
281
281
  /**
282
282
  * Input to the ColorControl moveSaturation command
283
283
  *
284
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.8
284
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.8
285
285
  */
286
286
  export const TlvMoveSaturationRequest = TlvObject({
287
287
  /**
288
288
  * This field shall indicate the mode of movement, as described in the MoveHue command.
289
289
  *
290
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.8.1
290
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.8.1
291
291
  */
292
292
  moveMode: TlvField(0, TlvEnum<MoveMode>()),
293
293
 
@@ -295,7 +295,7 @@ export namespace ColorControl {
295
295
  * This field shall indicate the rate of movement in steps per second. A step is a change in the device’s
296
296
  * saturation of one unit.
297
297
  *
298
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.8.2
298
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.8.2
299
299
  */
300
300
  rate: TlvField(1, TlvUInt8),
301
301
 
@@ -306,20 +306,20 @@ export namespace ColorControl {
306
306
  /**
307
307
  * Input to the ColorControl moveSaturation command
308
308
  *
309
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.8
309
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.8
310
310
  */
311
311
  export interface MoveSaturationRequest extends TypeFromSchema<typeof TlvMoveSaturationRequest> {}
312
312
 
313
313
  /**
314
314
  * Input to the ColorControl stepSaturation command
315
315
  *
316
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.9
316
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.9
317
317
  */
318
318
  export const TlvStepSaturationRequest = TlvObject({
319
319
  /**
320
320
  * This field shall indicate the mode of the step to be performed, as described in the StepHue command.
321
321
  *
322
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.9.1
322
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.9.1
323
323
  */
324
324
  stepMode: TlvField(0, TlvEnum<StepMode>()),
325
325
 
@@ -327,7 +327,7 @@ export namespace ColorControl {
327
327
  * This field shall indicate the change to be added to (or subtracted from) the current value of the device’s
328
328
  * saturation.
329
329
  *
330
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.9.2
330
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.9.2
331
331
  */
332
332
  stepSize: TlvField(1, TlvUInt8),
333
333
 
@@ -340,7 +340,7 @@ export namespace ColorControl {
340
340
  * > Here the TransitionTime data field is of data type uint8, where uint16 is more common for TransitionTime
341
341
  * data fields in other clusters / commands.
342
342
  *
343
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.9.3
343
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.9.3
344
344
  */
345
345
  transitionTime: TlvField(2, TlvUInt8),
346
346
 
@@ -351,14 +351,14 @@ export namespace ColorControl {
351
351
  /**
352
352
  * Input to the ColorControl stepSaturation command
353
353
  *
354
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.9
354
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.9
355
355
  */
356
356
  export interface StepSaturationRequest extends TypeFromSchema<typeof TlvStepSaturationRequest> {}
357
357
 
358
358
  /**
359
359
  * Input to the ColorControl moveToHueAndSaturation command
360
360
  *
361
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.10
361
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.10
362
362
  */
363
363
  export const TlvMoveToHueAndSaturationRequest = TlvObject({
364
364
  hue: TlvField(0, TlvUInt8.bound({ max: 254 })),
@@ -371,14 +371,14 @@ export namespace ColorControl {
371
371
  /**
372
372
  * Input to the ColorControl moveToHueAndSaturation command
373
373
  *
374
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.10
374
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.10
375
375
  */
376
376
  export interface MoveToHueAndSaturationRequest extends TypeFromSchema<typeof TlvMoveToHueAndSaturationRequest> {}
377
377
 
378
378
  /**
379
379
  * Input to the ColorControl moveToColor command
380
380
  *
381
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.11
381
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.11
382
382
  */
383
383
  export const TlvMoveToColorRequest = TlvObject({
384
384
  colorX: TlvField(0, TlvUInt16.bound({ max: 65279 })),
@@ -391,21 +391,21 @@ export namespace ColorControl {
391
391
  /**
392
392
  * Input to the ColorControl moveToColor command
393
393
  *
394
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.11
394
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.11
395
395
  */
396
396
  export interface MoveToColorRequest extends TypeFromSchema<typeof TlvMoveToColorRequest> {}
397
397
 
398
398
  /**
399
399
  * Input to the ColorControl moveColor command
400
400
  *
401
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.12
401
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.12
402
402
  */
403
403
  export const TlvMoveColorRequest = TlvObject({
404
404
  /**
405
405
  * This field shall indicate the rate of movement in steps per second. A step is a change in the device’s
406
406
  * CurrentX attribute of one unit.
407
407
  *
408
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.12.1
408
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.12.1
409
409
  */
410
410
  rateX: TlvField(0, TlvInt16),
411
411
 
@@ -413,7 +413,7 @@ export namespace ColorControl {
413
413
  * This field shall indicate the rate of movement in steps per second. A step is a change in the device’s
414
414
  * CurrentY attribute of one unit.
415
415
  *
416
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.12.2
416
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.12.2
417
417
  */
418
418
  rateY: TlvField(1, TlvInt16),
419
419
 
@@ -424,14 +424,14 @@ export namespace ColorControl {
424
424
  /**
425
425
  * Input to the ColorControl moveColor command
426
426
  *
427
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.12
427
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.12
428
428
  */
429
429
  export interface MoveColorRequest extends TypeFromSchema<typeof TlvMoveColorRequest> {}
430
430
 
431
431
  /**
432
432
  * Input to the ColorControl stepColor command
433
433
  *
434
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.13
434
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.13
435
435
  */
436
436
  export const TlvStepColorRequest = TlvObject({
437
437
  stepX: TlvField(0, TlvInt16),
@@ -440,7 +440,7 @@ export namespace ColorControl {
440
440
  /**
441
441
  * The field shall indicate, in 1/10ths of a second, the time that shall be taken to perform the color change.
442
442
  *
443
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.13.2
443
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.13.2
444
444
  */
445
445
  transitionTime: TlvField(2, TlvUInt16.bound({ max: 65534 })),
446
446
 
@@ -451,14 +451,14 @@ export namespace ColorControl {
451
451
  /**
452
452
  * Input to the ColorControl stepColor command
453
453
  *
454
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.13
454
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.13
455
455
  */
456
456
  export interface StepColorRequest extends TypeFromSchema<typeof TlvStepColorRequest> {}
457
457
 
458
458
  /**
459
459
  * Input to the ColorControl moveToColorTemperature command
460
460
  *
461
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.14
461
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.14
462
462
  */
463
463
  export const TlvMoveToColorTemperatureRequest = TlvObject({
464
464
  colorTemperatureMireds: TlvField(0, TlvUInt16.bound({ max: 65279 })),
@@ -470,20 +470,20 @@ export namespace ColorControl {
470
470
  /**
471
471
  * Input to the ColorControl moveToColorTemperature command
472
472
  *
473
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.14
473
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.14
474
474
  */
475
475
  export interface MoveToColorTemperatureRequest extends TypeFromSchema<typeof TlvMoveToColorTemperatureRequest> {}
476
476
 
477
477
  /**
478
478
  * Input to the ColorControl moveColorTemperature command
479
479
  *
480
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.21
480
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.21
481
481
  */
482
482
  export const TlvMoveColorTemperatureRequest = TlvObject({
483
483
  /**
484
484
  * This field shall indicate the mode of movement, as described in the MoveHue command.
485
485
  *
486
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.21.1
486
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.21.1
487
487
  */
488
488
  moveMode: TlvField(0, TlvEnum<MoveMode>()),
489
489
 
@@ -491,7 +491,7 @@ export namespace ColorControl {
491
491
  * This field shall indicate the rate of movement in steps per second. A step is a change in the color
492
492
  * temperature of a device by one unit.
493
493
  *
494
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.21.2
494
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.21.2
495
495
  */
496
496
  rate: TlvField(1, TlvUInt16),
497
497
 
@@ -508,7 +508,7 @@ export namespace ColorControl {
508
508
  * ColorTemperatureMinimumMireds field is set to 0, ColorTempPhysicalMinMireds shall be used as the lower bound
509
509
  * for the ColorTemperatureMireds attribute.
510
510
  *
511
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.21.3
511
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.21.3
512
512
  */
513
513
  colorTemperatureMinimumMireds: TlvField(2, TlvUInt16.bound({ max: 65279 })),
514
514
 
@@ -525,7 +525,7 @@ export namespace ColorControl {
525
525
  * ColorTemperatureMaximumMireds field is set to 0, ColorTempPhysicalMaxMireds shall be used as the upper bound
526
526
  * for the ColorTemperatureMireds attribute.
527
527
  *
528
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.21.4
528
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.21.4
529
529
  */
530
530
  colorTemperatureMaximumMireds: TlvField(3, TlvUInt16.bound({ max: 65279 })),
531
531
 
@@ -536,20 +536,20 @@ export namespace ColorControl {
536
536
  /**
537
537
  * Input to the ColorControl moveColorTemperature command
538
538
  *
539
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.21
539
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.21
540
540
  */
541
541
  export interface MoveColorTemperatureRequest extends TypeFromSchema<typeof TlvMoveColorTemperatureRequest> {}
542
542
 
543
543
  /**
544
544
  * Input to the ColorControl stepColorTemperature command
545
545
  *
546
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.22
546
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.22
547
547
  */
548
548
  export const TlvStepColorTemperatureRequest = TlvObject({
549
549
  /**
550
550
  * This field shall indicate the mode of the step to be performed, as described in the StepHue command.
551
551
  *
552
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.22.1
552
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.22.1
553
553
  */
554
554
  stepMode: TlvField(0, TlvEnum<StepMode>()),
555
555
 
@@ -557,7 +557,7 @@ export namespace ColorControl {
557
557
  * This field shall indicate the change to be added to (or subtracted from) the current value of the device’s
558
558
  * color temperature.
559
559
  *
560
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.22.2
560
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.22.2
561
561
  */
562
562
  stepSize: TlvField(1, TlvUInt16),
563
563
 
@@ -565,7 +565,7 @@ export namespace ColorControl {
565
565
  * This field shall indicate, in units of 1/10ths of a second, the time that shall be taken to perform the step.
566
566
  * A step is a change to the device’s color temperature of a magnitude corresponding to the StepSize field.
567
567
  *
568
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.22.3
568
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.22.3
569
569
  */
570
570
  transitionTime: TlvField(2, TlvUInt16.bound({ max: 65534 })),
571
571
 
@@ -582,7 +582,7 @@ export namespace ColorControl {
582
582
  * ColorTemperatureMinimumMireds field is set to 0, ColorTempPhysicalMinMireds shall be used as the lower bound
583
583
  * for the ColorTemperatureMireds attribute.
584
584
  *
585
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.22.4
585
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.22.4
586
586
  */
587
587
  colorTemperatureMinimumMireds: TlvField(3, TlvUInt16.bound({ max: 65279 })),
588
588
 
@@ -596,7 +596,7 @@ export namespace ColorControl {
596
596
  * field is set to 0, ColorTempPhysicalMaxMireds shall be used as the upper bound for the ColorTemperatureMireds
597
597
  * attribute.
598
598
  *
599
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.22.5
599
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.22.5
600
600
  */
601
601
  colorTemperatureMaximumMireds: TlvField(4, TlvUInt16.bound({ max: 65279 })),
602
602
 
@@ -607,34 +607,34 @@ export namespace ColorControl {
607
607
  /**
608
608
  * Input to the ColorControl stepColorTemperature command
609
609
  *
610
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.22
610
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.22
611
611
  */
612
612
  export interface StepColorTemperatureRequest extends TypeFromSchema<typeof TlvStepColorTemperatureRequest> {}
613
613
 
614
614
  /**
615
615
  * Input to the ColorControl enhancedMoveToHue command
616
616
  *
617
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.15
617
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.15
618
618
  */
619
619
  export const TlvEnhancedMoveToHueRequest = TlvObject({
620
620
  /**
621
621
  * This field shall indicate the target extended hue for the light.
622
622
  *
623
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.15.1
623
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.15.1
624
624
  */
625
625
  enhancedHue: TlvField(0, TlvUInt16),
626
626
 
627
627
  /**
628
628
  * This field shall indicate the movement direction.
629
629
  *
630
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.15.2
630
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.15.2
631
631
  */
632
632
  direction: TlvField(1, TlvEnum<Direction>()),
633
633
 
634
634
  /**
635
635
  * This field shall indicate the transition time, as described in the MoveToHue command.
636
636
  *
637
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.15.3
637
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.15.3
638
638
  */
639
639
  transitionTime: TlvField(2, TlvUInt16.bound({ max: 65534 })),
640
640
 
@@ -645,20 +645,20 @@ export namespace ColorControl {
645
645
  /**
646
646
  * Input to the ColorControl enhancedMoveToHue command
647
647
  *
648
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.15
648
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.15
649
649
  */
650
650
  export interface EnhancedMoveToHueRequest extends TypeFromSchema<typeof TlvEnhancedMoveToHueRequest> {}
651
651
 
652
652
  /**
653
653
  * Input to the ColorControl enhancedMoveHue command
654
654
  *
655
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.16
655
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.16
656
656
  */
657
657
  export const TlvEnhancedMoveHueRequest = TlvObject({
658
658
  /**
659
659
  * This field shall indicate the mode of movement, as described in the MoveHue command.
660
660
  *
661
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.16.1
661
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.16.1
662
662
  */
663
663
  moveMode: TlvField(0, TlvEnum<MoveMode>()),
664
664
 
@@ -666,7 +666,7 @@ export namespace ColorControl {
666
666
  * This field shall indicate the rate of movement in steps per second. A step is a change in the extended hue of
667
667
  * a device by one unit.
668
668
  *
669
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.16.2
669
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.16.2
670
670
  */
671
671
  rate: TlvField(1, TlvUInt16),
672
672
 
@@ -677,20 +677,20 @@ export namespace ColorControl {
677
677
  /**
678
678
  * Input to the ColorControl enhancedMoveHue command
679
679
  *
680
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.16
680
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.16
681
681
  */
682
682
  export interface EnhancedMoveHueRequest extends TypeFromSchema<typeof TlvEnhancedMoveHueRequest> {}
683
683
 
684
684
  /**
685
685
  * Input to the ColorControl enhancedStepHue command
686
686
  *
687
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.17
687
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.17
688
688
  */
689
689
  export const TlvEnhancedStepHueRequest = TlvObject({
690
690
  /**
691
691
  * This field shall indicate the mode of the step to be performed, as described in the StepHue command.
692
692
  *
693
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.17.1
693
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.17.1
694
694
  */
695
695
  stepMode: TlvField(0, TlvEnum<StepMode>()),
696
696
 
@@ -698,7 +698,7 @@ export namespace ColorControl {
698
698
  * This field shall indicate the change to be added to (or subtracted from) the current value of the device’s
699
699
  * enhanced hue.
700
700
  *
701
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.17.2
701
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.17.2
702
702
  */
703
703
  stepSize: TlvField(1, TlvUInt16),
704
704
 
@@ -711,7 +711,7 @@ export namespace ColorControl {
711
711
  * > Here TransitionTime data field is of data type uint16, while the TransitionTime data field of the StepHue
712
712
  * command is of data type uint8.
713
713
  *
714
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.17.3
714
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.17.3
715
715
  */
716
716
  transitionTime: TlvField(2, TlvUInt16.bound({ max: 65534 })),
717
717
 
@@ -722,34 +722,34 @@ export namespace ColorControl {
722
722
  /**
723
723
  * Input to the ColorControl enhancedStepHue command
724
724
  *
725
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.17
725
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.17
726
726
  */
727
727
  export interface EnhancedStepHueRequest extends TypeFromSchema<typeof TlvEnhancedStepHueRequest> {}
728
728
 
729
729
  /**
730
730
  * Input to the ColorControl enhancedMoveToHueAndSaturation command
731
731
  *
732
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.18
732
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.18
733
733
  */
734
734
  export const TlvEnhancedMoveToHueAndSaturationRequest = TlvObject({
735
735
  /**
736
736
  * This field shall indicate the target extended hue for the light.
737
737
  *
738
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.18.1
738
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.18.1
739
739
  */
740
740
  enhancedHue: TlvField(0, TlvUInt16),
741
741
 
742
742
  /**
743
743
  * This field shall indicate the saturation, as described in the MoveToHueAndSaturation command.
744
744
  *
745
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.18.2
745
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.18.2
746
746
  */
747
747
  saturation: TlvField(1, TlvUInt8.bound({ max: 254 })),
748
748
 
749
749
  /**
750
750
  * This field shall indicate the transition time, as described in the MoveToHue command.
751
751
  *
752
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.18.3
752
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.18.3
753
753
  */
754
754
  transitionTime: TlvField(2, TlvUInt16.bound({ max: 65534 })),
755
755
 
@@ -760,14 +760,14 @@ export namespace ColorControl {
760
760
  /**
761
761
  * Input to the ColorControl enhancedMoveToHueAndSaturation command
762
762
  *
763
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.18
763
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.18
764
764
  */
765
765
  export interface EnhancedMoveToHueAndSaturationRequest extends TypeFromSchema<typeof TlvEnhancedMoveToHueAndSaturationRequest> {}
766
766
 
767
767
  /**
768
768
  * The value of the ColorControl colorLoopActive attribute
769
769
  *
770
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.14
770
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.14
771
771
  */
772
772
  export enum ColorLoopActive {
773
773
  Inactive = 0,
@@ -775,7 +775,7 @@ export namespace ColorControl {
775
775
  }
776
776
 
777
777
  /**
778
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.6.11
778
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.6.11
779
779
  */
780
780
  export enum ColorLoopDirection {
781
781
  /**
@@ -792,7 +792,7 @@ export namespace ColorControl {
792
792
  /**
793
793
  * This data type is derived from map8 and is used in the ColorLoopSet command.
794
794
  *
795
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.6.3
795
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.6.3
796
796
  */
797
797
  export const UpdateFlags = {
798
798
  /**
@@ -804,7 +804,7 @@ export namespace ColorControl {
804
804
  *
805
805
  * • 1 = Device shall adhere to the Action field.
806
806
  *
807
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.6.3.1
807
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.6.3.1
808
808
  */
809
809
  updateAction: BitFlag(0),
810
810
 
@@ -817,7 +817,7 @@ export namespace ColorControl {
817
817
  *
818
818
  * • 1 = Device shall update the ColorLoopDirection attribute with the value of the Direction field.
819
819
  *
820
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.6.3.2
820
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.6.3.2
821
821
  */
822
822
  updateDirection: BitFlag(1),
823
823
 
@@ -830,7 +830,7 @@ export namespace ColorControl {
830
830
  *
831
831
  * • 1 = Device shall update the value of the ColorLoopTime attribute with the value of the Time field.
832
832
  *
833
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.6.3.3
833
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.6.3.3
834
834
  */
835
835
  updateTime: BitFlag(2),
836
836
 
@@ -845,13 +845,13 @@ export namespace ColorControl {
845
845
  * • 1 = Device shall update the value of the ColorLoopStartEnhancedHue attribute with the value of the
846
846
  * StartHue field.
847
847
  *
848
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.6.3.4
848
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.6.3.4
849
849
  */
850
850
  updateStartHue: BitFlag(3)
851
851
  };
852
852
 
853
853
  /**
854
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.6.10
854
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.6.10
855
855
  */
856
856
  export enum ColorLoopAction {
857
857
  /**
@@ -873,35 +873,35 @@ export namespace ColorControl {
873
873
  /**
874
874
  * Input to the ColorControl colorLoopSet command
875
875
  *
876
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.19
876
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.19
877
877
  */
878
878
  export const TlvColorLoopSetRequest = TlvObject({
879
879
  /**
880
880
  * This field shall indicate which color loop attributes to update (from the values supplied in the other
881
881
  * fields, see field descriptions below) before the color loop is started.
882
882
  *
883
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.19.1
883
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.19.1
884
884
  */
885
885
  updateFlags: TlvField(0, TlvBitmap(TlvUInt8, UpdateFlags)),
886
886
 
887
887
  /**
888
888
  * This field shall indicate the action to take for the color loop.
889
889
  *
890
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.19.2
890
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.19.2
891
891
  */
892
892
  action: TlvField(1, TlvEnum<ColorLoopAction>()),
893
893
 
894
894
  /**
895
895
  * This field shall indicate the direction for the color loop.
896
896
  *
897
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.19.3
897
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.19.3
898
898
  */
899
899
  direction: TlvField(2, TlvEnum<ColorLoopDirection>()),
900
900
 
901
901
  /**
902
902
  * This field shall indicate the number of seconds over which to perform a full color loop.
903
903
  *
904
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.19.4
904
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.19.4
905
905
  */
906
906
  time: TlvField(3, TlvUInt16),
907
907
 
@@ -913,14 +913,14 @@ export namespace ColorControl {
913
913
  /**
914
914
  * Input to the ColorControl colorLoopSet command
915
915
  *
916
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.19
916
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.19
917
917
  */
918
918
  export interface ColorLoopSetRequest extends TypeFromSchema<typeof TlvColorLoopSetRequest> {}
919
919
 
920
920
  /**
921
921
  * Input to the ColorControl stopMoveStep command
922
922
  *
923
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.20
923
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.20
924
924
  */
925
925
  export const TlvStopMoveStepRequest = TlvObject({
926
926
  optionsMask: TlvField(0, TlvBitmap(TlvUInt8, Options)),
@@ -930,12 +930,12 @@ export namespace ColorControl {
930
930
  /**
931
931
  * Input to the ColorControl stopMoveStep command
932
932
  *
933
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.20
933
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.20
934
934
  */
935
935
  export interface StopMoveStepRequest extends TypeFromSchema<typeof TlvStopMoveStepRequest> {}
936
936
 
937
937
  /**
938
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.6.4
938
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.6.4
939
939
  */
940
940
  export enum DriftCompensation {
941
941
  /**
@@ -965,7 +965,7 @@ export namespace ColorControl {
965
965
  }
966
966
 
967
967
  /**
968
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.6.5
968
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.6.5
969
969
  */
970
970
  export enum ColorMode {
971
971
  /**
@@ -985,7 +985,7 @@ export namespace ColorControl {
985
985
  }
986
986
 
987
987
  /**
988
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.6.6
988
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.6.6
989
989
  */
990
990
  export enum EnhancedColorMode {
991
991
  /**
@@ -1012,7 +1012,7 @@ export namespace ColorControl {
1012
1012
  /**
1013
1013
  * The value of the ColorControl colorCapabilities attribute
1014
1014
  *
1015
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.19
1015
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.19
1016
1016
  */
1017
1017
  export const ColorCapabilities = {
1018
1018
  /**
@@ -1062,7 +1062,7 @@ export namespace ColorControl {
1062
1062
  *
1063
1063
  * • At the end of the movement/transition.
1064
1064
  *
1065
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.2
1065
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.2
1066
1066
  */
1067
1067
  currentHue: Attribute(0x0, TlvUInt8.bound({ max: 254 }), { persistent: true, default: 0 }),
1068
1068
 
@@ -1083,7 +1083,7 @@ export namespace ColorControl {
1083
1083
  *
1084
1084
  * • At the end of the movement/transition.
1085
1085
  *
1086
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.3
1086
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.3
1087
1087
  */
1088
1088
  currentSaturation: Attribute(
1089
1089
  0x1,
@@ -1094,37 +1094,37 @@ export namespace ColorControl {
1094
1094
 
1095
1095
  commands: {
1096
1096
  /**
1097
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.4
1097
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.4
1098
1098
  */
1099
1099
  moveToHue: Command(0x0, TlvMoveToHueRequest, 0x0, TlvNoResponse),
1100
1100
 
1101
1101
  /**
1102
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.5
1102
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.5
1103
1103
  */
1104
1104
  moveHue: Command(0x1, TlvMoveHueRequest, 0x1, TlvNoResponse),
1105
1105
 
1106
1106
  /**
1107
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.6
1107
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.6
1108
1108
  */
1109
1109
  stepHue: Command(0x2, TlvStepHueRequest, 0x2, TlvNoResponse),
1110
1110
 
1111
1111
  /**
1112
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.7
1112
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.7
1113
1113
  */
1114
1114
  moveToSaturation: Command(0x3, TlvMoveToSaturationRequest, 0x3, TlvNoResponse),
1115
1115
 
1116
1116
  /**
1117
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.8
1117
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.8
1118
1118
  */
1119
1119
  moveSaturation: Command(0x4, TlvMoveSaturationRequest, 0x4, TlvNoResponse),
1120
1120
 
1121
1121
  /**
1122
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.9
1122
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.9
1123
1123
  */
1124
1124
  stepSaturation: Command(0x5, TlvStepSaturationRequest, 0x5, TlvNoResponse),
1125
1125
 
1126
1126
  /**
1127
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.10
1127
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.10
1128
1128
  */
1129
1129
  moveToHueAndSaturation: Command(0x6, TlvMoveToHueAndSaturationRequest, 0x6, TlvNoResponse)
1130
1130
  }
@@ -1151,7 +1151,7 @@ export namespace ColorControl {
1151
1151
  *
1152
1152
  * • At the end of the movement/transition.
1153
1153
  *
1154
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.5
1154
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.5
1155
1155
  */
1156
1156
  currentX: Attribute(
1157
1157
  0x3,
@@ -1175,7 +1175,7 @@ export namespace ColorControl {
1175
1175
  *
1176
1176
  * • At the end of the movement/transition.
1177
1177
  *
1178
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.6
1178
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.6
1179
1179
  */
1180
1180
  currentY: Attribute(
1181
1181
  0x4,
@@ -1186,17 +1186,17 @@ export namespace ColorControl {
1186
1186
 
1187
1187
  commands: {
1188
1188
  /**
1189
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.11
1189
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.11
1190
1190
  */
1191
1191
  moveToColor: Command(0x7, TlvMoveToColorRequest, 0x7, TlvNoResponse),
1192
1192
 
1193
1193
  /**
1194
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.12
1194
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.12
1195
1195
  */
1196
1196
  moveColor: Command(0x8, TlvMoveColorRequest, 0x8, TlvNoResponse),
1197
1197
 
1198
1198
  /**
1199
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.13
1199
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.13
1200
1200
  */
1201
1201
  stepColor: Command(0x9, TlvStepColorRequest, 0x9, TlvNoResponse)
1202
1202
  }
@@ -1228,7 +1228,7 @@ export namespace ColorControl {
1228
1228
  *
1229
1229
  * If this attribute is implemented then the ColorMode attribute shall also be implemented.
1230
1230
  *
1231
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.9
1231
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.9
1232
1232
  */
1233
1233
  colorTemperatureMireds: Attribute(0x7, TlvUInt16, { scene: true, persistent: true, default: 250 }),
1234
1234
 
@@ -1239,7 +1239,7 @@ export namespace ColorControl {
1239
1239
  *
1240
1240
  * ColorTempPhysicalMinMireds <= ColorTemperatureMireds.
1241
1241
  *
1242
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.20
1242
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.20
1243
1243
  */
1244
1244
  colorTempPhysicalMinMireds: Attribute(0x400b, TlvUInt16.bound({ min: 1, max: 65279 })),
1245
1245
 
@@ -1250,7 +1250,7 @@ export namespace ColorControl {
1250
1250
  *
1251
1251
  * ColorTemperatureMireds <= ColorTempPhysicalMaxMireds.
1252
1252
  *
1253
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.21
1253
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.21
1254
1254
  */
1255
1255
  colorTempPhysicalMaxMireds: Attribute(0x400c, TlvUInt16.bound({ max: 65279 })),
1256
1256
 
@@ -1269,7 +1269,7 @@ export namespace ColorControl {
1269
1269
  * CoupleColorTempToLevelMinMireds attribute corresponds to an upper bound on the value of the color
1270
1270
  * temperature in kelvins supported by the device.
1271
1271
  *
1272
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.22
1272
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.22
1273
1273
  */
1274
1274
  coupleColorTempToLevelMinMireds: OptionalAttribute(0x400d, TlvUInt16),
1275
1275
 
@@ -1279,7 +1279,7 @@ export namespace ColorControl {
1279
1279
  * EnhancedColorMode attributes shall be set to 2 (ColorTemperatureMireds). The values of the
1280
1280
  * StartUpColorTemperatureMireds attribute are listed in the table below,
1281
1281
  *
1282
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.23
1282
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.23
1283
1283
  */
1284
1284
  startUpColorTemperatureMireds: OptionalWritableAttribute(
1285
1285
  0x4010,
@@ -1290,21 +1290,21 @@ export namespace ColorControl {
1290
1290
 
1291
1291
  commands: {
1292
1292
  /**
1293
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.14
1293
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.14
1294
1294
  */
1295
1295
  moveToColorTemperature: Command(0xa, TlvMoveToColorTemperatureRequest, 0xa, TlvNoResponse),
1296
1296
 
1297
1297
  /**
1298
1298
  * This command allows the color temperature of the light to be moved at a specified rate.
1299
1299
  *
1300
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.21
1300
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.21
1301
1301
  */
1302
1302
  moveColorTemperature: Command(0x4b, TlvMoveColorTemperatureRequest, 0x4b, TlvNoResponse),
1303
1303
 
1304
1304
  /**
1305
1305
  * This command allows the color temperature of the light to be stepped with a specified step size.
1306
1306
  *
1307
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.22
1307
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.22
1308
1308
  */
1309
1309
  stepColorTemperature: Command(0x4c, TlvStepColorTemperatureRequest, 0x4c, TlvNoResponse)
1310
1310
  }
@@ -1331,7 +1331,7 @@ export namespace ColorControl {
1331
1331
  *
1332
1332
  * • At the end of the movement/transition.
1333
1333
  *
1334
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.12
1334
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.12
1335
1335
  */
1336
1336
  enhancedCurrentHue: Attribute(0x4000, TlvUInt16, { scene: true, persistent: true, default: 0 })
1337
1337
  },
@@ -1341,14 +1341,14 @@ export namespace ColorControl {
1341
1341
  * This command allows the light to be moved in a smooth continuous transition from their current hue to a
1342
1342
  * target hue.
1343
1343
  *
1344
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.15
1344
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.15
1345
1345
  */
1346
1346
  enhancedMoveToHue: Command(0x40, TlvEnhancedMoveToHueRequest, 0x40, TlvNoResponse),
1347
1347
 
1348
1348
  /**
1349
1349
  * This command allows the light to start a continuous transition starting from their current hue.
1350
1350
  *
1351
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.16
1351
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.16
1352
1352
  */
1353
1353
  enhancedMoveHue: Command(0x41, TlvEnhancedMoveHueRequest, 0x41, TlvNoResponse),
1354
1354
 
@@ -1356,7 +1356,7 @@ export namespace ColorControl {
1356
1356
  * This command allows the light to be moved in a stepped transition from their current hue, resulting in a
1357
1357
  * linear transition through XY space.
1358
1358
  *
1359
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.17
1359
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.17
1360
1360
  */
1361
1361
  enhancedStepHue: Command(0x42, TlvEnhancedStepHueRequest, 0x42, TlvNoResponse),
1362
1362
 
@@ -1364,7 +1364,7 @@ export namespace ColorControl {
1364
1364
  * This command allows the light to be moved in a smooth continuous transition from their current hue to a
1365
1365
  * target hue and from their current saturation to a target saturation.
1366
1366
  *
1367
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.18
1367
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.18
1368
1368
  */
1369
1369
  enhancedMoveToHueAndSaturation: Command(
1370
1370
  0x43,
@@ -1384,7 +1384,7 @@ export namespace ColorControl {
1384
1384
  * Indicates the current active status of the color loop. If this attribute has the value 0, the color loop
1385
1385
  * shall NOT be active. If this attribute has the value 1, the color loop shall be active.
1386
1386
  *
1387
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.14
1387
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.14
1388
1388
  */
1389
1389
  colorLoopActive: Attribute(
1390
1390
  0x4002,
@@ -1397,7 +1397,7 @@ export namespace ColorControl {
1397
1397
  * EnhancedCurrentHue attribute shall be decremented. If this attribute has the value 1, the
1398
1398
  * EnhancedCurrentHue attribute shall be incremented.
1399
1399
  *
1400
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.15
1400
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.15
1401
1401
  */
1402
1402
  colorLoopDirection: Attribute(
1403
1403
  0x4003,
@@ -1409,14 +1409,14 @@ export namespace ColorControl {
1409
1409
  * Indicates the number of seconds it shall take to perform a full color loop, i.e., to cycle all values of
1410
1410
  * the EnhancedCurrentHue attribute (between 0 and 65534).
1411
1411
  *
1412
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.16
1412
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.16
1413
1413
  */
1414
1414
  colorLoopTime: Attribute(0x4004, TlvUInt16, { scene: true, persistent: true, default: 25 }),
1415
1415
 
1416
1416
  /**
1417
1417
  * Indicates the value of the EnhancedCurrentHue attribute from which the color loop shall be started.
1418
1418
  *
1419
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.17
1419
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.17
1420
1420
  */
1421
1421
  colorLoopStartEnhancedHue: Attribute(0x4005, TlvUInt16, { default: 8960 }),
1422
1422
 
@@ -1424,7 +1424,7 @@ export namespace ColorControl {
1424
1424
  * Indicates the value of the EnhancedCurrentHue attribute before the color loop was started. Once the color
1425
1425
  * loop is complete, the EnhancedCurrentHue attribute shall be restored to this value.
1426
1426
  *
1427
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.18
1427
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.18
1428
1428
  */
1429
1429
  colorLoopStoredEnhancedHue: Attribute(0x4006, TlvUInt16, { default: 0 })
1430
1430
  },
@@ -1434,7 +1434,7 @@ export namespace ColorControl {
1434
1434
  * This command allows a color loop to be activated such that the color light cycles through its range of
1435
1435
  * hues.
1436
1436
  *
1437
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.19
1437
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.19
1438
1438
  */
1439
1439
  colorLoopSet: Command(0x44, TlvColorLoopSetRequest, 0x44, TlvNoResponse)
1440
1440
  }
@@ -1448,7 +1448,7 @@ export namespace ColorControl {
1448
1448
  /**
1449
1449
  * This command is provided to allow MoveTo and Step commands to be stopped.
1450
1450
  *
1451
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.8.20
1451
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.8.20
1452
1452
  */
1453
1453
  stopMoveStep: Command(0x47, TlvStopMoveStepRequest, 0x47, TlvNoResponse)
1454
1454
  }
@@ -1508,7 +1508,7 @@ export namespace ColorControl {
1508
1508
  * As this attribute is not being reported during a regular countdown, clients SHOULD NOT rely on the
1509
1509
  * reporting of this attribute in order to keep track of the remaining duration.
1510
1510
  *
1511
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.4
1511
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.4
1512
1512
  */
1513
1513
  remainingTime: OptionalAttribute(0x2, TlvUInt16, { default: 0 }),
1514
1514
 
@@ -1516,7 +1516,7 @@ export namespace ColorControl {
1516
1516
  * This attribute shall indicate what mechanism, if any, is in use for compensation for color/intensity
1517
1517
  * drift over time.
1518
1518
  *
1519
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.7
1519
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.7
1520
1520
  */
1521
1521
  driftCompensation: OptionalAttribute(0x5, TlvEnum<DriftCompensation>()),
1522
1522
 
@@ -1524,7 +1524,7 @@ export namespace ColorControl {
1524
1524
  * This attribute shall contain a textual indication of what mechanism, if any, is in use to compensate for
1525
1525
  * color/intensity drift over time.
1526
1526
  *
1527
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.8
1527
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.8
1528
1528
  */
1529
1529
  compensationText: OptionalAttribute(0x6, TlvString.bound({ maxLength: 254 })),
1530
1530
 
@@ -1534,7 +1534,7 @@ export namespace ColorControl {
1534
1534
  * The value of the ColorMode attribute cannot be written directly - it is set upon reception of any command
1535
1535
  * in section Commands to the appropriate mode for that command.
1536
1536
  *
1537
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.10
1537
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.10
1538
1538
  */
1539
1539
  colorMode: Attribute(0x8, TlvEnum<ColorMode>(), { persistent: true }),
1540
1540
 
@@ -1557,7 +1557,7 @@ export namespace ColorControl {
1557
1557
  *
1558
1558
  * • The value of the ExecuteIfOff bit is 0.
1559
1559
  *
1560
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.11
1560
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.11
1561
1561
  */
1562
1562
  options: WritableAttribute(0xf, TlvBitmap(TlvUInt8, Options)),
1563
1563
 
@@ -1570,7 +1570,7 @@ export namespace ColorControl {
1570
1570
  * leaving gaps. Implementation of the Primary1Intensity attribute and subsequent intensity attributes is
1571
1571
  * optional.
1572
1572
  *
1573
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.24
1573
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.24
1574
1574
  */
1575
1575
  numberOfPrimaries: FixedAttribute(0x10, TlvNullable(TlvUInt8.bound({ max: 6 }))),
1576
1576
 
@@ -1580,7 +1580,7 @@ export namespace ColorControl {
1580
1580
  * The value of x shall be related to the Primary1X attribute by the relationship x = Primary1X / 65536
1581
1581
  * (Primary1X in the range 0 to 65279 inclusive)
1582
1582
  *
1583
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.25
1583
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.25
1584
1584
  */
1585
1585
  primary1X: OptionalFixedAttribute(0x11, TlvUInt16.bound({ max: 65279 })),
1586
1586
 
@@ -1590,7 +1590,7 @@ export namespace ColorControl {
1590
1590
  * The value of y shall be related to the Primary1Y attribute by the relationship y = Primary1Y / 65536
1591
1591
  * (Primary1Y in the range 0 to 65279 inclusive)
1592
1592
  *
1593
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.26
1593
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.26
1594
1594
  */
1595
1595
  primary1Y: OptionalFixedAttribute(0x12, TlvUInt16.bound({ max: 65279 })),
1596
1596
 
@@ -1601,82 +1601,82 @@ export namespace ColorControl {
1601
1601
  *
1602
1602
  * A value of null shall indicate that this primary is not available.
1603
1603
  *
1604
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.27
1604
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.27
1605
1605
  */
1606
1606
  primary1Intensity: OptionalFixedAttribute(0x13, TlvNullable(TlvUInt8)),
1607
1607
 
1608
1608
  /**
1609
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7
1609
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7
1610
1610
  */
1611
1611
  primary2X: OptionalFixedAttribute(0x15, TlvUInt16.bound({ max: 65279 })),
1612
1612
 
1613
1613
  /**
1614
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7
1614
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7
1615
1615
  */
1616
1616
  primary2Y: OptionalFixedAttribute(0x16, TlvUInt16.bound({ max: 65279 })),
1617
1617
 
1618
1618
  /**
1619
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7
1619
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7
1620
1620
  */
1621
1621
  primary2Intensity: OptionalFixedAttribute(0x17, TlvNullable(TlvUInt8)),
1622
1622
 
1623
1623
  /**
1624
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7
1624
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7
1625
1625
  */
1626
1626
  primary3X: OptionalFixedAttribute(0x19, TlvUInt16.bound({ max: 65279 })),
1627
1627
 
1628
1628
  /**
1629
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7
1629
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7
1630
1630
  */
1631
1631
  primary3Y: OptionalFixedAttribute(0x1a, TlvUInt16.bound({ max: 65279 })),
1632
1632
 
1633
1633
  /**
1634
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7
1634
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7
1635
1635
  */
1636
1636
  primary3Intensity: OptionalFixedAttribute(0x1b, TlvNullable(TlvUInt8)),
1637
1637
 
1638
1638
  /**
1639
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7
1639
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7
1640
1640
  */
1641
1641
  primary4X: OptionalFixedAttribute(0x20, TlvUInt16.bound({ max: 65279 })),
1642
1642
 
1643
1643
  /**
1644
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7
1644
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7
1645
1645
  */
1646
1646
  primary4Y: OptionalFixedAttribute(0x21, TlvUInt16.bound({ max: 65279 })),
1647
1647
 
1648
1648
  /**
1649
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7
1649
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7
1650
1650
  */
1651
1651
  primary4Intensity: OptionalFixedAttribute(0x22, TlvNullable(TlvUInt8)),
1652
1652
 
1653
1653
  /**
1654
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7
1654
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7
1655
1655
  */
1656
1656
  primary5X: OptionalFixedAttribute(0x24, TlvUInt16.bound({ max: 65279 })),
1657
1657
 
1658
1658
  /**
1659
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7
1659
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7
1660
1660
  */
1661
1661
  primary5Y: OptionalFixedAttribute(0x25, TlvUInt16.bound({ max: 65279 })),
1662
1662
 
1663
1663
  /**
1664
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7
1664
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7
1665
1665
  */
1666
1666
  primary5Intensity: OptionalFixedAttribute(0x26, TlvNullable(TlvUInt8)),
1667
1667
 
1668
1668
  /**
1669
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7
1669
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7
1670
1670
  */
1671
1671
  primary6X: OptionalFixedAttribute(0x28, TlvUInt16.bound({ max: 65279 })),
1672
1672
 
1673
1673
  /**
1674
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7
1674
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7
1675
1675
  */
1676
1676
  primary6Y: OptionalFixedAttribute(0x29, TlvUInt16.bound({ max: 65279 })),
1677
1677
 
1678
1678
  /**
1679
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7
1679
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7
1680
1680
  */
1681
1681
  primary6Intensity: OptionalFixedAttribute(0x2a, TlvNullable(TlvUInt8)),
1682
1682
 
@@ -1687,7 +1687,7 @@ export namespace ColorControl {
1687
1687
  * The value of x shall be related to the WhitePointX attribute by the relationship x = WhitePointX / 65536
1688
1688
  * (WhitePointX in the range 0 to 65279 inclusive)
1689
1689
  *
1690
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.29
1690
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.29
1691
1691
  */
1692
1692
  whitePointX: OptionalWritableAttribute(
1693
1693
  0x30,
@@ -1702,7 +1702,7 @@ export namespace ColorControl {
1702
1702
  * The value of y shall be related to the WhitePointY attribute by the relationship y = WhitePointY / 65536
1703
1703
  * (WhitePointY in the range 0 to 65279 inclusive)
1704
1704
  *
1705
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.30
1705
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.30
1706
1706
  */
1707
1707
  whitePointY: OptionalWritableAttribute(
1708
1708
  0x31,
@@ -1717,7 +1717,7 @@ export namespace ColorControl {
1717
1717
  * The value of x shall be related to the ColorPointRX attribute by the relationship x = ColorPointRX /
1718
1718
  * 65536 (ColorPointRX in the range 0 to 65279 inclusive)
1719
1719
  *
1720
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.31
1720
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.31
1721
1721
  */
1722
1722
  colorPointRx: OptionalWritableAttribute(
1723
1723
  0x32,
@@ -1732,7 +1732,7 @@ export namespace ColorControl {
1732
1732
  * The value of y shall be related to the ColorPointRY attribute by the relationship y = ColorPointRY /
1733
1733
  * 65536 (ColorPointRY in the range 0 to 65279 inclusive)
1734
1734
  *
1735
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.32
1735
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.32
1736
1736
  */
1737
1737
  colorPointRy: OptionalWritableAttribute(
1738
1738
  0x33,
@@ -1747,7 +1747,7 @@ export namespace ColorControl {
1747
1747
  *
1748
1748
  * A value of null shall indicate an invalid value.
1749
1749
  *
1750
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.33
1750
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.33
1751
1751
  */
1752
1752
  colorPointRIntensity: OptionalWritableAttribute(
1753
1753
  0x34,
@@ -1756,7 +1756,7 @@ export namespace ColorControl {
1756
1756
  ),
1757
1757
 
1758
1758
  /**
1759
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7
1759
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7
1760
1760
  */
1761
1761
  colorPointGx: OptionalWritableAttribute(
1762
1762
  0x36,
@@ -1765,7 +1765,7 @@ export namespace ColorControl {
1765
1765
  ),
1766
1766
 
1767
1767
  /**
1768
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7
1768
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7
1769
1769
  */
1770
1770
  colorPointGy: OptionalWritableAttribute(
1771
1771
  0x37,
@@ -1774,7 +1774,7 @@ export namespace ColorControl {
1774
1774
  ),
1775
1775
 
1776
1776
  /**
1777
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7
1777
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7
1778
1778
  */
1779
1779
  colorPointGIntensity: OptionalWritableAttribute(
1780
1780
  0x38,
@@ -1783,7 +1783,7 @@ export namespace ColorControl {
1783
1783
  ),
1784
1784
 
1785
1785
  /**
1786
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7
1786
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7
1787
1787
  */
1788
1788
  colorPointBx: OptionalWritableAttribute(
1789
1789
  0x3a,
@@ -1792,7 +1792,7 @@ export namespace ColorControl {
1792
1792
  ),
1793
1793
 
1794
1794
  /**
1795
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7
1795
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7
1796
1796
  */
1797
1797
  colorPointBy: OptionalWritableAttribute(
1798
1798
  0x3b,
@@ -1801,7 +1801,7 @@ export namespace ColorControl {
1801
1801
  ),
1802
1802
 
1803
1803
  /**
1804
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7
1804
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7
1805
1805
  */
1806
1806
  colorPointBIntensity: OptionalWritableAttribute(
1807
1807
  0x3c,
@@ -1816,7 +1816,7 @@ export namespace ColorControl {
1816
1816
  * indicate CurrentHue and CurrentSaturation when the light uses the EnhancedCurrentHue attribute. If the
1817
1817
  * ColorMode attribute is changed, its new value shall be copied to the EnhancedColorMode attribute.
1818
1818
  *
1819
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.13
1819
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.13
1820
1820
  */
1821
1821
  enhancedColorMode: Attribute(
1822
1822
  0x4001,
@@ -1830,7 +1830,7 @@ export namespace ColorControl {
1830
1830
  * Bits 0-4 of the ColorCapabilities attribute shall have the same values as the corresponding bits of the
1831
1831
  * FeatureMap attribute. All other bits in ColorCapabilities shall be 0.
1832
1832
  *
1833
- * @see {@link MatterSpecification.v14.Cluster} § 3.2.7.19
1833
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2.7.19
1834
1834
  */
1835
1835
  colorCapabilities: Attribute(0x400a, TlvBitmap(TlvUInt16, ColorCapabilities))
1836
1836
  },
@@ -1873,7 +1873,7 @@ export namespace ColorControl {
1873
1873
  * ColorControlCluster supports optional features that you can enable with the ColorControlCluster.with() factory
1874
1874
  * method.
1875
1875
  *
1876
- * @see {@link MatterSpecification.v14.Cluster} § 3.2
1876
+ * @see {@link MatterSpecification.v141.Cluster} § 3.2
1877
1877
  */
1878
1878
  export interface Cluster extends Identity<typeof ClusterInstance> {}
1879
1879