@matter/types 0.17.4 → 0.17.5-alpha.0-20260704-9ea70abfa

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 (784) hide show
  1. package/dist/cjs/clusters/access-control.d.ts +252 -75
  2. package/dist/cjs/clusters/account-login.d.ts +22 -22
  3. package/dist/cjs/clusters/actions.d.ts +76 -76
  4. package/dist/cjs/clusters/activated-carbon-filter-monitoring.d.ts +15 -15
  5. package/dist/cjs/clusters/administrator-commissioning.d.ts +25 -25
  6. package/dist/cjs/clusters/air-quality.d.ts +6 -6
  7. package/dist/cjs/clusters/alarm-base.d.ts +25 -25
  8. package/dist/cjs/clusters/ambient-context-sensing.d.js +22 -0
  9. package/dist/cjs/clusters/ambient-context-sensing.d.js.map +6 -0
  10. package/dist/cjs/clusters/ambient-context-sensing.d.ts +706 -0
  11. package/dist/cjs/clusters/ambient-context-sensing.js +34 -0
  12. package/dist/cjs/clusters/ambient-context-sensing.js.map +6 -0
  13. package/dist/cjs/clusters/application-basic.d.ts +22 -22
  14. package/dist/cjs/clusters/application-launcher.d.ts +30 -30
  15. package/dist/cjs/clusters/audio-output.d.ts +17 -17
  16. package/dist/cjs/clusters/basic-information.d.ts +111 -73
  17. package/dist/cjs/clusters/binding.d.ts +9 -9
  18. package/dist/cjs/clusters/boolean-state-configuration.d.ts +64 -41
  19. package/dist/cjs/clusters/boolean-state.d.ts +55 -12
  20. package/dist/cjs/clusters/bridged-device-basic-information.d.ts +60 -60
  21. package/dist/cjs/clusters/camera-av-settings-user-level-management.d.ts +71 -71
  22. package/dist/cjs/clusters/camera-av-stream-management.d.ts +262 -232
  23. package/dist/cjs/clusters/carbon-dioxide-concentration-measurement.d.ts +25 -25
  24. package/dist/cjs/clusters/carbon-monoxide-concentration-measurement.d.ts +25 -25
  25. package/dist/cjs/clusters/channel.d.ts +101 -101
  26. package/dist/cjs/clusters/chime.d.ts +18 -18
  27. package/dist/cjs/clusters/closure-control.d.ts +59 -59
  28. package/dist/cjs/clusters/closure-dimension.d.ts +60 -60
  29. package/dist/cjs/clusters/color-control.d.ts +226 -228
  30. package/dist/cjs/clusters/commissioner-control.d.ts +14 -14
  31. package/dist/cjs/clusters/commodity-metering.d.ts +13 -13
  32. package/dist/cjs/clusters/commodity-price.d.ts +38 -38
  33. package/dist/cjs/clusters/commodity-tariff.d.ts +106 -106
  34. package/dist/cjs/clusters/concentration-measurement.d.ts +29 -29
  35. package/dist/cjs/clusters/content-app-observer.d.ts +12 -12
  36. package/dist/cjs/clusters/content-control.d.ts +103 -103
  37. package/dist/cjs/clusters/content-launcher.d.ts +65 -65
  38. package/dist/cjs/clusters/descriptor.d.ts +19 -19
  39. package/dist/cjs/clusters/device-energy-management-mode.d.ts +30 -30
  40. package/dist/cjs/clusters/device-energy-management.d.ts +128 -128
  41. package/dist/cjs/clusters/diagnostic-logs.d.ts +29 -29
  42. package/dist/cjs/clusters/dishwasher-alarm.d.ts +26 -26
  43. package/dist/cjs/clusters/dishwasher-mode.d.ts +29 -29
  44. package/dist/cjs/clusters/door-lock.d.ts +330 -330
  45. package/dist/cjs/clusters/ecosystem-information.d.ts +21 -21
  46. package/dist/cjs/clusters/electrical-energy-measurement.d.ts +43 -43
  47. package/dist/cjs/clusters/electrical-grid-conditions.d.ts +22 -22
  48. package/dist/cjs/clusters/electrical-power-measurement.d.ts +67 -67
  49. package/dist/cjs/clusters/energy-evse-mode.d.ts +30 -30
  50. package/dist/cjs/clusters/energy-evse.d.ts +122 -122
  51. package/dist/cjs/clusters/energy-preference.d.ts +22 -26
  52. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +23 -23
  53. package/dist/cjs/clusters/fan-control.d.ts +41 -41
  54. package/dist/cjs/clusters/fixed-label.d.ts +4 -4
  55. package/dist/cjs/clusters/flow-measurement.d.ts +11 -11
  56. package/dist/cjs/clusters/formaldehyde-concentration-measurement.d.ts +25 -25
  57. package/dist/cjs/clusters/general-commissioning.d.ts +62 -60
  58. package/dist/cjs/clusters/general-diagnostics.d.ts +142 -71
  59. package/dist/cjs/clusters/group-key-management.d.ts +213 -80
  60. package/dist/cjs/clusters/groupcast.d.js +22 -0
  61. package/dist/cjs/clusters/groupcast.d.js.map +6 -0
  62. package/dist/cjs/clusters/groupcast.d.ts +961 -0
  63. package/dist/cjs/clusters/groupcast.js +34 -0
  64. package/dist/cjs/clusters/groupcast.js.map +6 -0
  65. package/dist/cjs/clusters/groups.d.ts +44 -36
  66. package/dist/cjs/clusters/hepa-filter-monitoring.d.ts +15 -15
  67. package/dist/cjs/clusters/icd-management.d.ts +55 -53
  68. package/dist/cjs/clusters/identify.d.ts +15 -15
  69. package/dist/cjs/clusters/illuminance-measurement.d.ts +14 -14
  70. package/dist/cjs/clusters/index.d.ts +3 -0
  71. package/dist/cjs/clusters/index.d.ts.map +1 -1
  72. package/dist/cjs/clusters/index.js +9 -0
  73. package/dist/cjs/clusters/index.js.map +1 -1
  74. package/dist/cjs/clusters/joint-fabric-administrator.d.ts +36 -81
  75. package/dist/cjs/clusters/joint-fabric-datastore.d.ts +979 -1193
  76. package/dist/cjs/clusters/keypad-input.d.ts +12 -12
  77. package/dist/cjs/clusters/label.d.ts +7 -7
  78. package/dist/cjs/clusters/laundry-dryer-controls.d.ts +7 -7
  79. package/dist/cjs/clusters/laundry-washer-controls.d.ts +14 -14
  80. package/dist/cjs/clusters/laundry-washer-mode.d.ts +30 -30
  81. package/dist/cjs/clusters/level-control.d.ts +57 -57
  82. package/dist/cjs/clusters/localization-configuration.d.ts +6 -6
  83. package/dist/cjs/clusters/low-power.d.ts +3 -3
  84. package/dist/cjs/clusters/media-input.d.ts +20 -20
  85. package/dist/cjs/clusters/media-playback.d.ts +92 -92
  86. package/dist/cjs/clusters/messages.d.ts +56 -56
  87. package/dist/cjs/clusters/meter-identification.d.ts +14 -14
  88. package/dist/cjs/clusters/microwave-oven-control.d.ts +31 -31
  89. package/dist/cjs/clusters/microwave-oven-mode.d.ts +27 -27
  90. package/dist/cjs/clusters/mode-base.d.ts +39 -39
  91. package/dist/cjs/clusters/mode-select.d.ts +25 -25
  92. package/dist/cjs/clusters/network-commissioning.d.ts +124 -116
  93. package/dist/cjs/clusters/nitrogen-dioxide-concentration-measurement.d.ts +25 -25
  94. package/dist/cjs/clusters/occupancy-sensing.d.ts +67 -47
  95. package/dist/cjs/clusters/on-off.d.ts +60 -46
  96. package/dist/cjs/clusters/operational-credentials.d.ts +65 -65
  97. package/dist/cjs/clusters/operational-state.d.ts +38 -38
  98. package/dist/cjs/clusters/ota-software-update-provider.d.ts +39 -39
  99. package/dist/cjs/clusters/ota-software-update-requestor.d.ts +58 -58
  100. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +22 -22
  101. package/dist/cjs/clusters/oven-mode.d.ts +45 -43
  102. package/dist/cjs/clusters/ozone-concentration-measurement.d.ts +25 -25
  103. package/dist/cjs/clusters/pm1-concentration-measurement.d.ts +25 -25
  104. package/dist/cjs/clusters/pm10-concentration-measurement.d.ts +25 -25
  105. package/dist/cjs/clusters/pm25-concentration-measurement.d.ts +25 -25
  106. package/dist/cjs/clusters/power-source-configuration.d.ts +4 -4
  107. package/dist/cjs/clusters/power-source.d.ts +92 -92
  108. package/dist/cjs/clusters/power-topology.d.ts +7 -43
  109. package/dist/cjs/clusters/pressure-measurement.d.ts +22 -22
  110. package/dist/cjs/clusters/pump-configuration-and-control.d.ts +111 -111
  111. package/dist/cjs/clusters/push-av-stream-transport.d.ts +129 -147
  112. package/dist/cjs/clusters/radon-concentration-measurement.d.ts +25 -25
  113. package/dist/cjs/clusters/refrigerator-alarm.d.ts +22 -22
  114. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +28 -28
  115. package/dist/cjs/clusters/relative-humidity-measurement.d.ts +11 -11
  116. package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
  117. package/dist/cjs/clusters/rvc-clean-mode.d.ts +34 -34
  118. package/dist/cjs/clusters/rvc-operational-state.d.ts +33 -33
  119. package/dist/cjs/clusters/rvc-run-mode.d.ts +40 -40
  120. package/dist/cjs/clusters/scenes-management.d.ts +94 -94
  121. package/dist/cjs/clusters/service-area.d.ts +47 -47
  122. package/dist/cjs/clusters/smoke-co-alarm.d.ts +126 -90
  123. package/dist/cjs/clusters/software-diagnostics.d.ts +24 -24
  124. package/dist/cjs/clusters/soil-measurement.d.ts +6 -6
  125. package/dist/cjs/clusters/switch.d.ts +43 -43
  126. package/dist/cjs/clusters/target-navigator.d.ts +22 -22
  127. package/dist/cjs/clusters/temperature-alarm.d.js +22 -0
  128. package/dist/cjs/clusters/temperature-alarm.d.js.map +6 -0
  129. package/dist/cjs/clusters/temperature-alarm.d.ts +706 -0
  130. package/dist/cjs/clusters/temperature-alarm.js +34 -0
  131. package/dist/cjs/clusters/temperature-alarm.js.map +6 -0
  132. package/dist/cjs/clusters/temperature-control.d.ts +22 -22
  133. package/dist/cjs/clusters/temperature-measurement.d.ts +11 -11
  134. package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +11 -11
  135. package/dist/cjs/clusters/thermostat.d.ts +1001 -200
  136. package/dist/cjs/clusters/thread-border-router-management.d.ts +26 -26
  137. package/dist/cjs/clusters/thread-network-diagnostics.d.ts +187 -187
  138. package/dist/cjs/clusters/thread-network-directory.d.ts +21 -21
  139. package/dist/cjs/clusters/time-format-localization.d.ts +11 -11
  140. package/dist/cjs/clusters/time-synchronization.d.ts +85 -85
  141. package/dist/cjs/clusters/tls-certificate-management.d.ts +62 -62
  142. package/dist/cjs/clusters/tls-client-management.d.ts +36 -36
  143. package/dist/cjs/clusters/total-volatile-organic-compounds-concentration-measurement.d.ts +25 -25
  144. package/dist/cjs/clusters/unit-localization.d.ts +8 -8
  145. package/dist/cjs/clusters/user-label.d.ts +4 -4
  146. package/dist/cjs/clusters/valve-configuration-and-control.d.ts +45 -45
  147. package/dist/cjs/clusters/wake-on-lan.d.ts +6 -6
  148. package/dist/cjs/clusters/water-heater-management.d.ts +32 -32
  149. package/dist/cjs/clusters/water-heater-mode.d.ts +29 -29
  150. package/dist/cjs/clusters/water-tank-level-monitoring.d.ts +15 -15
  151. package/dist/cjs/clusters/web-rtc-transport-definitions.d.ts +22 -22
  152. package/dist/cjs/clusters/web-rtc-transport-provider.d.ts +52 -105
  153. package/dist/cjs/clusters/web-rtc-transport-requestor.d.ts +22 -22
  154. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +46 -46
  155. package/dist/cjs/clusters/wi-fi-network-management.d.ts +9 -9
  156. package/dist/cjs/clusters/window-covering.d.ts +61 -61
  157. package/dist/cjs/clusters/zone-management.d.ts +79 -79
  158. package/dist/cjs/datatype/AttributeId.d.ts +1 -1
  159. package/dist/cjs/datatype/CaseAuthenticatedTag.d.ts +3 -3
  160. package/dist/cjs/datatype/ClusterId.d.ts +1 -1
  161. package/dist/cjs/datatype/CommandId.d.ts +1 -1
  162. package/dist/cjs/datatype/DataVersion.d.ts +1 -1
  163. package/dist/cjs/datatype/DeviceTypeId.d.ts +1 -1
  164. package/dist/cjs/datatype/EndpointNumber.d.ts +1 -1
  165. package/dist/cjs/datatype/EntryIndex.d.ts +1 -1
  166. package/dist/cjs/datatype/EventId.d.ts +1 -1
  167. package/dist/cjs/datatype/EventNumber.d.ts +1 -1
  168. package/dist/cjs/datatype/FabricId.d.ts +1 -1
  169. package/dist/cjs/datatype/FabricIndex.d.ts +4 -3
  170. package/dist/cjs/datatype/FabricIndex.d.ts.map +1 -1
  171. package/dist/cjs/datatype/FabricIndex.js.map +1 -1
  172. package/dist/cjs/datatype/FieldId.d.ts +1 -1
  173. package/dist/cjs/datatype/GlobalFabricId.d.ts +1 -1
  174. package/dist/cjs/datatype/GroupId.d.ts +1 -1
  175. package/dist/cjs/datatype/NodeId.d.ts +1 -1
  176. package/dist/cjs/datatype/SubjectId.d.ts +1 -1
  177. package/dist/cjs/datatype/VendorId.d.ts +1 -1
  178. package/dist/cjs/dcl/attestation-certificate.d.ts +1 -1
  179. package/dist/cjs/dcl/device-attestation-revocation.d.ts +3 -3
  180. package/dist/cjs/dcl/device-software-compliance.d.ts +1 -1
  181. package/dist/cjs/dcl/device-software-version.d.ts +1 -1
  182. package/dist/cjs/dcl/device.d.ts +2 -2
  183. package/dist/cjs/dcl/operational-certificate.d.ts +1 -1
  184. package/dist/cjs/dcl/vendor.d.ts +1 -1
  185. package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
  186. package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
  187. package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
  188. package/dist/cjs/globals/CertificationType.d.ts +24 -0
  189. package/dist/cjs/globals/CertificationType.d.ts.map +1 -0
  190. package/dist/cjs/globals/CertificationType.js +35 -0
  191. package/dist/cjs/globals/CertificationType.js.map +6 -0
  192. package/dist/cjs/globals/Currency.d.ts +2 -2
  193. package/dist/cjs/globals/Locationdesc.d.ts +5 -5
  194. package/dist/cjs/globals/Locationdesc.js +3 -3
  195. package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
  196. package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
  197. package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
  198. package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
  199. package/dist/cjs/globals/MeasurementType.d.ts +1 -1
  200. package/dist/cjs/globals/Namespace.d.ts +34 -2
  201. package/dist/cjs/globals/Namespace.d.ts.map +1 -1
  202. package/dist/cjs/globals/Namespace.js +3 -0
  203. package/dist/cjs/globals/Namespace.js.map +1 -1
  204. package/dist/cjs/globals/PowerThreshold.d.ts +5 -5
  205. package/dist/cjs/globals/PowerThreshold.js +3 -3
  206. package/dist/cjs/globals/PowerThresholdSource.d.ts +1 -1
  207. package/dist/cjs/globals/Price.d.ts +2 -2
  208. package/dist/cjs/globals/Priority.d.ts +1 -1
  209. package/dist/cjs/globals/Semtag.d.ts +6 -6
  210. package/dist/cjs/globals/Semtag.js +4 -4
  211. package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  212. package/dist/cjs/globals/Status.d.ts +36 -36
  213. package/dist/cjs/globals/StreamUsage.d.ts +5 -5
  214. package/dist/cjs/globals/TariffPriceType.d.ts +6 -6
  215. package/dist/cjs/globals/TariffUnit.d.ts +1 -1
  216. package/dist/cjs/globals/ThreeLevelAuto.d.ts +1 -1
  217. package/dist/cjs/globals/Viewport.d.ts +6 -6
  218. package/dist/cjs/globals/Viewport.js +4 -4
  219. package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
  220. package/dist/cjs/globals/index.d.ts +1 -0
  221. package/dist/cjs/globals/index.d.ts.map +1 -1
  222. package/dist/cjs/globals/index.js +1 -0
  223. package/dist/cjs/globals/index.js.map +1 -1
  224. package/dist/cjs/protocol/messages/TlvDataReport.d.ts +3 -1
  225. package/dist/cjs/protocol/messages/TlvDataReport.d.ts.map +1 -1
  226. package/dist/cjs/protocol/messages/TlvInvokeRequest.d.ts +1 -1
  227. package/dist/cjs/protocol/messages/TlvInvokeResponse.d.ts +1 -1
  228. package/dist/cjs/protocol/messages/TlvReadRequest.d.ts +2 -1
  229. package/dist/cjs/protocol/messages/TlvReadRequest.d.ts.map +1 -1
  230. package/dist/cjs/protocol/messages/TlvStatusResponse.d.ts +2 -2
  231. package/dist/cjs/protocol/messages/TlvStatusResponse.js +1 -1
  232. package/dist/cjs/protocol/messages/TlvSubscribeRequest.d.ts +2 -1
  233. package/dist/cjs/protocol/messages/TlvSubscribeRequest.d.ts.map +1 -1
  234. package/dist/cjs/protocol/messages/TlvSubscribeResponse.d.ts +1 -1
  235. package/dist/cjs/protocol/messages/TlvTimedRequest.d.ts +1 -1
  236. package/dist/cjs/protocol/messages/TlvWriteRequest.d.ts +2 -1
  237. package/dist/cjs/protocol/messages/TlvWriteRequest.d.ts.map +1 -1
  238. package/dist/cjs/protocol/messages/TlvWriteResponse.d.ts +2 -1
  239. package/dist/cjs/protocol/messages/TlvWriteResponse.d.ts.map +1 -1
  240. package/dist/cjs/protocol/types/TlvAttributeData.d.ts +2 -1
  241. package/dist/cjs/protocol/types/TlvAttributeData.d.ts.map +1 -1
  242. package/dist/cjs/protocol/types/TlvAttributePath.d.ts +2 -1
  243. package/dist/cjs/protocol/types/TlvAttributePath.d.ts.map +1 -1
  244. package/dist/cjs/protocol/types/TlvAttributePath.js +2 -1
  245. package/dist/cjs/protocol/types/TlvAttributePath.js.map +1 -1
  246. package/dist/cjs/protocol/types/TlvAttributeReport.d.ts +3 -1
  247. package/dist/cjs/protocol/types/TlvAttributeReport.d.ts.map +1 -1
  248. package/dist/cjs/protocol/types/TlvAttributeReportData.d.ts +1 -0
  249. package/dist/cjs/protocol/types/TlvAttributeReportData.d.ts.map +1 -1
  250. package/dist/cjs/protocol/types/TlvAttributeStatus.d.ts +2 -1
  251. package/dist/cjs/protocol/types/TlvAttributeStatus.d.ts.map +1 -1
  252. package/dist/cjs/protocol/types/TlvClusterPath.d.ts +1 -1
  253. package/dist/cjs/protocol/types/TlvCommandData.d.ts +1 -1
  254. package/dist/cjs/protocol/types/TlvCommandPath.d.ts +1 -1
  255. package/dist/cjs/protocol/types/TlvCommandStatus.d.ts +1 -1
  256. package/dist/cjs/protocol/types/TlvDataVersionFilter.d.ts +1 -1
  257. package/dist/cjs/protocol/types/TlvEventData.d.ts +1 -1
  258. package/dist/cjs/protocol/types/TlvEventFilter.d.ts +1 -1
  259. package/dist/cjs/protocol/types/TlvEventPath.d.ts +1 -1
  260. package/dist/cjs/protocol/types/TlvEventReport.d.ts +1 -1
  261. package/dist/cjs/protocol/types/TlvEventStatus.d.ts +1 -1
  262. package/dist/cjs/protocol/types/TlvInvokeResponseData.d.ts +1 -1
  263. package/dist/cjs/protocol/types/TlvStatus.d.ts +1 -1
  264. package/dist/cjs/protocol/types/WildcardPathFlagsBitmap.d.ts +1 -1
  265. package/dist/cjs/protocol/types/WildcardPathFlagsBitmap.d.ts.map +1 -1
  266. package/dist/cjs/schema/Base38Schema.d.ts +1 -1
  267. package/dist/cjs/schema/PairingCodeSchema.d.ts +26 -12
  268. package/dist/cjs/schema/PairingCodeSchema.d.ts.map +1 -1
  269. package/dist/cjs/schema/PairingCodeSchema.js +8 -1
  270. package/dist/cjs/schema/PairingCodeSchema.js.map +1 -1
  271. package/dist/cjs/tlv/TlvArray.d.ts +1 -1
  272. package/dist/cjs/tlv/TlvBoolean.d.ts +1 -1
  273. package/dist/cjs/tlv/TlvCodec.d.ts +4 -4
  274. package/dist/cjs/tlv/TlvCodec.js +2 -2
  275. package/dist/cjs/tlv/TlvNullable.d.ts +1 -1
  276. package/dist/cjs/tlv/TlvNumber.d.ts +1 -1
  277. package/dist/cjs/tlv/TlvObject.d.ts +1 -1
  278. package/dist/esm/clusters/access-control.d.ts +252 -75
  279. package/dist/esm/clusters/account-login.d.ts +22 -22
  280. package/dist/esm/clusters/actions.d.ts +76 -76
  281. package/dist/esm/clusters/activated-carbon-filter-monitoring.d.ts +15 -15
  282. package/dist/esm/clusters/administrator-commissioning.d.ts +25 -25
  283. package/dist/esm/clusters/air-quality.d.ts +6 -6
  284. package/dist/esm/clusters/alarm-base.d.ts +25 -25
  285. package/dist/esm/clusters/ambient-context-sensing.d.js +6 -0
  286. package/dist/esm/clusters/ambient-context-sensing.d.js.map +6 -0
  287. package/dist/esm/clusters/ambient-context-sensing.d.ts +706 -0
  288. package/dist/esm/clusters/ambient-context-sensing.js +14 -0
  289. package/dist/esm/clusters/ambient-context-sensing.js.map +6 -0
  290. package/dist/esm/clusters/application-basic.d.ts +22 -22
  291. package/dist/esm/clusters/application-launcher.d.ts +30 -30
  292. package/dist/esm/clusters/audio-output.d.ts +17 -17
  293. package/dist/esm/clusters/basic-information.d.ts +111 -73
  294. package/dist/esm/clusters/binding.d.ts +9 -9
  295. package/dist/esm/clusters/boolean-state-configuration.d.ts +64 -41
  296. package/dist/esm/clusters/boolean-state.d.ts +55 -12
  297. package/dist/esm/clusters/bridged-device-basic-information.d.ts +60 -60
  298. package/dist/esm/clusters/camera-av-settings-user-level-management.d.ts +71 -71
  299. package/dist/esm/clusters/camera-av-stream-management.d.ts +262 -232
  300. package/dist/esm/clusters/carbon-dioxide-concentration-measurement.d.ts +25 -25
  301. package/dist/esm/clusters/carbon-monoxide-concentration-measurement.d.ts +25 -25
  302. package/dist/esm/clusters/channel.d.ts +101 -101
  303. package/dist/esm/clusters/chime.d.ts +18 -18
  304. package/dist/esm/clusters/closure-control.d.ts +59 -59
  305. package/dist/esm/clusters/closure-dimension.d.ts +60 -60
  306. package/dist/esm/clusters/color-control.d.ts +226 -228
  307. package/dist/esm/clusters/commissioner-control.d.ts +14 -14
  308. package/dist/esm/clusters/commodity-metering.d.ts +13 -13
  309. package/dist/esm/clusters/commodity-price.d.ts +38 -38
  310. package/dist/esm/clusters/commodity-tariff.d.ts +106 -106
  311. package/dist/esm/clusters/concentration-measurement.d.ts +29 -29
  312. package/dist/esm/clusters/content-app-observer.d.ts +12 -12
  313. package/dist/esm/clusters/content-control.d.ts +103 -103
  314. package/dist/esm/clusters/content-launcher.d.ts +65 -65
  315. package/dist/esm/clusters/descriptor.d.ts +19 -19
  316. package/dist/esm/clusters/device-energy-management-mode.d.ts +30 -30
  317. package/dist/esm/clusters/device-energy-management.d.ts +128 -128
  318. package/dist/esm/clusters/diagnostic-logs.d.ts +29 -29
  319. package/dist/esm/clusters/dishwasher-alarm.d.ts +26 -26
  320. package/dist/esm/clusters/dishwasher-mode.d.ts +29 -29
  321. package/dist/esm/clusters/door-lock.d.ts +330 -330
  322. package/dist/esm/clusters/ecosystem-information.d.ts +21 -21
  323. package/dist/esm/clusters/electrical-energy-measurement.d.ts +43 -43
  324. package/dist/esm/clusters/electrical-grid-conditions.d.ts +22 -22
  325. package/dist/esm/clusters/electrical-power-measurement.d.ts +67 -67
  326. package/dist/esm/clusters/energy-evse-mode.d.ts +30 -30
  327. package/dist/esm/clusters/energy-evse.d.ts +122 -122
  328. package/dist/esm/clusters/energy-preference.d.ts +22 -26
  329. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +23 -23
  330. package/dist/esm/clusters/fan-control.d.ts +41 -41
  331. package/dist/esm/clusters/fixed-label.d.ts +4 -4
  332. package/dist/esm/clusters/flow-measurement.d.ts +11 -11
  333. package/dist/esm/clusters/formaldehyde-concentration-measurement.d.ts +25 -25
  334. package/dist/esm/clusters/general-commissioning.d.ts +62 -60
  335. package/dist/esm/clusters/general-diagnostics.d.ts +142 -71
  336. package/dist/esm/clusters/group-key-management.d.ts +213 -80
  337. package/dist/esm/clusters/groupcast.d.js +6 -0
  338. package/dist/esm/clusters/groupcast.d.js.map +6 -0
  339. package/dist/esm/clusters/groupcast.d.ts +961 -0
  340. package/dist/esm/clusters/groupcast.js +14 -0
  341. package/dist/esm/clusters/groupcast.js.map +6 -0
  342. package/dist/esm/clusters/groups.d.ts +44 -36
  343. package/dist/esm/clusters/hepa-filter-monitoring.d.ts +15 -15
  344. package/dist/esm/clusters/icd-management.d.ts +55 -53
  345. package/dist/esm/clusters/identify.d.ts +15 -15
  346. package/dist/esm/clusters/illuminance-measurement.d.ts +14 -14
  347. package/dist/esm/clusters/index.d.ts +3 -0
  348. package/dist/esm/clusters/index.d.ts.map +1 -1
  349. package/dist/esm/clusters/index.js +9 -0
  350. package/dist/esm/clusters/index.js.map +1 -1
  351. package/dist/esm/clusters/joint-fabric-administrator.d.ts +36 -81
  352. package/dist/esm/clusters/joint-fabric-datastore.d.ts +979 -1193
  353. package/dist/esm/clusters/keypad-input.d.ts +12 -12
  354. package/dist/esm/clusters/label.d.ts +7 -7
  355. package/dist/esm/clusters/laundry-dryer-controls.d.ts +7 -7
  356. package/dist/esm/clusters/laundry-washer-controls.d.ts +14 -14
  357. package/dist/esm/clusters/laundry-washer-mode.d.ts +30 -30
  358. package/dist/esm/clusters/level-control.d.ts +57 -57
  359. package/dist/esm/clusters/localization-configuration.d.ts +6 -6
  360. package/dist/esm/clusters/low-power.d.ts +3 -3
  361. package/dist/esm/clusters/media-input.d.ts +20 -20
  362. package/dist/esm/clusters/media-playback.d.ts +92 -92
  363. package/dist/esm/clusters/messages.d.ts +56 -56
  364. package/dist/esm/clusters/meter-identification.d.ts +14 -14
  365. package/dist/esm/clusters/microwave-oven-control.d.ts +31 -31
  366. package/dist/esm/clusters/microwave-oven-mode.d.ts +27 -27
  367. package/dist/esm/clusters/mode-base.d.ts +39 -39
  368. package/dist/esm/clusters/mode-select.d.ts +25 -25
  369. package/dist/esm/clusters/network-commissioning.d.ts +124 -116
  370. package/dist/esm/clusters/nitrogen-dioxide-concentration-measurement.d.ts +25 -25
  371. package/dist/esm/clusters/occupancy-sensing.d.ts +67 -47
  372. package/dist/esm/clusters/on-off.d.ts +60 -46
  373. package/dist/esm/clusters/operational-credentials.d.ts +65 -65
  374. package/dist/esm/clusters/operational-state.d.ts +38 -38
  375. package/dist/esm/clusters/ota-software-update-provider.d.ts +39 -39
  376. package/dist/esm/clusters/ota-software-update-requestor.d.ts +58 -58
  377. package/dist/esm/clusters/oven-cavity-operational-state.d.ts +22 -22
  378. package/dist/esm/clusters/oven-mode.d.ts +45 -43
  379. package/dist/esm/clusters/ozone-concentration-measurement.d.ts +25 -25
  380. package/dist/esm/clusters/pm1-concentration-measurement.d.ts +25 -25
  381. package/dist/esm/clusters/pm10-concentration-measurement.d.ts +25 -25
  382. package/dist/esm/clusters/pm25-concentration-measurement.d.ts +25 -25
  383. package/dist/esm/clusters/power-source-configuration.d.ts +4 -4
  384. package/dist/esm/clusters/power-source.d.ts +92 -92
  385. package/dist/esm/clusters/power-topology.d.ts +7 -43
  386. package/dist/esm/clusters/pressure-measurement.d.ts +22 -22
  387. package/dist/esm/clusters/pump-configuration-and-control.d.ts +111 -111
  388. package/dist/esm/clusters/push-av-stream-transport.d.ts +129 -147
  389. package/dist/esm/clusters/radon-concentration-measurement.d.ts +25 -25
  390. package/dist/esm/clusters/refrigerator-alarm.d.ts +22 -22
  391. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +28 -28
  392. package/dist/esm/clusters/relative-humidity-measurement.d.ts +11 -11
  393. package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
  394. package/dist/esm/clusters/rvc-clean-mode.d.ts +34 -34
  395. package/dist/esm/clusters/rvc-operational-state.d.ts +33 -33
  396. package/dist/esm/clusters/rvc-run-mode.d.ts +40 -40
  397. package/dist/esm/clusters/scenes-management.d.ts +94 -94
  398. package/dist/esm/clusters/service-area.d.ts +47 -47
  399. package/dist/esm/clusters/smoke-co-alarm.d.ts +126 -90
  400. package/dist/esm/clusters/software-diagnostics.d.ts +24 -24
  401. package/dist/esm/clusters/soil-measurement.d.ts +6 -6
  402. package/dist/esm/clusters/switch.d.ts +43 -43
  403. package/dist/esm/clusters/target-navigator.d.ts +22 -22
  404. package/dist/esm/clusters/temperature-alarm.d.js +6 -0
  405. package/dist/esm/clusters/temperature-alarm.d.js.map +6 -0
  406. package/dist/esm/clusters/temperature-alarm.d.ts +706 -0
  407. package/dist/esm/clusters/temperature-alarm.js +14 -0
  408. package/dist/esm/clusters/temperature-alarm.js.map +6 -0
  409. package/dist/esm/clusters/temperature-control.d.ts +22 -22
  410. package/dist/esm/clusters/temperature-measurement.d.ts +11 -11
  411. package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +11 -11
  412. package/dist/esm/clusters/thermostat.d.ts +1001 -200
  413. package/dist/esm/clusters/thread-border-router-management.d.ts +26 -26
  414. package/dist/esm/clusters/thread-network-diagnostics.d.ts +187 -187
  415. package/dist/esm/clusters/thread-network-directory.d.ts +21 -21
  416. package/dist/esm/clusters/time-format-localization.d.ts +11 -11
  417. package/dist/esm/clusters/time-synchronization.d.ts +85 -85
  418. package/dist/esm/clusters/tls-certificate-management.d.ts +62 -62
  419. package/dist/esm/clusters/tls-client-management.d.ts +36 -36
  420. package/dist/esm/clusters/total-volatile-organic-compounds-concentration-measurement.d.ts +25 -25
  421. package/dist/esm/clusters/unit-localization.d.ts +8 -8
  422. package/dist/esm/clusters/user-label.d.ts +4 -4
  423. package/dist/esm/clusters/valve-configuration-and-control.d.ts +45 -45
  424. package/dist/esm/clusters/wake-on-lan.d.ts +6 -6
  425. package/dist/esm/clusters/water-heater-management.d.ts +32 -32
  426. package/dist/esm/clusters/water-heater-mode.d.ts +29 -29
  427. package/dist/esm/clusters/water-tank-level-monitoring.d.ts +15 -15
  428. package/dist/esm/clusters/web-rtc-transport-definitions.d.ts +22 -22
  429. package/dist/esm/clusters/web-rtc-transport-provider.d.ts +52 -105
  430. package/dist/esm/clusters/web-rtc-transport-requestor.d.ts +22 -22
  431. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +46 -46
  432. package/dist/esm/clusters/wi-fi-network-management.d.ts +9 -9
  433. package/dist/esm/clusters/window-covering.d.ts +61 -61
  434. package/dist/esm/clusters/zone-management.d.ts +79 -79
  435. package/dist/esm/datatype/AttributeId.d.ts +1 -1
  436. package/dist/esm/datatype/CaseAuthenticatedTag.d.ts +3 -3
  437. package/dist/esm/datatype/ClusterId.d.ts +1 -1
  438. package/dist/esm/datatype/CommandId.d.ts +1 -1
  439. package/dist/esm/datatype/DataVersion.d.ts +1 -1
  440. package/dist/esm/datatype/DeviceTypeId.d.ts +1 -1
  441. package/dist/esm/datatype/EndpointNumber.d.ts +1 -1
  442. package/dist/esm/datatype/EntryIndex.d.ts +1 -1
  443. package/dist/esm/datatype/EventId.d.ts +1 -1
  444. package/dist/esm/datatype/EventNumber.d.ts +1 -1
  445. package/dist/esm/datatype/FabricId.d.ts +1 -1
  446. package/dist/esm/datatype/FabricIndex.d.ts +4 -3
  447. package/dist/esm/datatype/FabricIndex.d.ts.map +1 -1
  448. package/dist/esm/datatype/FabricIndex.js.map +1 -1
  449. package/dist/esm/datatype/FieldId.d.ts +1 -1
  450. package/dist/esm/datatype/GlobalFabricId.d.ts +1 -1
  451. package/dist/esm/datatype/GroupId.d.ts +1 -1
  452. package/dist/esm/datatype/NodeId.d.ts +1 -1
  453. package/dist/esm/datatype/SubjectId.d.ts +1 -1
  454. package/dist/esm/datatype/VendorId.d.ts +1 -1
  455. package/dist/esm/dcl/attestation-certificate.d.ts +1 -1
  456. package/dist/esm/dcl/device-attestation-revocation.d.ts +3 -3
  457. package/dist/esm/dcl/device-software-compliance.d.ts +1 -1
  458. package/dist/esm/dcl/device-software-version.d.ts +1 -1
  459. package/dist/esm/dcl/device.d.ts +2 -2
  460. package/dist/esm/dcl/operational-certificate.d.ts +1 -1
  461. package/dist/esm/dcl/vendor.d.ts +1 -1
  462. package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
  463. package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
  464. package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
  465. package/dist/esm/globals/CertificationType.d.ts +24 -0
  466. package/dist/esm/globals/CertificationType.d.ts.map +1 -0
  467. package/dist/esm/globals/CertificationType.js +15 -0
  468. package/dist/esm/globals/CertificationType.js.map +6 -0
  469. package/dist/esm/globals/Currency.d.ts +2 -2
  470. package/dist/esm/globals/Locationdesc.d.ts +5 -5
  471. package/dist/esm/globals/Locationdesc.js +3 -3
  472. package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
  473. package/dist/esm/globals/MeasurementAccuracy.js +3 -3
  474. package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
  475. package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
  476. package/dist/esm/globals/MeasurementType.d.ts +1 -1
  477. package/dist/esm/globals/Namespace.d.ts +34 -2
  478. package/dist/esm/globals/Namespace.d.ts.map +1 -1
  479. package/dist/esm/globals/Namespace.js +3 -0
  480. package/dist/esm/globals/Namespace.js.map +1 -1
  481. package/dist/esm/globals/PowerThreshold.d.ts +5 -5
  482. package/dist/esm/globals/PowerThreshold.js +3 -3
  483. package/dist/esm/globals/PowerThresholdSource.d.ts +1 -1
  484. package/dist/esm/globals/Price.d.ts +2 -2
  485. package/dist/esm/globals/Priority.d.ts +1 -1
  486. package/dist/esm/globals/Semtag.d.ts +6 -6
  487. package/dist/esm/globals/Semtag.js +4 -4
  488. package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  489. package/dist/esm/globals/Status.d.ts +36 -36
  490. package/dist/esm/globals/StreamUsage.d.ts +5 -5
  491. package/dist/esm/globals/TariffPriceType.d.ts +6 -6
  492. package/dist/esm/globals/TariffUnit.d.ts +1 -1
  493. package/dist/esm/globals/ThreeLevelAuto.d.ts +1 -1
  494. package/dist/esm/globals/Viewport.d.ts +6 -6
  495. package/dist/esm/globals/Viewport.js +4 -4
  496. package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
  497. package/dist/esm/globals/index.d.ts +1 -0
  498. package/dist/esm/globals/index.d.ts.map +1 -1
  499. package/dist/esm/globals/index.js +1 -0
  500. package/dist/esm/globals/index.js.map +1 -1
  501. package/dist/esm/protocol/messages/TlvDataReport.d.ts +3 -1
  502. package/dist/esm/protocol/messages/TlvDataReport.d.ts.map +1 -1
  503. package/dist/esm/protocol/messages/TlvInvokeRequest.d.ts +1 -1
  504. package/dist/esm/protocol/messages/TlvInvokeResponse.d.ts +1 -1
  505. package/dist/esm/protocol/messages/TlvReadRequest.d.ts +2 -1
  506. package/dist/esm/protocol/messages/TlvReadRequest.d.ts.map +1 -1
  507. package/dist/esm/protocol/messages/TlvStatusResponse.d.ts +2 -2
  508. package/dist/esm/protocol/messages/TlvStatusResponse.js +1 -1
  509. package/dist/esm/protocol/messages/TlvSubscribeRequest.d.ts +2 -1
  510. package/dist/esm/protocol/messages/TlvSubscribeRequest.d.ts.map +1 -1
  511. package/dist/esm/protocol/messages/TlvSubscribeResponse.d.ts +1 -1
  512. package/dist/esm/protocol/messages/TlvTimedRequest.d.ts +1 -1
  513. package/dist/esm/protocol/messages/TlvWriteRequest.d.ts +2 -1
  514. package/dist/esm/protocol/messages/TlvWriteRequest.d.ts.map +1 -1
  515. package/dist/esm/protocol/messages/TlvWriteResponse.d.ts +2 -1
  516. package/dist/esm/protocol/messages/TlvWriteResponse.d.ts.map +1 -1
  517. package/dist/esm/protocol/types/TlvAttributeData.d.ts +2 -1
  518. package/dist/esm/protocol/types/TlvAttributeData.d.ts.map +1 -1
  519. package/dist/esm/protocol/types/TlvAttributePath.d.ts +2 -1
  520. package/dist/esm/protocol/types/TlvAttributePath.d.ts.map +1 -1
  521. package/dist/esm/protocol/types/TlvAttributePath.js +2 -1
  522. package/dist/esm/protocol/types/TlvAttributePath.js.map +1 -1
  523. package/dist/esm/protocol/types/TlvAttributeReport.d.ts +3 -1
  524. package/dist/esm/protocol/types/TlvAttributeReport.d.ts.map +1 -1
  525. package/dist/esm/protocol/types/TlvAttributeReportData.d.ts +1 -0
  526. package/dist/esm/protocol/types/TlvAttributeReportData.d.ts.map +1 -1
  527. package/dist/esm/protocol/types/TlvAttributeStatus.d.ts +2 -1
  528. package/dist/esm/protocol/types/TlvAttributeStatus.d.ts.map +1 -1
  529. package/dist/esm/protocol/types/TlvClusterPath.d.ts +1 -1
  530. package/dist/esm/protocol/types/TlvCommandData.d.ts +1 -1
  531. package/dist/esm/protocol/types/TlvCommandPath.d.ts +1 -1
  532. package/dist/esm/protocol/types/TlvCommandStatus.d.ts +1 -1
  533. package/dist/esm/protocol/types/TlvDataVersionFilter.d.ts +1 -1
  534. package/dist/esm/protocol/types/TlvEventData.d.ts +1 -1
  535. package/dist/esm/protocol/types/TlvEventFilter.d.ts +1 -1
  536. package/dist/esm/protocol/types/TlvEventPath.d.ts +1 -1
  537. package/dist/esm/protocol/types/TlvEventReport.d.ts +1 -1
  538. package/dist/esm/protocol/types/TlvEventStatus.d.ts +1 -1
  539. package/dist/esm/protocol/types/TlvInvokeResponseData.d.ts +1 -1
  540. package/dist/esm/protocol/types/TlvStatus.d.ts +1 -1
  541. package/dist/esm/protocol/types/WildcardPathFlagsBitmap.d.ts +1 -1
  542. package/dist/esm/protocol/types/WildcardPathFlagsBitmap.d.ts.map +1 -1
  543. package/dist/esm/schema/Base38Schema.d.ts +1 -1
  544. package/dist/esm/schema/PairingCodeSchema.d.ts +26 -12
  545. package/dist/esm/schema/PairingCodeSchema.d.ts.map +1 -1
  546. package/dist/esm/schema/PairingCodeSchema.js +8 -1
  547. package/dist/esm/schema/PairingCodeSchema.js.map +1 -1
  548. package/dist/esm/tlv/TlvArray.d.ts +1 -1
  549. package/dist/esm/tlv/TlvBoolean.d.ts +1 -1
  550. package/dist/esm/tlv/TlvCodec.d.ts +4 -4
  551. package/dist/esm/tlv/TlvCodec.js +2 -2
  552. package/dist/esm/tlv/TlvNullable.d.ts +1 -1
  553. package/dist/esm/tlv/TlvNumber.d.ts +1 -1
  554. package/dist/esm/tlv/TlvObject.d.ts +1 -1
  555. package/package.json +4 -4
  556. package/src/clusters/access-control.d.ts +252 -75
  557. package/src/clusters/account-login.d.ts +22 -22
  558. package/src/clusters/actions.d.ts +76 -76
  559. package/src/clusters/activated-carbon-filter-monitoring.d.ts +15 -15
  560. package/src/clusters/administrator-commissioning.d.ts +25 -25
  561. package/src/clusters/air-quality.d.ts +6 -6
  562. package/src/clusters/alarm-base.d.ts +25 -25
  563. package/src/clusters/ambient-context-sensing.d.ts +706 -0
  564. package/src/clusters/ambient-context-sensing.js +13 -0
  565. package/src/clusters/application-basic.d.ts +22 -22
  566. package/src/clusters/application-launcher.d.ts +30 -30
  567. package/src/clusters/audio-output.d.ts +17 -17
  568. package/src/clusters/basic-information.d.ts +111 -73
  569. package/src/clusters/binding.d.ts +9 -9
  570. package/src/clusters/boolean-state-configuration.d.ts +64 -41
  571. package/src/clusters/boolean-state.d.ts +55 -12
  572. package/src/clusters/bridged-device-basic-information.d.ts +60 -60
  573. package/src/clusters/camera-av-settings-user-level-management.d.ts +71 -71
  574. package/src/clusters/camera-av-stream-management.d.ts +262 -232
  575. package/src/clusters/carbon-dioxide-concentration-measurement.d.ts +25 -25
  576. package/src/clusters/carbon-monoxide-concentration-measurement.d.ts +25 -25
  577. package/src/clusters/channel.d.ts +101 -101
  578. package/src/clusters/chime.d.ts +18 -18
  579. package/src/clusters/closure-control.d.ts +59 -59
  580. package/src/clusters/closure-dimension.d.ts +60 -60
  581. package/src/clusters/color-control.d.ts +226 -228
  582. package/src/clusters/commissioner-control.d.ts +14 -14
  583. package/src/clusters/commodity-metering.d.ts +13 -13
  584. package/src/clusters/commodity-price.d.ts +38 -38
  585. package/src/clusters/commodity-tariff.d.ts +106 -106
  586. package/src/clusters/concentration-measurement.d.ts +29 -29
  587. package/src/clusters/content-app-observer.d.ts +12 -12
  588. package/src/clusters/content-control.d.ts +103 -103
  589. package/src/clusters/content-launcher.d.ts +65 -65
  590. package/src/clusters/descriptor.d.ts +19 -19
  591. package/src/clusters/device-energy-management-mode.d.ts +30 -30
  592. package/src/clusters/device-energy-management.d.ts +128 -128
  593. package/src/clusters/diagnostic-logs.d.ts +29 -29
  594. package/src/clusters/dishwasher-alarm.d.ts +26 -26
  595. package/src/clusters/dishwasher-mode.d.ts +29 -29
  596. package/src/clusters/door-lock.d.ts +330 -330
  597. package/src/clusters/ecosystem-information.d.ts +21 -21
  598. package/src/clusters/electrical-energy-measurement.d.ts +43 -43
  599. package/src/clusters/electrical-grid-conditions.d.ts +22 -22
  600. package/src/clusters/electrical-power-measurement.d.ts +67 -67
  601. package/src/clusters/energy-evse-mode.d.ts +30 -30
  602. package/src/clusters/energy-evse.d.ts +122 -122
  603. package/src/clusters/energy-preference.d.ts +22 -26
  604. package/src/clusters/ethernet-network-diagnostics.d.ts +23 -23
  605. package/src/clusters/fan-control.d.ts +41 -41
  606. package/src/clusters/fixed-label.d.ts +4 -4
  607. package/src/clusters/flow-measurement.d.ts +11 -11
  608. package/src/clusters/formaldehyde-concentration-measurement.d.ts +25 -25
  609. package/src/clusters/general-commissioning.d.ts +62 -60
  610. package/src/clusters/general-diagnostics.d.ts +142 -71
  611. package/src/clusters/group-key-management.d.ts +213 -80
  612. package/src/clusters/groupcast.d.ts +961 -0
  613. package/src/clusters/groupcast.js +13 -0
  614. package/src/clusters/groups.d.ts +44 -36
  615. package/src/clusters/hepa-filter-monitoring.d.ts +15 -15
  616. package/src/clusters/icd-management.d.ts +55 -53
  617. package/src/clusters/identify.d.ts +15 -15
  618. package/src/clusters/illuminance-measurement.d.ts +14 -14
  619. package/src/clusters/index.ts +3 -0
  620. package/src/clusters/joint-fabric-administrator.d.ts +36 -81
  621. package/src/clusters/joint-fabric-datastore.d.ts +979 -1193
  622. package/src/clusters/keypad-input.d.ts +12 -12
  623. package/src/clusters/label.d.ts +7 -7
  624. package/src/clusters/laundry-dryer-controls.d.ts +7 -7
  625. package/src/clusters/laundry-washer-controls.d.ts +14 -14
  626. package/src/clusters/laundry-washer-mode.d.ts +30 -30
  627. package/src/clusters/level-control.d.ts +57 -57
  628. package/src/clusters/localization-configuration.d.ts +6 -6
  629. package/src/clusters/low-power.d.ts +3 -3
  630. package/src/clusters/media-input.d.ts +20 -20
  631. package/src/clusters/media-playback.d.ts +92 -92
  632. package/src/clusters/messages.d.ts +56 -56
  633. package/src/clusters/meter-identification.d.ts +14 -14
  634. package/src/clusters/microwave-oven-control.d.ts +31 -31
  635. package/src/clusters/microwave-oven-mode.d.ts +27 -27
  636. package/src/clusters/mode-base.d.ts +39 -39
  637. package/src/clusters/mode-select.d.ts +25 -25
  638. package/src/clusters/network-commissioning.d.ts +124 -116
  639. package/src/clusters/nitrogen-dioxide-concentration-measurement.d.ts +25 -25
  640. package/src/clusters/occupancy-sensing.d.ts +67 -47
  641. package/src/clusters/on-off.d.ts +60 -46
  642. package/src/clusters/operational-credentials.d.ts +65 -65
  643. package/src/clusters/operational-state.d.ts +38 -38
  644. package/src/clusters/ota-software-update-provider.d.ts +39 -39
  645. package/src/clusters/ota-software-update-requestor.d.ts +58 -58
  646. package/src/clusters/oven-cavity-operational-state.d.ts +22 -22
  647. package/src/clusters/oven-mode.d.ts +45 -43
  648. package/src/clusters/ozone-concentration-measurement.d.ts +25 -25
  649. package/src/clusters/pm1-concentration-measurement.d.ts +25 -25
  650. package/src/clusters/pm10-concentration-measurement.d.ts +25 -25
  651. package/src/clusters/pm25-concentration-measurement.d.ts +25 -25
  652. package/src/clusters/power-source-configuration.d.ts +4 -4
  653. package/src/clusters/power-source.d.ts +92 -92
  654. package/src/clusters/power-topology.d.ts +7 -43
  655. package/src/clusters/pressure-measurement.d.ts +22 -22
  656. package/src/clusters/pump-configuration-and-control.d.ts +111 -111
  657. package/src/clusters/push-av-stream-transport.d.ts +129 -147
  658. package/src/clusters/radon-concentration-measurement.d.ts +25 -25
  659. package/src/clusters/refrigerator-alarm.d.ts +22 -22
  660. package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +28 -28
  661. package/src/clusters/relative-humidity-measurement.d.ts +11 -11
  662. package/src/clusters/resource-monitoring.d.ts +20 -20
  663. package/src/clusters/rvc-clean-mode.d.ts +34 -34
  664. package/src/clusters/rvc-operational-state.d.ts +33 -33
  665. package/src/clusters/rvc-run-mode.d.ts +40 -40
  666. package/src/clusters/scenes-management.d.ts +94 -94
  667. package/src/clusters/service-area.d.ts +47 -47
  668. package/src/clusters/smoke-co-alarm.d.ts +126 -90
  669. package/src/clusters/software-diagnostics.d.ts +24 -24
  670. package/src/clusters/soil-measurement.d.ts +6 -6
  671. package/src/clusters/switch.d.ts +43 -43
  672. package/src/clusters/target-navigator.d.ts +22 -22
  673. package/src/clusters/temperature-alarm.d.ts +706 -0
  674. package/src/clusters/temperature-alarm.js +13 -0
  675. package/src/clusters/temperature-control.d.ts +22 -22
  676. package/src/clusters/temperature-measurement.d.ts +11 -11
  677. package/src/clusters/thermostat-user-interface-configuration.d.ts +11 -11
  678. package/src/clusters/thermostat.d.ts +1001 -200
  679. package/src/clusters/thread-border-router-management.d.ts +26 -26
  680. package/src/clusters/thread-network-diagnostics.d.ts +187 -187
  681. package/src/clusters/thread-network-directory.d.ts +21 -21
  682. package/src/clusters/time-format-localization.d.ts +11 -11
  683. package/src/clusters/time-synchronization.d.ts +85 -85
  684. package/src/clusters/tls-certificate-management.d.ts +62 -62
  685. package/src/clusters/tls-client-management.d.ts +36 -36
  686. package/src/clusters/total-volatile-organic-compounds-concentration-measurement.d.ts +25 -25
  687. package/src/clusters/unit-localization.d.ts +8 -8
  688. package/src/clusters/user-label.d.ts +4 -4
  689. package/src/clusters/valve-configuration-and-control.d.ts +45 -45
  690. package/src/clusters/wake-on-lan.d.ts +6 -6
  691. package/src/clusters/water-heater-management.d.ts +32 -32
  692. package/src/clusters/water-heater-mode.d.ts +29 -29
  693. package/src/clusters/water-tank-level-monitoring.d.ts +15 -15
  694. package/src/clusters/web-rtc-transport-definitions.d.ts +22 -22
  695. package/src/clusters/web-rtc-transport-provider.d.ts +52 -105
  696. package/src/clusters/web-rtc-transport-requestor.d.ts +22 -22
  697. package/src/clusters/wi-fi-network-diagnostics.d.ts +46 -46
  698. package/src/clusters/wi-fi-network-management.d.ts +9 -9
  699. package/src/clusters/window-covering.d.ts +61 -61
  700. package/src/clusters/zone-management.d.ts +79 -79
  701. package/src/datatype/AttributeId.ts +1 -1
  702. package/src/datatype/CaseAuthenticatedTag.ts +4 -4
  703. package/src/datatype/ClusterId.ts +1 -1
  704. package/src/datatype/CommandId.ts +1 -1
  705. package/src/datatype/DataVersion.ts +1 -1
  706. package/src/datatype/DeviceTypeId.ts +1 -1
  707. package/src/datatype/EndpointNumber.ts +1 -1
  708. package/src/datatype/EntryIndex.ts +1 -1
  709. package/src/datatype/EventId.ts +1 -1
  710. package/src/datatype/EventNumber.ts +1 -1
  711. package/src/datatype/FabricId.ts +1 -1
  712. package/src/datatype/FabricIndex.ts +4 -3
  713. package/src/datatype/FieldId.ts +1 -1
  714. package/src/datatype/GlobalFabricId.ts +1 -1
  715. package/src/datatype/GroupId.ts +1 -1
  716. package/src/datatype/NodeId.ts +1 -1
  717. package/src/datatype/SubjectId.ts +1 -1
  718. package/src/datatype/VendorId.ts +1 -1
  719. package/src/dcl/attestation-certificate.ts +1 -1
  720. package/src/dcl/device-attestation-revocation.ts +3 -3
  721. package/src/dcl/device-software-compliance.ts +1 -1
  722. package/src/dcl/device-software-version.ts +1 -1
  723. package/src/dcl/device.ts +2 -2
  724. package/src/dcl/operational-certificate.ts +1 -1
  725. package/src/dcl/vendor.ts +1 -1
  726. package/src/globals/AtomicAttributeStatus.ts +4 -4
  727. package/src/globals/AtomicRequestType.ts +1 -1
  728. package/src/globals/CertificationType.ts +27 -0
  729. package/src/globals/Currency.ts +2 -2
  730. package/src/globals/Locationdesc.ts +5 -5
  731. package/src/globals/MeasurementAccuracy.ts +5 -5
  732. package/src/globals/MeasurementAccuracyRange.ts +10 -10
  733. package/src/globals/MeasurementType.ts +1 -1
  734. package/src/globals/Namespace.ts +37 -2
  735. package/src/globals/PowerThreshold.ts +5 -5
  736. package/src/globals/PowerThresholdSource.ts +1 -1
  737. package/src/globals/Price.ts +2 -2
  738. package/src/globals/Priority.ts +1 -1
  739. package/src/globals/Semtag.ts +6 -6
  740. package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
  741. package/src/globals/Status.ts +36 -36
  742. package/src/globals/StreamUsage.ts +5 -5
  743. package/src/globals/TariffPriceType.ts +6 -6
  744. package/src/globals/TariffUnit.ts +1 -1
  745. package/src/globals/ThreeLevelAuto.ts +1 -1
  746. package/src/globals/Viewport.ts +6 -6
  747. package/src/globals/WildcardPathFlags.ts +1 -1
  748. package/src/globals/index.ts +1 -0
  749. package/src/protocol/messages/TlvDataReport.ts +1 -1
  750. package/src/protocol/messages/TlvInvokeRequest.ts +1 -1
  751. package/src/protocol/messages/TlvInvokeResponse.ts +1 -1
  752. package/src/protocol/messages/TlvReadRequest.ts +1 -1
  753. package/src/protocol/messages/TlvStatusResponse.ts +2 -2
  754. package/src/protocol/messages/TlvSubscribeRequest.ts +1 -1
  755. package/src/protocol/messages/TlvSubscribeResponse.ts +1 -1
  756. package/src/protocol/messages/TlvTimedRequest.ts +1 -1
  757. package/src/protocol/messages/TlvWriteRequest.ts +1 -1
  758. package/src/protocol/messages/TlvWriteResponse.ts +1 -1
  759. package/src/protocol/types/TlvAttributeData.ts +1 -1
  760. package/src/protocol/types/TlvAttributePath.ts +2 -1
  761. package/src/protocol/types/TlvAttributeReport.ts +1 -1
  762. package/src/protocol/types/TlvAttributeStatus.ts +1 -1
  763. package/src/protocol/types/TlvClusterPath.ts +1 -1
  764. package/src/protocol/types/TlvCommandData.ts +1 -1
  765. package/src/protocol/types/TlvCommandPath.ts +1 -1
  766. package/src/protocol/types/TlvCommandStatus.ts +1 -1
  767. package/src/protocol/types/TlvDataVersionFilter.ts +1 -1
  768. package/src/protocol/types/TlvEventData.ts +1 -1
  769. package/src/protocol/types/TlvEventFilter.ts +1 -1
  770. package/src/protocol/types/TlvEventPath.ts +1 -1
  771. package/src/protocol/types/TlvEventReport.ts +1 -1
  772. package/src/protocol/types/TlvEventStatus.ts +1 -1
  773. package/src/protocol/types/TlvInvokeResponseData.ts +1 -1
  774. package/src/protocol/types/TlvStatus.ts +1 -1
  775. package/src/protocol/types/WildcardPathFlagsBitmap.ts +1 -1
  776. package/src/schema/Base38Schema.ts +1 -1
  777. package/src/schema/PairingCodeSchema.ts +20 -12
  778. package/src/tlv/TlvArray.ts +1 -1
  779. package/src/tlv/TlvBoolean.ts +1 -1
  780. package/src/tlv/TlvCodec.ts +7 -7
  781. package/src/tlv/TlvNullable.ts +2 -2
  782. package/src/tlv/TlvNumber.ts +1 -1
  783. package/src/tlv/TlvObject.ts +1 -1
  784. package/src/tlv/TlvString.ts +1 -1
@@ -25,7 +25,7 @@ import type { MaybePromise } from "@matter/general";
25
25
  * recommended that the level provided by this cluster be interpreted as representing a proportion of the maximum
26
26
  * intensity achievable at the current color.
27
27
  *
28
- * @see {@link MatterSpecification.v151.Cluster} § 3.2
28
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2
29
29
  */
30
30
  export declare namespace ColorControl {
31
31
  /**
@@ -39,7 +39,7 @@ export declare namespace ColorControl {
39
39
  export const name: "ColorControl";
40
40
 
41
41
  /**
42
- * The cluster revision assigned by {@link MatterSpecification.v151.Cluster}.
42
+ * The cluster revision assigned by {@link MatterSpecification.v16.Cluster}.
43
43
  */
44
44
  export const revision: 9;
45
45
 
@@ -60,7 +60,7 @@ export declare namespace ColorControl {
60
60
  * The value of the ColorMode attribute cannot be written directly - it is set upon reception of any command in
61
61
  * section Commands to the appropriate mode for that command.
62
62
  *
63
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.10
63
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.10
64
64
  */
65
65
  colorMode: ColorMode;
66
66
 
@@ -83,7 +83,7 @@ export declare namespace ColorControl {
83
83
  *
84
84
  * - The value of the ExecuteIfOff bit is 0.
85
85
  *
86
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.11
86
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.11
87
87
  */
88
88
  options: Options;
89
89
 
@@ -95,7 +95,7 @@ export declare namespace ColorControl {
95
95
  * primaries shall also be implemented for each of the primaries from 1 to NumberOfPrimaries, without leaving
96
96
  * gaps. Implementation of the Primary1Intensity attribute and subsequent intensity attributes is optional.
97
97
  *
98
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.24
98
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.24
99
99
  */
100
100
  numberOfPrimaries: number | null;
101
101
 
@@ -106,7 +106,7 @@ export declare namespace ColorControl {
106
106
  * CurrentHue and CurrentSaturation when the light uses the EnhancedCurrentHue attribute. If the ColorMode
107
107
  * attribute is changed, its new value shall be copied to the EnhancedColorMode attribute.
108
108
  *
109
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.13
109
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.13
110
110
  */
111
111
  enhancedColorMode: EnhancedColorMode;
112
112
 
@@ -116,7 +116,7 @@ export declare namespace ColorControl {
116
116
  * Bits 0-4 of the ColorCapabilities attribute shall have the same values as the corresponding bits of the
117
117
  * FeatureMap attribute. All other bits in ColorCapabilities shall be 0.
118
118
  *
119
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.19
119
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.19
120
120
  */
121
121
  colorCapabilities: ColorCapabilities;
122
122
 
@@ -138,14 +138,14 @@ export declare namespace ColorControl {
138
138
  * As this attribute is not being reported during a regular countdown, clients SHOULD NOT rely on the reporting
139
139
  * of this attribute in order to keep track of the remaining duration.
140
140
  *
141
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.4
141
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.4
142
142
  */
143
143
  remainingTime?: number;
144
144
 
145
145
  /**
146
146
  * Indicates what mechanism, if any, is in use for compensation for color/intensity drift over time.
147
147
  *
148
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.7
148
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.7
149
149
  */
150
150
  driftCompensation?: DriftCompensation;
151
151
 
@@ -153,7 +153,7 @@ export declare namespace ColorControl {
153
153
  * This attribute shall contain a textual indication of what mechanism, if any, is in use to compensate for
154
154
  * color/intensity drift over time.
155
155
  *
156
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.8
156
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.8
157
157
  */
158
158
  compensationText?: string;
159
159
 
@@ -164,7 +164,7 @@ export declare namespace ColorControl {
164
164
  *
165
165
  * x = Primary1X / 65536 (Primary1X in the range 0 to 65279 inclusive)
166
166
  *
167
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.25
167
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.25
168
168
  */
169
169
  primary1X?: number;
170
170
 
@@ -175,7 +175,7 @@ export declare namespace ColorControl {
175
175
  *
176
176
  * y = Primary1Y / 65536 (Primary1Y in the range 0 to 65279 inclusive)
177
177
  *
178
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.26
178
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.26
179
179
  */
180
180
  primary1Y?: number;
181
181
 
@@ -185,82 +185,82 @@ export declare namespace ColorControl {
185
185
  *
186
186
  * A value of null shall indicate that this primary is not available.
187
187
  *
188
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.27
188
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.27
189
189
  */
190
190
  primary1Intensity?: number | null;
191
191
 
192
192
  /**
193
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
193
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
194
194
  */
195
195
  primary2X?: number;
196
196
 
197
197
  /**
198
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
198
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
199
199
  */
200
200
  primary2Y?: number;
201
201
 
202
202
  /**
203
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
203
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
204
204
  */
205
205
  primary2Intensity?: number | null;
206
206
 
207
207
  /**
208
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
208
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
209
209
  */
210
210
  primary3X?: number;
211
211
 
212
212
  /**
213
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
213
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
214
214
  */
215
215
  primary3Y?: number;
216
216
 
217
217
  /**
218
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
218
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
219
219
  */
220
220
  primary3Intensity?: number | null;
221
221
 
222
222
  /**
223
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
223
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
224
224
  */
225
225
  primary4X?: number;
226
226
 
227
227
  /**
228
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
228
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
229
229
  */
230
230
  primary4Y?: number;
231
231
 
232
232
  /**
233
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
233
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
234
234
  */
235
235
  primary4Intensity?: number | null;
236
236
 
237
237
  /**
238
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
238
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
239
239
  */
240
240
  primary5X?: number;
241
241
 
242
242
  /**
243
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
243
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
244
244
  */
245
245
  primary5Y?: number;
246
246
 
247
247
  /**
248
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
248
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
249
249
  */
250
250
  primary5Intensity?: number | null;
251
251
 
252
252
  /**
253
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
253
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
254
254
  */
255
255
  primary6X?: number;
256
256
 
257
257
  /**
258
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
258
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
259
259
  */
260
260
  primary6Y?: number;
261
261
 
262
262
  /**
263
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
263
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
264
264
  */
265
265
  primary6Intensity?: number | null;
266
266
 
@@ -272,7 +272,7 @@ export declare namespace ColorControl {
272
272
  *
273
273
  * x = WhitePointX / 65536 (WhitePointX in the range 0 to 65279 inclusive)
274
274
  *
275
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.29
275
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.29
276
276
  */
277
277
  whitePointX?: number;
278
278
 
@@ -284,7 +284,7 @@ export declare namespace ColorControl {
284
284
  *
285
285
  * y = WhitePointY / 65536 (WhitePointY in the range 0 to 65279 inclusive)
286
286
  *
287
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.30
287
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.30
288
288
  */
289
289
  whitePointY?: number;
290
290
 
@@ -296,7 +296,7 @@ export declare namespace ColorControl {
296
296
  *
297
297
  * x = ColorPointRX / 65536 (ColorPointRX in the range 0 to 65279 inclusive)
298
298
  *
299
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.31
299
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.31
300
300
  */
301
301
  colorPointRx?: number;
302
302
 
@@ -308,7 +308,7 @@ export declare namespace ColorControl {
308
308
  *
309
309
  * y = ColorPointRY / 65536 (ColorPointRY in the range 0 to 65279 inclusive)
310
310
  *
311
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.32
311
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.32
312
312
  */
313
313
  colorPointRy?: number;
314
314
 
@@ -319,37 +319,37 @@ export declare namespace ColorControl {
319
319
  *
320
320
  * A value of null shall indicate an invalid value.
321
321
  *
322
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.33
322
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.33
323
323
  */
324
324
  colorPointRIntensity?: number | null;
325
325
 
326
326
  /**
327
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
327
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
328
328
  */
329
329
  colorPointGx?: number;
330
330
 
331
331
  /**
332
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
332
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
333
333
  */
334
334
  colorPointGy?: number;
335
335
 
336
336
  /**
337
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
337
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
338
338
  */
339
339
  colorPointGIntensity?: number | null;
340
340
 
341
341
  /**
342
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
342
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
343
343
  */
344
344
  colorPointBx?: number;
345
345
 
346
346
  /**
347
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
347
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
348
348
  */
349
349
  colorPointBy?: number;
350
350
 
351
351
  /**
352
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
352
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
353
353
  */
354
354
  colorPointBIntensity?: number | null;
355
355
  }
@@ -372,7 +372,7 @@ export declare namespace ColorControl {
372
372
  *
373
373
  * - At the end of the movement/transition.
374
374
  *
375
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.2
375
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.2
376
376
  */
377
377
  currentHue: number;
378
378
 
@@ -391,7 +391,7 @@ export declare namespace ColorControl {
391
391
  *
392
392
  * - At the end of the movement/transition.
393
393
  *
394
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.3
394
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.3
395
395
  */
396
396
  currentSaturation: number;
397
397
  }
@@ -413,7 +413,7 @@ export declare namespace ColorControl {
413
413
  *
414
414
  * - At the end of the movement/transition.
415
415
  *
416
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.5
416
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.5
417
417
  */
418
418
  currentX: number;
419
419
 
@@ -430,7 +430,7 @@ export declare namespace ColorControl {
430
430
  *
431
431
  * - At the end of the movement/transition.
432
432
  *
433
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.6
433
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.6
434
434
  */
435
435
  currentY: number;
436
436
  }
@@ -456,7 +456,7 @@ export declare namespace ColorControl {
456
456
  *
457
457
  * If this attribute is implemented then the ColorMode attribute shall also be implemented.
458
458
  *
459
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.9
459
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.9
460
460
  */
461
461
  colorTemperatureMireds: number;
462
462
 
@@ -465,7 +465,7 @@ export declare namespace ColorControl {
465
465
  * maximum color temperature in kelvins supported by the hardware. ColorTempPhysicalMinMireds $<=$
466
466
  * ColorTemperatureMireds.
467
467
  *
468
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.20
468
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.20
469
469
  */
470
470
  colorTempPhysicalMinMireds: number;
471
471
 
@@ -474,7 +474,7 @@ export declare namespace ColorControl {
474
474
  * minimum color temperature in kelvins supported by the hardware. ColorTemperatureMireds $<=$
475
475
  * ColorTempPhysicalMaxMireds.
476
476
  *
477
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.21
477
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.21
478
478
  */
479
479
  colorTempPhysicalMaxMireds: number;
480
480
 
@@ -491,7 +491,7 @@ export declare namespace ColorControl {
491
491
  * in kelvins = 1,000,000 / CoupleColorTempToLevelMinMireds), the CoupleColorTempToLevelMinMireds attribute
492
492
  * corresponds to an upper bound on the value of the color temperature in kelvins supported by the device.
493
493
  *
494
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.22
494
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.22
495
495
  */
496
496
  coupleColorTempToLevelMinMireds?: number;
497
497
 
@@ -501,7 +501,7 @@ export declare namespace ColorControl {
501
501
  * EnhancedColorMode attributes shall be set to 2 (ColorTemperatureMireds). The values of the
502
502
  * StartUpColorTemperatureMireds attribute are listed in the table below,
503
503
  *
504
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.23
504
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.23
505
505
  */
506
506
  startUpColorTemperatureMireds?: number | null;
507
507
  }
@@ -526,7 +526,7 @@ export declare namespace ColorControl {
526
526
  *
527
527
  * - At the end of the movement/transition.
528
528
  *
529
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.12
529
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.12
530
530
  */
531
531
  enhancedCurrentHue: number;
532
532
  }
@@ -539,7 +539,7 @@ export declare namespace ColorControl {
539
539
  * Indicates the current active status of the color loop. If this attribute has the value 0, the color loop
540
540
  * shall NOT be active. If this attribute has the value 1, the color loop shall be active.
541
541
  *
542
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.14
542
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.14
543
543
  */
544
544
  colorLoopActive: ColorLoopActive;
545
545
 
@@ -548,7 +548,7 @@ export declare namespace ColorControl {
548
548
  * EnhancedCurrentHue attribute shall be decremented. If this attribute has the value Increment, the
549
549
  * EnhancedCurrentHue attribute shall be incremented.
550
550
  *
551
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.15
551
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.15
552
552
  */
553
553
  colorLoopDirection: ColorLoopDirection;
554
554
 
@@ -556,14 +556,14 @@ export declare namespace ColorControl {
556
556
  * Indicates the number of seconds it shall take to perform a full color loop, i.e., to cycle all values of the
557
557
  * EnhancedCurrentHue attribute (between 0 and 65534).
558
558
  *
559
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.16
559
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.16
560
560
  */
561
561
  colorLoopTime: number;
562
562
 
563
563
  /**
564
564
  * Indicates the value of the EnhancedCurrentHue attribute from which the color loop shall be started.
565
565
  *
566
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.17
566
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.17
567
567
  */
568
568
  colorLoopStartEnhancedHue: number;
569
569
 
@@ -571,7 +571,7 @@ export declare namespace ColorControl {
571
571
  * Indicates the value of the EnhancedCurrentHue attribute before the color loop was started. Once the color
572
572
  * loop is complete, the EnhancedCurrentHue attribute shall be restored to this value.
573
573
  *
574
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.18
574
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.18
575
575
  */
576
576
  colorLoopStoredEnhancedHue: number;
577
577
  }
@@ -589,7 +589,7 @@ export declare namespace ColorControl {
589
589
  * The value of the ColorMode attribute cannot be written directly - it is set upon reception of any command in
590
590
  * section Commands to the appropriate mode for that command.
591
591
  *
592
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.10
592
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.10
593
593
  */
594
594
  colorMode: ColorMode;
595
595
 
@@ -612,7 +612,7 @@ export declare namespace ColorControl {
612
612
  *
613
613
  * - The value of the ExecuteIfOff bit is 0.
614
614
  *
615
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.11
615
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.11
616
616
  */
617
617
  options: Options;
618
618
 
@@ -624,7 +624,7 @@ export declare namespace ColorControl {
624
624
  * primaries shall also be implemented for each of the primaries from 1 to NumberOfPrimaries, without leaving
625
625
  * gaps. Implementation of the Primary1Intensity attribute and subsequent intensity attributes is optional.
626
626
  *
627
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.24
627
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.24
628
628
  */
629
629
  numberOfPrimaries: number | null;
630
630
 
@@ -635,7 +635,7 @@ export declare namespace ColorControl {
635
635
  * CurrentHue and CurrentSaturation when the light uses the EnhancedCurrentHue attribute. If the ColorMode
636
636
  * attribute is changed, its new value shall be copied to the EnhancedColorMode attribute.
637
637
  *
638
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.13
638
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.13
639
639
  */
640
640
  enhancedColorMode: EnhancedColorMode;
641
641
 
@@ -645,7 +645,7 @@ export declare namespace ColorControl {
645
645
  * Bits 0-4 of the ColorCapabilities attribute shall have the same values as the corresponding bits of the
646
646
  * FeatureMap attribute. All other bits in ColorCapabilities shall be 0.
647
647
  *
648
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.19
648
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.19
649
649
  */
650
650
  colorCapabilities: ColorCapabilities;
651
651
 
@@ -667,14 +667,14 @@ export declare namespace ColorControl {
667
667
  * As this attribute is not being reported during a regular countdown, clients SHOULD NOT rely on the reporting
668
668
  * of this attribute in order to keep track of the remaining duration.
669
669
  *
670
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.4
670
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.4
671
671
  */
672
672
  remainingTime: number;
673
673
 
674
674
  /**
675
675
  * Indicates what mechanism, if any, is in use for compensation for color/intensity drift over time.
676
676
  *
677
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.7
677
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.7
678
678
  */
679
679
  driftCompensation: DriftCompensation;
680
680
 
@@ -682,7 +682,7 @@ export declare namespace ColorControl {
682
682
  * This attribute shall contain a textual indication of what mechanism, if any, is in use to compensate for
683
683
  * color/intensity drift over time.
684
684
  *
685
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.8
685
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.8
686
686
  */
687
687
  compensationText: string;
688
688
 
@@ -693,7 +693,7 @@ export declare namespace ColorControl {
693
693
  *
694
694
  * x = Primary1X / 65536 (Primary1X in the range 0 to 65279 inclusive)
695
695
  *
696
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.25
696
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.25
697
697
  */
698
698
  primary1X: number;
699
699
 
@@ -704,7 +704,7 @@ export declare namespace ColorControl {
704
704
  *
705
705
  * y = Primary1Y / 65536 (Primary1Y in the range 0 to 65279 inclusive)
706
706
  *
707
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.26
707
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.26
708
708
  */
709
709
  primary1Y: number;
710
710
 
@@ -714,82 +714,82 @@ export declare namespace ColorControl {
714
714
  *
715
715
  * A value of null shall indicate that this primary is not available.
716
716
  *
717
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.27
717
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.27
718
718
  */
719
719
  primary1Intensity: number | null;
720
720
 
721
721
  /**
722
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
722
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
723
723
  */
724
724
  primary2X: number;
725
725
 
726
726
  /**
727
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
727
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
728
728
  */
729
729
  primary2Y: number;
730
730
 
731
731
  /**
732
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
732
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
733
733
  */
734
734
  primary2Intensity: number | null;
735
735
 
736
736
  /**
737
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
737
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
738
738
  */
739
739
  primary3X: number;
740
740
 
741
741
  /**
742
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
742
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
743
743
  */
744
744
  primary3Y: number;
745
745
 
746
746
  /**
747
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
747
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
748
748
  */
749
749
  primary3Intensity: number | null;
750
750
 
751
751
  /**
752
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
752
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
753
753
  */
754
754
  primary4X: number;
755
755
 
756
756
  /**
757
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
757
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
758
758
  */
759
759
  primary4Y: number;
760
760
 
761
761
  /**
762
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
762
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
763
763
  */
764
764
  primary4Intensity: number | null;
765
765
 
766
766
  /**
767
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
767
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
768
768
  */
769
769
  primary5X: number;
770
770
 
771
771
  /**
772
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
772
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
773
773
  */
774
774
  primary5Y: number;
775
775
 
776
776
  /**
777
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
777
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
778
778
  */
779
779
  primary5Intensity: number | null;
780
780
 
781
781
  /**
782
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
782
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
783
783
  */
784
784
  primary6X: number;
785
785
 
786
786
  /**
787
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
787
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
788
788
  */
789
789
  primary6Y: number;
790
790
 
791
791
  /**
792
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
792
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
793
793
  */
794
794
  primary6Intensity: number | null;
795
795
 
@@ -801,7 +801,7 @@ export declare namespace ColorControl {
801
801
  *
802
802
  * x = WhitePointX / 65536 (WhitePointX in the range 0 to 65279 inclusive)
803
803
  *
804
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.29
804
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.29
805
805
  */
806
806
  whitePointX: number;
807
807
 
@@ -813,7 +813,7 @@ export declare namespace ColorControl {
813
813
  *
814
814
  * y = WhitePointY / 65536 (WhitePointY in the range 0 to 65279 inclusive)
815
815
  *
816
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.30
816
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.30
817
817
  */
818
818
  whitePointY: number;
819
819
 
@@ -825,7 +825,7 @@ export declare namespace ColorControl {
825
825
  *
826
826
  * x = ColorPointRX / 65536 (ColorPointRX in the range 0 to 65279 inclusive)
827
827
  *
828
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.31
828
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.31
829
829
  */
830
830
  colorPointRx: number;
831
831
 
@@ -837,7 +837,7 @@ export declare namespace ColorControl {
837
837
  *
838
838
  * y = ColorPointRY / 65536 (ColorPointRY in the range 0 to 65279 inclusive)
839
839
  *
840
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.32
840
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.32
841
841
  */
842
842
  colorPointRy: number;
843
843
 
@@ -848,37 +848,37 @@ export declare namespace ColorControl {
848
848
  *
849
849
  * A value of null shall indicate an invalid value.
850
850
  *
851
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.33
851
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.33
852
852
  */
853
853
  colorPointRIntensity: number | null;
854
854
 
855
855
  /**
856
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
856
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
857
857
  */
858
858
  colorPointGx: number;
859
859
 
860
860
  /**
861
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
861
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
862
862
  */
863
863
  colorPointGy: number;
864
864
 
865
865
  /**
866
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
866
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
867
867
  */
868
868
  colorPointGIntensity: number | null;
869
869
 
870
870
  /**
871
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
871
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
872
872
  */
873
873
  colorPointBx: number;
874
874
 
875
875
  /**
876
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
876
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
877
877
  */
878
878
  colorPointBy: number;
879
879
 
880
880
  /**
881
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7
881
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7
882
882
  */
883
883
  colorPointBIntensity: number | null;
884
884
 
@@ -896,7 +896,7 @@ export declare namespace ColorControl {
896
896
  *
897
897
  * - At the end of the movement/transition.
898
898
  *
899
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.2
899
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.2
900
900
  */
901
901
  currentHue: number;
902
902
 
@@ -915,7 +915,7 @@ export declare namespace ColorControl {
915
915
  *
916
916
  * - At the end of the movement/transition.
917
917
  *
918
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.3
918
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.3
919
919
  */
920
920
  currentSaturation: number;
921
921
 
@@ -932,7 +932,7 @@ export declare namespace ColorControl {
932
932
  *
933
933
  * - At the end of the movement/transition.
934
934
  *
935
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.5
935
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.5
936
936
  */
937
937
  currentX: number;
938
938
 
@@ -949,7 +949,7 @@ export declare namespace ColorControl {
949
949
  *
950
950
  * - At the end of the movement/transition.
951
951
  *
952
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.6
952
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.6
953
953
  */
954
954
  currentY: number;
955
955
 
@@ -970,7 +970,7 @@ export declare namespace ColorControl {
970
970
  *
971
971
  * If this attribute is implemented then the ColorMode attribute shall also be implemented.
972
972
  *
973
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.9
973
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.9
974
974
  */
975
975
  colorTemperatureMireds: number;
976
976
 
@@ -979,7 +979,7 @@ export declare namespace ColorControl {
979
979
  * maximum color temperature in kelvins supported by the hardware. ColorTempPhysicalMinMireds $<=$
980
980
  * ColorTemperatureMireds.
981
981
  *
982
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.20
982
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.20
983
983
  */
984
984
  colorTempPhysicalMinMireds: number;
985
985
 
@@ -988,7 +988,7 @@ export declare namespace ColorControl {
988
988
  * minimum color temperature in kelvins supported by the hardware. ColorTemperatureMireds $<=$
989
989
  * ColorTempPhysicalMaxMireds.
990
990
  *
991
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.21
991
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.21
992
992
  */
993
993
  colorTempPhysicalMaxMireds: number;
994
994
 
@@ -1005,7 +1005,7 @@ export declare namespace ColorControl {
1005
1005
  * in kelvins = 1,000,000 / CoupleColorTempToLevelMinMireds), the CoupleColorTempToLevelMinMireds attribute
1006
1006
  * corresponds to an upper bound on the value of the color temperature in kelvins supported by the device.
1007
1007
  *
1008
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.22
1008
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.22
1009
1009
  */
1010
1010
  coupleColorTempToLevelMinMireds: number;
1011
1011
 
@@ -1015,7 +1015,7 @@ export declare namespace ColorControl {
1015
1015
  * EnhancedColorMode attributes shall be set to 2 (ColorTemperatureMireds). The values of the
1016
1016
  * StartUpColorTemperatureMireds attribute are listed in the table below,
1017
1017
  *
1018
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.23
1018
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.23
1019
1019
  */
1020
1020
  startUpColorTemperatureMireds: number | null;
1021
1021
 
@@ -1035,7 +1035,7 @@ export declare namespace ColorControl {
1035
1035
  *
1036
1036
  * - At the end of the movement/transition.
1037
1037
  *
1038
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.12
1038
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.12
1039
1039
  */
1040
1040
  enhancedCurrentHue: number;
1041
1041
 
@@ -1043,7 +1043,7 @@ export declare namespace ColorControl {
1043
1043
  * Indicates the current active status of the color loop. If this attribute has the value 0, the color loop
1044
1044
  * shall NOT be active. If this attribute has the value 1, the color loop shall be active.
1045
1045
  *
1046
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.14
1046
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.14
1047
1047
  */
1048
1048
  colorLoopActive: ColorLoopActive;
1049
1049
 
@@ -1052,7 +1052,7 @@ export declare namespace ColorControl {
1052
1052
  * EnhancedCurrentHue attribute shall be decremented. If this attribute has the value Increment, the
1053
1053
  * EnhancedCurrentHue attribute shall be incremented.
1054
1054
  *
1055
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.15
1055
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.15
1056
1056
  */
1057
1057
  colorLoopDirection: ColorLoopDirection;
1058
1058
 
@@ -1060,14 +1060,14 @@ export declare namespace ColorControl {
1060
1060
  * Indicates the number of seconds it shall take to perform a full color loop, i.e., to cycle all values of the
1061
1061
  * EnhancedCurrentHue attribute (between 0 and 65534).
1062
1062
  *
1063
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.16
1063
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.16
1064
1064
  */
1065
1065
  colorLoopTime: number;
1066
1066
 
1067
1067
  /**
1068
1068
  * Indicates the value of the EnhancedCurrentHue attribute from which the color loop shall be started.
1069
1069
  *
1070
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.17
1070
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.17
1071
1071
  */
1072
1072
  colorLoopStartEnhancedHue: number;
1073
1073
 
@@ -1075,7 +1075,7 @@ export declare namespace ColorControl {
1075
1075
  * Indicates the value of the EnhancedCurrentHue attribute before the color loop was started. Once the color
1076
1076
  * loop is complete, the EnhancedCurrentHue attribute shall be restored to this value.
1077
1077
  *
1078
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.18
1078
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.18
1079
1079
  */
1080
1080
  colorLoopStoredEnhancedHue: number;
1081
1081
  }
@@ -1085,51 +1085,51 @@ export declare namespace ColorControl {
1085
1085
  */
1086
1086
  export interface HueSaturationCommands {
1087
1087
  /**
1088
- * This command will move the device to the requested hue value using a transition.
1088
+ * This command will move the device to the requested hue using a transition.
1089
1089
  *
1090
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.4
1090
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.4
1091
1091
  */
1092
1092
  moveToHue(request: MoveToHueRequest): MaybePromise;
1093
1093
 
1094
1094
  /**
1095
- * This command will move the device to the requested hue value using a step rate.
1095
+ * This command will change the hue of the device with a requested rate.
1096
1096
  *
1097
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.5
1097
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.5
1098
1098
  */
1099
1099
  moveHue(request: MoveHueRequest): MaybePromise;
1100
1100
 
1101
1101
  /**
1102
- * This command will change the device to the requested hue value using a step and transition.
1102
+ * This command will change the hue of the device using a step and transition.
1103
1103
  *
1104
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.6
1104
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.6
1105
1105
  */
1106
1106
  stepHue(request: StepHueRequest): MaybePromise;
1107
1107
 
1108
1108
  /**
1109
- * This command will move the device to the requested saturation value using a transition.
1109
+ * This command will move the device to the requested saturation using a transition.
1110
1110
  *
1111
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.7
1111
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.7
1112
1112
  */
1113
1113
  moveToSaturation(request: MoveToSaturationRequest): MaybePromise;
1114
1114
 
1115
1115
  /**
1116
- * This command will move the device to the requested saturation value using a rate.
1116
+ * This command will change the saturation of the device with a requested rate.
1117
1117
  *
1118
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.8
1118
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.8
1119
1119
  */
1120
1120
  moveSaturation(request: MoveSaturationRequest): MaybePromise;
1121
1121
 
1122
1122
  /**
1123
- * This command will change the device to the requested saturation value using a step transition.
1123
+ * This command will change the saturation of the device using a step and transition.
1124
1124
  *
1125
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.9
1125
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.9
1126
1126
  */
1127
1127
  stepSaturation(request: StepSaturationRequest): MaybePromise;
1128
1128
 
1129
1129
  /**
1130
- * This command will move the device to the requested hue and saturation value using a transition.
1130
+ * This command will move the device to the requested hue and saturation using a transition.
1131
1131
  *
1132
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.10
1132
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.10
1133
1133
  */
1134
1134
  moveToHueAndSaturation(request: MoveToHueAndSaturationRequest): MaybePromise;
1135
1135
  }
@@ -1139,23 +1139,23 @@ export declare namespace ColorControl {
1139
1139
  */
1140
1140
  export interface XyCommands {
1141
1141
  /**
1142
- * This command will move the device to the requested color value using a transition.
1142
+ * This command will move the device to the requested color using a transition.
1143
1143
  *
1144
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.11
1144
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.11
1145
1145
  */
1146
1146
  moveToColor(request: MoveToColorRequest): MaybePromise;
1147
1147
 
1148
1148
  /**
1149
- * This command will move the device to the requested color using a step rate.
1149
+ * This command will change the color of the device with a requested rate.
1150
1150
  *
1151
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.12
1151
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.12
1152
1152
  */
1153
1153
  moveColor(request: MoveColorRequest): MaybePromise;
1154
1154
 
1155
1155
  /**
1156
- * This command will move the device to the requested color using a step transition.
1156
+ * This command will change the color of the device using a step and transition.
1157
1157
  *
1158
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.13
1158
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.13
1159
1159
  */
1160
1160
  stepColor(request: StepColorRequest): MaybePromise;
1161
1161
  }
@@ -1165,23 +1165,23 @@ export declare namespace ColorControl {
1165
1165
  */
1166
1166
  export interface ColorTemperatureCommands {
1167
1167
  /**
1168
- * This command will move the device to the requested color temperate using a transition.
1168
+ * This command will move the device to the requested color temperature using a transition.
1169
1169
  *
1170
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.14
1170
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.14
1171
1171
  */
1172
1172
  moveToColorTemperature(request: MoveToColorTemperatureRequest): MaybePromise;
1173
1173
 
1174
1174
  /**
1175
1175
  * This command allows the color temperature of the light to be moved at a specified rate.
1176
1176
  *
1177
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.21
1177
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.21
1178
1178
  */
1179
1179
  moveColorTemperature(request: MoveColorTemperatureRequest): MaybePromise;
1180
1180
 
1181
1181
  /**
1182
1182
  * This command allows the color temperature of the light to be stepped with a specified step size.
1183
1183
  *
1184
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.22
1184
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.22
1185
1185
  */
1186
1186
  stepColorTemperature(request: StepColorTemperatureRequest): MaybePromise;
1187
1187
  }
@@ -1194,22 +1194,21 @@ export declare namespace ColorControl {
1194
1194
  * This command allows the light to be moved in a smooth continuous transition from their current hue to a
1195
1195
  * target hue.
1196
1196
  *
1197
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.15
1197
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.15
1198
1198
  */
1199
1199
  enhancedMoveToHue(request: EnhancedMoveToHueRequest): MaybePromise;
1200
1200
 
1201
1201
  /**
1202
1202
  * This command allows the light to start a continuous transition starting from their current hue.
1203
1203
  *
1204
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.16
1204
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.16
1205
1205
  */
1206
1206
  enhancedMoveHue(request: EnhancedMoveHueRequest): MaybePromise;
1207
1207
 
1208
1208
  /**
1209
- * This command allows the light to be moved in a stepped transition from their current hue, resulting in a
1210
- * linear transition through XY space.
1209
+ * This command allows the device to be moved in a stepped transition from their current hue.
1211
1210
  *
1212
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.17
1211
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.17
1213
1212
  */
1214
1213
  enhancedStepHue(request: EnhancedStepHueRequest): MaybePromise;
1215
1214
 
@@ -1217,7 +1216,7 @@ export declare namespace ColorControl {
1217
1216
  * This command allows the light to be moved in a smooth continuous transition from their current hue to a
1218
1217
  * target hue and from their current saturation to a target saturation.
1219
1218
  *
1220
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.18
1219
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.18
1221
1220
  */
1222
1221
  enhancedMoveToHueAndSaturation(request: EnhancedMoveToHueAndSaturationRequest): MaybePromise;
1223
1222
  }
@@ -1229,7 +1228,7 @@ export declare namespace ColorControl {
1229
1228
  /**
1230
1229
  * This command allows a color loop to be activated such that the color light cycles through its range of hues.
1231
1230
  *
1232
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.19
1231
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.19
1233
1232
  */
1234
1233
  colorLoopSet(request: ColorLoopSetRequest): MaybePromise;
1235
1234
  }
@@ -1249,7 +1248,7 @@ export declare namespace ColorControl {
1249
1248
  *
1250
1249
  * > NOTE: The StopMoveStep command has no effect on an active color loop.
1251
1250
  *
1252
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.20
1251
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.20
1253
1252
  */
1254
1253
  stopMoveStep(request: StopMoveStepRequest): MaybePromise;
1255
1254
  }
@@ -1287,7 +1286,7 @@ export declare namespace ColorControl {
1287
1286
  /**
1288
1287
  * These are optional features supported by ColorControlCluster.
1289
1288
  *
1290
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.4
1289
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.4
1291
1290
  */
1292
1291
  export enum Feature {
1293
1292
  /**
@@ -1327,7 +1326,7 @@ export declare namespace ColorControl {
1327
1326
  }
1328
1327
 
1329
1328
  /**
1330
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.6.5
1329
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.6.5
1331
1330
  */
1332
1331
  export enum ColorMode {
1333
1332
  /**
@@ -1347,7 +1346,7 @@ export declare namespace ColorControl {
1347
1346
  }
1348
1347
 
1349
1348
  /**
1350
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.6.2
1349
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.6.2
1351
1350
  */
1352
1351
  export class Options {
1353
1352
  constructor(values?: Partial<Options> | number);
@@ -1357,13 +1356,13 @@ export declare namespace ColorControl {
1357
1356
  *
1358
1357
  * This bit shall indicate if this cluster server instance has a dependency with the On/Off cluster.
1359
1358
  *
1360
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.6.2.1
1359
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.6.2.1
1361
1360
  */
1362
1361
  executeIfOff?: boolean;
1363
1362
  }
1364
1363
 
1365
1364
  /**
1366
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.6.6
1365
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.6.6
1367
1366
  */
1368
1367
  export enum EnhancedColorMode {
1369
1368
  /**
@@ -1388,7 +1387,7 @@ export declare namespace ColorControl {
1388
1387
  }
1389
1388
 
1390
1389
  /**
1391
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.6.1
1390
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.6.1
1392
1391
  */
1393
1392
  export class ColorCapabilities {
1394
1393
  constructor(values?: Partial<ColorCapabilities> | number);
@@ -1420,7 +1419,7 @@ export declare namespace ColorControl {
1420
1419
  }
1421
1420
 
1422
1421
  /**
1423
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.6.4
1422
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.6.4
1424
1423
  */
1425
1424
  export enum DriftCompensation {
1426
1425
  /**
@@ -1453,7 +1452,7 @@ export declare namespace ColorControl {
1453
1452
  * Indicates the current active status of the color loop. If this attribute has the value 0, the color loop shall
1454
1453
  * NOT be active. If this attribute has the value 1, the color loop shall be active.
1455
1454
  *
1456
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.7.14
1455
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.7.14
1457
1456
  */
1458
1457
  export enum ColorLoopActive {
1459
1458
  Inactive = 0,
@@ -1461,7 +1460,7 @@ export declare namespace ColorControl {
1461
1460
  }
1462
1461
 
1463
1462
  /**
1464
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.6.11
1463
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.6.11
1465
1464
  */
1466
1465
  export enum ColorLoopDirection {
1467
1466
  /**
@@ -1476,9 +1475,9 @@ export declare namespace ColorControl {
1476
1475
  }
1477
1476
 
1478
1477
  /**
1479
- * This command will move the device to the requested hue value using a transition.
1478
+ * This command will move the device to the requested hue using a transition.
1480
1479
  *
1481
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.4
1480
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.4
1482
1481
  */
1483
1482
  export class MoveToHueRequest {
1484
1483
  constructor(values?: Partial<MoveToHueRequest>);
@@ -1486,21 +1485,21 @@ export declare namespace ColorControl {
1486
1485
  /**
1487
1486
  * This field shall indicate the hue to be moved to.
1488
1487
  *
1489
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.4.1
1488
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.4.1
1490
1489
  */
1491
1490
  hue: number;
1492
1491
 
1493
1492
  /**
1494
1493
  * This field shall indicate the movement direction.
1495
1494
  *
1496
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.4.2
1495
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.4.2
1497
1496
  */
1498
1497
  direction: Direction;
1499
1498
 
1500
1499
  /**
1501
1500
  * This field shall indicate, in 1/10ths of a second, the time that shall be taken to move to the new hue.
1502
1501
  *
1503
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.4.3
1502
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.4.3
1504
1503
  */
1505
1504
  transitionTime: number;
1506
1505
 
@@ -1509,9 +1508,9 @@ export declare namespace ColorControl {
1509
1508
  }
1510
1509
 
1511
1510
  /**
1512
- * This command will move the device to the requested hue value using a step rate.
1511
+ * This command will change the hue of the device with a requested rate.
1513
1512
  *
1514
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.5
1513
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.5
1515
1514
  */
1516
1515
  export class MoveHueRequest {
1517
1516
  constructor(values?: Partial<MoveHueRequest>);
@@ -1519,7 +1518,7 @@ export declare namespace ColorControl {
1519
1518
  /**
1520
1519
  * This field shall indicate the mode of movement.
1521
1520
  *
1522
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.5.1
1521
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.5.1
1523
1522
  */
1524
1523
  moveMode: MoveMode;
1525
1524
 
@@ -1527,7 +1526,7 @@ export declare namespace ColorControl {
1527
1526
  * This field shall indicate the rate of movement in steps per second. A step is a change in the device’s hue of
1528
1527
  * one unit.
1529
1528
  *
1530
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.5.2
1529
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.5.2
1531
1530
  */
1532
1531
  rate: number;
1533
1532
 
@@ -1536,9 +1535,9 @@ export declare namespace ColorControl {
1536
1535
  }
1537
1536
 
1538
1537
  /**
1539
- * This command will change the device to the requested hue value using a step and transition.
1538
+ * This command will change the hue of the device using a step and transition.
1540
1539
  *
1541
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.6
1540
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.6
1542
1541
  */
1543
1542
  export class StepHueRequest {
1544
1543
  constructor(values?: Partial<StepHueRequest>);
@@ -1546,7 +1545,7 @@ export declare namespace ColorControl {
1546
1545
  /**
1547
1546
  * This field shall indicate the mode of the step to be performed.
1548
1547
  *
1549
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.6.1
1548
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.6.1
1550
1549
  */
1551
1550
  stepMode: StepMode;
1552
1551
 
@@ -1554,7 +1553,7 @@ export declare namespace ColorControl {
1554
1553
  * This field shall indicate the change to be added to (or subtracted from) the current value of the device’s
1555
1554
  * hue.
1556
1555
  *
1557
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.6.2
1556
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.6.2
1558
1557
  */
1559
1558
  stepSize: number;
1560
1559
 
@@ -1567,7 +1566,7 @@ export declare namespace ColorControl {
1567
1566
  * > NOTE: Here the TransitionTime data field is of data type uint8, where uint16 is more common for
1568
1567
  * TransitionTime data fields in other clusters / commands.
1569
1568
  *
1570
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.6.3
1569
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.6.3
1571
1570
  */
1572
1571
  transitionTime: number;
1573
1572
 
@@ -1576,9 +1575,9 @@ export declare namespace ColorControl {
1576
1575
  }
1577
1576
 
1578
1577
  /**
1579
- * This command will move the device to the requested saturation value using a transition.
1578
+ * This command will move the device to the requested saturation using a transition.
1580
1579
  *
1581
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.7
1580
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.7
1582
1581
  */
1583
1582
  export class MoveToSaturationRequest {
1584
1583
  constructor(values?: Partial<MoveToSaturationRequest>);
@@ -1589,9 +1588,9 @@ export declare namespace ColorControl {
1589
1588
  }
1590
1589
 
1591
1590
  /**
1592
- * This command will move the device to the requested saturation value using a rate.
1591
+ * This command will change the saturation of the device with a requested rate.
1593
1592
  *
1594
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.8
1593
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.8
1595
1594
  */
1596
1595
  export class MoveSaturationRequest {
1597
1596
  constructor(values?: Partial<MoveSaturationRequest>);
@@ -1599,7 +1598,7 @@ export declare namespace ColorControl {
1599
1598
  /**
1600
1599
  * This field shall indicate the mode of movement, as described in the MoveHue command.
1601
1600
  *
1602
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.8.1
1601
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.8.1
1603
1602
  */
1604
1603
  moveMode: MoveMode;
1605
1604
 
@@ -1607,7 +1606,7 @@ export declare namespace ColorControl {
1607
1606
  * This field shall indicate the rate of movement in steps per second. A step is a change in the device’s
1608
1607
  * saturation of one unit.
1609
1608
  *
1610
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.8.2
1609
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.8.2
1611
1610
  */
1612
1611
  rate: number;
1613
1612
 
@@ -1616,9 +1615,9 @@ export declare namespace ColorControl {
1616
1615
  }
1617
1616
 
1618
1617
  /**
1619
- * This command will change the device to the requested saturation value using a step transition.
1618
+ * This command will change the saturation of the device using a step and transition.
1620
1619
  *
1621
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.9
1620
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.9
1622
1621
  */
1623
1622
  export class StepSaturationRequest {
1624
1623
  constructor(values?: Partial<StepSaturationRequest>);
@@ -1626,7 +1625,7 @@ export declare namespace ColorControl {
1626
1625
  /**
1627
1626
  * This field shall indicate the mode of the step to be performed, as described in the StepHue command.
1628
1627
  *
1629
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.9.1
1628
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.9.1
1630
1629
  */
1631
1630
  stepMode: StepMode;
1632
1631
 
@@ -1634,7 +1633,7 @@ export declare namespace ColorControl {
1634
1633
  * This field shall indicate the change to be added to (or subtracted from) the current value of the device’s
1635
1634
  * saturation.
1636
1635
  *
1637
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.9.2
1636
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.9.2
1638
1637
  */
1639
1638
  stepSize: number;
1640
1639
 
@@ -1647,7 +1646,7 @@ export declare namespace ColorControl {
1647
1646
  * > NOTE: Here the TransitionTime data field is of data type uint8, where uint16 is more common for
1648
1647
  * TransitionTime data fields in other clusters / commands.
1649
1648
  *
1650
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.9.3
1649
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.9.3
1651
1650
  */
1652
1651
  transitionTime: number;
1653
1652
 
@@ -1656,9 +1655,9 @@ export declare namespace ColorControl {
1656
1655
  }
1657
1656
 
1658
1657
  /**
1659
- * This command will move the device to the requested hue and saturation value using a transition.
1658
+ * This command will move the device to the requested hue and saturation using a transition.
1660
1659
  *
1661
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.10
1660
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.10
1662
1661
  */
1663
1662
  export class MoveToHueAndSaturationRequest {
1664
1663
  constructor(values?: Partial<MoveToHueAndSaturationRequest>);
@@ -1670,9 +1669,9 @@ export declare namespace ColorControl {
1670
1669
  }
1671
1670
 
1672
1671
  /**
1673
- * This command will move the device to the requested color value using a transition.
1672
+ * This command will move the device to the requested color using a transition.
1674
1673
  *
1675
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.11
1674
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.11
1676
1675
  */
1677
1676
  export class MoveToColorRequest {
1678
1677
  constructor(values?: Partial<MoveToColorRequest>);
@@ -1684,9 +1683,9 @@ export declare namespace ColorControl {
1684
1683
  }
1685
1684
 
1686
1685
  /**
1687
- * This command will move the device to the requested color using a step rate.
1686
+ * This command will change the color of the device with a requested rate.
1688
1687
  *
1689
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.12
1688
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.12
1690
1689
  */
1691
1690
  export class MoveColorRequest {
1692
1691
  constructor(values?: Partial<MoveColorRequest>);
@@ -1695,7 +1694,7 @@ export declare namespace ColorControl {
1695
1694
  * This field shall indicate the rate of movement in steps per second. A step is a change in the device’s
1696
1695
  * CurrentX attribute of one unit.
1697
1696
  *
1698
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.12.1
1697
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.12.1
1699
1698
  */
1700
1699
  rateX: number;
1701
1700
 
@@ -1703,7 +1702,7 @@ export declare namespace ColorControl {
1703
1702
  * This field shall indicate the rate of movement in steps per second. A step is a change in the device’s
1704
1703
  * CurrentY attribute of one unit.
1705
1704
  *
1706
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.12.2
1705
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.12.2
1707
1706
  */
1708
1707
  rateY: number;
1709
1708
 
@@ -1712,9 +1711,9 @@ export declare namespace ColorControl {
1712
1711
  }
1713
1712
 
1714
1713
  /**
1715
- * This command will move the device to the requested color using a step transition.
1714
+ * This command will change the color of the device using a step and transition.
1716
1715
  *
1717
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.13
1716
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.13
1718
1717
  */
1719
1718
  export class StepColorRequest {
1720
1719
  constructor(values?: Partial<StepColorRequest>);
@@ -1724,7 +1723,7 @@ export declare namespace ColorControl {
1724
1723
  /**
1725
1724
  * The field shall indicate, in 1/10ths of a second, the time that shall be taken to perform the color change.
1726
1725
  *
1727
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.13.2
1726
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.13.2
1728
1727
  */
1729
1728
  transitionTime: number;
1730
1729
 
@@ -1733,9 +1732,9 @@ export declare namespace ColorControl {
1733
1732
  }
1734
1733
 
1735
1734
  /**
1736
- * This command will move the device to the requested color temperate using a transition.
1735
+ * This command will move the device to the requested color temperature using a transition.
1737
1736
  *
1738
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.14
1737
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.14
1739
1738
  */
1740
1739
  export class MoveToColorTemperatureRequest {
1741
1740
  constructor(values?: Partial<MoveToColorTemperatureRequest>);
@@ -1748,7 +1747,7 @@ export declare namespace ColorControl {
1748
1747
  /**
1749
1748
  * This command allows the color temperature of the light to be moved at a specified rate.
1750
1749
  *
1751
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.21
1750
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.21
1752
1751
  */
1753
1752
  export class MoveColorTemperatureRequest {
1754
1753
  constructor(values?: Partial<MoveColorTemperatureRequest>);
@@ -1756,7 +1755,7 @@ export declare namespace ColorControl {
1756
1755
  /**
1757
1756
  * This field shall indicate the mode of movement, as described in the MoveHue command.
1758
1757
  *
1759
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.21.1
1758
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.21.1
1760
1759
  */
1761
1760
  moveMode: MoveMode;
1762
1761
 
@@ -1764,7 +1763,7 @@ export declare namespace ColorControl {
1764
1763
  * This field shall indicate the rate of movement in steps per second. A step is a change in the color
1765
1764
  * temperature of a device by one unit.
1766
1765
  *
1767
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.21.2
1766
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.21.2
1768
1767
  */
1769
1768
  rate: number;
1770
1769
 
@@ -1778,7 +1777,7 @@ export declare namespace ColorControl {
1778
1777
  * ColorTemperatureMinimumMireds field is set to 0, ColorTempPhysicalMinMireds shall be used as the lower bound
1779
1778
  * for the ColorTemperatureMireds attribute.
1780
1779
  *
1781
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.21.3
1780
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.21.3
1782
1781
  */
1783
1782
  colorTemperatureMinimumMireds: number;
1784
1783
 
@@ -1792,7 +1791,7 @@ export declare namespace ColorControl {
1792
1791
  * ColorTemperatureMaximumMireds field is set to 0, ColorTempPhysicalMaxMireds shall be used as the upper bound
1793
1792
  * for the ColorTemperatureMireds attribute.
1794
1793
  *
1795
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.21.4
1794
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.21.4
1796
1795
  */
1797
1796
  colorTemperatureMaximumMireds: number;
1798
1797
 
@@ -1803,7 +1802,7 @@ export declare namespace ColorControl {
1803
1802
  /**
1804
1803
  * This command allows the color temperature of the light to be stepped with a specified step size.
1805
1804
  *
1806
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.22
1805
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.22
1807
1806
  */
1808
1807
  export class StepColorTemperatureRequest {
1809
1808
  constructor(values?: Partial<StepColorTemperatureRequest>);
@@ -1811,7 +1810,7 @@ export declare namespace ColorControl {
1811
1810
  /**
1812
1811
  * This field shall indicate the mode of the step to be performed, as described in the StepHue command.
1813
1812
  *
1814
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.22.1
1813
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.22.1
1815
1814
  */
1816
1815
  stepMode: StepMode;
1817
1816
 
@@ -1819,7 +1818,7 @@ export declare namespace ColorControl {
1819
1818
  * This field shall indicate the change to be added to (or subtracted from) the current value of the device’s
1820
1819
  * color temperature.
1821
1820
  *
1822
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.22.2
1821
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.22.2
1823
1822
  */
1824
1823
  stepSize: number;
1825
1824
 
@@ -1827,7 +1826,7 @@ export declare namespace ColorControl {
1827
1826
  * This field shall indicate, in units of 1/10ths of a second, the time that shall be taken to perform the step.
1828
1827
  * A step is a change to the device’s color temperature of a magnitude corresponding to the StepSize field.
1829
1828
  *
1830
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.22.3
1829
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.22.3
1831
1830
  */
1832
1831
  transitionTime: number;
1833
1832
 
@@ -1841,7 +1840,7 @@ export declare namespace ColorControl {
1841
1840
  * ColorTemperatureMinimumMireds field is set to 0, ColorTempPhysicalMinMireds shall be used as the lower bound
1842
1841
  * for the ColorTemperatureMireds attribute.
1843
1842
  *
1844
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.22.4
1843
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.22.4
1845
1844
  */
1846
1845
  colorTemperatureMinimumMireds: number;
1847
1846
 
@@ -1855,7 +1854,7 @@ export declare namespace ColorControl {
1855
1854
  * field is set to 0, ColorTempPhysicalMaxMireds shall be used as the upper bound for the ColorTemperatureMireds
1856
1855
  * attribute.
1857
1856
  *
1858
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.22.5
1857
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.22.5
1859
1858
  */
1860
1859
  colorTemperatureMaximumMireds: number;
1861
1860
 
@@ -1867,7 +1866,7 @@ export declare namespace ColorControl {
1867
1866
  * This command allows the light to be moved in a smooth continuous transition from their current hue to a target
1868
1867
  * hue.
1869
1868
  *
1870
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.15
1869
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.15
1871
1870
  */
1872
1871
  export class EnhancedMoveToHueRequest {
1873
1872
  constructor(values?: Partial<EnhancedMoveToHueRequest>);
@@ -1875,21 +1874,21 @@ export declare namespace ColorControl {
1875
1874
  /**
1876
1875
  * This field shall indicate the target extended hue for the light.
1877
1876
  *
1878
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.15.1
1877
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.15.1
1879
1878
  */
1880
1879
  enhancedHue: number;
1881
1880
 
1882
1881
  /**
1883
1882
  * This field shall indicate the movement direction.
1884
1883
  *
1885
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.15.2
1884
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.15.2
1886
1885
  */
1887
1886
  direction: Direction;
1888
1887
 
1889
1888
  /**
1890
1889
  * This field shall indicate the transition time, as described in the MoveToHue command.
1891
1890
  *
1892
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.15.3
1891
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.15.3
1893
1892
  */
1894
1893
  transitionTime: number;
1895
1894
 
@@ -1900,7 +1899,7 @@ export declare namespace ColorControl {
1900
1899
  /**
1901
1900
  * This command allows the light to start a continuous transition starting from their current hue.
1902
1901
  *
1903
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.16
1902
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.16
1904
1903
  */
1905
1904
  export class EnhancedMoveHueRequest {
1906
1905
  constructor(values?: Partial<EnhancedMoveHueRequest>);
@@ -1908,7 +1907,7 @@ export declare namespace ColorControl {
1908
1907
  /**
1909
1908
  * This field shall indicate the mode of movement, as described in the MoveHue command.
1910
1909
  *
1911
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.16.1
1910
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.16.1
1912
1911
  */
1913
1912
  moveMode: MoveMode;
1914
1913
 
@@ -1916,7 +1915,7 @@ export declare namespace ColorControl {
1916
1915
  * This field shall indicate the rate of movement in steps per second. A step is a change in the extended hue of
1917
1916
  * a device by one unit.
1918
1917
  *
1919
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.16.2
1918
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.16.2
1920
1919
  */
1921
1920
  rate: number;
1922
1921
 
@@ -1925,10 +1924,9 @@ export declare namespace ColorControl {
1925
1924
  }
1926
1925
 
1927
1926
  /**
1928
- * This command allows the light to be moved in a stepped transition from their current hue, resulting in a linear
1929
- * transition through XY space.
1927
+ * This command allows the device to be moved in a stepped transition from their current hue.
1930
1928
  *
1931
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.17
1929
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.17
1932
1930
  */
1933
1931
  export class EnhancedStepHueRequest {
1934
1932
  constructor(values?: Partial<EnhancedStepHueRequest>);
@@ -1936,7 +1934,7 @@ export declare namespace ColorControl {
1936
1934
  /**
1937
1935
  * This field shall indicate the mode of the step to be performed, as described in the StepHue command.
1938
1936
  *
1939
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.17.1
1937
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.17.1
1940
1938
  */
1941
1939
  stepMode: StepMode;
1942
1940
 
@@ -1944,7 +1942,7 @@ export declare namespace ColorControl {
1944
1942
  * This field shall indicate the change to be added to (or subtracted from) the current value of the device’s
1945
1943
  * enhanced hue.
1946
1944
  *
1947
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.17.2
1945
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.17.2
1948
1946
  */
1949
1947
  stepSize: number;
1950
1948
 
@@ -1957,7 +1955,7 @@ export declare namespace ColorControl {
1957
1955
  * > NOTE: Here TransitionTime data field is of data type uint16, while the TransitionTime data field of the
1958
1956
  * StepHue command is of data type uint8.
1959
1957
  *
1960
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.17.3
1958
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.17.3
1961
1959
  */
1962
1960
  transitionTime: number;
1963
1961
 
@@ -1969,7 +1967,7 @@ export declare namespace ColorControl {
1969
1967
  * This command allows the light to be moved in a smooth continuous transition from their current hue to a target
1970
1968
  * hue and from their current saturation to a target saturation.
1971
1969
  *
1972
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.18
1970
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.18
1973
1971
  */
1974
1972
  export class EnhancedMoveToHueAndSaturationRequest {
1975
1973
  constructor(values?: Partial<EnhancedMoveToHueAndSaturationRequest>);
@@ -1977,21 +1975,21 @@ export declare namespace ColorControl {
1977
1975
  /**
1978
1976
  * This field shall indicate the target extended hue for the light.
1979
1977
  *
1980
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.18.1
1978
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.18.1
1981
1979
  */
1982
1980
  enhancedHue: number;
1983
1981
 
1984
1982
  /**
1985
1983
  * This field shall indicate the saturation, as described in the MoveToHueAndSaturation command.
1986
1984
  *
1987
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.18.2
1985
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.18.2
1988
1986
  */
1989
1987
  saturation: number;
1990
1988
 
1991
1989
  /**
1992
1990
  * This field shall indicate the transition time, as described in the MoveToHue command.
1993
1991
  *
1994
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.18.3
1992
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.18.3
1995
1993
  */
1996
1994
  transitionTime: number;
1997
1995
 
@@ -2002,7 +2000,7 @@ export declare namespace ColorControl {
2002
2000
  /**
2003
2001
  * This command allows a color loop to be activated such that the color light cycles through its range of hues.
2004
2002
  *
2005
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.19
2003
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.19
2006
2004
  */
2007
2005
  export class ColorLoopSetRequest {
2008
2006
  constructor(values?: Partial<ColorLoopSetRequest>);
@@ -2011,28 +2009,28 @@ export declare namespace ColorControl {
2011
2009
  * This field shall indicate which color loop attributes to update (from the values supplied in the other
2012
2010
  * fields, see field descriptions below) before the color loop is started.
2013
2011
  *
2014
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.19.1
2012
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.19.1
2015
2013
  */
2016
2014
  updateFlags: UpdateFlags;
2017
2015
 
2018
2016
  /**
2019
2017
  * This field shall indicate the action to take for the color loop.
2020
2018
  *
2021
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.19.2
2019
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.19.2
2022
2020
  */
2023
2021
  action: ColorLoopAction;
2024
2022
 
2025
2023
  /**
2026
2024
  * This field shall indicate the direction for the color loop.
2027
2025
  *
2028
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.19.3
2026
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.19.3
2029
2027
  */
2030
2028
  direction: ColorLoopDirection;
2031
2029
 
2032
2030
  /**
2033
2031
  * This field shall indicate the number of seconds over which to perform a full color loop.
2034
2032
  *
2035
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.19.4
2033
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.19.4
2036
2034
  */
2037
2035
  time: number;
2038
2036
 
@@ -2052,7 +2050,7 @@ export declare namespace ColorControl {
2052
2050
  *
2053
2051
  * > NOTE: The StopMoveStep command has no effect on an active color loop.
2054
2052
  *
2055
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.8.20
2053
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.8.20
2056
2054
  */
2057
2055
  export class StopMoveStepRequest {
2058
2056
  constructor(values?: Partial<StopMoveStepRequest>);
@@ -2063,7 +2061,7 @@ export declare namespace ColorControl {
2063
2061
  /**
2064
2062
  * This data type is derived from map8 and is used in the ColorLoopSet command.
2065
2063
  *
2066
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.6.3
2064
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.6.3
2067
2065
  */
2068
2066
  export class UpdateFlags {
2069
2067
  constructor(values?: Partial<UpdateFlags> | number);
@@ -2077,7 +2075,7 @@ export declare namespace ColorControl {
2077
2075
  *
2078
2076
  * - 1 = Device shall adhere to the Action field.
2079
2077
  *
2080
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.6.3.1
2078
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.6.3.1
2081
2079
  */
2082
2080
  updateAction?: boolean;
2083
2081
 
@@ -2090,7 +2088,7 @@ export declare namespace ColorControl {
2090
2088
  *
2091
2089
  * - 1 = Device shall update the ColorLoopDirection attribute with the value of the Direction field.
2092
2090
  *
2093
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.6.3.2
2091
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.6.3.2
2094
2092
  */
2095
2093
  updateDirection?: boolean;
2096
2094
 
@@ -2103,7 +2101,7 @@ export declare namespace ColorControl {
2103
2101
  *
2104
2102
  * - 1 = Device shall update the value of the ColorLoopTime attribute with the value of the Time field.
2105
2103
  *
2106
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.6.3.3
2104
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.6.3.3
2107
2105
  */
2108
2106
  updateTime?: boolean;
2109
2107
 
@@ -2118,13 +2116,13 @@ export declare namespace ColorControl {
2118
2116
  * - 1 = Device shall update the value of the ColorLoopStartEnhancedHue attribute with the value of the
2119
2117
  * StartHue field.
2120
2118
  *
2121
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.6.3.4
2119
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.6.3.4
2122
2120
  */
2123
2121
  updateStartHue?: boolean;
2124
2122
  }
2125
2123
 
2126
2124
  /**
2127
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.6.7
2125
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.6.7
2128
2126
  */
2129
2127
  export enum Direction {
2130
2128
  /**
@@ -2149,7 +2147,7 @@ export declare namespace ColorControl {
2149
2147
  }
2150
2148
 
2151
2149
  /**
2152
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.6.8
2150
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.6.8
2153
2151
  */
2154
2152
  export enum MoveMode {
2155
2153
  /**
@@ -2169,7 +2167,7 @@ export declare namespace ColorControl {
2169
2167
  }
2170
2168
 
2171
2169
  /**
2172
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.6.9
2170
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.6.9
2173
2171
  */
2174
2172
  export enum StepMode {
2175
2173
  /**
@@ -2184,7 +2182,7 @@ export declare namespace ColorControl {
2184
2182
  }
2185
2183
 
2186
2184
  /**
2187
- * @see {@link MatterSpecification.v151.Cluster} § 3.2.6.10
2185
+ * @see {@link MatterSpecification.v16.Cluster} § 3.2.6.10
2188
2186
  */
2189
2187
  export enum ColorLoopAction {
2190
2188
  /**