@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
@@ -19,7 +19,7 @@ import type { FabricIndex } from "../datatype/FabricIndex.js";
19
19
  * Commissioning and operational determination of Node characteristics, such as Vendor ID, Product ID and serial number,
20
20
  * which apply to the whole Node.
21
21
  *
22
- * @see {@link MatterSpecification.v151.Core} § 11.1
22
+ * @see {@link MatterSpecification.v16.Core} § 11.1
23
23
  */
24
24
  export declare namespace BasicInformation {
25
25
  /**
@@ -33,9 +33,9 @@ export declare namespace BasicInformation {
33
33
  export const name: "BasicInformation";
34
34
 
35
35
  /**
36
- * The cluster revision assigned by {@link MatterSpecification.v151.Cluster}.
36
+ * The cluster revision assigned by {@link MatterSpecification.v16.Cluster}.
37
37
  */
38
- export const revision: 5;
38
+ export const revision: 6;
39
39
 
40
40
  /**
41
41
  * Canonical metadata for the BasicInformation cluster.
@@ -52,21 +52,21 @@ export declare namespace BasicInformation {
52
52
  * This attribute shall be set to the revision number of the Data Model against which the Node is certified. The
53
53
  * value of this attribute shall be one of the valid values listed in Section 7.1.1, "Revision History".
54
54
  *
55
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.1
55
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.1
56
56
  */
57
57
  dataModelRevision: number;
58
58
 
59
59
  /**
60
60
  * This attribute shall specify a human readable (displayable) name of the vendor for the Node.
61
61
  *
62
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.2
62
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.2
63
63
  */
64
64
  vendorName: string;
65
65
 
66
66
  /**
67
67
  * This attribute shall specify the Vendor ID.
68
68
  *
69
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.3
69
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.3
70
70
  */
71
71
  vendorId: VendorId;
72
72
 
@@ -74,7 +74,7 @@ export declare namespace BasicInformation {
74
74
  * This attribute shall specify a human readable (displayable) name of the model for the Node such as the model
75
75
  * number (or other identifier) assigned by the vendor.
76
76
  *
77
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.4
77
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.4
78
78
  */
79
79
  productName: string;
80
80
 
@@ -82,7 +82,7 @@ export declare namespace BasicInformation {
82
82
  * This attribute shall specify the Product ID assigned by the vendor that is unique to the specific product of
83
83
  * the Node.
84
84
  *
85
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.5
85
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.5
86
86
  */
87
87
  productId: number;
88
88
 
@@ -90,7 +90,7 @@ export declare namespace BasicInformation {
90
90
  * Indicates a user defined name for the Node. This attribute SHOULD be set during initial commissioning and may
91
91
  * be updated by further reconfigurations.
92
92
  *
93
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.6
93
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.6
94
94
  */
95
95
  nodeLabel: string;
96
96
 
@@ -105,7 +105,7 @@ export declare namespace BasicInformation {
105
105
  * it shall configure itself in a region-agnostic manner as determined by the vendor, avoiding region-specific
106
106
  * assumptions as much as is practical. The special value XX shall indicate that region-agnostic mode is used.
107
107
  *
108
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.7
108
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.7
109
109
  */
110
110
  location: string;
111
111
 
@@ -113,7 +113,7 @@ export declare namespace BasicInformation {
113
113
  * This attribute shall specify the version number of the hardware of the Node. The meaning of its value, and
114
114
  * the versioning scheme, are vendor defined.
115
115
  *
116
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.8
116
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.8
117
117
  */
118
118
  hardwareVersion: number;
119
119
 
@@ -122,7 +122,7 @@ export declare namespace BasicInformation {
122
122
  * the versioning scheme, are vendor defined. The HardwareVersionString attribute shall be used to provide a
123
123
  * more user-friendly value than that represented by the HardwareVersion attribute.
124
124
  *
125
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.9
125
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.9
126
126
  */
127
127
  hardwareVersionString: string;
128
128
 
@@ -132,7 +132,7 @@ export declare namespace BasicInformation {
132
132
  * 11.20.3.3, "Availability of Software Images"). Nodes may query this field to determine the currently running
133
133
  * version of software on another given Node.
134
134
  *
135
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.10
135
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.10
136
136
  */
137
137
  softwareVersion: number;
138
138
 
@@ -144,7 +144,7 @@ export declare namespace BasicInformation {
144
144
  *
145
145
  * Examples of version strings include "1.0", "1.2.3456", "1.2-2", "1.0b123", "1.2_3".
146
146
  *
147
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.11
147
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.11
148
148
  */
149
149
  softwareVersionString: string;
150
150
 
@@ -162,7 +162,7 @@ export declare namespace BasicInformation {
162
162
  * as software versions change for a given Node, clients SHOULD take care not to assume forever unchanging
163
163
  * values and SHOULD NOT cache this value permanently at Commissioning time.
164
164
  *
165
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.20
165
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.20
166
166
  */
167
167
  capabilityMinima: CapabilityMinima;
168
168
 
@@ -199,7 +199,7 @@ export declare namespace BasicInformation {
199
199
  * Comparison of SpecificationVersion shall always include the total value over 32 bits, without masking
200
200
  * reserved parts.
201
201
  *
202
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.22
202
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.22
203
203
  */
204
204
  specificationVersion: number;
205
205
 
@@ -212,7 +212,7 @@ export declare namespace BasicInformation {
212
212
  * If the MaxPathsPerInvoke attribute is absent or zero, such as in Basic Information cluster revisions prior to
213
213
  * Revision 3, clients shall assume a value of 1.
214
214
  *
215
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.23
215
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.23
216
216
  */
217
217
  maxPathsPerInvoke: number;
218
218
 
@@ -220,7 +220,7 @@ export declare namespace BasicInformation {
220
220
  * This attribute shall contain the current version number for the configuration of the Node. A larger value of
221
221
  * ConfigurationVersion shall indicate a newer configuration than a lower value.
222
222
  *
223
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.24
223
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.24
224
224
  */
225
225
  configurationVersion: number;
226
226
 
@@ -230,7 +230,7 @@ export declare namespace BasicInformation {
230
230
  * e.g., 20060814. The final 8 characters may include country, factory, line, shift or other related information
231
231
  * at the option of the vendor. The format of this information is vendor defined.
232
232
  *
233
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.12
233
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.12
234
234
  */
235
235
  manufacturingDate?: string;
236
236
 
@@ -240,7 +240,7 @@ export declare namespace BasicInformation {
240
240
  * ProductID. For instance, there may be different packaging (with different PartNumbers) for different regions;
241
241
  * also different colors of a product might share the ProductID but may have a different PartNumber.
242
242
  *
243
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.13
243
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.13
244
244
  */
245
245
  partNumber?: string;
246
246
 
@@ -250,7 +250,7 @@ export declare namespace BasicInformation {
250
250
  * syntax as specified in RFC 1738 and shall use the https scheme. The maximum length of this attribute is 256
251
251
  * ASCII characters.
252
252
  *
253
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.14
253
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.14
254
254
  */
255
255
  productUrl?: string;
256
256
 
@@ -260,14 +260,14 @@ export declare namespace BasicInformation {
260
260
  * attribute. The ProductLabel attribute SHOULD NOT include the name of the vendor as defined within the
261
261
  * VendorName attribute.
262
262
  *
263
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.15
263
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.15
264
264
  */
265
265
  productLabel?: string;
266
266
 
267
267
  /**
268
268
  * This attribute shall specify a human readable (displayable) serial number.
269
269
  *
270
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.16
270
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.16
271
271
  */
272
272
  serialNumber?: string;
273
273
 
@@ -277,7 +277,7 @@ export declare namespace BasicInformation {
277
277
  * LocalConfigDisabled attribute shall NOT in any way modify, disable, or otherwise affect the user's ability to
278
278
  * trigger a factory reset on the Node.
279
279
  *
280
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.17
280
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.17
281
281
  */
282
282
  localConfigDisabled?: boolean;
283
283
 
@@ -287,7 +287,7 @@ export declare namespace BasicInformation {
287
287
  * Information cluster where it is used to indicate whether the bridged device is reachable by the bridge over
288
288
  * the non-native network.
289
289
  *
290
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.18
290
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.18
291
291
  */
292
292
  reachable?: boolean;
293
293
 
@@ -316,7 +316,7 @@ export declare namespace BasicInformation {
316
316
  * > NOTE: This UniqueID attribute shall NOT be the same as the Persistent Unique ID which is used in the
317
317
  * Rotating Device Identifier mechanism.
318
318
  *
319
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.19
319
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.19
320
320
  */
321
321
  uniqueId?: string;
322
322
 
@@ -324,7 +324,7 @@ export declare namespace BasicInformation {
324
324
  * This attribute shall provide information about the appearance of the product, which could be useful to a user
325
325
  * trying to locate or identify the node.
326
326
  *
327
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.21
327
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.21
328
328
  */
329
329
  productAppearance?: ProductAppearance;
330
330
  }
@@ -339,21 +339,21 @@ export declare namespace BasicInformation {
339
339
  * This attribute shall be set to the revision number of the Data Model against which the Node is certified. The
340
340
  * value of this attribute shall be one of the valid values listed in Section 7.1.1, "Revision History".
341
341
  *
342
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.1
342
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.1
343
343
  */
344
344
  dataModelRevision: number;
345
345
 
346
346
  /**
347
347
  * This attribute shall specify a human readable (displayable) name of the vendor for the Node.
348
348
  *
349
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.2
349
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.2
350
350
  */
351
351
  vendorName: string;
352
352
 
353
353
  /**
354
354
  * This attribute shall specify the Vendor ID.
355
355
  *
356
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.3
356
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.3
357
357
  */
358
358
  vendorId: VendorId;
359
359
 
@@ -361,7 +361,7 @@ export declare namespace BasicInformation {
361
361
  * This attribute shall specify a human readable (displayable) name of the model for the Node such as the model
362
362
  * number (or other identifier) assigned by the vendor.
363
363
  *
364
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.4
364
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.4
365
365
  */
366
366
  productName: string;
367
367
 
@@ -369,7 +369,7 @@ export declare namespace BasicInformation {
369
369
  * This attribute shall specify the Product ID assigned by the vendor that is unique to the specific product of
370
370
  * the Node.
371
371
  *
372
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.5
372
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.5
373
373
  */
374
374
  productId: number;
375
375
 
@@ -377,7 +377,7 @@ export declare namespace BasicInformation {
377
377
  * Indicates a user defined name for the Node. This attribute SHOULD be set during initial commissioning and may
378
378
  * be updated by further reconfigurations.
379
379
  *
380
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.6
380
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.6
381
381
  */
382
382
  nodeLabel: string;
383
383
 
@@ -392,7 +392,7 @@ export declare namespace BasicInformation {
392
392
  * it shall configure itself in a region-agnostic manner as determined by the vendor, avoiding region-specific
393
393
  * assumptions as much as is practical. The special value XX shall indicate that region-agnostic mode is used.
394
394
  *
395
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.7
395
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.7
396
396
  */
397
397
  location: string;
398
398
 
@@ -400,7 +400,7 @@ export declare namespace BasicInformation {
400
400
  * This attribute shall specify the version number of the hardware of the Node. The meaning of its value, and
401
401
  * the versioning scheme, are vendor defined.
402
402
  *
403
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.8
403
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.8
404
404
  */
405
405
  hardwareVersion: number;
406
406
 
@@ -409,7 +409,7 @@ export declare namespace BasicInformation {
409
409
  * the versioning scheme, are vendor defined. The HardwareVersionString attribute shall be used to provide a
410
410
  * more user-friendly value than that represented by the HardwareVersion attribute.
411
411
  *
412
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.9
412
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.9
413
413
  */
414
414
  hardwareVersionString: string;
415
415
 
@@ -419,7 +419,7 @@ export declare namespace BasicInformation {
419
419
  * 11.20.3.3, "Availability of Software Images"). Nodes may query this field to determine the currently running
420
420
  * version of software on another given Node.
421
421
  *
422
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.10
422
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.10
423
423
  */
424
424
  softwareVersion: number;
425
425
 
@@ -431,7 +431,7 @@ export declare namespace BasicInformation {
431
431
  *
432
432
  * Examples of version strings include "1.0", "1.2.3456", "1.2-2", "1.0b123", "1.2_3".
433
433
  *
434
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.11
434
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.11
435
435
  */
436
436
  softwareVersionString: string;
437
437
 
@@ -449,7 +449,7 @@ export declare namespace BasicInformation {
449
449
  * as software versions change for a given Node, clients SHOULD take care not to assume forever unchanging
450
450
  * values and SHOULD NOT cache this value permanently at Commissioning time.
451
451
  *
452
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.20
452
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.20
453
453
  */
454
454
  capabilityMinima: CapabilityMinima;
455
455
 
@@ -486,7 +486,7 @@ export declare namespace BasicInformation {
486
486
  * Comparison of SpecificationVersion shall always include the total value over 32 bits, without masking
487
487
  * reserved parts.
488
488
  *
489
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.22
489
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.22
490
490
  */
491
491
  specificationVersion: number;
492
492
 
@@ -499,7 +499,7 @@ export declare namespace BasicInformation {
499
499
  * If the MaxPathsPerInvoke attribute is absent or zero, such as in Basic Information cluster revisions prior to
500
500
  * Revision 3, clients shall assume a value of 1.
501
501
  *
502
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.23
502
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.23
503
503
  */
504
504
  maxPathsPerInvoke: number;
505
505
 
@@ -507,7 +507,7 @@ export declare namespace BasicInformation {
507
507
  * This attribute shall contain the current version number for the configuration of the Node. A larger value of
508
508
  * ConfigurationVersion shall indicate a newer configuration than a lower value.
509
509
  *
510
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.24
510
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.24
511
511
  */
512
512
  configurationVersion: number;
513
513
 
@@ -517,7 +517,7 @@ export declare namespace BasicInformation {
517
517
  * e.g., 20060814. The final 8 characters may include country, factory, line, shift or other related information
518
518
  * at the option of the vendor. The format of this information is vendor defined.
519
519
  *
520
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.12
520
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.12
521
521
  */
522
522
  manufacturingDate: string;
523
523
 
@@ -527,7 +527,7 @@ export declare namespace BasicInformation {
527
527
  * ProductID. For instance, there may be different packaging (with different PartNumbers) for different regions;
528
528
  * also different colors of a product might share the ProductID but may have a different PartNumber.
529
529
  *
530
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.13
530
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.13
531
531
  */
532
532
  partNumber: string;
533
533
 
@@ -537,7 +537,7 @@ export declare namespace BasicInformation {
537
537
  * syntax as specified in RFC 1738 and shall use the https scheme. The maximum length of this attribute is 256
538
538
  * ASCII characters.
539
539
  *
540
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.14
540
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.14
541
541
  */
542
542
  productUrl: string;
543
543
 
@@ -547,14 +547,14 @@ export declare namespace BasicInformation {
547
547
  * attribute. The ProductLabel attribute SHOULD NOT include the name of the vendor as defined within the
548
548
  * VendorName attribute.
549
549
  *
550
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.15
550
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.15
551
551
  */
552
552
  productLabel: string;
553
553
 
554
554
  /**
555
555
  * This attribute shall specify a human readable (displayable) serial number.
556
556
  *
557
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.16
557
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.16
558
558
  */
559
559
  serialNumber: string;
560
560
 
@@ -564,7 +564,7 @@ export declare namespace BasicInformation {
564
564
  * LocalConfigDisabled attribute shall NOT in any way modify, disable, or otherwise affect the user's ability to
565
565
  * trigger a factory reset on the Node.
566
566
  *
567
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.17
567
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.17
568
568
  */
569
569
  localConfigDisabled: boolean;
570
570
 
@@ -574,7 +574,7 @@ export declare namespace BasicInformation {
574
574
  * Information cluster where it is used to indicate whether the bridged device is reachable by the bridge over
575
575
  * the non-native network.
576
576
  *
577
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.18
577
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.18
578
578
  */
579
579
  reachable: boolean;
580
580
 
@@ -603,7 +603,7 @@ export declare namespace BasicInformation {
603
603
  * > NOTE: This UniqueID attribute shall NOT be the same as the Persistent Unique ID which is used in the
604
604
  * Rotating Device Identifier mechanism.
605
605
  *
606
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.19
606
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.19
607
607
  */
608
608
  uniqueId: string;
609
609
 
@@ -611,7 +611,7 @@ export declare namespace BasicInformation {
611
611
  * This attribute shall provide information about the appearance of the product, which could be useful to a user
612
612
  * trying to locate or identify the node.
613
613
  *
614
- * @see {@link MatterSpecification.v151.Core} § 11.1.5.21
614
+ * @see {@link MatterSpecification.v16.Core} § 11.1.5.21
615
615
  */
616
616
  productAppearance: ProductAppearance;
617
617
  }
@@ -625,7 +625,7 @@ export declare namespace BasicInformation {
625
625
  * process. The StartUp event SHOULD be the first Data Model event recorded by the Node after it completes a
626
626
  * boot or reboot process.
627
627
  *
628
- * @see {@link MatterSpecification.v151.Core} § 11.1.6.1
628
+ * @see {@link MatterSpecification.v16.Core} § 11.1.6.1
629
629
  */
630
630
  startUp: StartUpEvent;
631
631
 
@@ -635,7 +635,7 @@ export declare namespace BasicInformation {
635
635
  * event SHOULD be delivered urgently to current subscribers on a best-effort basis. Any subsequent incoming
636
636
  * interactions to the Node may be dropped until the completion of a future boot or reboot process.
637
637
  *
638
- * @see {@link MatterSpecification.v151.Core} § 11.1.6.2
638
+ * @see {@link MatterSpecification.v16.Core} § 11.1.6.2
639
639
  */
640
640
  shutDown?: void;
641
641
 
@@ -649,7 +649,7 @@ export declare namespace BasicInformation {
649
649
  * Upon receipt of Leave Event on a subscription, the receiving Node may update other nodes in the fabric by
650
650
  * removing related bindings, access control list entries and other data referencing the leaving Node.
651
651
  *
652
- * @see {@link MatterSpecification.v151.Core} § 11.1.6.3
652
+ * @see {@link MatterSpecification.v16.Core} § 11.1.6.3
653
653
  */
654
654
  leave?: LeaveEvent;
655
655
 
@@ -657,7 +657,7 @@ export declare namespace BasicInformation {
657
657
  * This event (when supported) shall be generated when there is a change in the Reachable attribute. Its main
658
658
  * use case is in the derived Bridged Device Basic Information cluster.
659
659
  *
660
- * @see {@link MatterSpecification.v151.Core} § 11.1.6.4
660
+ * @see {@link MatterSpecification.v16.Core} § 11.1.6.4
661
661
  */
662
662
  reachableChanged?: ReachableChangedEvent;
663
663
  }
@@ -673,7 +673,7 @@ export declare namespace BasicInformation {
673
673
  * process. The StartUp event SHOULD be the first Data Model event recorded by the Node after it completes a
674
674
  * boot or reboot process.
675
675
  *
676
- * @see {@link MatterSpecification.v151.Core} § 11.1.6.1
676
+ * @see {@link MatterSpecification.v16.Core} § 11.1.6.1
677
677
  */
678
678
  startUp: StartUpEvent;
679
679
 
@@ -683,7 +683,7 @@ export declare namespace BasicInformation {
683
683
  * event SHOULD be delivered urgently to current subscribers on a best-effort basis. Any subsequent incoming
684
684
  * interactions to the Node may be dropped until the completion of a future boot or reboot process.
685
685
  *
686
- * @see {@link MatterSpecification.v151.Core} § 11.1.6.2
686
+ * @see {@link MatterSpecification.v16.Core} § 11.1.6.2
687
687
  */
688
688
  shutDown: void;
689
689
 
@@ -697,7 +697,7 @@ export declare namespace BasicInformation {
697
697
  * Upon receipt of Leave Event on a subscription, the receiving Node may update other nodes in the fabric by
698
698
  * removing related bindings, access control list entries and other data referencing the leaving Node.
699
699
  *
700
- * @see {@link MatterSpecification.v151.Core} § 11.1.6.3
700
+ * @see {@link MatterSpecification.v16.Core} § 11.1.6.3
701
701
  */
702
702
  leave: LeaveEvent;
703
703
 
@@ -705,7 +705,7 @@ export declare namespace BasicInformation {
705
705
  * This event (when supported) shall be generated when there is a change in the Reachable attribute. Its main
706
706
  * use case is in the derived Bridged Device Basic Information cluster.
707
707
  *
708
- * @see {@link MatterSpecification.v151.Core} § 11.1.6.4
708
+ * @see {@link MatterSpecification.v16.Core} § 11.1.6.4
709
709
  */
710
710
  reachableChanged: ReachableChangedEvent;
711
711
  }
@@ -716,7 +716,7 @@ export declare namespace BasicInformation {
716
716
  * This structure provides constant values related to overall global capabilities of this Node, that are not
717
717
  * cluster-specific.
718
718
  *
719
- * @see {@link MatterSpecification.v151.Core} § 11.1.4.4
719
+ * @see {@link MatterSpecification.v16.Core} § 11.1.4.4
720
720
  */
721
721
  export class CapabilityMinima {
722
722
  constructor(values?: Partial<CapabilityMinima>);
@@ -728,7 +728,7 @@ export declare namespace BasicInformation {
728
728
  * This value shall NOT be smaller than the required minimum indicated in Section 4.14.2.8, "Minimal Number of
729
729
  * CASE Sessions".
730
730
  *
731
- * @see {@link MatterSpecification.v151.Core} § 11.1.4.4.1
731
+ * @see {@link MatterSpecification.v16.Core} § 11.1.4.4.1
732
732
  */
733
733
  caseSessionsPerFabric: number;
734
734
 
@@ -738,15 +738,53 @@ export declare namespace BasicInformation {
738
738
  * This value shall NOT be smaller than the required minimum indicated in Section 8.5.1, "Subscribe
739
739
  * Transaction".
740
740
  *
741
- * @see {@link MatterSpecification.v151.Core} § 11.1.4.4.2
741
+ * @see {@link MatterSpecification.v16.Core} § 11.1.4.4.2
742
742
  */
743
743
  subscriptionsPerFabric: number;
744
+
745
+ /**
746
+ * This field shall indicate the actual maximum number of concurrent Invoke interactions that can be processed
747
+ * simultaneously by the node before possibly returning a BUSY status code.
748
+ *
749
+ * @see {@link MatterSpecification.v16.Core} § 11.1.4.4.3
750
+ */
751
+ simultaneousInvocationsSupported?: number;
752
+
753
+ /**
754
+ * This field shall indicate the actual minimum number of concurrent Write interactions that can be processed
755
+ * simultaneously by the node before possibly returning a BUSY status code.
756
+ *
757
+ * @see {@link MatterSpecification.v16.Core} § 11.1.4.4.4
758
+ */
759
+ simultaneousWritesSupported?: number;
760
+
761
+ /**
762
+ * This field shall indicate the actual maximum number of read paths (i.e. the sum of lengths of the lists of
763
+ * AttributePathIB and EventPathIB in the action) which a node guarantees being able to process in any Read
764
+ * Request Action.
765
+ *
766
+ * This is related to Section 2.11.2.1, "Read Interaction Limits".
767
+ *
768
+ * @see {@link MatterSpecification.v16.Core} § 11.1.4.4.5
769
+ */
770
+ readPathsSupported?: number;
771
+
772
+ /**
773
+ * This field shall indicate the actual maximum number of subscription paths (i.e. the sum of lengths of the
774
+ * lists of AttributePathIB and EventPathIB in the action) which a node guarantees being able to process in any
775
+ * Subscribe Request Action.
776
+ *
777
+ * This is related to Section 2.11.2.2, "Subscribe Interaction Limits".
778
+ *
779
+ * @see {@link MatterSpecification.v16.Core} § 11.1.4.4.6
780
+ */
781
+ subscribePathsSupported?: number;
744
782
  }
745
783
 
746
784
  /**
747
785
  * This structure provides a description of the product's appearance.
748
786
  *
749
- * @see {@link MatterSpecification.v151.Core} § 11.1.4.3
787
+ * @see {@link MatterSpecification.v16.Core} § 11.1.4.3
750
788
  */
751
789
  export class ProductAppearance {
752
790
  constructor(values?: Partial<ProductAppearance>);
@@ -754,7 +792,7 @@ export declare namespace BasicInformation {
754
792
  /**
755
793
  * This field shall indicate the visible finish of the product.
756
794
  *
757
- * @see {@link MatterSpecification.v151.Core} § 11.1.4.3.1
795
+ * @see {@link MatterSpecification.v16.Core} § 11.1.4.3.1
758
796
  */
759
797
  finish: ProductFinish;
760
798
 
@@ -762,7 +800,7 @@ export declare namespace BasicInformation {
762
800
  * This field indicates the representative color of the visible parts of the product. If the product has no
763
801
  * representative color, the field shall be null.
764
802
  *
765
- * @see {@link MatterSpecification.v151.Core} § 11.1.4.3.2
803
+ * @see {@link MatterSpecification.v16.Core} § 11.1.4.3.2
766
804
  */
767
805
  primaryColor: Color | null;
768
806
  }
@@ -772,7 +810,7 @@ export declare namespace BasicInformation {
772
810
  * The StartUp event SHOULD be the first Data Model event recorded by the Node after it completes a boot or reboot
773
811
  * process.
774
812
  *
775
- * @see {@link MatterSpecification.v151.Core} § 11.1.6.1
813
+ * @see {@link MatterSpecification.v16.Core} § 11.1.6.1
776
814
  */
777
815
  export class StartUpEvent {
778
816
  constructor(values?: Partial<StartUpEvent>);
@@ -780,7 +818,7 @@ export declare namespace BasicInformation {
780
818
  /**
781
819
  * This field shall be set to the same value as the one available in the SoftwareVersion attribute.
782
820
  *
783
- * @see {@link MatterSpecification.v151.Core} § 11.1.6.1.1
821
+ * @see {@link MatterSpecification.v16.Core} § 11.1.6.1.1
784
822
  */
785
823
  softwareVersion: number;
786
824
  }
@@ -795,7 +833,7 @@ export declare namespace BasicInformation {
795
833
  * Upon receipt of Leave Event on a subscription, the receiving Node may update other nodes in the fabric by
796
834
  * removing related bindings, access control list entries and other data referencing the leaving Node.
797
835
  *
798
- * @see {@link MatterSpecification.v151.Core} § 11.1.6.3
836
+ * @see {@link MatterSpecification.v16.Core} § 11.1.6.3
799
837
  */
800
838
  export class LeaveEvent {
801
839
  constructor(values?: Partial<LeaveEvent>);
@@ -803,7 +841,7 @@ export declare namespace BasicInformation {
803
841
  /**
804
842
  * This field shall contain the local fabric-index of the fabric which the node is about to leave.
805
843
  *
806
- * @see {@link MatterSpecification.v151.Core} § 11.1.6.3.1
844
+ * @see {@link MatterSpecification.v16.Core} § 11.1.6.3.1
807
845
  */
808
846
  fabricIndex: FabricIndex;
809
847
  }
@@ -812,7 +850,7 @@ export declare namespace BasicInformation {
812
850
  * This event (when supported) shall be generated when there is a change in the Reachable attribute. Its main use
813
851
  * case is in the derived Bridged Device Basic Information cluster.
814
852
  *
815
- * @see {@link MatterSpecification.v151.Core} § 11.1.6.4
853
+ * @see {@link MatterSpecification.v16.Core} § 11.1.6.4
816
854
  */
817
855
  export class ReachableChangedEvent {
818
856
  constructor(values?: Partial<ReachableChangedEvent>);
@@ -820,7 +858,7 @@ export declare namespace BasicInformation {
820
858
  /**
821
859
  * This field shall indicate the value of the Reachable attribute after it was changed.
822
860
  *
823
- * @see {@link MatterSpecification.v151.Core} § 11.1.6.4.1
861
+ * @see {@link MatterSpecification.v16.Core} § 11.1.6.4.1
824
862
  */
825
863
  reachableNewValue: boolean;
826
864
  }
@@ -828,7 +866,7 @@ export declare namespace BasicInformation {
828
866
  /**
829
867
  * The data type of ProductFinishEnum is derived from enum8.
830
868
  *
831
- * @see {@link MatterSpecification.v151.Core} § 11.1.4.1
869
+ * @see {@link MatterSpecification.v16.Core} § 11.1.4.1
832
870
  */
833
871
  export enum ProductFinish {
834
872
  /**
@@ -865,7 +903,7 @@ export declare namespace BasicInformation {
865
903
  /**
866
904
  * The data type of ColorEnum is derived from enum8.
867
905
  *
868
- * @see {@link MatterSpecification.v151.Core} § 11.1.4.2
906
+ * @see {@link MatterSpecification.v16.Core} § 11.1.4.2
869
907
  */
870
908
  export enum Color {
871
909
  /**