@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
@@ -26,7 +26,7 @@ import type { MaybePromise, Bytes } from "@matter/general";
26
26
  *
27
27
  * 3. Manage settings attributes that are globally applicable across fabrics and controlled by administrators.
28
28
  *
29
- * @see {@link MatterSpecification.v151.Cluster} § 11.2
29
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2
30
30
  */
31
31
  export declare namespace CameraAvStreamManagement {
32
32
  /**
@@ -40,9 +40,9 @@ export declare namespace CameraAvStreamManagement {
40
40
  export const name: "CameraAvStreamManagement";
41
41
 
42
42
  /**
43
- * The cluster revision assigned by {@link MatterSpecification.v151.Cluster}.
43
+ * The cluster revision assigned by {@link MatterSpecification.v16.Cluster}.
44
44
  */
45
- export const revision: 1;
45
+ export const revision: 2;
46
46
 
47
47
  /**
48
48
  * Canonical metadata for the CameraAvStreamManagement cluster.
@@ -62,7 +62,7 @@ export declare namespace CameraAvStreamManagement {
62
62
  * evenly allocate this buffer space amongst all streams that utilize pre-roll content such as the Push AV
63
63
  * Stream Transport Cluster.
64
64
  *
65
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.7
65
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.7
66
66
  */
67
67
  maxContentBufferSize: number;
68
68
 
@@ -70,7 +70,7 @@ export declare namespace CameraAvStreamManagement {
70
70
  * Indicates the maximum network bandwidth in bits per second that the device would consume for the transmission
71
71
  * of its media streams.
72
72
  *
73
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.12
73
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.12
74
74
  */
75
75
  maxNetworkBandwidth: number;
76
76
 
@@ -80,7 +80,7 @@ export declare namespace CameraAvStreamManagement {
80
80
  * StreamUsagePriorities attribute. The ordering and values of this list shall match the values found in
81
81
  * StreamUsagePriorities after a factory reset.
82
82
  *
83
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.15
83
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.15
84
84
  */
85
85
  supportedStreamUsages: StreamUsage[];
86
86
 
@@ -93,7 +93,7 @@ export declare namespace CameraAvStreamManagement {
93
93
  * SupportedStreamUsages. Clients can use the contents of the SupportedStreamUsages to restore this default
94
94
  * state if the contents have been changed by the SetStreamPriorities command.
95
95
  *
96
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.19
96
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.19
97
97
  */
98
98
  streamUsagePriorities: StreamUsage[];
99
99
 
@@ -102,7 +102,7 @@ export declare namespace CameraAvStreamManagement {
102
102
  * physical button or switch, potentially. A value of TRUE indicates that all streams are currently paused. When
103
103
  * FALSE, the streams may resume if they are not already paused by their corresponding soft privacy mode.
104
104
  *
105
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.22
105
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.22
106
106
  */
107
107
  hardPrivacyModeOn?: boolean;
108
108
 
@@ -111,14 +111,14 @@ export declare namespace CameraAvStreamManagement {
111
111
  * status light has been enabled. When enabled, the camera may use it for visual signaling purposes to indicate
112
112
  * various states of the camera.
113
113
  *
114
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.40
114
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.40
115
115
  */
116
116
  statusLightEnabled?: boolean;
117
117
 
118
118
  /**
119
119
  * This attribute indicates the brightness level of the status light.
120
120
  *
121
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.41
121
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.41
122
122
  */
123
123
  statusLightBrightness?: ThreeLevelAuto;
124
124
  }
@@ -130,7 +130,7 @@ export declare namespace CameraAvStreamManagement {
130
130
  /**
131
131
  * Indicates the maximum number of concurrent encoders supported by the camera.
132
132
  *
133
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.1
133
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.1
134
134
  */
135
135
  maxConcurrentEncoders: number;
136
136
 
@@ -142,7 +142,7 @@ export declare namespace CameraAvStreamManagement {
142
142
  * this attribute shall be present, and a manufacturer specific value shall be present in each
143
143
  * SnapshotCapabilities MaxFrameRate entry that requires hardware resources to produce.
144
144
  *
145
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.2
145
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.2
146
146
  */
147
147
  maxEncodedPixelRate: number;
148
148
  }
@@ -155,7 +155,7 @@ export declare namespace CameraAvStreamManagement {
155
155
  * Indicates the set of video sensor parameters for the camera. These include the video sensor dimensions, its
156
156
  * frame rate and HDR capabilities.
157
157
  *
158
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.3
158
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.3
159
159
  */
160
160
  videoSensorParams: VideoSensorParams;
161
161
 
@@ -167,7 +167,7 @@ export declare namespace CameraAvStreamManagement {
167
167
  * e.g., digital zoom. Furthermore, the minimum viewport size and the video sensor size also dictate the
168
168
  * upscaling capabilities and requirements of the image processor.
169
169
  *
170
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.5
170
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.5
171
171
  */
172
172
  minViewportResolution: VideoResolution;
173
173
 
@@ -175,21 +175,21 @@ export declare namespace CameraAvStreamManagement {
175
175
  * This attribute shall list the set of rate distortion trade-off points between resolution, frame rate and
176
176
  * bitrate for each supported hardware encoder.
177
177
  *
178
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.6
178
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.6
179
179
  */
180
180
  rateDistortionTradeOffPoints: RateDistortionTradeOffPoints[];
181
181
 
182
182
  /**
183
183
  * Indicates the current logical frame rate of the sensor in frames per second.
184
184
  *
185
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.13
185
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.13
186
186
  */
187
187
  currentFrameRate: number;
188
188
 
189
189
  /**
190
190
  * Indicates the list of allocated video streams on the device.
191
191
  *
192
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.16
192
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.16
193
193
  */
194
194
  allocatedVideoStreams: VideoStream[];
195
195
 
@@ -211,7 +211,7 @@ export declare namespace CameraAvStreamManagement {
211
211
  * When this attribute is changed, all Viewport values found in DPTZStreams shall be updated to the new values
212
212
  * set here.
213
213
  *
214
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.25
214
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.25
215
215
  */
216
216
  viewport: Viewport;
217
217
  }
@@ -226,7 +226,7 @@ export declare namespace CameraAvStreamManagement {
226
226
  * content is in black and white, the BlackAndWhiteActive field inside any produced AVMetadataStruct shall be
227
227
  * TRUE.
228
228
  *
229
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.4
229
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.4
230
230
  */
231
231
  nightVisionUsesInfrared: boolean;
232
232
 
@@ -236,7 +236,7 @@ export declare namespace CameraAvStreamManagement {
236
236
  * active. A value of Auto means the device will automatically move between active and inactive based on the
237
237
  * light level it detects.
238
238
  *
239
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.23
239
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.23
240
240
  */
241
241
  nightVision: TriStateAuto;
242
242
 
@@ -246,7 +246,7 @@ export declare namespace CameraAvStreamManagement {
246
246
  * Vision Illumination is always active. A value of Auto means the device will automatically enable its built-in
247
247
  * Night Vision Illumination based on the light level it detects.
248
248
  *
249
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.24
249
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.24
250
250
  */
251
251
  nightVisionIllum?: TriStateAuto;
252
252
  }
@@ -259,14 +259,14 @@ export declare namespace CameraAvStreamManagement {
259
259
  * Indicates the audio capabilities of the microphone in terms of the codec used, supported sample rates and the
260
260
  * number of channels.
261
261
  *
262
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.8
262
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.8
263
263
  */
264
264
  microphoneCapabilities: AudioCapabilities;
265
265
 
266
266
  /**
267
267
  * Indicates the list of allocated audio streams on the device.
268
268
  *
269
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.17
269
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.17
270
270
  */
271
271
  allocatedAudioStreams: AudioStream[];
272
272
 
@@ -275,28 +275,28 @@ export declare namespace CameraAvStreamManagement {
275
275
  * microphone has been muted. In this state, the microphone data shall be replaced with all 0 bits, representing
276
276
  * silence. A value of FALSE indicates that the microphone is On and is capable of transmitting audio.
277
277
  *
278
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.30
278
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.30
279
279
  */
280
280
  microphoneMuted: boolean;
281
281
 
282
282
  /**
283
283
  * This attribute indicates the current gain or volume level of the microphone.
284
284
  *
285
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.31
285
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.31
286
286
  */
287
287
  microphoneVolumeLevel: number;
288
288
 
289
289
  /**
290
290
  * This attribute indicates the maximum value of the MicrophoneVolumeLevel that can be assigned.
291
291
  *
292
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.32
292
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.32
293
293
  */
294
294
  microphoneMaxLevel: number;
295
295
 
296
296
  /**
297
297
  * This attribute indicates the minimum value of the MicrophoneVolumeLevel that can be assigned.
298
298
  *
299
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.33
299
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.33
300
300
  */
301
301
  microphoneMinLevel: number;
302
302
 
@@ -304,7 +304,7 @@ export declare namespace CameraAvStreamManagement {
304
304
  * This attribute indicates the currently selected AGC (Automatic Gain Control) mode for the microphone. A value
305
305
  * of TRUE indicates that microphone AGC is enabled. Otherwise, it is disabled.
306
306
  *
307
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.34
307
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.34
308
308
  */
309
309
  microphoneAgcEnabled?: boolean;
310
310
  }
@@ -317,14 +317,14 @@ export declare namespace CameraAvStreamManagement {
317
317
  * Indicates the audio capabilities of the speaker in terms of the supported codecs, sample rates, and the
318
318
  * number of channels when a speaker is present.
319
319
  *
320
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.9
320
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.9
321
321
  */
322
322
  speakerCapabilities: AudioCapabilities;
323
323
 
324
324
  /**
325
325
  * Indicates the type of two-way talk support the device has, e.g., NotSupported, HalfDuplex, or FullDuplex.
326
326
  *
327
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.10
327
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.10
328
328
  */
329
329
  twoWayTalkSupport: TwoWayTalkSupportType;
330
330
 
@@ -332,28 +332,28 @@ export declare namespace CameraAvStreamManagement {
332
332
  * This attribute indicates whether the speaker is currently muted or not. A value of TRUE indicates that the
333
333
  * speaker has been muted and shall not play anything. A value of FALSE indicates that the Speaker is enabled.
334
334
  *
335
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.26
335
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.26
336
336
  */
337
337
  speakerMuted: boolean;
338
338
 
339
339
  /**
340
340
  * This attribute indicates the current volume level of the speaker.
341
341
  *
342
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.27
342
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.27
343
343
  */
344
344
  speakerVolumeLevel: number;
345
345
 
346
346
  /**
347
347
  * This attribute indicates the maximum value of the SpeakerVolumeLevel that can be assigned.
348
348
  *
349
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.28
349
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.28
350
350
  */
351
351
  speakerMaxLevel: number;
352
352
 
353
353
  /**
354
354
  * This attribute indicates the minimum value of the SpeakerVolumeLevel that can be assigned.
355
355
  *
356
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.29
356
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.29
357
357
  */
358
358
  speakerMinLevel: number;
359
359
  }
@@ -366,14 +366,14 @@ export declare namespace CameraAvStreamManagement {
366
366
  * Indicates the list of supported snapshot capabilities the device has. This list is a set of entries for image
367
367
  * codec, resolution, maximum frame rate, hardware encoder, and encoded pixels.
368
368
  *
369
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.11
369
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.11
370
370
  */
371
371
  snapshotCapabilities: SnapshotCapabilities[];
372
372
 
373
373
  /**
374
374
  * Indicates the list of allocated snapshot streams on the device.
375
375
  *
376
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.18
376
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.18
377
377
  */
378
378
  allocatedSnapshotStreams: SnapshotStream[];
379
379
  }
@@ -386,7 +386,7 @@ export declare namespace CameraAvStreamManagement {
386
386
  * This attribute indicates the currently selected High Dynamic Range (HDR) mode. A value of TRUE indicates that
387
387
  * HDR video capturing is enabled. Otherwise, HDR video capturing is disabled.
388
388
  *
389
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.14
389
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.14
390
390
  */
391
391
  hdrModeEnabled: boolean;
392
392
  }
@@ -405,7 +405,7 @@ export declare namespace CameraAvStreamManagement {
405
405
  * When this attribute is set to TRUE, any active WebRTC transports using these stream usage types shall
406
406
  * terminate the session by calling End using WebRTCEndReasonEnum PrivacyMode.
407
407
  *
408
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.20
408
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.20
409
409
  */
410
410
  softRecordingPrivacyModeEnabled: boolean;
411
411
 
@@ -419,7 +419,7 @@ export declare namespace CameraAvStreamManagement {
419
419
  * When this attribute is set to TRUE, any active WebRTC transports using this stream usage type shall terminate
420
420
  * the session by calling End using WebRTCEndReasonEnum PrivacyMode.
421
421
  *
422
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.21
422
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.21
423
423
  */
424
424
  softLivestreamPrivacyModeEnabled: boolean;
425
425
  }
@@ -431,7 +431,11 @@ export declare namespace CameraAvStreamManagement {
431
431
  /**
432
432
  * This attribute indicates the amount of clockwise rotation in degrees that the image has been subjected to.
433
433
  *
434
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.35
434
+ * This attribute may be present if the underlying hardware allows for arbitrary angle rotation within the full
435
+ * 360 degree range. If this attribute is not present, then discrete angle rotation may be supported via the
436
+ * ImageRotationDiscreteAngles. A value of 0 means no rotation has been applied.
437
+ *
438
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.35
435
439
  */
436
440
  imageRotation?: number;
437
441
 
@@ -439,7 +443,7 @@ export declare namespace CameraAvStreamManagement {
439
443
  * This attribute indicates whether the image has been flipped horizontally or not. A value of TRUE indicates
440
444
  * that the image has been flipped horizontally.
441
445
  *
442
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.36
446
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.36
443
447
  */
444
448
  imageFlipHorizontal?: boolean;
445
449
 
@@ -447,9 +451,20 @@ export declare namespace CameraAvStreamManagement {
447
451
  * This attribute indicates whether the image has been flipped vertically or not. A value of TRUE indicates that
448
452
  * the image has been flipped vertically.
449
453
  *
450
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.37
454
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.37
451
455
  */
452
456
  imageFlipVertical?: boolean;
457
+
458
+ /**
459
+ * This attribute indicates the amount of clockwise rotation in specific angles of 0, 90, 180, and 270 degrees.
460
+ * This attribute is used by cameras that do not have the capability of full arbitrary rotation angles that can
461
+ * be set via the ImageRotation attribute. Note that the ImageFlipHorizontal and the ImageFlipVertical
462
+ * attributes only allow for a lateral inversion or mirror reflection of the image along the horizontal and/or
463
+ * vertical axes. A value of 0 means no rotation has been applied.
464
+ *
465
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.42
466
+ */
467
+ imageRotationDiscreteAngles?: number;
453
468
  }
454
469
 
455
470
  /**
@@ -460,7 +475,7 @@ export declare namespace CameraAvStreamManagement {
460
475
  * This attribute indicates whether local storage based video recording is enabled. A value of TRUE indicates
461
476
  * that local storage based video recording has been enabled.
462
477
  *
463
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.38
478
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.38
464
479
  */
465
480
  localVideoRecordingEnabled: boolean;
466
481
  }
@@ -473,7 +488,7 @@ export declare namespace CameraAvStreamManagement {
473
488
  * This attribute indicates whether local storage based snapshot recording is enabled. A value of TRUE indicates
474
489
  * that local storage based snapshot recording has been enabled.
475
490
  *
476
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.39
491
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.39
477
492
  */
478
493
  localSnapshotRecordingEnabled: boolean;
479
494
  }
@@ -492,7 +507,7 @@ export declare namespace CameraAvStreamManagement {
492
507
  * evenly allocate this buffer space amongst all streams that utilize pre-roll content such as the Push AV
493
508
  * Stream Transport Cluster.
494
509
  *
495
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.7
510
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.7
496
511
  */
497
512
  maxContentBufferSize: number;
498
513
 
@@ -500,7 +515,7 @@ export declare namespace CameraAvStreamManagement {
500
515
  * Indicates the maximum network bandwidth in bits per second that the device would consume for the transmission
501
516
  * of its media streams.
502
517
  *
503
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.12
518
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.12
504
519
  */
505
520
  maxNetworkBandwidth: number;
506
521
 
@@ -510,7 +525,7 @@ export declare namespace CameraAvStreamManagement {
510
525
  * StreamUsagePriorities attribute. The ordering and values of this list shall match the values found in
511
526
  * StreamUsagePriorities after a factory reset.
512
527
  *
513
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.15
528
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.15
514
529
  */
515
530
  supportedStreamUsages: StreamUsage[];
516
531
 
@@ -523,7 +538,7 @@ export declare namespace CameraAvStreamManagement {
523
538
  * SupportedStreamUsages. Clients can use the contents of the SupportedStreamUsages to restore this default
524
539
  * state if the contents have been changed by the SetStreamPriorities command.
525
540
  *
526
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.19
541
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.19
527
542
  */
528
543
  streamUsagePriorities: StreamUsage[];
529
544
 
@@ -532,7 +547,7 @@ export declare namespace CameraAvStreamManagement {
532
547
  * physical button or switch, potentially. A value of TRUE indicates that all streams are currently paused. When
533
548
  * FALSE, the streams may resume if they are not already paused by their corresponding soft privacy mode.
534
549
  *
535
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.22
550
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.22
536
551
  */
537
552
  hardPrivacyModeOn: boolean;
538
553
 
@@ -541,21 +556,21 @@ export declare namespace CameraAvStreamManagement {
541
556
  * status light has been enabled. When enabled, the camera may use it for visual signaling purposes to indicate
542
557
  * various states of the camera.
543
558
  *
544
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.40
559
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.40
545
560
  */
546
561
  statusLightEnabled: boolean;
547
562
 
548
563
  /**
549
564
  * This attribute indicates the brightness level of the status light.
550
565
  *
551
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.41
566
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.41
552
567
  */
553
568
  statusLightBrightness: ThreeLevelAuto;
554
569
 
555
570
  /**
556
571
  * Indicates the maximum number of concurrent encoders supported by the camera.
557
572
  *
558
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.1
573
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.1
559
574
  */
560
575
  maxConcurrentEncoders: number;
561
576
 
@@ -567,7 +582,7 @@ export declare namespace CameraAvStreamManagement {
567
582
  * this attribute shall be present, and a manufacturer specific value shall be present in each
568
583
  * SnapshotCapabilities MaxFrameRate entry that requires hardware resources to produce.
569
584
  *
570
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.2
585
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.2
571
586
  */
572
587
  maxEncodedPixelRate: number;
573
588
 
@@ -575,7 +590,7 @@ export declare namespace CameraAvStreamManagement {
575
590
  * Indicates the set of video sensor parameters for the camera. These include the video sensor dimensions, its
576
591
  * frame rate and HDR capabilities.
577
592
  *
578
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.3
593
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.3
579
594
  */
580
595
  videoSensorParams: VideoSensorParams;
581
596
 
@@ -587,7 +602,7 @@ export declare namespace CameraAvStreamManagement {
587
602
  * e.g., digital zoom. Furthermore, the minimum viewport size and the video sensor size also dictate the
588
603
  * upscaling capabilities and requirements of the image processor.
589
604
  *
590
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.5
605
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.5
591
606
  */
592
607
  minViewportResolution: VideoResolution;
593
608
 
@@ -595,21 +610,21 @@ export declare namespace CameraAvStreamManagement {
595
610
  * This attribute shall list the set of rate distortion trade-off points between resolution, frame rate and
596
611
  * bitrate for each supported hardware encoder.
597
612
  *
598
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.6
613
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.6
599
614
  */
600
615
  rateDistortionTradeOffPoints: RateDistortionTradeOffPoints[];
601
616
 
602
617
  /**
603
618
  * Indicates the current logical frame rate of the sensor in frames per second.
604
619
  *
605
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.13
620
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.13
606
621
  */
607
622
  currentFrameRate: number;
608
623
 
609
624
  /**
610
625
  * Indicates the list of allocated video streams on the device.
611
626
  *
612
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.16
627
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.16
613
628
  */
614
629
  allocatedVideoStreams: VideoStream[];
615
630
 
@@ -631,7 +646,7 @@ export declare namespace CameraAvStreamManagement {
631
646
  * When this attribute is changed, all Viewport values found in DPTZStreams shall be updated to the new values
632
647
  * set here.
633
648
  *
634
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.25
649
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.25
635
650
  */
636
651
  viewport: Viewport;
637
652
 
@@ -641,7 +656,7 @@ export declare namespace CameraAvStreamManagement {
641
656
  * content is in black and white, the BlackAndWhiteActive field inside any produced AVMetadataStruct shall be
642
657
  * TRUE.
643
658
  *
644
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.4
659
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.4
645
660
  */
646
661
  nightVisionUsesInfrared: boolean;
647
662
 
@@ -651,7 +666,7 @@ export declare namespace CameraAvStreamManagement {
651
666
  * active. A value of Auto means the device will automatically move between active and inactive based on the
652
667
  * light level it detects.
653
668
  *
654
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.23
669
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.23
655
670
  */
656
671
  nightVision: TriStateAuto;
657
672
 
@@ -661,7 +676,7 @@ export declare namespace CameraAvStreamManagement {
661
676
  * Vision Illumination is always active. A value of Auto means the device will automatically enable its built-in
662
677
  * Night Vision Illumination based on the light level it detects.
663
678
  *
664
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.24
679
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.24
665
680
  */
666
681
  nightVisionIllum: TriStateAuto;
667
682
 
@@ -669,14 +684,14 @@ export declare namespace CameraAvStreamManagement {
669
684
  * Indicates the audio capabilities of the microphone in terms of the codec used, supported sample rates and the
670
685
  * number of channels.
671
686
  *
672
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.8
687
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.8
673
688
  */
674
689
  microphoneCapabilities: AudioCapabilities;
675
690
 
676
691
  /**
677
692
  * Indicates the list of allocated audio streams on the device.
678
693
  *
679
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.17
694
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.17
680
695
  */
681
696
  allocatedAudioStreams: AudioStream[];
682
697
 
@@ -685,28 +700,28 @@ export declare namespace CameraAvStreamManagement {
685
700
  * microphone has been muted. In this state, the microphone data shall be replaced with all 0 bits, representing
686
701
  * silence. A value of FALSE indicates that the microphone is On and is capable of transmitting audio.
687
702
  *
688
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.30
703
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.30
689
704
  */
690
705
  microphoneMuted: boolean;
691
706
 
692
707
  /**
693
708
  * This attribute indicates the current gain or volume level of the microphone.
694
709
  *
695
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.31
710
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.31
696
711
  */
697
712
  microphoneVolumeLevel: number;
698
713
 
699
714
  /**
700
715
  * This attribute indicates the maximum value of the MicrophoneVolumeLevel that can be assigned.
701
716
  *
702
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.32
717
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.32
703
718
  */
704
719
  microphoneMaxLevel: number;
705
720
 
706
721
  /**
707
722
  * This attribute indicates the minimum value of the MicrophoneVolumeLevel that can be assigned.
708
723
  *
709
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.33
724
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.33
710
725
  */
711
726
  microphoneMinLevel: number;
712
727
 
@@ -714,7 +729,7 @@ export declare namespace CameraAvStreamManagement {
714
729
  * This attribute indicates the currently selected AGC (Automatic Gain Control) mode for the microphone. A value
715
730
  * of TRUE indicates that microphone AGC is enabled. Otherwise, it is disabled.
716
731
  *
717
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.34
732
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.34
718
733
  */
719
734
  microphoneAgcEnabled: boolean;
720
735
 
@@ -722,14 +737,14 @@ export declare namespace CameraAvStreamManagement {
722
737
  * Indicates the audio capabilities of the speaker in terms of the supported codecs, sample rates, and the
723
738
  * number of channels when a speaker is present.
724
739
  *
725
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.9
740
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.9
726
741
  */
727
742
  speakerCapabilities: AudioCapabilities;
728
743
 
729
744
  /**
730
745
  * Indicates the type of two-way talk support the device has, e.g., NotSupported, HalfDuplex, or FullDuplex.
731
746
  *
732
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.10
747
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.10
733
748
  */
734
749
  twoWayTalkSupport: TwoWayTalkSupportType;
735
750
 
@@ -737,28 +752,28 @@ export declare namespace CameraAvStreamManagement {
737
752
  * This attribute indicates whether the speaker is currently muted or not. A value of TRUE indicates that the
738
753
  * speaker has been muted and shall not play anything. A value of FALSE indicates that the Speaker is enabled.
739
754
  *
740
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.26
755
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.26
741
756
  */
742
757
  speakerMuted: boolean;
743
758
 
744
759
  /**
745
760
  * This attribute indicates the current volume level of the speaker.
746
761
  *
747
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.27
762
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.27
748
763
  */
749
764
  speakerVolumeLevel: number;
750
765
 
751
766
  /**
752
767
  * This attribute indicates the maximum value of the SpeakerVolumeLevel that can be assigned.
753
768
  *
754
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.28
769
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.28
755
770
  */
756
771
  speakerMaxLevel: number;
757
772
 
758
773
  /**
759
774
  * This attribute indicates the minimum value of the SpeakerVolumeLevel that can be assigned.
760
775
  *
761
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.29
776
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.29
762
777
  */
763
778
  speakerMinLevel: number;
764
779
 
@@ -766,14 +781,14 @@ export declare namespace CameraAvStreamManagement {
766
781
  * Indicates the list of supported snapshot capabilities the device has. This list is a set of entries for image
767
782
  * codec, resolution, maximum frame rate, hardware encoder, and encoded pixels.
768
783
  *
769
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.11
784
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.11
770
785
  */
771
786
  snapshotCapabilities: SnapshotCapabilities[];
772
787
 
773
788
  /**
774
789
  * Indicates the list of allocated snapshot streams on the device.
775
790
  *
776
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.18
791
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.18
777
792
  */
778
793
  allocatedSnapshotStreams: SnapshotStream[];
779
794
 
@@ -781,7 +796,7 @@ export declare namespace CameraAvStreamManagement {
781
796
  * This attribute indicates the currently selected High Dynamic Range (HDR) mode. A value of TRUE indicates that
782
797
  * HDR video capturing is enabled. Otherwise, HDR video capturing is disabled.
783
798
  *
784
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.14
799
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.14
785
800
  */
786
801
  hdrModeEnabled: boolean;
787
802
 
@@ -795,7 +810,7 @@ export declare namespace CameraAvStreamManagement {
795
810
  * When this attribute is set to TRUE, any active WebRTC transports using these stream usage types shall
796
811
  * terminate the session by calling End using WebRTCEndReasonEnum PrivacyMode.
797
812
  *
798
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.20
813
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.20
799
814
  */
800
815
  softRecordingPrivacyModeEnabled: boolean;
801
816
 
@@ -809,14 +824,18 @@ export declare namespace CameraAvStreamManagement {
809
824
  * When this attribute is set to TRUE, any active WebRTC transports using this stream usage type shall terminate
810
825
  * the session by calling End using WebRTCEndReasonEnum PrivacyMode.
811
826
  *
812
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.21
827
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.21
813
828
  */
814
829
  softLivestreamPrivacyModeEnabled: boolean;
815
830
 
816
831
  /**
817
832
  * This attribute indicates the amount of clockwise rotation in degrees that the image has been subjected to.
818
833
  *
819
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.35
834
+ * This attribute may be present if the underlying hardware allows for arbitrary angle rotation within the full
835
+ * 360 degree range. If this attribute is not present, then discrete angle rotation may be supported via the
836
+ * ImageRotationDiscreteAngles. A value of 0 means no rotation has been applied.
837
+ *
838
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.35
820
839
  */
821
840
  imageRotation: number;
822
841
 
@@ -824,7 +843,7 @@ export declare namespace CameraAvStreamManagement {
824
843
  * This attribute indicates whether the image has been flipped horizontally or not. A value of TRUE indicates
825
844
  * that the image has been flipped horizontally.
826
845
  *
827
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.36
846
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.36
828
847
  */
829
848
  imageFlipHorizontal: boolean;
830
849
 
@@ -832,15 +851,26 @@ export declare namespace CameraAvStreamManagement {
832
851
  * This attribute indicates whether the image has been flipped vertically or not. A value of TRUE indicates that
833
852
  * the image has been flipped vertically.
834
853
  *
835
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.37
854
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.37
836
855
  */
837
856
  imageFlipVertical: boolean;
838
857
 
858
+ /**
859
+ * This attribute indicates the amount of clockwise rotation in specific angles of 0, 90, 180, and 270 degrees.
860
+ * This attribute is used by cameras that do not have the capability of full arbitrary rotation angles that can
861
+ * be set via the ImageRotation attribute. Note that the ImageFlipHorizontal and the ImageFlipVertical
862
+ * attributes only allow for a lateral inversion or mirror reflection of the image along the horizontal and/or
863
+ * vertical axes. A value of 0 means no rotation has been applied.
864
+ *
865
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.42
866
+ */
867
+ imageRotationDiscreteAngles: number;
868
+
839
869
  /**
840
870
  * This attribute indicates whether local storage based video recording is enabled. A value of TRUE indicates
841
871
  * that local storage based video recording has been enabled.
842
872
  *
843
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.38
873
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.38
844
874
  */
845
875
  localVideoRecordingEnabled: boolean;
846
876
 
@@ -848,7 +878,7 @@ export declare namespace CameraAvStreamManagement {
848
878
  * This attribute indicates whether local storage based snapshot recording is enabled. A value of TRUE indicates
849
879
  * that local storage based snapshot recording has been enabled.
850
880
  *
851
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.7.39
881
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.7.39
852
882
  */
853
883
  localSnapshotRecordingEnabled: boolean;
854
884
  }
@@ -864,7 +894,7 @@ export declare namespace CameraAvStreamManagement {
864
894
  * command shall NOT be invoked when there are allocated streams. If changes are required while streams are
865
895
  * allocated, all existing streams would need to be deallocated before invoking this command.
866
896
  *
867
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.12
897
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.12
868
898
  */
869
899
  setStreamPriorities(request: SetStreamPrioritiesRequest): MaybePromise;
870
900
  }
@@ -876,7 +906,7 @@ export declare namespace CameraAvStreamManagement {
876
906
  /**
877
907
  * This command shall allocate a video stream on the camera and return an allocated video stream identifier.
878
908
  *
879
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.4
909
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.4
880
910
  */
881
911
  videoStreamAllocate(request: VideoStreamAllocateRequest): MaybePromise<VideoStreamAllocateResponse>;
882
912
 
@@ -884,7 +914,7 @@ export declare namespace CameraAvStreamManagement {
884
914
  * This command shall deallocate a video stream on the camera, corresponding to the given video stream
885
915
  * identifier.
886
916
  *
887
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.7
917
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.7
888
918
  */
889
919
  videoStreamDeallocate(request: VideoStreamDeallocateRequest): MaybePromise;
890
920
  }
@@ -896,7 +926,7 @@ export declare namespace CameraAvStreamManagement {
896
926
  /**
897
927
  * This command shall allocate an audio stream on the camera and return an allocated audio stream identifier.
898
928
  *
899
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.1
929
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.1
900
930
  */
901
931
  audioStreamAllocate(request: AudioStreamAllocateRequest): MaybePromise<AudioStreamAllocateResponse>;
902
932
 
@@ -904,7 +934,7 @@ export declare namespace CameraAvStreamManagement {
904
934
  * This command shall deallocate an audio stream on the camera, corresponding to the given audio stream
905
935
  * identifier.
906
936
  *
907
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.3
937
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.3
908
938
  */
909
939
  audioStreamDeallocate(request: AudioStreamDeallocateRequest): MaybePromise;
910
940
  }
@@ -917,7 +947,7 @@ export declare namespace CameraAvStreamManagement {
917
947
  * This command shall allocate a snapshot stream on the device and return an allocated snapshot stream
918
948
  * identifier.
919
949
  *
920
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.8
950
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.8
921
951
  */
922
952
  snapshotStreamAllocate(request: SnapshotStreamAllocateRequest): MaybePromise<SnapshotStreamAllocateResponse>;
923
953
 
@@ -925,14 +955,14 @@ export declare namespace CameraAvStreamManagement {
925
955
  * This command shall deallocate an snapshot stream on the camera, corresponding to the given snapshot stream
926
956
  * identifier.
927
957
  *
928
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.10
958
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.10
929
959
  */
930
960
  snapshotStreamDeallocate(request: SnapshotStreamDeallocateRequest): MaybePromise;
931
961
 
932
962
  /**
933
963
  * This command shall return a Snapshot from the camera.
934
964
  *
935
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.13
965
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.13
936
966
  */
937
967
  captureSnapshot(request: CaptureSnapshotRequest): MaybePromise<CaptureSnapshotResponse>;
938
968
  }
@@ -944,7 +974,7 @@ export declare namespace CameraAvStreamManagement {
944
974
  /**
945
975
  * This command shall be used to modify a stream specified by the VideoStreamID.
946
976
  *
947
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.6
977
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.6
948
978
  */
949
979
  videoStreamModify(request: VideoStreamModifyRequest): MaybePromise;
950
980
  }
@@ -983,7 +1013,7 @@ export declare namespace CameraAvStreamManagement {
983
1013
  /**
984
1014
  * These are optional features supported by CameraAvStreamManagementCluster.
985
1015
  *
986
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.5
1016
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.5
987
1017
  */
988
1018
  export enum Feature {
989
1019
  /**
@@ -991,7 +1021,7 @@ export declare namespace CameraAvStreamManagement {
991
1021
  *
992
1022
  * The Audio feature indicates the ability of the node to support audio streams.
993
1023
  *
994
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.5.1
1024
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.5.1
995
1025
  */
996
1026
  Audio = "Audio",
997
1027
 
@@ -1001,7 +1031,7 @@ export declare namespace CameraAvStreamManagement {
1001
1031
  * The Video feature indicates the ability of the node to support video streams. The video streams could be for
1002
1032
  * either live streaming or recording stream transfer, or both.
1003
1033
  *
1004
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.5.2
1034
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.5.2
1005
1035
  */
1006
1036
  Video = "Video",
1007
1037
 
@@ -1010,7 +1040,7 @@ export declare namespace CameraAvStreamManagement {
1010
1040
  *
1011
1041
  * The Snapshot feature indicates the ability of the node to support snapshot streams.
1012
1042
  *
1013
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.5.3
1043
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.5.3
1014
1044
  */
1015
1045
  Snapshot = "Snapshot",
1016
1046
 
@@ -1019,7 +1049,7 @@ export declare namespace CameraAvStreamManagement {
1019
1049
  *
1020
1050
  * The Privacy feature indicates the ability of the node to support privacy settings.
1021
1051
  *
1022
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.5.4
1052
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.5.4
1023
1053
  */
1024
1054
  Privacy = "Privacy",
1025
1055
 
@@ -1030,7 +1060,7 @@ export declare namespace CameraAvStreamManagement {
1030
1060
  * feature shall be supported if the Speaker feature is supported. Nodes which support this feature shall have
1031
1061
  * the ability to perform playback audio mixing in software or hardware.
1032
1062
  *
1033
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.5.5
1063
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.5.5
1034
1064
  */
1035
1065
  Speaker = "Speaker",
1036
1066
 
@@ -1047,7 +1077,7 @@ export declare namespace CameraAvStreamManagement {
1047
1077
  * The Watermark feature indicates the ability of the node to apply a manufacturer watermark logo on a video
1048
1078
  * stream.
1049
1079
  *
1050
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.5.7
1080
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.5.7
1051
1081
  */
1052
1082
  Watermark = "Watermark",
1053
1083
 
@@ -1057,7 +1087,7 @@ export declare namespace CameraAvStreamManagement {
1057
1087
  * The On Screen Display (OSD) feature indicates the ability of the node to display text such as date, time,
1058
1088
  * timezone, and/or device name, etc. for a video stream.
1059
1089
  *
1060
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.5.8
1090
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.5.8
1061
1091
  */
1062
1092
  OnScreenDisplay = "OnScreenDisplay",
1063
1093
 
@@ -1068,7 +1098,7 @@ export declare namespace CameraAvStreamManagement {
1068
1098
  * this device itself. While this specification defines the ability to have this feature and enable or disable
1069
1099
  * it only, it does not currently define any way to access or manage this storage.
1070
1100
  *
1071
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.5.9
1101
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.5.9
1072
1102
  */
1073
1103
  LocalStorage = "LocalStorage",
1074
1104
 
@@ -1078,7 +1108,7 @@ export declare namespace CameraAvStreamManagement {
1078
1108
  * The High Dynamic Range feature indicates that the sensor on this device supports operating in High Dynamic
1079
1109
  * Range mode, in addition to a normal operating mode.
1080
1110
  *
1081
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.5.10
1111
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.5.10
1082
1112
  */
1083
1113
  HighDynamicRange = "HighDynamicRange",
1084
1114
 
@@ -1088,7 +1118,7 @@ export declare namespace CameraAvStreamManagement {
1088
1118
  * The Night Vision feature indicates the ability to operate in a low light environment mode, in addition to a
1089
1119
  * normal operating mode.
1090
1120
  *
1091
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.5.11
1121
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.5.11
1092
1122
  */
1093
1123
  NightVision = "NightVision"
1094
1124
  }
@@ -1096,7 +1126,7 @@ export declare namespace CameraAvStreamManagement {
1096
1126
  /**
1097
1127
  * This struct is used to define a video sensor and its characteristics.
1098
1128
  *
1099
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.6
1129
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.6
1100
1130
  */
1101
1131
  export class VideoSensorParams {
1102
1132
  constructor(values?: Partial<VideoSensorParams>);
@@ -1106,7 +1136,7 @@ export declare namespace CameraAvStreamManagement {
1106
1136
  * purposes such as resolution control, boundaries for the Zone Management Cluster and digital Pan/Tilt/Zoom
1107
1137
  * commands in the Camera AV Settings User Level Management.
1108
1138
  *
1109
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.6.1
1139
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.6.1
1110
1140
  */
1111
1141
  sensorWidth: number;
1112
1142
 
@@ -1115,7 +1145,7 @@ export declare namespace CameraAvStreamManagement {
1115
1145
  * purposes such as resolution control, boundaries for the Zone Management Cluster and digital Pan/Tilt/Zoom
1116
1146
  * commands in the Camera AV Settings User Level Management.
1117
1147
  *
1118
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.6.2
1148
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.6.2
1119
1149
  */
1120
1150
  sensorHeight: number;
1121
1151
 
@@ -1123,7 +1153,7 @@ export declare namespace CameraAvStreamManagement {
1123
1153
  * This field shall indicate the maximum frame rate, in frames per second, that the video sensor is capable of
1124
1154
  * supporting.
1125
1155
  *
1126
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.6.3
1156
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.6.3
1127
1157
  */
1128
1158
  maxFps: number;
1129
1159
 
@@ -1131,7 +1161,7 @@ export declare namespace CameraAvStreamManagement {
1131
1161
  * This field shall indicate the maximum frame rate, in frames per second, that the video sensor is capable of
1132
1162
  * supporting when HDR is enabled. The value may be less than or equal to the MaxFPS.
1133
1163
  *
1134
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.6.4
1164
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.6.4
1135
1165
  */
1136
1166
  maxHdrfps?: number;
1137
1167
  }
@@ -1140,7 +1170,7 @@ export declare namespace CameraAvStreamManagement {
1140
1170
  * This object defines the resolution parameters in pixels which can be used for defining the resolutions of
1141
1171
  * different video streams.
1142
1172
  *
1143
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.7
1173
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.7
1144
1174
  */
1145
1175
  export class VideoResolution {
1146
1176
  constructor(values?: Partial<VideoResolution>);
@@ -1148,14 +1178,14 @@ export declare namespace CameraAvStreamManagement {
1148
1178
  /**
1149
1179
  * This field shall indicate the width, in number of pixels, for a frame.
1150
1180
  *
1151
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.7.1
1181
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.7.1
1152
1182
  */
1153
1183
  width: number;
1154
1184
 
1155
1185
  /**
1156
1186
  * This field shall indicate the height, in number of pixels, for a frame.
1157
1187
  *
1158
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.7.2
1188
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.7.2
1159
1189
  */
1160
1190
  height: number;
1161
1191
  }
@@ -1164,7 +1194,7 @@ export declare namespace CameraAvStreamManagement {
1164
1194
  * This struct is used to define a set of parameters of the hardware video encoder that alter the rate distortion
1165
1195
  * trade-off points. The points are expressed as the minimum bitrate and resolution for each supported codec type.
1166
1196
  *
1167
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.8
1197
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.8
1168
1198
  */
1169
1199
  export class RateDistortionTradeOffPoints {
1170
1200
  constructor(values?: Partial<RateDistortionTradeOffPoints>);
@@ -1172,14 +1202,14 @@ export declare namespace CameraAvStreamManagement {
1172
1202
  /**
1173
1203
  * This field shall indicate the type of video codec based on the supported VideoCodecEnum types.
1174
1204
  *
1175
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.8.1
1205
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.8.1
1176
1206
  */
1177
1207
  codec: VideoCodec;
1178
1208
 
1179
1209
  /**
1180
1210
  * This field shall indicate the resolution in pixels for a specific rate distortion trade-off point.
1181
1211
  *
1182
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.8.2
1212
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.8.2
1183
1213
  */
1184
1214
  resolution: VideoResolution;
1185
1215
 
@@ -1187,7 +1217,7 @@ export declare namespace CameraAvStreamManagement {
1187
1217
  * This field shall indicate the minimum bitrate for a specific rate distortion trade-off point expressed as
1188
1218
  * bits per second.
1189
1219
  *
1190
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.8.3
1220
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.8.3
1191
1221
  */
1192
1222
  minBitRate: number;
1193
1223
  }
@@ -1195,7 +1225,7 @@ export declare namespace CameraAvStreamManagement {
1195
1225
  /**
1196
1226
  * This struct is used to capture all constituent parameters of a video stream in order to fully characterize it.
1197
1227
  *
1198
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.11
1228
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.11
1199
1229
  */
1200
1230
  export class VideoStream {
1201
1231
  constructor(values?: Partial<VideoStream>);
@@ -1203,14 +1233,14 @@ export declare namespace CameraAvStreamManagement {
1203
1233
  /**
1204
1234
  * This field shall indicate the uniquely allocated identifier for the video stream.
1205
1235
  *
1206
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.11.1
1236
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.11.1
1207
1237
  */
1208
1238
  videoStreamId: number;
1209
1239
 
1210
1240
  /**
1211
1241
  * This field shall indicate the usage of the stream as described in StreamUsageEnum.
1212
1242
  *
1213
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.11.2
1243
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.11.2
1214
1244
  */
1215
1245
  streamUsage: StreamUsage;
1216
1246
 
@@ -1218,49 +1248,49 @@ export declare namespace CameraAvStreamManagement {
1218
1248
  * This field shall indicate the type of video codec being used by the corresponding video stream as described
1219
1249
  * in VideoCodecEnum.
1220
1250
  *
1221
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.11.3
1251
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.11.3
1222
1252
  */
1223
1253
  videoCodec: VideoCodec;
1224
1254
 
1225
1255
  /**
1226
1256
  * This field shall indicate the minimum frame rate in frames per second for the corresponding video stream.
1227
1257
  *
1228
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.11.4
1258
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.11.4
1229
1259
  */
1230
1260
  minFrameRate: number;
1231
1261
 
1232
1262
  /**
1233
1263
  * This field shall indicate the maximum frame rate in frames per second for the corresponding video stream.
1234
1264
  *
1235
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.11.5
1265
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.11.5
1236
1266
  */
1237
1267
  maxFrameRate: number;
1238
1268
 
1239
1269
  /**
1240
1270
  * This field shall indicate the minimum resolution for the corresponding video stream.
1241
1271
  *
1242
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.11.6
1272
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.11.6
1243
1273
  */
1244
1274
  minResolution: VideoResolution;
1245
1275
 
1246
1276
  /**
1247
1277
  * This field shall indicate the maximum resolution for the corresponding video stream.
1248
1278
  *
1249
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.11.7
1279
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.11.7
1250
1280
  */
1251
1281
  maxResolution: VideoResolution;
1252
1282
 
1253
1283
  /**
1254
1284
  * This field shall indicate the minimum bitrate for the corresponding video stream in bits per second.
1255
1285
  *
1256
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.11.8
1286
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.11.8
1257
1287
  */
1258
1288
  minBitRate: number;
1259
1289
 
1260
1290
  /**
1261
1291
  * This field shall indicate the maximum bitrate for the corresponding video stream in bits per second.
1262
1292
  *
1263
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.11.9
1293
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.11.9
1264
1294
  */
1265
1295
  maxBitRate: number;
1266
1296
 
@@ -1270,7 +1300,7 @@ export declare namespace CameraAvStreamManagement {
1270
1300
  * recommended to use a value of 4000 (4 seconds). If the value requested does not exactly align with the
1271
1301
  * framerate, then the next frame after the requested value shall be a regular key-frame.
1272
1302
  *
1273
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.11.10
1303
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.11.10
1274
1304
  */
1275
1305
  keyFrameInterval: number;
1276
1306
 
@@ -1278,7 +1308,7 @@ export declare namespace CameraAvStreamManagement {
1278
1308
  * This field indicates the status of an applied watermark for the specific video stream. An Enabled value of
1279
1309
  * TRUE means that watermarking has been enabled for that stream.
1280
1310
  *
1281
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.11.11
1311
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.11.11
1282
1312
  */
1283
1313
  watermarkEnabled?: boolean;
1284
1314
 
@@ -1286,7 +1316,7 @@ export declare namespace CameraAvStreamManagement {
1286
1316
  * This field indicates the status of the OSD (On-Screen Display) for the specific video stream. An Enabled
1287
1317
  * value of TRUE means that OSD has been enabled for that stream.
1288
1318
  *
1289
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.11.12
1319
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.11.12
1290
1320
  */
1291
1321
  osdEnabled?: boolean;
1292
1322
 
@@ -1295,7 +1325,7 @@ export declare namespace CameraAvStreamManagement {
1295
1325
  * this field to reflect the correct value at runtime (e.g., when restored from a persisted value after a
1296
1326
  * reboot).
1297
1327
  *
1298
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.11.13
1328
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.11.13
1299
1329
  */
1300
1330
  referenceCount: number;
1301
1331
  }
@@ -1304,7 +1334,7 @@ export declare namespace CameraAvStreamManagement {
1304
1334
  * This data type is derived from enum8 and is used for tri-state settings on a device, where a setting can be in
1305
1335
  * one of three states, i.e., On, Off, or Automatic.
1306
1336
  *
1307
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.5
1337
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.5
1308
1338
  */
1309
1339
  export enum TriStateAuto {
1310
1340
  /**
@@ -1326,7 +1356,7 @@ export declare namespace CameraAvStreamManagement {
1326
1356
  /**
1327
1357
  * This struct is used to express the audio capabilities of the camera.
1328
1358
  *
1329
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.10
1359
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.10
1330
1360
  */
1331
1361
  export class AudioCapabilities {
1332
1362
  constructor(values?: Partial<AudioCapabilities>);
@@ -1334,14 +1364,14 @@ export declare namespace CameraAvStreamManagement {
1334
1364
  /**
1335
1365
  * This field shall indicate the maximum number of channels supported by an audio stream from the camera.
1336
1366
  *
1337
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.10.1
1367
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.10.1
1338
1368
  */
1339
1369
  maxNumberOfChannels: number;
1340
1370
 
1341
1371
  /**
1342
1372
  * This field shall indicate the list of audio codecs from AudioCodecEnum that are supported by the camera.
1343
1373
  *
1344
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.10.2
1374
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.10.2
1345
1375
  */
1346
1376
  supportedCodecs: AudioCodec[];
1347
1377
 
@@ -1349,7 +1379,7 @@ export declare namespace CameraAvStreamManagement {
1349
1379
  * This field shall indicate the list of sample rates that are supported by the audio stream from the camera
1350
1380
  * expressed in Hz, e.g., (48000, 32000, 16000).
1351
1381
  *
1352
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.10.3
1382
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.10.3
1353
1383
  */
1354
1384
  supportedSampleRates: number[];
1355
1385
 
@@ -1357,7 +1387,7 @@ export declare namespace CameraAvStreamManagement {
1357
1387
  * This field shall indicate the list of bit depths that are supported by the audio stream, e.g., (16-bit,
1358
1388
  * 24-bit).
1359
1389
  *
1360
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.10.4
1390
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.10.4
1361
1391
  */
1362
1392
  supportedBitDepths: number[];
1363
1393
  }
@@ -1365,7 +1395,7 @@ export declare namespace CameraAvStreamManagement {
1365
1395
  /**
1366
1396
  * This struct is used to capture all constituent parameters of an audio stream in order to fully characterize it.
1367
1397
  *
1368
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.12
1398
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.12
1369
1399
  */
1370
1400
  export class AudioStream {
1371
1401
  constructor(values?: Partial<AudioStream>);
@@ -1373,14 +1403,14 @@ export declare namespace CameraAvStreamManagement {
1373
1403
  /**
1374
1404
  * This field shall indicate the uniquely allocated identifier for the audio stream.
1375
1405
  *
1376
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.12.1
1406
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.12.1
1377
1407
  */
1378
1408
  audioStreamId: number;
1379
1409
 
1380
1410
  /**
1381
1411
  * This field shall indicate the usage of stream as described in StreamUsageEnum.
1382
1412
  *
1383
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.12.2
1413
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.12.2
1384
1414
  */
1385
1415
  streamUsage: StreamUsage;
1386
1416
 
@@ -1388,7 +1418,7 @@ export declare namespace CameraAvStreamManagement {
1388
1418
  * This field shall indicate the type of audio codec being used by the corresponding audio stream as described
1389
1419
  * in AudioCodecEnum.
1390
1420
  *
1391
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.12.3
1421
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.12.3
1392
1422
  */
1393
1423
  audioCodec: AudioCodec;
1394
1424
 
@@ -1396,21 +1426,21 @@ export declare namespace CameraAvStreamManagement {
1396
1426
  * This field shall indicate the number of independent channels or tracks being used by the corresponding audio
1397
1427
  * stream. e.g., 1 for mono, 2 for stereo
1398
1428
  *
1399
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.12.4
1429
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.12.4
1400
1430
  */
1401
1431
  channelCount: number;
1402
1432
 
1403
1433
  /**
1404
1434
  * This field shall indicate the audio sample rate, in hertz (Hz).
1405
1435
  *
1406
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.12.5
1436
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.12.5
1407
1437
  */
1408
1438
  sampleRate: number;
1409
1439
 
1410
1440
  /**
1411
1441
  * This field shall indicate the target bit rate in bits per second of the audio stream.
1412
1442
  *
1413
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.12.6
1443
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.12.6
1414
1444
  */
1415
1445
  bitRate: number;
1416
1446
 
@@ -1419,7 +1449,7 @@ export declare namespace CameraAvStreamManagement {
1419
1449
  * of bits of information used to represent each sample of the audio signal, and affects the resolution and
1420
1450
  * dynamic range of the audio.
1421
1451
  *
1422
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.12.7
1452
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.12.7
1423
1453
  */
1424
1454
  bitDepth: number;
1425
1455
 
@@ -1428,7 +1458,7 @@ export declare namespace CameraAvStreamManagement {
1428
1458
  * this field to reflect the correct value at runtime (e.g., when restored from a persisted value after a
1429
1459
  * reboot).
1430
1460
  *
1431
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.12.8
1461
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.12.8
1432
1462
  */
1433
1463
  referenceCount: number;
1434
1464
  }
@@ -1437,7 +1467,7 @@ export declare namespace CameraAvStreamManagement {
1437
1467
  * This data type provides an enumeration of the different modes of bi-directional audio communication that are
1438
1468
  * supported by the camera.
1439
1469
  *
1440
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.4
1470
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.4
1441
1471
  */
1442
1472
  export enum TwoWayTalkSupportType {
1443
1473
  /**
@@ -1460,7 +1490,7 @@ export declare namespace CameraAvStreamManagement {
1460
1490
  * This struct is used to define the set of parameters that characterize a snapshot image that is used to build a
1461
1491
  * snapshot stream.
1462
1492
  *
1463
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.9
1493
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.9
1464
1494
  */
1465
1495
  export class SnapshotCapabilities {
1466
1496
  constructor(values?: Partial<SnapshotCapabilities>);
@@ -1468,21 +1498,21 @@ export declare namespace CameraAvStreamManagement {
1468
1498
  /**
1469
1499
  * This field shall indicate the resolution in pixels of the snapshot image.
1470
1500
  *
1471
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.9.1
1501
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.9.1
1472
1502
  */
1473
1503
  resolution: VideoResolution;
1474
1504
 
1475
1505
  /**
1476
1506
  * This field shall indicate the maximum frame rate in frames per second of the snapshot stream.
1477
1507
  *
1478
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.9.2
1508
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.9.2
1479
1509
  */
1480
1510
  maxFrameRate: number;
1481
1511
 
1482
1512
  /**
1483
1513
  * This field shall indicate the format of the snapshot image, e.g., JPEG, as specified in ImageCodecEnum.
1484
1514
  *
1485
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.9.3
1515
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.9.3
1486
1516
  */
1487
1517
  imageCodec: ImageCodec;
1488
1518
 
@@ -1491,7 +1521,7 @@ export declare namespace CameraAvStreamManagement {
1491
1521
  * If true, clients need to include this entry's Resolution and MaxFrameRate in the calculation for determining
1492
1522
  * overall stream allocation resources.
1493
1523
  *
1494
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.9.4
1524
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.9.4
1495
1525
  */
1496
1526
  requiresEncodedPixels: boolean;
1497
1527
 
@@ -1506,7 +1536,7 @@ export declare namespace CameraAvStreamManagement {
1506
1536
  *
1507
1537
  * This field is only considered if RequiresEncodedPixels is true.
1508
1538
  *
1509
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.9.5
1539
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.9.5
1510
1540
  */
1511
1541
  requiresHardwareEncoder?: boolean;
1512
1542
  }
@@ -1514,7 +1544,7 @@ export declare namespace CameraAvStreamManagement {
1514
1544
  /**
1515
1545
  * This struct is used to capture all constituent parameters of a snapshot stream in order to fully characterize it.
1516
1546
  *
1517
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.13
1547
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.13
1518
1548
  */
1519
1549
  export class SnapshotStream {
1520
1550
  constructor(values?: Partial<SnapshotStream>);
@@ -1522,7 +1552,7 @@ export declare namespace CameraAvStreamManagement {
1522
1552
  /**
1523
1553
  * This field shall indicate the uniquely allocated identifier for the snapshot stream.
1524
1554
  *
1525
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.13.1
1555
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.13.1
1526
1556
  */
1527
1557
  snapshotStreamId: number;
1528
1558
 
@@ -1530,28 +1560,28 @@ export declare namespace CameraAvStreamManagement {
1530
1560
  * This field shall indicate the type of image codec being used by the corresponding snapshot stream as
1531
1561
  * described in ImageCodecEnum.
1532
1562
  *
1533
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.13.2
1563
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.13.2
1534
1564
  */
1535
1565
  imageCodec: ImageCodec;
1536
1566
 
1537
1567
  /**
1538
1568
  * This field shall indicate the frame rate as frames per second of the snapshot stream.
1539
1569
  *
1540
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.13.3
1570
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.13.3
1541
1571
  */
1542
1572
  frameRate: number;
1543
1573
 
1544
1574
  /**
1545
1575
  * This field shall indicate the minimum resolution for the corresponding snapshot stream.
1546
1576
  *
1547
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.13.4
1577
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.13.4
1548
1578
  */
1549
1579
  minResolution: VideoResolution;
1550
1580
 
1551
1581
  /**
1552
1582
  * This field shall indicate the maximum resolution for the corresponding snapshot stream.
1553
1583
  *
1554
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.13.5
1584
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.13.5
1555
1585
  */
1556
1586
  maxResolution: VideoResolution;
1557
1587
 
@@ -1560,7 +1590,7 @@ export declare namespace CameraAvStreamManagement {
1560
1590
  * image codec. A lower number indicates lower image quality. A higher value indicates higher image quality but
1561
1591
  * larger file size and higher bit rate.
1562
1592
  *
1563
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.13.6
1593
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.13.6
1564
1594
  */
1565
1595
  quality: number;
1566
1596
 
@@ -1569,7 +1599,7 @@ export declare namespace CameraAvStreamManagement {
1569
1599
  * recompute this field to reflect the correct value at runtime (e.g., when restored from a persisted value
1570
1600
  * after a reboot).
1571
1601
  *
1572
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.13.7
1602
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.13.7
1573
1603
  */
1574
1604
  referenceCount: number;
1575
1605
 
@@ -1579,7 +1609,7 @@ export declare namespace CameraAvStreamManagement {
1579
1609
  * This shall be true if the SnapshotCapabilitiesStruct for the selected ImageCodec and MaxResolution has
1580
1610
  * RequiresEncodedPixels set to true.
1581
1611
  *
1582
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.13.8
1612
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.13.8
1583
1613
  */
1584
1614
  encodedPixels: boolean;
1585
1615
 
@@ -1589,7 +1619,7 @@ export declare namespace CameraAvStreamManagement {
1589
1619
  * This shall be true if the SnapshotCapabilitiesStruct for the selected ImageCodec and MaxResolution has
1590
1620
  * RequiresHardwareEncoder set to true.
1591
1621
  *
1592
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.13.9
1622
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.13.9
1593
1623
  */
1594
1624
  hardwareEncoder: boolean;
1595
1625
 
@@ -1597,7 +1627,7 @@ export declare namespace CameraAvStreamManagement {
1597
1627
  * This field indicates the status of an applied watermark for the specific snapshot stream. A value of TRUE
1598
1628
  * means that watermarking has been enabled for that stream.
1599
1629
  *
1600
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.13.10
1630
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.13.10
1601
1631
  */
1602
1632
  watermarkEnabled?: boolean;
1603
1633
 
@@ -1605,7 +1635,7 @@ export declare namespace CameraAvStreamManagement {
1605
1635
  * This field indicates the status of the OSD (On-Screen Display) for the specific snapshot stream. A value of
1606
1636
  * TRUE means that OSD has been enabled for that stream.
1607
1637
  *
1608
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.13.11
1638
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.13.11
1609
1639
  */
1610
1640
  osdEnabled?: boolean;
1611
1641
  }
@@ -1617,7 +1647,7 @@ export declare namespace CameraAvStreamManagement {
1617
1647
  * NOT be invoked when there are allocated streams. If changes are required while streams are allocated, all
1618
1648
  * existing streams would need to be deallocated before invoking this command.
1619
1649
  *
1620
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.12
1650
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.12
1621
1651
  */
1622
1652
  export class SetStreamPrioritiesRequest {
1623
1653
  constructor(values?: Partial<SetStreamPrioritiesRequest>);
@@ -1627,7 +1657,7 @@ export declare namespace CameraAvStreamManagement {
1627
1657
  * starting at index 0 of the list, with no duplicate values allowed, and only containing entries found in
1628
1658
  * SupportedStreamUsages.
1629
1659
  *
1630
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.12.1
1660
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.12.1
1631
1661
  */
1632
1662
  streamPriorities: StreamUsage[];
1633
1663
  }
@@ -1635,7 +1665,7 @@ export declare namespace CameraAvStreamManagement {
1635
1665
  /**
1636
1666
  * This command shall allocate a video stream on the camera and return an allocated video stream identifier.
1637
1667
  *
1638
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.4
1668
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.4
1639
1669
  */
1640
1670
  export class VideoStreamAllocateRequest {
1641
1671
  constructor(values?: Partial<VideoStreamAllocateRequest>);
@@ -1643,56 +1673,56 @@ export declare namespace CameraAvStreamManagement {
1643
1673
  /**
1644
1674
  * This field shall indicate the usage of the stream (Recording, LiveView, etc) that this allocation is for.
1645
1675
  *
1646
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.4.1
1676
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.4.1
1647
1677
  */
1648
1678
  streamUsage: StreamUsage;
1649
1679
 
1650
1680
  /**
1651
1681
  * This field shall indicate the type of codec used by the allocated video stream.
1652
1682
  *
1653
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.4.2
1683
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.4.2
1654
1684
  */
1655
1685
  videoCodec: VideoCodec;
1656
1686
 
1657
1687
  /**
1658
1688
  * This field shall indicate the minimum frame rate in frames per second of the allocated video stream.
1659
1689
  *
1660
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.4.3
1690
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.4.3
1661
1691
  */
1662
1692
  minFrameRate: number;
1663
1693
 
1664
1694
  /**
1665
1695
  * This field shall indicate the maximum frame rate in frames per second of the allocated video stream.
1666
1696
  *
1667
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.4.4
1697
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.4.4
1668
1698
  */
1669
1699
  maxFrameRate: number;
1670
1700
 
1671
1701
  /**
1672
1702
  * This field shall indicate the minimum resolution of the allocated video stream.
1673
1703
  *
1674
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.4.5
1704
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.4.5
1675
1705
  */
1676
1706
  minResolution: VideoResolution;
1677
1707
 
1678
1708
  /**
1679
1709
  * This field shall indicate the maximum resolution of the allocated video stream.
1680
1710
  *
1681
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.4.6
1711
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.4.6
1682
1712
  */
1683
1713
  maxResolution: VideoResolution;
1684
1714
 
1685
1715
  /**
1686
1716
  * This field shall indicate the minimum bitrate in bits per second of the allocated video stream.
1687
1717
  *
1688
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.4.7
1718
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.4.7
1689
1719
  */
1690
1720
  minBitRate: number;
1691
1721
 
1692
1722
  /**
1693
1723
  * This field shall indicate the maximum bitrate in bits per second of the allocated video stream.
1694
1724
  *
1695
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.4.8
1725
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.4.8
1696
1726
  */
1697
1727
  maxBitRate: number;
1698
1728
 
@@ -1700,7 +1730,7 @@ export declare namespace CameraAvStreamManagement {
1700
1730
  * This field shall indicate the duration in milliseconds before a regular key-frame is generated. See
1701
1731
  * KeyFrameInterval for further details.
1702
1732
  *
1703
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.4.9
1733
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.4.9
1704
1734
  */
1705
1735
  keyFrameInterval: number;
1706
1736
 
@@ -1708,7 +1738,7 @@ export declare namespace CameraAvStreamManagement {
1708
1738
  * This field shall indicate whether a watermark can be applied on the video stream. A value of TRUE means that
1709
1739
  * watermarking has been enabled for that stream.
1710
1740
  *
1711
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.4.10
1741
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.4.10
1712
1742
  */
1713
1743
  watermarkEnabled?: boolean;
1714
1744
 
@@ -1716,7 +1746,7 @@ export declare namespace CameraAvStreamManagement {
1716
1746
  * This field shall indicate whether the OSD (On-Screen Display) can be applied on the video stream. A value of
1717
1747
  * TRUE means that OSD has been enabled for that stream.
1718
1748
  *
1719
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.4.11
1749
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.4.11
1720
1750
  */
1721
1751
  osdEnabled?: boolean;
1722
1752
  }
@@ -1725,7 +1755,7 @@ export declare namespace CameraAvStreamManagement {
1725
1755
  * This command shall be sent by the camera in response to the VideoStreamAllocate command, carrying the newly
1726
1756
  * allocated or re-used video stream identifier.
1727
1757
  *
1728
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.5
1758
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.5
1729
1759
  */
1730
1760
  export class VideoStreamAllocateResponse {
1731
1761
  constructor(values?: Partial<VideoStreamAllocateResponse>);
@@ -1733,7 +1763,7 @@ export declare namespace CameraAvStreamManagement {
1733
1763
  /**
1734
1764
  * This field shall be a VideoStreamID representing the newly created unique video stream identifier.
1735
1765
  *
1736
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.5.1
1766
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.5.1
1737
1767
  */
1738
1768
  videoStreamId: number;
1739
1769
  }
@@ -1741,7 +1771,7 @@ export declare namespace CameraAvStreamManagement {
1741
1771
  /**
1742
1772
  * This command shall deallocate a video stream on the camera, corresponding to the given video stream identifier.
1743
1773
  *
1744
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.7
1774
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.7
1745
1775
  */
1746
1776
  export class VideoStreamDeallocateRequest {
1747
1777
  constructor(values?: Partial<VideoStreamDeallocateRequest>);
@@ -1749,7 +1779,7 @@ export declare namespace CameraAvStreamManagement {
1749
1779
  /**
1750
1780
  * This field shall be a VideoStreamID for the stream to be deallocated.
1751
1781
  *
1752
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.7.1
1782
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.7.1
1753
1783
  */
1754
1784
  videoStreamId: number;
1755
1785
  }
@@ -1757,7 +1787,7 @@ export declare namespace CameraAvStreamManagement {
1757
1787
  /**
1758
1788
  * This command shall allocate an audio stream on the camera and return an allocated audio stream identifier.
1759
1789
  *
1760
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.1
1790
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.1
1761
1791
  */
1762
1792
  export class AudioStreamAllocateRequest {
1763
1793
  constructor(values?: Partial<AudioStreamAllocateRequest>);
@@ -1765,14 +1795,14 @@ export declare namespace CameraAvStreamManagement {
1765
1795
  /**
1766
1796
  * This field shall indicate the usage of the stream (Recording, LiveView, etc) that this allocation is for.
1767
1797
  *
1768
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.1.1
1798
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.1.1
1769
1799
  */
1770
1800
  streamUsage: StreamUsage;
1771
1801
 
1772
1802
  /**
1773
1803
  * This field shall indicate the type of Codec used by the allocated stream.
1774
1804
  *
1775
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.1.2
1805
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.1.2
1776
1806
  */
1777
1807
  audioCodec: AudioCodec;
1778
1808
 
@@ -1780,7 +1810,7 @@ export declare namespace CameraAvStreamManagement {
1780
1810
  * This field shall indicate the number of channels used by the allocated stream, e.g., Mono (1), Stereo (2),
1781
1811
  * etc.
1782
1812
  *
1783
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.1.3
1813
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.1.3
1784
1814
  */
1785
1815
  channelCount: number;
1786
1816
 
@@ -1788,7 +1818,7 @@ export declare namespace CameraAvStreamManagement {
1788
1818
  * This field shall indicate the sampling rate of the audio stream in Hz. Typical values would be 48000 (48
1789
1819
  * kHz), 32000 (32 kHz) or 16000 (16 kHz).
1790
1820
  *
1791
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.1.4
1821
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.1.4
1792
1822
  */
1793
1823
  sampleRate: number;
1794
1824
 
@@ -1796,7 +1826,7 @@ export declare namespace CameraAvStreamManagement {
1796
1826
  * This field shall indicate the bitrate of the specified audio codec in bits per second. The default bitrate
1797
1827
  * may vary based on the type of device and codec.
1798
1828
  *
1799
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.1.5
1829
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.1.5
1800
1830
  */
1801
1831
  bitRate: number;
1802
1832
 
@@ -1804,7 +1834,7 @@ export declare namespace CameraAvStreamManagement {
1804
1834
  * This field shall indicate the number of bits of information (8, 16, 24 or 32 bits) used to represent each
1805
1835
  * sample of the audio signal.
1806
1836
  *
1807
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.1.6
1837
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.1.6
1808
1838
  */
1809
1839
  bitDepth: number;
1810
1840
  }
@@ -1813,7 +1843,7 @@ export declare namespace CameraAvStreamManagement {
1813
1843
  * This command shall be sent by the camera in response to the AudioStreamAllocate command, carrying the newly
1814
1844
  * allocated or re-used audio stream identifier.
1815
1845
  *
1816
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.2
1846
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.2
1817
1847
  */
1818
1848
  export class AudioStreamAllocateResponse {
1819
1849
  constructor(values?: Partial<AudioStreamAllocateResponse>);
@@ -1821,7 +1851,7 @@ export declare namespace CameraAvStreamManagement {
1821
1851
  /**
1822
1852
  * The AudioStreamID field shall be a AudioStreamID representing the unique audio stream identifier.
1823
1853
  *
1824
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.2.1
1854
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.2.1
1825
1855
  */
1826
1856
  audioStreamId: number;
1827
1857
  }
@@ -1829,7 +1859,7 @@ export declare namespace CameraAvStreamManagement {
1829
1859
  /**
1830
1860
  * This command shall deallocate an audio stream on the camera, corresponding to the given audio stream identifier.
1831
1861
  *
1832
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.3
1862
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.3
1833
1863
  */
1834
1864
  export class AudioStreamDeallocateRequest {
1835
1865
  constructor(values?: Partial<AudioStreamDeallocateRequest>);
@@ -1838,7 +1868,7 @@ export declare namespace CameraAvStreamManagement {
1838
1868
  * The AudioStreamID field shall be a AudioStreamID representing the unique audio stream identifier for the
1839
1869
  * stream that needs to be deallocated.
1840
1870
  *
1841
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.3.1
1871
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.3.1
1842
1872
  */
1843
1873
  audioStreamId: number;
1844
1874
  }
@@ -1846,7 +1876,7 @@ export declare namespace CameraAvStreamManagement {
1846
1876
  /**
1847
1877
  * This command shall allocate a snapshot stream on the device and return an allocated snapshot stream identifier.
1848
1878
  *
1849
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.8
1879
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.8
1850
1880
  */
1851
1881
  export class SnapshotStreamAllocateRequest {
1852
1882
  constructor(values?: Partial<SnapshotStreamAllocateRequest>);
@@ -1855,28 +1885,28 @@ export declare namespace CameraAvStreamManagement {
1855
1885
  * This field shall indicate the type of image codec to be used by the allocated snapshot stream as described in
1856
1886
  * ImageCodecEnum.
1857
1887
  *
1858
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.8.1
1888
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.8.1
1859
1889
  */
1860
1890
  imageCodec: ImageCodec;
1861
1891
 
1862
1892
  /**
1863
1893
  * This field shall indicate the maximum frame rate in frames per second of the allocated snapshot stream.
1864
1894
  *
1865
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.8.2
1895
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.8.2
1866
1896
  */
1867
1897
  maxFrameRate: number;
1868
1898
 
1869
1899
  /**
1870
1900
  * This field shall indicate the minimum resolution of the allocated snapshot stream.
1871
1901
  *
1872
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.8.3
1902
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.8.3
1873
1903
  */
1874
1904
  minResolution: VideoResolution;
1875
1905
 
1876
1906
  /**
1877
1907
  * This field shall indicate the maximum resolution of the allocated snapshot stream.
1878
1908
  *
1879
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.8.4
1909
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.8.4
1880
1910
  */
1881
1911
  maxResolution: VideoResolution;
1882
1912
 
@@ -1884,7 +1914,7 @@ export declare namespace CameraAvStreamManagement {
1884
1914
  * This field shall indicate a codec quality metric(integer between 1 and 100) for the allocated snapshot
1885
1915
  * stream.
1886
1916
  *
1887
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.8.5
1917
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.8.5
1888
1918
  */
1889
1919
  quality: number;
1890
1920
 
@@ -1896,7 +1926,7 @@ export declare namespace CameraAvStreamManagement {
1896
1926
  * SnapshotCapabilities. When ignored, the associated WatermarkEnabled entry for the Video Stream that is the
1897
1927
  * source of this snapshot may be used.
1898
1928
  *
1899
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.8.6
1929
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.8.6
1900
1930
  */
1901
1931
  watermarkEnabled?: boolean;
1902
1932
 
@@ -1908,7 +1938,7 @@ export declare namespace CameraAvStreamManagement {
1908
1938
  * SnapshotCapabilities. When ignored, the associated OSDEnabled entry for the Video Stream that is the source
1909
1939
  * of this snapshot may be used.
1910
1940
  *
1911
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.8.7
1941
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.8.7
1912
1942
  */
1913
1943
  osdEnabled?: boolean;
1914
1944
  }
@@ -1917,7 +1947,7 @@ export declare namespace CameraAvStreamManagement {
1917
1947
  * This command shall be sent by the device in response to the SnapshotStreamAllocate command, carrying the newly
1918
1948
  * allocated or re-used snapshot stream identifier.
1919
1949
  *
1920
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.9
1950
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.9
1921
1951
  */
1922
1952
  export class SnapshotStreamAllocateResponse {
1923
1953
  constructor(values?: Partial<SnapshotStreamAllocateResponse>);
@@ -1926,7 +1956,7 @@ export declare namespace CameraAvStreamManagement {
1926
1956
  * The SnapshotStreamID field shall be an unsigned 16 bit integer representing the unique snapshot stream
1927
1957
  * identifier.
1928
1958
  *
1929
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.9.1
1959
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.9.1
1930
1960
  */
1931
1961
  snapshotStreamId: number;
1932
1962
  }
@@ -1935,7 +1965,7 @@ export declare namespace CameraAvStreamManagement {
1935
1965
  * This command shall deallocate an snapshot stream on the camera, corresponding to the given snapshot stream
1936
1966
  * identifier.
1937
1967
  *
1938
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.10
1968
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.10
1939
1969
  */
1940
1970
  export class SnapshotStreamDeallocateRequest {
1941
1971
  constructor(values?: Partial<SnapshotStreamDeallocateRequest>);
@@ -1944,7 +1974,7 @@ export declare namespace CameraAvStreamManagement {
1944
1974
  * The SnapshotStreamID field shall be an unsigned 16 bit integer representing the unique snapshot stream
1945
1975
  * identifier for the stream that needs to be deallocated.
1946
1976
  *
1947
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.10.1
1977
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.10.1
1948
1978
  */
1949
1979
  snapshotStreamId: number;
1950
1980
  }
@@ -1952,7 +1982,7 @@ export declare namespace CameraAvStreamManagement {
1952
1982
  /**
1953
1983
  * This command shall return a Snapshot from the camera.
1954
1984
  *
1955
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.13
1985
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.13
1956
1986
  */
1957
1987
  export class CaptureSnapshotRequest {
1958
1988
  constructor(values?: Partial<CaptureSnapshotRequest>);
@@ -1961,7 +1991,7 @@ export declare namespace CameraAvStreamManagement {
1961
1991
  * The SnapshotStreamID field shall be a SnapshotStreamID representing the allocated Snapshot Stream to use, or
1962
1992
  * null to allow automatic stream selection.
1963
1993
  *
1964
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.13.1
1994
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.13.1
1965
1995
  */
1966
1996
  snapshotStreamId: number | null;
1967
1997
 
@@ -1969,7 +1999,7 @@ export declare namespace CameraAvStreamManagement {
1969
1999
  * The RequestedResolution field shall be a VideoResolutionStruct representing the preferred resolution of the
1970
2000
  * snapshot.
1971
2001
  *
1972
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.13.2
2002
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.13.2
1973
2003
  */
1974
2004
  requestedResolution: VideoResolution;
1975
2005
  }
@@ -1978,7 +2008,7 @@ export declare namespace CameraAvStreamManagement {
1978
2008
  * This command shall be sent by the device in response to the CaptureSnapshot command, carrying the requested
1979
2009
  * snapshot.
1980
2010
  *
1981
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.14
2011
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.14
1982
2012
  */
1983
2013
  export class CaptureSnapshotResponse {
1984
2014
  constructor(values?: Partial<CaptureSnapshotResponse>);
@@ -1986,7 +2016,7 @@ export declare namespace CameraAvStreamManagement {
1986
2016
  /**
1987
2017
  * The Data field shall be an octet string representing the image data.
1988
2018
  *
1989
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.14.1
2019
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.14.1
1990
2020
  */
1991
2021
  data: Bytes;
1992
2022
 
@@ -1994,14 +2024,14 @@ export declare namespace CameraAvStreamManagement {
1994
2024
  * The ImageCodec field shall be an ImageCodecEnum representing the codec used to encode the image. This shall
1995
2025
  * match the value found in the corresponding allocated snapshot stream and is provided for convenience.
1996
2026
  *
1997
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.14.2
2027
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.14.2
1998
2028
  */
1999
2029
  imageCodec: ImageCodec;
2000
2030
 
2001
2031
  /**
2002
2032
  * The Resolution field shall be a VideoResolutionStruct representing the resolution of the supplied image.
2003
2033
  *
2004
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.14.3
2034
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.14.3
2005
2035
  */
2006
2036
  resolution: VideoResolution;
2007
2037
  }
@@ -2009,7 +2039,7 @@ export declare namespace CameraAvStreamManagement {
2009
2039
  /**
2010
2040
  * This command shall be used to modify a stream specified by the VideoStreamID.
2011
2041
  *
2012
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.6
2042
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.6
2013
2043
  */
2014
2044
  export class VideoStreamModifyRequest {
2015
2045
  constructor(values?: Partial<VideoStreamModifyRequest>);
@@ -2017,7 +2047,7 @@ export declare namespace CameraAvStreamManagement {
2017
2047
  /**
2018
2048
  * This field shall be a VideoStreamID representing the video stream to modify.
2019
2049
  *
2020
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.6.1
2050
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.6.1
2021
2051
  */
2022
2052
  videoStreamId: number;
2023
2053
 
@@ -2026,7 +2056,7 @@ export declare namespace CameraAvStreamManagement {
2026
2056
  * watermarking has been requested for that stream. If this field is not present, then no change to the existing
2027
2057
  * value shall be made.
2028
2058
  *
2029
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.6.2
2059
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.6.2
2030
2060
  */
2031
2061
  watermarkEnabled?: boolean;
2032
2062
 
@@ -2035,7 +2065,7 @@ export declare namespace CameraAvStreamManagement {
2035
2065
  * TRUE means that OSD has been requested for that stream. If this field is not present, then no change to the
2036
2066
  * existing value shall be made.
2037
2067
  *
2038
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.8.6.3
2068
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.8.6.3
2039
2069
  */
2040
2070
  osdEnabled?: boolean;
2041
2071
  }
@@ -2043,7 +2073,7 @@ export declare namespace CameraAvStreamManagement {
2043
2073
  /**
2044
2074
  * This data type provides an enumeration of the video codecs supported by the camera.
2045
2075
  *
2046
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.1
2076
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.1
2047
2077
  */
2048
2078
  export enum VideoCodec {
2049
2079
  /**
@@ -2052,7 +2082,7 @@ export declare namespace CameraAvStreamManagement {
2052
2082
  * Advanced Video Coding (AVC) standard, also referred to as MPEG-4 Part 10, is a widely used codec offering
2053
2083
  * good balance of compression and quality.
2054
2084
  *
2055
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.1.1
2085
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.1.1
2056
2086
  */
2057
2087
  H264 = 0,
2058
2088
 
@@ -2062,7 +2092,7 @@ export declare namespace CameraAvStreamManagement {
2062
2092
  * High Efficiency Video Coding, also known as H.265, is a successor to H.264. It offers significantly better
2063
2093
  * compression at the same quality level of its predecessors.
2064
2094
  *
2065
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.1.2
2095
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.1.2
2066
2096
  */
2067
2097
  Hevc = 1,
2068
2098
 
@@ -2072,7 +2102,7 @@ export declare namespace CameraAvStreamManagement {
2072
2102
  * Versatile Video Coding, also known as H.266, is a successor to H.265. It builds upon the capabilities of its
2073
2103
  * predecessors to achieve even more efficient compression.
2074
2104
  *
2075
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.1.3
2105
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.1.3
2076
2106
  */
2077
2107
  Vvc = 2,
2078
2108
 
@@ -2081,7 +2111,7 @@ export declare namespace CameraAvStreamManagement {
2081
2111
  *
2082
2112
  * An open-source and royalty-free codec that provides high compression efficiency.
2083
2113
  *
2084
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.1.4
2114
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.1.4
2085
2115
  */
2086
2116
  Av1 = 3
2087
2117
  }
@@ -2089,7 +2119,7 @@ export declare namespace CameraAvStreamManagement {
2089
2119
  /**
2090
2120
  * This data type provides an enumeration of the audio codecs supported by the camera.
2091
2121
  *
2092
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.2
2122
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.2
2093
2123
  */
2094
2124
  export enum AudioCodec {
2095
2125
  /**
@@ -2097,7 +2127,7 @@ export declare namespace CameraAvStreamManagement {
2097
2127
  *
2098
2128
  * An open-source and royalty-free audio codec that is versatile and designed for both speech and music.
2099
2129
  *
2100
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.2.1
2130
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.2.1
2101
2131
  */
2102
2132
  Opus = 0,
2103
2133
 
@@ -2110,7 +2140,7 @@ export declare namespace CameraAvStreamManagement {
2110
2140
  /**
2111
2141
  * This data type provides an enumeration of the image codecs supported by the camera.
2112
2142
  *
2113
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.3
2143
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.3
2114
2144
  */
2115
2145
  export enum ImageCodec {
2116
2146
  /**
@@ -2118,7 +2148,7 @@ export declare namespace CameraAvStreamManagement {
2118
2148
  *
2119
2149
  * The JPEG image codec as defined by ITU-T T.81 and ISO/IEC 10918.
2120
2150
  *
2121
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.3.1
2151
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.3.1
2122
2152
  */
2123
2153
  Jpeg = 0,
2124
2154
 
@@ -2128,7 +2158,7 @@ export declare namespace CameraAvStreamManagement {
2128
2158
  * The HEIC image codec as defined in Annex B of ISO/IEC 23008-12 also known as the HEVC Image File Format.
2129
2159
  * Support for HEIC is optional, but recommended if the HEVC video codec is supported.
2130
2160
  *
2131
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.3.2
2161
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.3.2
2132
2162
  */
2133
2163
  Heic = 1
2134
2164
  }
@@ -2140,7 +2170,7 @@ export declare namespace CameraAvStreamManagement {
2140
2170
  * When encoded in TLV binary format and placed inside other standards, this shall be represented using the RFC 8141
2141
2171
  * compliant string urn:csa:matter:av-metadata.
2142
2172
  *
2143
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.14
2173
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.14
2144
2174
  */
2145
2175
  export class AvMetadata {
2146
2176
  constructor(values?: Partial<AvMetadata>);
@@ -2151,14 +2181,14 @@ export declare namespace CameraAvStreamManagement {
2151
2181
  *
2152
2182
  * If null, the device has no current source of wall clock time.
2153
2183
  *
2154
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.14.1
2184
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.14.1
2155
2185
  */
2156
2186
  utcTime: number | bigint | null;
2157
2187
 
2158
2188
  /**
2159
2189
  * This field shall represent the list of Motion Zones that are currently triggered.
2160
2190
  *
2161
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.14.2
2191
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.14.2
2162
2192
  */
2163
2193
  motionZonesActive?: number[];
2164
2194
 
@@ -2166,7 +2196,7 @@ export declare namespace CameraAvStreamManagement {
2166
2196
  * This field shall indicate if the sensor is currently active in black and white only mode. A value of true
2167
2197
  * means the sensor and video encode process is operating in black and white only mode.
2168
2198
  *
2169
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.14.3
2199
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.14.3
2170
2200
  */
2171
2201
  blackAndWhiteActive?: boolean;
2172
2202
 
@@ -2176,7 +2206,7 @@ export declare namespace CameraAvStreamManagement {
2176
2206
  * meaning of this field is not defined in this specification and is up to the users, vendors, or ecosystems
2177
2207
  * deploying it.
2178
2208
  *
2179
- * @see {@link MatterSpecification.v151.Cluster} § 11.2.6.14.4
2209
+ * @see {@link MatterSpecification.v16.Cluster} § 11.2.6.14.4
2180
2210
  */
2181
2211
  userDefined?: Bytes;
2182
2212
  }