@matter/types 0.17.4 → 0.17.5-alpha.0-20260702-a2cd6f764

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
@@ -20,7 +20,7 @@ import type { Status } from "../globals/Status.js";
20
20
  *
21
21
  * !thermostat devices
22
22
  *
23
- * @see {@link MatterSpecification.v151.Cluster} § 4.3
23
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3
24
24
  */
25
25
  export declare namespace Thermostat {
26
26
  /**
@@ -34,9 +34,9 @@ export declare namespace Thermostat {
34
34
  export const name: "Thermostat";
35
35
 
36
36
  /**
37
- * The cluster revision assigned by {@link MatterSpecification.v151.Cluster}.
37
+ * The cluster revision assigned by {@link MatterSpecification.v16.Cluster}.
38
38
  */
39
- export const revision: 10;
39
+ export const revision: 11;
40
40
 
41
41
  /**
42
42
  * Canonical metadata for the Thermostat cluster.
@@ -61,7 +61,7 @@ export declare namespace Thermostat {
61
61
  * - Otherwise, if the LTNE feature is supported, there is no feedback externally available for the
62
62
  * LocalTemperatureCalibration. In that case, the LocalTemperature attribute shall always report null.
63
63
  *
64
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.2
64
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.2
65
65
  */
66
66
  localTemperature: number | null;
67
67
 
@@ -73,7 +73,7 @@ export declare namespace Thermostat {
73
73
  * this attribute shall remain unchanged. This behavior is in place for backwards compatibility with existing
74
74
  * thermostats.
75
75
  *
76
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.21
76
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.21
77
77
  */
78
78
  controlSequenceOfOperation: ControlSequenceOfOperation;
79
79
 
@@ -81,25 +81,25 @@ export declare namespace Thermostat {
81
81
  * Indicates the current operating mode of the thermostat. Its value shall be limited by the
82
82
  * ControlSequenceOfOperation attribute.
83
83
  *
84
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.22
84
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.22
85
85
  */
86
86
  systemMode: SystemMode;
87
87
 
88
88
  /**
89
89
  * Indicates the outdoor temperature, as measured locally or remotely (over the network).
90
90
  *
91
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.3
91
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.3
92
92
  */
93
93
  outdoorTemperature?: number | null;
94
94
 
95
95
  /**
96
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9
96
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11
97
97
  * @deprecated
98
98
  */
99
99
  piCoolingDemand?: any;
100
100
 
101
101
  /**
102
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9
102
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11
103
103
  * @deprecated
104
104
  */
105
105
  piHeatingDemand?: any;
@@ -110,7 +110,7 @@ export declare namespace Thermostat {
110
110
  * parameters are set via software, there shall be read/write access in order to provide remote programming
111
111
  * capability.
112
112
  *
113
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.9
113
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.9
114
114
  * @deprecated
115
115
  */
116
116
  hvacSystemTypeConfiguration?: any;
@@ -125,7 +125,7 @@ export declare namespace Thermostat {
125
125
  * If the LocalTemperature RemoteSensing bit is written with a value of 1 when the LTNE feature is present, the
126
126
  * write shall fail and the server shall report a CONSTRAINT_ERROR.
127
127
  *
128
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.20
128
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.20
129
129
  */
130
130
  remoteSensing?: RemoteSensing;
131
131
 
@@ -147,7 +147,7 @@ export declare namespace Thermostat {
147
147
  * If this attribute is updated to SetpointHoldOff and the SetpointHoldExpiryTimestamp is supported, the server
148
148
  * shall set the SetpointHoldExpiryTimestamp to null.
149
149
  *
150
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.27
150
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.27
151
151
  */
152
152
  temperatureSetpointHold?: TemperatureSetpointHold;
153
153
 
@@ -163,12 +163,12 @@ export declare namespace Thermostat {
163
163
  * If this attribute is set to null and the SetpointHoldExpiryTimestamp is supported, the server shall set the
164
164
  * SetpointHoldExpiryTimestamp to null.
165
165
  *
166
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.28
166
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.28
167
167
  */
168
168
  temperatureSetpointHoldDuration?: number | null;
169
169
 
170
170
  /**
171
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9
171
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11
172
172
  * @deprecated
173
173
  */
174
174
  thermostatProgrammingOperationMode?: any;
@@ -178,7 +178,7 @@ export declare namespace Thermostat {
178
178
  *
179
179
  * Unimplemented outputs shall be treated as if they were Off.
180
180
  *
181
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.29
181
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.29
182
182
  */
183
183
  thermostatRunningState?: RelayState;
184
184
 
@@ -191,7 +191,7 @@ export declare namespace Thermostat {
191
191
  * provider). Because automation services may initiate frequent setpoint changes, this attribute clearly
192
192
  * differentiates the source of setpoint changes made at the thermostat.
193
193
  *
194
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.30
194
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.30
195
195
  */
196
196
  setpointChangeSource?: SetpointChangeSource;
197
197
 
@@ -202,49 +202,49 @@ export declare namespace Thermostat {
202
202
  *
203
203
  * The null value indicates that the previous setpoint was unknown.
204
204
  *
205
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.31
205
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.31
206
206
  */
207
207
  setpointChangeAmount?: number | null;
208
208
 
209
209
  /**
210
210
  * Indicates the time in UTC at which the SetpointChangeAmount attribute change was recorded.
211
211
  *
212
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.32
212
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.32
213
213
  */
214
214
  setpointChangeSourceTimestamp?: number;
215
215
 
216
216
  /**
217
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9
217
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11
218
218
  * @deprecated
219
219
  */
220
220
  occupiedSetback?: any;
221
221
 
222
222
  /**
223
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9
223
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11
224
224
  * @deprecated
225
225
  */
226
226
  occupiedSetbackMin?: any;
227
227
 
228
228
  /**
229
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9
229
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11
230
230
  * @deprecated
231
231
  */
232
232
  occupiedSetbackMax?: any;
233
233
 
234
234
  /**
235
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9
235
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11
236
236
  * @deprecated
237
237
  */
238
238
  unoccupiedSetback?: any;
239
239
 
240
240
  /**
241
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9
241
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11
242
242
  * @deprecated
243
243
  */
244
244
  unoccupiedSetbackMin?: any;
245
245
 
246
246
  /**
247
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9
247
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11
248
248
  * @deprecated
249
249
  */
250
250
  unoccupiedSetbackMax?: any;
@@ -275,7 +275,7 @@ export declare namespace Thermostat {
275
275
  * setpoint is of a specified amount greater than the measured temperature. This allows the heated space to be
276
276
  * quickly heated to the desired level set by the user.
277
277
  *
278
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.33
278
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.33
279
279
  */
280
280
  emergencyHeatDelta?: number;
281
281
 
@@ -283,56 +283,56 @@ export declare namespace Thermostat {
283
283
  * Indicates the type of Mini Split ACTypeEnum of Mini Split AC is defined depending on how Cooling and Heating
284
284
  * condition is achieved by Mini Split AC.
285
285
  *
286
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.34
286
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.34
287
287
  */
288
288
  acType?: AcType;
289
289
 
290
290
  /**
291
291
  * Indicates capacity of Mini Split AC in terms of the format defined by the ACCapacityFormat attribute
292
292
  *
293
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.35
293
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.35
294
294
  */
295
295
  acCapacity?: number;
296
296
 
297
297
  /**
298
298
  * Indicates type of refrigerant used within the Mini Split AC.
299
299
  *
300
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.36
300
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.36
301
301
  */
302
302
  acRefrigerantType?: AcRefrigerantType;
303
303
 
304
304
  /**
305
305
  * Indicates the type of compressor used within the Mini Split AC.
306
306
  *
307
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.37
307
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.37
308
308
  */
309
309
  acCompressorType?: AcCompressorType;
310
310
 
311
311
  /**
312
312
  * Indicates the type of errors encountered within the Mini Split AC.
313
313
  *
314
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.38
314
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.38
315
315
  */
316
316
  acErrorCode?: AcErrorCode;
317
317
 
318
318
  /**
319
319
  * Indicates the position of Louver on the AC.
320
320
  *
321
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.39
321
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.39
322
322
  */
323
323
  acLouverPosition?: AcLouverPosition;
324
324
 
325
325
  /**
326
326
  * Indicates the temperature of the AC coil, as measured locally or remotely (over the network).
327
327
  *
328
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.40
328
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.40
329
329
  */
330
330
  acCoilTemperature?: number | null;
331
331
 
332
332
  /**
333
333
  * Indicates the format for the ACCapacity attribute.
334
334
  *
335
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.41
335
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.41
336
336
  */
337
337
  acCapacityFormat?: AcCapacityFormat;
338
338
 
@@ -347,7 +347,7 @@ export declare namespace Thermostat {
347
347
  * If the TemperatureSetpointHold is set to SetpointHoldOff, this attribute shall be set to null indicating
348
348
  * there is no hold on the Thermostat.
349
349
  *
350
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.52
350
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.52
351
351
  */
352
352
  setpointHoldExpiryTimestamp?: number | null;
353
353
  }
@@ -360,7 +360,7 @@ export declare namespace Thermostat {
360
360
  * Indicates whether the heated/cooled space is occupied or not, as measured locally or remotely (over the
361
361
  * network).
362
362
  *
363
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.4
363
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.4
364
364
  */
365
365
  occupancy: Occupancy;
366
366
  }
@@ -386,7 +386,7 @@ export declare namespace Thermostat {
386
386
  * does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value of the
387
387
  * ActivePresetHandle attribute shall be set to null.
388
388
  *
389
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.12
389
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.12
390
390
  */
391
391
  occupiedHeatingSetpoint: number;
392
392
 
@@ -396,12 +396,17 @@ export declare namespace Thermostat {
396
396
  *
397
397
  * Refer to Setpoint Limits for constraints
398
398
  *
399
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.5
399
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.5
400
400
  */
401
401
  absMinHeatSetpointLimit?: number;
402
402
 
403
403
  /**
404
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9
404
+ * Indicates the absolute maximum level that the heating setpoint may be set to. This is a limitation imposed by
405
+ * the manufacturer.
406
+ *
407
+ * Refer to Setpoint Limits for constraints
408
+ *
409
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.6
405
410
  */
406
411
  absMaxHeatSetpointLimit?: number;
407
412
 
@@ -418,7 +423,7 @@ export declare namespace Thermostat {
418
423
  * consistent with the constraints and cannot be resolved by modifying setpoints then a response with the status
419
424
  * code CONSTRAINT_ERROR shall be returned.
420
425
  *
421
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.15
426
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.15
422
427
  */
423
428
  minHeatSetpointLimit?: number;
424
429
 
@@ -431,7 +436,7 @@ export declare namespace Thermostat {
431
436
  * consistent with the constraints and cannot be resolved by modifying setpoints then a response with the status
432
437
  * code CONSTRAINT_ERROR shall be returned.
433
438
  *
434
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.16
439
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.16
435
440
  */
436
441
  maxHeatSetpointLimit?: number;
437
442
  }
@@ -457,12 +462,17 @@ export declare namespace Thermostat {
457
462
  * does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value of the
458
463
  * ActivePresetHandle attribute shall be set to null.
459
464
  *
460
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.11
465
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.11
461
466
  */
462
467
  occupiedCoolingSetpoint: number;
463
468
 
464
469
  /**
465
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9
470
+ * Indicates the absolute minimum level that the cooling setpoint may be set to. This is a limitation imposed by
471
+ * the manufacturer.
472
+ *
473
+ * Refer to Setpoint Limits for constraints
474
+ *
475
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.7
466
476
  */
467
477
  absMinCoolSetpointLimit?: number;
468
478
 
@@ -472,7 +482,7 @@ export declare namespace Thermostat {
472
482
  *
473
483
  * Refer to Setpoint Limits for constraints
474
484
  *
475
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.8
485
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.8
476
486
  */
477
487
  absMaxCoolSetpointLimit?: number;
478
488
 
@@ -485,7 +495,7 @@ export declare namespace Thermostat {
485
495
  * consistent with the constraints and cannot be resolved by modifying setpoints then a response with the status
486
496
  * code CONSTRAINT_ERROR shall be returned.
487
497
  *
488
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.17
498
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.17
489
499
  */
490
500
  minCoolSetpointLimit?: number;
491
501
 
@@ -498,7 +508,7 @@ export declare namespace Thermostat {
498
508
  * consistent with the constraints and cannot be resolved by modifying setpoints then a response with the status
499
509
  * code CONSTRAINT_ERROR shall be returned.
500
510
  *
501
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.18
511
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.18
502
512
  */
503
513
  maxCoolSetpointLimit?: number;
504
514
  }
@@ -524,7 +534,7 @@ export declare namespace Thermostat {
524
534
  * > NOTE: Prior to revision 8 of this cluster specification the value of this attribute was constrained to a
525
535
  * range of -2.5°C to 2.5°C.
526
536
  *
527
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.10
537
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.10
528
538
  */
529
539
  localTemperatureCalibration?: number;
530
540
  }
@@ -550,7 +560,7 @@ export declare namespace Thermostat {
550
560
  * Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall be
551
561
  * set to null.
552
562
  *
553
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.13
563
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.13
554
564
  */
555
565
  unoccupiedCoolingSetpoint: number;
556
566
  }
@@ -577,7 +587,7 @@ export declare namespace Thermostat {
577
587
  * Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall be
578
588
  * set to null.
579
589
  *
580
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.14
590
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.14
581
591
  */
582
592
  unoccupiedHeatingSetpoint: number;
583
593
  }
@@ -602,7 +612,7 @@ export declare namespace Thermostat {
602
612
  * > NOTE: For backwards compatibility, this attribute is optionally writeable. However any writes to this
603
613
  * attribute shall be silently ignored.
604
614
  *
605
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.19
615
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.19
606
616
  */
607
617
  minSetpointDeadBand: number;
608
618
 
@@ -611,11 +621,25 @@ export declare namespace Thermostat {
611
621
  * only be Off, Cool or Heat. This attribute is intended to provide additional information when the thermostat's
612
622
  * system mode is in auto mode.
613
623
  *
614
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.23
624
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.23
615
625
  */
616
626
  thermostatRunningMode?: ThermostatRunningMode;
617
627
  }
618
628
 
629
+ /**
630
+ * {@link Thermostat} supports these elements if it supports feature "EventsAndAutoMode".
631
+ */
632
+ export interface EventsAndAutoModeAttributes {
633
+ /**
634
+ * Indicates the running mode of the thermostat. This attribute uses the same values as SystemModeEnum but can
635
+ * only be Off, Cool or Heat. This attribute is intended to provide additional information when the thermostat's
636
+ * system mode is in auto mode.
637
+ *
638
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.23
639
+ */
640
+ thermostatRunningMode: ThermostatRunningMode;
641
+ }
642
+
619
643
  /**
620
644
  * {@link Thermostat} supports these elements if it supports feature "Presets".
621
645
  */
@@ -628,21 +652,21 @@ export declare namespace Thermostat {
628
652
  * PresetScenarioEnum values (maximum 7). The list shall NOT contain any PresetTypeStruct entries with duplicate
629
653
  * PresetScenarioEnum values.
630
654
  *
631
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.42
655
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.42
632
656
  */
633
657
  presetTypes: PresetType[];
634
658
 
635
659
  /**
636
660
  * Indicates the maximum number of entries supported by the Presets attribute.
637
661
  *
638
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.44
662
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.44
639
663
  */
640
664
  numberOfPresets: number;
641
665
 
642
666
  /**
643
667
  * Indicates the PresetHandle of the active preset. If this attribute is null, then there is no active preset.
644
668
  *
645
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.48
669
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.48
646
670
  */
647
671
  activePresetHandle: Bytes | null;
648
672
 
@@ -716,9 +740,25 @@ export declare namespace Thermostat {
716
740
  * 3. If the removed PresetHandle is equal to the value of the ActivePresetHandle attribute, the attribute
717
741
  * status shall be INVALID_IN_STATE.
718
742
  *
719
- * 2. Otherwise, the attribute status shall be SUCCESS.
743
+ * 2. If the attribute status has not yet been determined:
744
+ *
745
+ * 1. The attribute status shall be SUCCESS.
746
+ *
747
+ * 2. For all existing presets:
748
+ *
749
+ * 1. If, after applying all pending changes, the updated value of the Presets attribute would not contain a
750
+ * PresetStruct with a matching PresetHandle field, indicating the removal of the PresetStruct, the server
751
+ * shall ensure that the preset being removed is unused, as follows:
752
+ *
753
+ * 1. If the PresetHandle field of the removed preset is equal to the value of the PresetHandle field of the
754
+ * CurrentThermostatSuggestion attribute's value, the CurrentThermostatSuggestion attribute shall be set to
755
+ * null.
756
+ *
757
+ * 2. If the PresetHandle field of the removed preset is equal to the value of the PresetHandle field of one
758
+ * or more of the entries in the ThermostatSuggestions attribute, the server shall delete any such entries
759
+ * from the ThermostatSuggestions attribute.
720
760
  *
721
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.50
761
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.50
722
762
  */
723
763
  presets: Preset[];
724
764
  }
@@ -736,21 +776,21 @@ export declare namespace Thermostat {
736
776
  * SystemMode values (maximum 3, since the data type only allows Auto, Heat and Cool). The list shall NOT
737
777
  * contain any ScheduleTypeStruct entries with duplicate SystemModeEnum values.
738
778
  *
739
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.43
779
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.43
740
780
  */
741
781
  scheduleTypes: ScheduleType[];
742
782
 
743
783
  /**
744
784
  * Indicates the maximum number of entries supported by the Schedules attribute.
745
785
  *
746
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.45
786
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.45
747
787
  */
748
788
  numberOfSchedules: number;
749
789
 
750
790
  /**
751
791
  * Indicates the maximum number of transitions per Schedules attribute entry.
752
792
  *
753
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.46
793
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.46
754
794
  */
755
795
  numberOfScheduleTransitions: number;
756
796
 
@@ -758,7 +798,7 @@ export declare namespace Thermostat {
758
798
  * Indicates the maximum number of transitions per day of the week supported by each Schedules attribute entry.
759
799
  * If this value is null, there is no limit on the number of transitions per day.
760
800
  *
761
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.47
801
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.47
762
802
  */
763
803
  numberOfScheduleTransitionPerDay: number | null;
764
804
 
@@ -766,7 +806,7 @@ export declare namespace Thermostat {
766
806
  * Indicates the ScheduleHandle of the active schedule. A null value in this attribute indicates that there is
767
807
  * no active schedule.
768
808
  *
769
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.49
809
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.49
770
810
  */
771
811
  activeScheduleHandle: Bytes | null;
772
812
 
@@ -879,11 +919,79 @@ export declare namespace Thermostat {
879
919
  *
880
920
  * 2. Otherwise, the attribute status shall be SUCCESS.
881
921
  *
882
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.51
922
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.51
883
923
  */
884
924
  schedules: Schedule[];
885
925
  }
886
926
 
927
+ /**
928
+ * {@link Thermostat} supports these elements if it supports feature "ThermostatSuggestions".
929
+ */
930
+ export interface ThermostatSuggestionsAttributes {
931
+ /**
932
+ * Indicates the maximum number of entries supported by the ThermostatSuggestions attribute.
933
+ *
934
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.53
935
+ */
936
+ maxThermostatSuggestions: number;
937
+
938
+ /**
939
+ * Indicates an unordered set of thermostat suggestions.
940
+ *
941
+ * The suggested value shall be a PresetHandle that shall match the PresetHandle of one of the entries in the
942
+ * Presets attribute.
943
+ *
944
+ * The Thermostat may use this information to ensure user comfort while also prioritizing other factors (e.g.
945
+ * energy savings, cost, and so on). Entries with effective times in the future may be used for pre-cool or
946
+ * pre-heat decisions.
947
+ *
948
+ * See Section 4.3.7, "Re-evaluation of Current Thermostat Suggestion" for what to do if this attribute's value
949
+ * changes.
950
+ *
951
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.54
952
+ */
953
+ thermostatSuggestions: ThermostatSuggestion[];
954
+
955
+ /**
956
+ * Indicates an entry in the entries, which identifies the current thermostat suggestion.
957
+ *
958
+ * A value of null shall indicate that there is no current thermostat suggestion. When this attribute's value
959
+ * changes to a null value, the server may decide to set the ActivePresetHandle attribute to a value of its
960
+ * choice, based on schedules, occupancy sensors, etc.
961
+ *
962
+ * When the server is "following the suggestion" that means that the server shall ensure that the value of the
963
+ * ActivePresetHandle attribute matches the value of this attribute.
964
+ *
965
+ * When there is a current thermostat suggestion and the server is unable to follow the suggestion or the server
966
+ * is unable to choose a current thermostat suggestion due to conflicting suggestions, it shall set the
967
+ * ThermostatSuggestionNotFollowingReason attribute to a non-null value as described in the definition of the
968
+ * ThermostatSuggestionNotFollowingReason attribute. Otherwise, the server shall follow the suggestion and set
969
+ * the ThermostatSuggestionNotFollowingReason attribute to null.
970
+ *
971
+ * Whenever the state of the server changes such that it might need to start or stop following the suggestion,
972
+ * the server shall re-evaluate whether it is doing so and update the ActivePresetHandle and
973
+ * ThermostatSuggestionNotFollowingReason attributes as needed.
974
+ *
975
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.55
976
+ */
977
+ currentThermostatSuggestion: ThermostatSuggestion | null;
978
+
979
+ /**
980
+ * Indicates the reasons the Thermostat is unable to follow suggestions.
981
+ *
982
+ * When the server is unable to follow the suggestion, it shall set the appropriate bits in the value of the
983
+ * ThermostatSuggestionNotFollowingReason attribute to indicate the reasons due to which the suggestion is not
984
+ * being followed. The value of the ThermostatSuggestionNotFollowingReason attribute shall be 0 (all bits
985
+ * cleared) if there are no bits defined in ThermostatSuggestionNotFollowingReasonBitmap that represent the
986
+ * reasons the suggestion is not being followed.
987
+ *
988
+ * If the CurrentThermostatSuggestion attribute is null, this attribute shall be set to null.
989
+ *
990
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.56
991
+ */
992
+ thermostatSuggestionNotFollowingReason: ThermostatSuggestionNotFollowingReason | null;
993
+ }
994
+
887
995
  /**
888
996
  * Attributes that may appear in {@link Thermostat}.
889
997
  *
@@ -903,7 +1011,7 @@ export declare namespace Thermostat {
903
1011
  * - Otherwise, if the LTNE feature is supported, there is no feedback externally available for the
904
1012
  * LocalTemperatureCalibration. In that case, the LocalTemperature attribute shall always report null.
905
1013
  *
906
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.2
1014
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.2
907
1015
  */
908
1016
  localTemperature: number | null;
909
1017
 
@@ -915,7 +1023,7 @@ export declare namespace Thermostat {
915
1023
  * this attribute shall remain unchanged. This behavior is in place for backwards compatibility with existing
916
1024
  * thermostats.
917
1025
  *
918
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.21
1026
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.21
919
1027
  */
920
1028
  controlSequenceOfOperation: ControlSequenceOfOperation;
921
1029
 
@@ -923,25 +1031,25 @@ export declare namespace Thermostat {
923
1031
  * Indicates the current operating mode of the thermostat. Its value shall be limited by the
924
1032
  * ControlSequenceOfOperation attribute.
925
1033
  *
926
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.22
1034
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.22
927
1035
  */
928
1036
  systemMode: SystemMode;
929
1037
 
930
1038
  /**
931
1039
  * Indicates the outdoor temperature, as measured locally or remotely (over the network).
932
1040
  *
933
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.3
1041
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.3
934
1042
  */
935
1043
  outdoorTemperature: number | null;
936
1044
 
937
1045
  /**
938
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9
1046
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11
939
1047
  * @deprecated
940
1048
  */
941
1049
  piCoolingDemand: any;
942
1050
 
943
1051
  /**
944
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9
1052
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11
945
1053
  * @deprecated
946
1054
  */
947
1055
  piHeatingDemand: any;
@@ -952,7 +1060,7 @@ export declare namespace Thermostat {
952
1060
  * parameters are set via software, there shall be read/write access in order to provide remote programming
953
1061
  * capability.
954
1062
  *
955
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.9
1063
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.9
956
1064
  * @deprecated
957
1065
  */
958
1066
  hvacSystemTypeConfiguration: any;
@@ -967,7 +1075,7 @@ export declare namespace Thermostat {
967
1075
  * If the LocalTemperature RemoteSensing bit is written with a value of 1 when the LTNE feature is present, the
968
1076
  * write shall fail and the server shall report a CONSTRAINT_ERROR.
969
1077
  *
970
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.20
1078
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.20
971
1079
  */
972
1080
  remoteSensing: RemoteSensing;
973
1081
 
@@ -989,7 +1097,7 @@ export declare namespace Thermostat {
989
1097
  * If this attribute is updated to SetpointHoldOff and the SetpointHoldExpiryTimestamp is supported, the server
990
1098
  * shall set the SetpointHoldExpiryTimestamp to null.
991
1099
  *
992
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.27
1100
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.27
993
1101
  */
994
1102
  temperatureSetpointHold: TemperatureSetpointHold;
995
1103
 
@@ -1005,12 +1113,12 @@ export declare namespace Thermostat {
1005
1113
  * If this attribute is set to null and the SetpointHoldExpiryTimestamp is supported, the server shall set the
1006
1114
  * SetpointHoldExpiryTimestamp to null.
1007
1115
  *
1008
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.28
1116
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.28
1009
1117
  */
1010
1118
  temperatureSetpointHoldDuration: number | null;
1011
1119
 
1012
1120
  /**
1013
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9
1121
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11
1014
1122
  * @deprecated
1015
1123
  */
1016
1124
  thermostatProgrammingOperationMode: any;
@@ -1020,7 +1128,7 @@ export declare namespace Thermostat {
1020
1128
  *
1021
1129
  * Unimplemented outputs shall be treated as if they were Off.
1022
1130
  *
1023
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.29
1131
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.29
1024
1132
  */
1025
1133
  thermostatRunningState: RelayState;
1026
1134
 
@@ -1033,7 +1141,7 @@ export declare namespace Thermostat {
1033
1141
  * provider). Because automation services may initiate frequent setpoint changes, this attribute clearly
1034
1142
  * differentiates the source of setpoint changes made at the thermostat.
1035
1143
  *
1036
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.30
1144
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.30
1037
1145
  */
1038
1146
  setpointChangeSource: SetpointChangeSource;
1039
1147
 
@@ -1044,49 +1152,49 @@ export declare namespace Thermostat {
1044
1152
  *
1045
1153
  * The null value indicates that the previous setpoint was unknown.
1046
1154
  *
1047
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.31
1155
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.31
1048
1156
  */
1049
1157
  setpointChangeAmount: number | null;
1050
1158
 
1051
1159
  /**
1052
1160
  * Indicates the time in UTC at which the SetpointChangeAmount attribute change was recorded.
1053
1161
  *
1054
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.32
1162
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.32
1055
1163
  */
1056
1164
  setpointChangeSourceTimestamp: number;
1057
1165
 
1058
1166
  /**
1059
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9
1167
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11
1060
1168
  * @deprecated
1061
1169
  */
1062
1170
  occupiedSetback: any;
1063
1171
 
1064
1172
  /**
1065
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9
1173
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11
1066
1174
  * @deprecated
1067
1175
  */
1068
1176
  occupiedSetbackMin: any;
1069
1177
 
1070
1178
  /**
1071
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9
1179
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11
1072
1180
  * @deprecated
1073
1181
  */
1074
1182
  occupiedSetbackMax: any;
1075
1183
 
1076
1184
  /**
1077
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9
1185
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11
1078
1186
  * @deprecated
1079
1187
  */
1080
1188
  unoccupiedSetback: any;
1081
1189
 
1082
1190
  /**
1083
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9
1191
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11
1084
1192
  * @deprecated
1085
1193
  */
1086
1194
  unoccupiedSetbackMin: any;
1087
1195
 
1088
1196
  /**
1089
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9
1197
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11
1090
1198
  * @deprecated
1091
1199
  */
1092
1200
  unoccupiedSetbackMax: any;
@@ -1117,7 +1225,7 @@ export declare namespace Thermostat {
1117
1225
  * setpoint is of a specified amount greater than the measured temperature. This allows the heated space to be
1118
1226
  * quickly heated to the desired level set by the user.
1119
1227
  *
1120
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.33
1228
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.33
1121
1229
  */
1122
1230
  emergencyHeatDelta: number;
1123
1231
 
@@ -1125,56 +1233,56 @@ export declare namespace Thermostat {
1125
1233
  * Indicates the type of Mini Split ACTypeEnum of Mini Split AC is defined depending on how Cooling and Heating
1126
1234
  * condition is achieved by Mini Split AC.
1127
1235
  *
1128
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.34
1236
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.34
1129
1237
  */
1130
1238
  acType: AcType;
1131
1239
 
1132
1240
  /**
1133
1241
  * Indicates capacity of Mini Split AC in terms of the format defined by the ACCapacityFormat attribute
1134
1242
  *
1135
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.35
1243
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.35
1136
1244
  */
1137
1245
  acCapacity: number;
1138
1246
 
1139
1247
  /**
1140
1248
  * Indicates type of refrigerant used within the Mini Split AC.
1141
1249
  *
1142
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.36
1250
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.36
1143
1251
  */
1144
1252
  acRefrigerantType: AcRefrigerantType;
1145
1253
 
1146
1254
  /**
1147
1255
  * Indicates the type of compressor used within the Mini Split AC.
1148
1256
  *
1149
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.37
1257
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.37
1150
1258
  */
1151
1259
  acCompressorType: AcCompressorType;
1152
1260
 
1153
1261
  /**
1154
1262
  * Indicates the type of errors encountered within the Mini Split AC.
1155
1263
  *
1156
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.38
1264
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.38
1157
1265
  */
1158
1266
  acErrorCode: AcErrorCode;
1159
1267
 
1160
1268
  /**
1161
1269
  * Indicates the position of Louver on the AC.
1162
1270
  *
1163
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.39
1271
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.39
1164
1272
  */
1165
1273
  acLouverPosition: AcLouverPosition;
1166
1274
 
1167
1275
  /**
1168
1276
  * Indicates the temperature of the AC coil, as measured locally or remotely (over the network).
1169
1277
  *
1170
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.40
1278
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.40
1171
1279
  */
1172
1280
  acCoilTemperature: number | null;
1173
1281
 
1174
1282
  /**
1175
1283
  * Indicates the format for the ACCapacity attribute.
1176
1284
  *
1177
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.41
1285
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.41
1178
1286
  */
1179
1287
  acCapacityFormat: AcCapacityFormat;
1180
1288
 
@@ -1189,7 +1297,7 @@ export declare namespace Thermostat {
1189
1297
  * If the TemperatureSetpointHold is set to SetpointHoldOff, this attribute shall be set to null indicating
1190
1298
  * there is no hold on the Thermostat.
1191
1299
  *
1192
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.52
1300
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.52
1193
1301
  */
1194
1302
  setpointHoldExpiryTimestamp: number | null;
1195
1303
 
@@ -1197,7 +1305,7 @@ export declare namespace Thermostat {
1197
1305
  * Indicates whether the heated/cooled space is occupied or not, as measured locally or remotely (over the
1198
1306
  * network).
1199
1307
  *
1200
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.4
1308
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.4
1201
1309
  */
1202
1310
  occupancy: Occupancy;
1203
1311
 
@@ -1218,7 +1326,7 @@ export declare namespace Thermostat {
1218
1326
  * does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value of the
1219
1327
  * ActivePresetHandle attribute shall be set to null.
1220
1328
  *
1221
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.12
1329
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.12
1222
1330
  */
1223
1331
  occupiedHeatingSetpoint: number;
1224
1332
 
@@ -1228,12 +1336,17 @@ export declare namespace Thermostat {
1228
1336
  *
1229
1337
  * Refer to Setpoint Limits for constraints
1230
1338
  *
1231
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.5
1339
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.5
1232
1340
  */
1233
1341
  absMinHeatSetpointLimit: number;
1234
1342
 
1235
1343
  /**
1236
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9
1344
+ * Indicates the absolute maximum level that the heating setpoint may be set to. This is a limitation imposed by
1345
+ * the manufacturer.
1346
+ *
1347
+ * Refer to Setpoint Limits for constraints
1348
+ *
1349
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.6
1237
1350
  */
1238
1351
  absMaxHeatSetpointLimit: number;
1239
1352
 
@@ -1250,7 +1363,7 @@ export declare namespace Thermostat {
1250
1363
  * consistent with the constraints and cannot be resolved by modifying setpoints then a response with the status
1251
1364
  * code CONSTRAINT_ERROR shall be returned.
1252
1365
  *
1253
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.15
1366
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.15
1254
1367
  */
1255
1368
  minHeatSetpointLimit: number;
1256
1369
 
@@ -1263,7 +1376,7 @@ export declare namespace Thermostat {
1263
1376
  * consistent with the constraints and cannot be resolved by modifying setpoints then a response with the status
1264
1377
  * code CONSTRAINT_ERROR shall be returned.
1265
1378
  *
1266
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.16
1379
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.16
1267
1380
  */
1268
1381
  maxHeatSetpointLimit: number;
1269
1382
 
@@ -1284,12 +1397,17 @@ export declare namespace Thermostat {
1284
1397
  * does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value of the
1285
1398
  * ActivePresetHandle attribute shall be set to null.
1286
1399
  *
1287
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.11
1400
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.11
1288
1401
  */
1289
1402
  occupiedCoolingSetpoint: number;
1290
1403
 
1291
1404
  /**
1292
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9
1405
+ * Indicates the absolute minimum level that the cooling setpoint may be set to. This is a limitation imposed by
1406
+ * the manufacturer.
1407
+ *
1408
+ * Refer to Setpoint Limits for constraints
1409
+ *
1410
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.7
1293
1411
  */
1294
1412
  absMinCoolSetpointLimit: number;
1295
1413
 
@@ -1299,7 +1417,7 @@ export declare namespace Thermostat {
1299
1417
  *
1300
1418
  * Refer to Setpoint Limits for constraints
1301
1419
  *
1302
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.8
1420
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.8
1303
1421
  */
1304
1422
  absMaxCoolSetpointLimit: number;
1305
1423
 
@@ -1312,7 +1430,7 @@ export declare namespace Thermostat {
1312
1430
  * consistent with the constraints and cannot be resolved by modifying setpoints then a response with the status
1313
1431
  * code CONSTRAINT_ERROR shall be returned.
1314
1432
  *
1315
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.17
1433
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.17
1316
1434
  */
1317
1435
  minCoolSetpointLimit: number;
1318
1436
 
@@ -1325,7 +1443,7 @@ export declare namespace Thermostat {
1325
1443
  * consistent with the constraints and cannot be resolved by modifying setpoints then a response with the status
1326
1444
  * code CONSTRAINT_ERROR shall be returned.
1327
1445
  *
1328
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.18
1446
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.18
1329
1447
  */
1330
1448
  maxCoolSetpointLimit: number;
1331
1449
 
@@ -1346,7 +1464,7 @@ export declare namespace Thermostat {
1346
1464
  * > NOTE: Prior to revision 8 of this cluster specification the value of this attribute was constrained to a
1347
1465
  * range of -2.5°C to 2.5°C.
1348
1466
  *
1349
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.10
1467
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.10
1350
1468
  */
1351
1469
  localTemperatureCalibration: number;
1352
1470
 
@@ -1367,7 +1485,7 @@ export declare namespace Thermostat {
1367
1485
  * Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall be
1368
1486
  * set to null.
1369
1487
  *
1370
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.13
1488
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.13
1371
1489
  */
1372
1490
  unoccupiedCoolingSetpoint: number;
1373
1491
 
@@ -1389,7 +1507,7 @@ export declare namespace Thermostat {
1389
1507
  * Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall be
1390
1508
  * set to null.
1391
1509
  *
1392
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.14
1510
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.14
1393
1511
  */
1394
1512
  unoccupiedHeatingSetpoint: number;
1395
1513
 
@@ -1409,7 +1527,7 @@ export declare namespace Thermostat {
1409
1527
  * > NOTE: For backwards compatibility, this attribute is optionally writeable. However any writes to this
1410
1528
  * attribute shall be silently ignored.
1411
1529
  *
1412
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.19
1530
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.19
1413
1531
  */
1414
1532
  minSetpointDeadBand: number;
1415
1533
 
@@ -1418,7 +1536,7 @@ export declare namespace Thermostat {
1418
1536
  * only be Off, Cool or Heat. This attribute is intended to provide additional information when the thermostat's
1419
1537
  * system mode is in auto mode.
1420
1538
  *
1421
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.23
1539
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.23
1422
1540
  */
1423
1541
  thermostatRunningMode: ThermostatRunningMode;
1424
1542
 
@@ -1430,21 +1548,21 @@ export declare namespace Thermostat {
1430
1548
  * PresetScenarioEnum values (maximum 7). The list shall NOT contain any PresetTypeStruct entries with duplicate
1431
1549
  * PresetScenarioEnum values.
1432
1550
  *
1433
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.42
1551
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.42
1434
1552
  */
1435
1553
  presetTypes: PresetType[];
1436
1554
 
1437
1555
  /**
1438
1556
  * Indicates the maximum number of entries supported by the Presets attribute.
1439
1557
  *
1440
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.44
1558
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.44
1441
1559
  */
1442
1560
  numberOfPresets: number;
1443
1561
 
1444
1562
  /**
1445
1563
  * Indicates the PresetHandle of the active preset. If this attribute is null, then there is no active preset.
1446
1564
  *
1447
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.48
1565
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.48
1448
1566
  */
1449
1567
  activePresetHandle: Bytes | null;
1450
1568
 
@@ -1518,9 +1636,25 @@ export declare namespace Thermostat {
1518
1636
  * 3. If the removed PresetHandle is equal to the value of the ActivePresetHandle attribute, the attribute
1519
1637
  * status shall be INVALID_IN_STATE.
1520
1638
  *
1521
- * 2. Otherwise, the attribute status shall be SUCCESS.
1639
+ * 2. If the attribute status has not yet been determined:
1522
1640
  *
1523
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.50
1641
+ * 1. The attribute status shall be SUCCESS.
1642
+ *
1643
+ * 2. For all existing presets:
1644
+ *
1645
+ * 1. If, after applying all pending changes, the updated value of the Presets attribute would not contain a
1646
+ * PresetStruct with a matching PresetHandle field, indicating the removal of the PresetStruct, the server
1647
+ * shall ensure that the preset being removed is unused, as follows:
1648
+ *
1649
+ * 1. If the PresetHandle field of the removed preset is equal to the value of the PresetHandle field of the
1650
+ * CurrentThermostatSuggestion attribute's value, the CurrentThermostatSuggestion attribute shall be set to
1651
+ * null.
1652
+ *
1653
+ * 2. If the PresetHandle field of the removed preset is equal to the value of the PresetHandle field of one
1654
+ * or more of the entries in the ThermostatSuggestions attribute, the server shall delete any such entries
1655
+ * from the ThermostatSuggestions attribute.
1656
+ *
1657
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.50
1524
1658
  */
1525
1659
  presets: Preset[];
1526
1660
 
@@ -1533,21 +1667,21 @@ export declare namespace Thermostat {
1533
1667
  * SystemMode values (maximum 3, since the data type only allows Auto, Heat and Cool). The list shall NOT
1534
1668
  * contain any ScheduleTypeStruct entries with duplicate SystemModeEnum values.
1535
1669
  *
1536
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.43
1670
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.43
1537
1671
  */
1538
1672
  scheduleTypes: ScheduleType[];
1539
1673
 
1540
1674
  /**
1541
1675
  * Indicates the maximum number of entries supported by the Schedules attribute.
1542
1676
  *
1543
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.45
1677
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.45
1544
1678
  */
1545
1679
  numberOfSchedules: number;
1546
1680
 
1547
1681
  /**
1548
1682
  * Indicates the maximum number of transitions per Schedules attribute entry.
1549
1683
  *
1550
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.46
1684
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.46
1551
1685
  */
1552
1686
  numberOfScheduleTransitions: number;
1553
1687
 
@@ -1555,7 +1689,7 @@ export declare namespace Thermostat {
1555
1689
  * Indicates the maximum number of transitions per day of the week supported by each Schedules attribute entry.
1556
1690
  * If this value is null, there is no limit on the number of transitions per day.
1557
1691
  *
1558
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.47
1692
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.47
1559
1693
  */
1560
1694
  numberOfScheduleTransitionPerDay: number | null;
1561
1695
 
@@ -1563,7 +1697,7 @@ export declare namespace Thermostat {
1563
1697
  * Indicates the ScheduleHandle of the active schedule. A null value in this attribute indicates that there is
1564
1698
  * no active schedule.
1565
1699
  *
1566
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.49
1700
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.49
1567
1701
  */
1568
1702
  activeScheduleHandle: Bytes | null;
1569
1703
 
@@ -1676,9 +1810,72 @@ export declare namespace Thermostat {
1676
1810
  *
1677
1811
  * 2. Otherwise, the attribute status shall be SUCCESS.
1678
1812
  *
1679
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.9.51
1813
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.51
1680
1814
  */
1681
1815
  schedules: Schedule[];
1816
+
1817
+ /**
1818
+ * Indicates the maximum number of entries supported by the ThermostatSuggestions attribute.
1819
+ *
1820
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.53
1821
+ */
1822
+ maxThermostatSuggestions: number;
1823
+
1824
+ /**
1825
+ * Indicates an unordered set of thermostat suggestions.
1826
+ *
1827
+ * The suggested value shall be a PresetHandle that shall match the PresetHandle of one of the entries in the
1828
+ * Presets attribute.
1829
+ *
1830
+ * The Thermostat may use this information to ensure user comfort while also prioritizing other factors (e.g.
1831
+ * energy savings, cost, and so on). Entries with effective times in the future may be used for pre-cool or
1832
+ * pre-heat decisions.
1833
+ *
1834
+ * See Section 4.3.7, "Re-evaluation of Current Thermostat Suggestion" for what to do if this attribute's value
1835
+ * changes.
1836
+ *
1837
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.54
1838
+ */
1839
+ thermostatSuggestions: ThermostatSuggestion[];
1840
+
1841
+ /**
1842
+ * Indicates an entry in the entries, which identifies the current thermostat suggestion.
1843
+ *
1844
+ * A value of null shall indicate that there is no current thermostat suggestion. When this attribute's value
1845
+ * changes to a null value, the server may decide to set the ActivePresetHandle attribute to a value of its
1846
+ * choice, based on schedules, occupancy sensors, etc.
1847
+ *
1848
+ * When the server is "following the suggestion" that means that the server shall ensure that the value of the
1849
+ * ActivePresetHandle attribute matches the value of this attribute.
1850
+ *
1851
+ * When there is a current thermostat suggestion and the server is unable to follow the suggestion or the server
1852
+ * is unable to choose a current thermostat suggestion due to conflicting suggestions, it shall set the
1853
+ * ThermostatSuggestionNotFollowingReason attribute to a non-null value as described in the definition of the
1854
+ * ThermostatSuggestionNotFollowingReason attribute. Otherwise, the server shall follow the suggestion and set
1855
+ * the ThermostatSuggestionNotFollowingReason attribute to null.
1856
+ *
1857
+ * Whenever the state of the server changes such that it might need to start or stop following the suggestion,
1858
+ * the server shall re-evaluate whether it is doing so and update the ActivePresetHandle and
1859
+ * ThermostatSuggestionNotFollowingReason attributes as needed.
1860
+ *
1861
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.55
1862
+ */
1863
+ currentThermostatSuggestion: ThermostatSuggestion | null;
1864
+
1865
+ /**
1866
+ * Indicates the reasons the Thermostat is unable to follow suggestions.
1867
+ *
1868
+ * When the server is unable to follow the suggestion, it shall set the appropriate bits in the value of the
1869
+ * ThermostatSuggestionNotFollowingReason attribute to indicate the reasons due to which the suggestion is not
1870
+ * being followed. The value of the ThermostatSuggestionNotFollowingReason attribute shall be 0 (all bits
1871
+ * cleared) if there are no bits defined in ThermostatSuggestionNotFollowingReasonBitmap that represent the
1872
+ * reasons the suggestion is not being followed.
1873
+ *
1874
+ * If the CurrentThermostatSuggestion attribute is null, this attribute shall be set to null.
1875
+ *
1876
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.11.56
1877
+ */
1878
+ thermostatSuggestionNotFollowingReason: ThermostatSuggestionNotFollowingReason | null;
1682
1879
  }
1683
1880
 
1684
1881
  /**
@@ -1688,7 +1885,7 @@ export declare namespace Thermostat {
1688
1885
  /**
1689
1886
  * This command will raise or lower the setpoint based on the provided values.
1690
1887
  *
1691
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.10.1
1888
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.12.1
1692
1889
  */
1693
1890
  setpointRaiseLower(request: SetpointRaiseLowerRequest): MaybePromise;
1694
1891
  }
@@ -1700,7 +1897,7 @@ export declare namespace Thermostat {
1700
1897
  /**
1701
1898
  * This command will set the active preset to the provided preset handle.
1702
1899
  *
1703
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.10.3
1900
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.12.3
1704
1901
  */
1705
1902
  setActivePresetRequest(request: SetActivePresetRequest): MaybePromise;
1706
1903
  }
@@ -1712,11 +1909,30 @@ export declare namespace Thermostat {
1712
1909
  /**
1713
1910
  * This command will set the active schedule to the provided schedule handle.
1714
1911
  *
1715
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.10.2
1912
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.12.2
1716
1913
  */
1717
1914
  setActiveScheduleRequest(request: SetActiveScheduleRequest): MaybePromise;
1718
1915
  }
1719
1916
 
1917
+ /**
1918
+ * {@link Thermostat} supports these elements if it supports feature "ThermostatSuggestions".
1919
+ */
1920
+ export interface ThermostatSuggestionsCommands {
1921
+ /**
1922
+ * This command will add a new suggestion based on the specified values.
1923
+ *
1924
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.12.4
1925
+ */
1926
+ addThermostatSuggestion(request: AddThermostatSuggestionRequest): MaybePromise<AddThermostatSuggestionResponse>;
1927
+
1928
+ /**
1929
+ * This command will remove the specified suggestion.
1930
+ *
1931
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.12.6
1932
+ */
1933
+ removeThermostatSuggestion(request: RemoveThermostatSuggestionRequest): MaybePromise;
1934
+ }
1935
+
1720
1936
  /**
1721
1937
  * {@link Thermostat} supports these elements if it supports feature "PresetsOrMatterScheduleConfiguration".
1722
1938
  */
@@ -1731,9 +1947,180 @@ export declare namespace Thermostat {
1731
1947
  BaseCommands,
1732
1948
  PresetsCommands,
1733
1949
  MatterScheduleConfigurationCommands,
1950
+ ThermostatSuggestionsCommands,
1734
1951
  PresetsOrMatterScheduleConfigurationCommands
1735
1952
  {}
1736
1953
 
1954
+ /**
1955
+ * {@link Thermostat} supports these elements if it supports feature "EventsAndAutoMode".
1956
+ */
1957
+ export interface EventsAndAutoModeEvents {
1958
+ /**
1959
+ * This event shall be generated when the ThermostatRunningMode attribute changes.
1960
+ *
1961
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.5
1962
+ */
1963
+ runningModeChange: RunningModeChangeEvent;
1964
+ }
1965
+
1966
+ /**
1967
+ * {@link Thermostat} supports these elements if it supports feature "Events".
1968
+ */
1969
+ export interface EventsEvents {
1970
+ /**
1971
+ * This event shall be generated when the SystemMode attribute changes.
1972
+ *
1973
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.1
1974
+ */
1975
+ systemModeChange: SystemModeChangeEvent;
1976
+
1977
+ /**
1978
+ * This event shall be generated when the value of any of the OccupiedHeatingSetpoint,
1979
+ * UnoccupiedHeatingSetpoint, OccupiedCoolingSetpoint, or UnoccupiedCoolingSetpoint attributes is changed.
1980
+ *
1981
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.4
1982
+ */
1983
+ setpointChange: SetpointChangeEvent;
1984
+
1985
+ /**
1986
+ * This event shall be generated when the ThermostatRunningState attribute changes.
1987
+ *
1988
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.6
1989
+ */
1990
+ runningStateChange: RunningStateChangeEvent;
1991
+ }
1992
+
1993
+ /**
1994
+ * {@link Thermostat} supports these elements if it supports feature "EventsNotLocalTemperatureNotExposed".
1995
+ */
1996
+ export interface EventsNotLocalTemperatureNotExposedEvents {
1997
+ /**
1998
+ * This event shall be generated when the LocalTemperature attribute changes significantly.
1999
+ *
2000
+ * Significant changes are:
2001
+ *
2002
+ * - Changes from null to not null, or from not null to null.
2003
+ *
2004
+ * - Changes from one not-null value to another not-null value that are sufficiently large, as determined by
2005
+ * the server.
2006
+ *
2007
+ * LocalTemperatureChange events shall NOT be generated more often than once every 60 seconds.
2008
+ *
2009
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.2
2010
+ */
2011
+ localTemperatureChange: LocalTemperatureChangeEvent;
2012
+ }
2013
+
2014
+ /**
2015
+ * {@link Thermostat} supports these elements if it supports feature "EventsAndOccupancy".
2016
+ */
2017
+ export interface EventsAndOccupancyEvents {
2018
+ /**
2019
+ * This event shall be generated when the Occupancy attribute changes.
2020
+ *
2021
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.3
2022
+ */
2023
+ occupancyChange: OccupancyChangeEvent;
2024
+ }
2025
+
2026
+ /**
2027
+ * {@link Thermostat} supports these elements if it supports feature "EventsAndMatterScheduleConfiguration".
2028
+ */
2029
+ export interface EventsAndMatterScheduleConfigurationEvents {
2030
+ /**
2031
+ * This event shall be generated when the ActiveScheduleHandle attribute changes.
2032
+ *
2033
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.8
2034
+ */
2035
+ activeScheduleChange: ActiveScheduleChangeEvent;
2036
+ }
2037
+
2038
+ /**
2039
+ * {@link Thermostat} supports these elements if it supports feature "EventsAndPresets".
2040
+ */
2041
+ export interface EventsAndPresetsEvents {
2042
+ /**
2043
+ * This event shall be generated when the ActivePresetHandle attribute changes.
2044
+ *
2045
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.7
2046
+ */
2047
+ activePresetChange: ActivePresetChangeEvent;
2048
+ }
2049
+
2050
+ /**
2051
+ * Events that may appear in {@link Thermostat}.
2052
+ *
2053
+ * Some properties may be optional if device support is not mandatory. Device support may also be affected by a
2054
+ * device's supported {@link Features}.
2055
+ */
2056
+ export interface Events {
2057
+ /**
2058
+ * This event shall be generated when the ThermostatRunningMode attribute changes.
2059
+ *
2060
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.5
2061
+ */
2062
+ runningModeChange: RunningModeChangeEvent;
2063
+
2064
+ /**
2065
+ * This event shall be generated when the SystemMode attribute changes.
2066
+ *
2067
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.1
2068
+ */
2069
+ systemModeChange: SystemModeChangeEvent;
2070
+
2071
+ /**
2072
+ * This event shall be generated when the value of any of the OccupiedHeatingSetpoint,
2073
+ * UnoccupiedHeatingSetpoint, OccupiedCoolingSetpoint, or UnoccupiedCoolingSetpoint attributes is changed.
2074
+ *
2075
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.4
2076
+ */
2077
+ setpointChange: SetpointChangeEvent;
2078
+
2079
+ /**
2080
+ * This event shall be generated when the ThermostatRunningState attribute changes.
2081
+ *
2082
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.6
2083
+ */
2084
+ runningStateChange: RunningStateChangeEvent;
2085
+
2086
+ /**
2087
+ * This event shall be generated when the LocalTemperature attribute changes significantly.
2088
+ *
2089
+ * Significant changes are:
2090
+ *
2091
+ * - Changes from null to not null, or from not null to null.
2092
+ *
2093
+ * - Changes from one not-null value to another not-null value that are sufficiently large, as determined by
2094
+ * the server.
2095
+ *
2096
+ * LocalTemperatureChange events shall NOT be generated more often than once every 60 seconds.
2097
+ *
2098
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.2
2099
+ */
2100
+ localTemperatureChange: LocalTemperatureChangeEvent;
2101
+
2102
+ /**
2103
+ * This event shall be generated when the Occupancy attribute changes.
2104
+ *
2105
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.3
2106
+ */
2107
+ occupancyChange: OccupancyChangeEvent;
2108
+
2109
+ /**
2110
+ * This event shall be generated when the ActiveScheduleHandle attribute changes.
2111
+ *
2112
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.8
2113
+ */
2114
+ activeScheduleChange: ActiveScheduleChangeEvent;
2115
+
2116
+ /**
2117
+ * This event shall be generated when the ActivePresetHandle attribute changes.
2118
+ *
2119
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.7
2120
+ */
2121
+ activePresetChange: ActivePresetChangeEvent;
2122
+ }
2123
+
1737
2124
  export type Components = [
1738
2125
  { flags: {}, attributes: BaseAttributes, commands: BaseCommands },
1739
2126
  { flags: { occupancy: true }, attributes: OccupancyAttributes },
@@ -1743,22 +2130,43 @@ export declare namespace Thermostat {
1743
2130
  { flags: { cooling: true, occupancy: true }, attributes: CoolingAndOccupancyAttributes },
1744
2131
  { flags: { heating: true, occupancy: true }, attributes: HeatingAndOccupancyAttributes },
1745
2132
  { flags: { autoMode: true }, attributes: AutoModeAttributes },
2133
+ {
2134
+ flags: { events: true, autoMode: true },
2135
+ attributes: EventsAndAutoModeAttributes,
2136
+ events: EventsAndAutoModeEvents
2137
+ },
1746
2138
  { flags: { presets: true }, attributes: PresetsAttributes, commands: PresetsCommands },
1747
2139
  {
1748
2140
  flags: { matterScheduleConfiguration: true },
1749
2141
  attributes: MatterScheduleConfigurationAttributes,
1750
2142
  commands: MatterScheduleConfigurationCommands
1751
2143
  },
2144
+ {
2145
+ flags: { thermostatSuggestions: true },
2146
+ attributes: ThermostatSuggestionsAttributes,
2147
+ commands: ThermostatSuggestionsCommands
2148
+ },
2149
+ { flags: { events: true }, events: EventsEvents },
2150
+ {
2151
+ flags: { events: true, localTemperatureNotExposed: false },
2152
+ events: EventsNotLocalTemperatureNotExposedEvents
2153
+ },
2154
+ { flags: { events: true, occupancy: true }, events: EventsAndOccupancyEvents },
2155
+ {
2156
+ flags: { events: true, matterScheduleConfiguration: true },
2157
+ events: EventsAndMatterScheduleConfigurationEvents
2158
+ },
2159
+ { flags: { events: true, presets: true }, events: EventsAndPresetsEvents },
1752
2160
  { flags: { presets: true }, commands: PresetsOrMatterScheduleConfigurationCommands },
1753
2161
  { flags: { matterScheduleConfiguration: true }, commands: PresetsOrMatterScheduleConfigurationCommands }
1754
2162
  ];
1755
2163
 
1756
- export type Features = "Heating" | "Cooling" | "Occupancy" | "Setback" | "AutoMode" | "LocalTemperatureNotExposed" | "MatterScheduleConfiguration" | "Presets";
2164
+ export type Features = "Heating" | "Cooling" | "Occupancy" | "Setback" | "AutoMode" | "LocalTemperatureNotExposed" | "MatterScheduleConfiguration" | "Presets" | "Events" | "ThermostatSuggestions";
1757
2165
 
1758
2166
  /**
1759
2167
  * These are optional features supported by ThermostatCluster.
1760
2168
  *
1761
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.4
2169
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.4
1762
2170
  */
1763
2171
  export enum Feature {
1764
2172
  /**
@@ -1801,7 +2209,7 @@ export declare namespace Thermostat {
1801
2209
  * externally, for example due to the temperature control being done by a separate subsystem which does not
1802
2210
  * offer a view into the currently measured temperature, but allows setpoints to be provided.
1803
2211
  *
1804
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.4.1
2212
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.4.1
1805
2213
  */
1806
2214
  LocalTemperatureNotExposed = "LocalTemperatureNotExposed",
1807
2215
 
@@ -1811,7 +2219,7 @@ export declare namespace Thermostat {
1811
2219
  * This feature indicates that the thermostat is capable of schedules. If this feature is supported, the
1812
2220
  * thermostat shall support a mechanism to do time synchronization.
1813
2221
  *
1814
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.4.2
2222
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.4.2
1815
2223
  */
1816
2224
  MatterScheduleConfiguration = "MatterScheduleConfiguration",
1817
2225
 
@@ -1820,7 +2228,24 @@ export declare namespace Thermostat {
1820
2228
  *
1821
2229
  * Thermostat supports setpoint presets
1822
2230
  */
1823
- Presets = "Presets"
2231
+ Presets = "Presets",
2232
+
2233
+ /**
2234
+ * Events (TEVT)
2235
+ *
2236
+ * Thermostat supports events
2237
+ */
2238
+ Events = "Events",
2239
+
2240
+ /**
2241
+ * ThermostatSuggestions (TSUGGEST)
2242
+ *
2243
+ * This feature indicates that the thermostat can process suggestions. If this feature is supported, the
2244
+ * thermostat shall support a mechanism to do time synchronization.
2245
+ *
2246
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.4.3
2247
+ */
2248
+ ThermostatSuggestions = "ThermostatSuggestions"
1824
2249
  }
1825
2250
 
1826
2251
  /**
@@ -1832,7 +2257,7 @@ export declare namespace Thermostat {
1832
2257
  * Systems which support cooling or heating, requiring external intervention to change modes or where the whole
1833
2258
  * building must be in the same mode, SHOULD report CoolingOnly or HeatingOnly based on the current capability.
1834
2259
  *
1835
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.15
2260
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.16
1836
2261
  */
1837
2262
  export enum ControlSequenceOfOperation {
1838
2263
  /**
@@ -1867,7 +2292,7 @@ export declare namespace Thermostat {
1867
2292
  }
1868
2293
 
1869
2294
  /**
1870
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.19
2295
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.20
1871
2296
  */
1872
2297
  export enum SystemMode {
1873
2298
  /**
@@ -1906,7 +2331,7 @@ export declare namespace Thermostat {
1906
2331
  }
1907
2332
 
1908
2333
  /**
1909
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.5
2334
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.5
1910
2335
  */
1911
2336
  export class RemoteSensing {
1912
2337
  constructor(values?: Partial<RemoteSensing> | number);
@@ -1928,7 +2353,7 @@ export declare namespace Thermostat {
1928
2353
  }
1929
2354
 
1930
2355
  /**
1931
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.21
2356
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.22
1932
2357
  */
1933
2358
  export enum TemperatureSetpointHold {
1934
2359
  /**
@@ -1943,7 +2368,7 @@ export declare namespace Thermostat {
1943
2368
  }
1944
2369
 
1945
2370
  /**
1946
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.4
2371
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.4
1947
2372
  */
1948
2373
  export class RelayState {
1949
2374
  constructor(values?: Partial<RelayState> | number);
@@ -1985,7 +2410,7 @@ export declare namespace Thermostat {
1985
2410
  }
1986
2411
 
1987
2412
  /**
1988
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.17
2413
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.18
1989
2414
  */
1990
2415
  export enum SetpointChangeSource {
1991
2416
  /**
@@ -2005,7 +2430,7 @@ export declare namespace Thermostat {
2005
2430
  }
2006
2431
 
2007
2432
  /**
2008
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.13
2433
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.14
2009
2434
  */
2010
2435
  export enum AcType {
2011
2436
  /**
@@ -2035,7 +2460,7 @@ export declare namespace Thermostat {
2035
2460
  }
2036
2461
 
2037
2462
  /**
2038
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.12
2463
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.13
2039
2464
  */
2040
2465
  export enum AcRefrigerantType {
2041
2466
  /**
@@ -2060,7 +2485,7 @@ export declare namespace Thermostat {
2060
2485
  }
2061
2486
 
2062
2487
  /**
2063
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.10
2488
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.11
2064
2489
  */
2065
2490
  export enum AcCompressorType {
2066
2491
  /**
@@ -2085,7 +2510,7 @@ export declare namespace Thermostat {
2085
2510
  }
2086
2511
 
2087
2512
  /**
2088
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.1
2513
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.1
2089
2514
  */
2090
2515
  export class AcErrorCode {
2091
2516
  constructor(values?: Partial<AcErrorCode> | number);
@@ -2117,7 +2542,7 @@ export declare namespace Thermostat {
2117
2542
  }
2118
2543
 
2119
2544
  /**
2120
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.11
2545
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.12
2121
2546
  */
2122
2547
  export enum AcLouverPosition {
2123
2548
  /**
@@ -2147,7 +2572,7 @@ export declare namespace Thermostat {
2147
2572
  }
2148
2573
 
2149
2574
  /**
2150
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.9
2575
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.10
2151
2576
  */
2152
2577
  export enum AcCapacityFormat {
2153
2578
  /**
@@ -2157,7 +2582,7 @@ export declare namespace Thermostat {
2157
2582
  }
2158
2583
 
2159
2584
  /**
2160
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.2
2585
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.2
2161
2586
  */
2162
2587
  export class Occupancy {
2163
2588
  constructor(values?: Partial<Occupancy> | number);
@@ -2168,13 +2593,13 @@ export declare namespace Thermostat {
2168
2593
  * If this bit is set, it shall indicate the occupied state else if the bit if not set, it shall indicate the
2169
2594
  * unoccupied state.
2170
2595
  *
2171
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.2.1
2596
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.2.1
2172
2597
  */
2173
2598
  occupied?: boolean;
2174
2599
  }
2175
2600
 
2176
2601
  /**
2177
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.20
2602
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.21
2178
2603
  */
2179
2604
  export enum ThermostatRunningMode {
2180
2605
  /**
@@ -2194,7 +2619,7 @@ export declare namespace Thermostat {
2194
2619
  }
2195
2620
 
2196
2621
  /**
2197
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.23
2622
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.24
2198
2623
  */
2199
2624
  export class PresetType {
2200
2625
  constructor(values?: Partial<PresetType>);
@@ -2202,27 +2627,27 @@ export declare namespace Thermostat {
2202
2627
  /**
2203
2628
  * This field shall specify a PresetScenarioEnum value supported by this thermostat.
2204
2629
  *
2205
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.23.1
2630
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.24.1
2206
2631
  */
2207
2632
  presetScenario: PresetScenario;
2208
2633
 
2209
2634
  /**
2210
2635
  * This field shall specify a limit for the number of presets for this PresetScenarioEnum.
2211
2636
  *
2212
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.23.2
2637
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.24.2
2213
2638
  */
2214
2639
  numberOfPresets: number;
2215
2640
 
2216
2641
  /**
2217
2642
  * This field shall specify a bitmap of features for this PresetTypeStruct.
2218
2643
  *
2219
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.23.3
2644
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.24.3
2220
2645
  */
2221
2646
  presetTypeFeatures: PresetTypeFeatures;
2222
2647
  }
2223
2648
 
2224
2649
  /**
2225
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.22
2650
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.23
2226
2651
  */
2227
2652
  export class Preset {
2228
2653
  constructor(values?: Partial<Preset>);
@@ -2234,14 +2659,14 @@ export declare namespace Thermostat {
2234
2659
  * This field shall only be null when the encompassing PresetStruct is appended to the Presets attribute for the
2235
2660
  * purpose of creating a new Preset. Refer to Presets for the creation of Preset handles.
2236
2661
  *
2237
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.22.1
2662
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.23.1
2238
2663
  */
2239
2664
  presetHandle: Bytes | null;
2240
2665
 
2241
2666
  /**
2242
2667
  * This field shall indicate the associated PresetScenarioEnum value for this preset.
2243
2668
  *
2244
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.22.2
2669
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.23.2
2245
2670
  */
2246
2671
  presetScenario: PresetScenario;
2247
2672
 
@@ -2251,7 +2676,7 @@ export declare namespace Thermostat {
2251
2676
  * Within each subset of presets sharing the same PresetScenario field value, there shall NOT be any presets
2252
2677
  * with the same value, including null as a value, in the Name field.
2253
2678
  *
2254
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.22.3
2679
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.23.3
2255
2680
  */
2256
2681
  name?: string | null;
2257
2682
 
@@ -2259,7 +2684,7 @@ export declare namespace Thermostat {
2259
2684
  * This field shall indicate the cooling setpoint for the preset. Refer to Setpoint Limits for value
2260
2685
  * constraints.
2261
2686
  *
2262
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.22.4
2687
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.23.4
2263
2688
  */
2264
2689
  coolingSetpoint?: number;
2265
2690
 
@@ -2267,7 +2692,7 @@ export declare namespace Thermostat {
2267
2692
  * This field shall indicate the heating setpoint for the preset. Refer to Setpoint Limits for value
2268
2693
  * constraints.
2269
2694
  *
2270
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.22.5
2695
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.23.5
2271
2696
  */
2272
2697
  heatingSetpoint?: number;
2273
2698
 
@@ -2275,13 +2700,13 @@ export declare namespace Thermostat {
2275
2700
  * This field shall indicate whether the preset is marked as "built-in", meaning that it can be modified, but it
2276
2701
  * cannot be deleted.
2277
2702
  *
2278
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.22.6
2703
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.23.6
2279
2704
  */
2280
2705
  builtIn: boolean | null;
2281
2706
  }
2282
2707
 
2283
2708
  /**
2284
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.27
2709
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.28
2285
2710
  */
2286
2711
  export class ScheduleType {
2287
2712
  constructor(values?: Partial<ScheduleType>);
@@ -2290,14 +2715,14 @@ export declare namespace Thermostat {
2290
2715
  * This field shall specify a SystemModeEnum supported by this thermostat for Schedules. The only valid values
2291
2716
  * for this field shall be Auto, Heat, and Cool.
2292
2717
  *
2293
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.27.1
2718
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.28.1
2294
2719
  */
2295
2720
  systemMode: SystemMode;
2296
2721
 
2297
2722
  /**
2298
2723
  * This field shall specify a limit for the number of Schedules for this SystemMode.
2299
2724
  *
2300
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.27.2
2725
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.28.2
2301
2726
  */
2302
2727
  numberOfSchedules: number;
2303
2728
 
@@ -2305,13 +2730,13 @@ export declare namespace Thermostat {
2305
2730
  * This field shall specify a bitmap of features for this schedule entry. At least one of SupportsPresets and
2306
2731
  * SupportsSetpoints shall be set.
2307
2732
  *
2308
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.27.3
2733
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.28.3
2309
2734
  */
2310
2735
  scheduleTypeFeatures: ScheduleTypeFeatures;
2311
2736
  }
2312
2737
 
2313
2738
  /**
2314
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.25
2739
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.26
2315
2740
  */
2316
2741
  export class Schedule {
2317
2742
  constructor(values?: Partial<Schedule>);
@@ -2323,7 +2748,7 @@ export declare namespace Thermostat {
2323
2748
  * This field shall only be null when the encompassing ScheduleStruct is appended to the Schedules attribute for
2324
2749
  * the purpose of creating a new Schedule. Refer to Schedules for the creation of Schedule handles.
2325
2750
  *
2326
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.25.1
2751
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.26.1
2327
2752
  */
2328
2753
  scheduleHandle: Bytes | null;
2329
2754
 
@@ -2331,21 +2756,21 @@ export declare namespace Thermostat {
2331
2756
  * This field shall specify the default thermostat system mode for transitions in this schedule. The only valid
2332
2757
  * values for this field shall be Auto, Heat, and Cool.
2333
2758
  *
2334
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.25.2
2759
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.26.2
2335
2760
  */
2336
2761
  systemMode: SystemMode;
2337
2762
 
2338
2763
  /**
2339
2764
  * This field shall specify a name for the ScheduleStruct.
2340
2765
  *
2341
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.25.3
2766
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.26.3
2342
2767
  */
2343
2768
  name?: string;
2344
2769
 
2345
2770
  /**
2346
2771
  * This field shall indicate the default PresetHandle value for transitions in this schedule.
2347
2772
  *
2348
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.25.4
2773
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.26.4
2349
2774
  */
2350
2775
  presetHandle?: Bytes;
2351
2776
 
@@ -2377,7 +2802,7 @@ export declare namespace Thermostat {
2377
2802
  * ScheduleTransitionStruct with the largest TransitionTime field from the set of ScheduleTransitionStructs
2378
2803
  * whose DayOfWeek field matches the current day of the week.
2379
2804
  *
2380
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.25.5
2805
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.26.5
2381
2806
  */
2382
2807
  transitions: ScheduleTransition[];
2383
2808
 
@@ -2385,15 +2810,99 @@ export declare namespace Thermostat {
2385
2810
  * This field shall indicate whether the schedule is marked as "built-in", meaning that it can be modified, but
2386
2811
  * it cannot be deleted.
2387
2812
  *
2388
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.25.6
2813
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.26.6
2389
2814
  */
2390
2815
  builtIn: boolean | null;
2391
2816
  }
2392
2817
 
2818
+ /**
2819
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.29
2820
+ */
2821
+ export class ThermostatSuggestion {
2822
+ constructor(values?: Partial<ThermostatSuggestion>);
2823
+
2824
+ /**
2825
+ * This field shall have a generated identifier that identifies a distinct entry of type
2826
+ * ThermostatSuggestionStruct.
2827
+ *
2828
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.29.1
2829
+ */
2830
+ uniqueId: number;
2831
+
2832
+ /**
2833
+ * This field shall indicate the PresetHandle of the PresetStruct that represents the thermostat suggestion
2834
+ * value.
2835
+ *
2836
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.29.2
2837
+ */
2838
+ presetHandle: Bytes;
2839
+
2840
+ /**
2841
+ * This field shall indicate the UTC timestamp at which the suggestion shall take effect.
2842
+ *
2843
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.29.3
2844
+ */
2845
+ effectiveTime: number;
2846
+
2847
+ /**
2848
+ * This field shall indicate the UTC timestamp at which the suggestion shall expire.
2849
+ *
2850
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.29.4
2851
+ */
2852
+ expirationTime: number;
2853
+ }
2854
+
2855
+ /**
2856
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.9
2857
+ */
2858
+ export class ThermostatSuggestionNotFollowingReason {
2859
+ constructor(values?: Partial<ThermostatSuggestionNotFollowingReason> | number);
2860
+
2861
+ /**
2862
+ * Thermostat is responding to a Demand Response event
2863
+ */
2864
+ demandResponseEvent?: boolean;
2865
+
2866
+ /**
2867
+ * Thermostat has an ongoing setpoint hold
2868
+ */
2869
+ ongoingHold?: boolean;
2870
+
2871
+ /**
2872
+ * Thermostat is following a schedule
2873
+ */
2874
+ schedule?: boolean;
2875
+
2876
+ /**
2877
+ * Thermostat is following the occupancy signal
2878
+ */
2879
+ occupancy?: boolean;
2880
+
2881
+ /**
2882
+ * Thermostat is set to Vacation mode
2883
+ */
2884
+ vacationMode?: boolean;
2885
+
2886
+ /**
2887
+ * Thermostat is following a Time Of Use based cost savings plan
2888
+ */
2889
+ timeOfUseCostSavings?: boolean;
2890
+
2891
+ /**
2892
+ * Thermostat is precooling or preheating based on an energy forecast signal
2893
+ */
2894
+ preCoolingOrPreHeating?: boolean;
2895
+
2896
+ /**
2897
+ * Thermostat has conflicting suggestions and is unable to choose one
2898
+ */
2899
+ conflictingSuggestions?: boolean;
2900
+ }
2901
+
2393
2902
  /**
2394
2903
  * This command will raise or lower the setpoint based on the provided values.
2395
2904
  *
2396
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.10.1
2905
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.12.1
2397
2906
  */
2398
2907
  export class SetpointRaiseLowerRequest {
2399
2908
  constructor(values?: Partial<SetpointRaiseLowerRequest>);
@@ -2401,7 +2910,7 @@ export declare namespace Thermostat {
2401
2910
  /**
2402
2911
  * The field shall specify which setpoints are to be adjusted.
2403
2912
  *
2404
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.10.1.1
2913
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.12.1.1
2405
2914
  */
2406
2915
  mode: SetpointRaiseLowerMode;
2407
2916
 
@@ -2409,7 +2918,7 @@ export declare namespace Thermostat {
2409
2918
  * This field shall indicate the amount (possibly negative) that should be added to the setpoint(s), in steps of
2410
2919
  * 0.1°C.
2411
2920
  *
2412
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.10.1.2
2921
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.12.1.2
2413
2922
  */
2414
2923
  amount: number;
2415
2924
  }
@@ -2417,7 +2926,7 @@ export declare namespace Thermostat {
2417
2926
  /**
2418
2927
  * This command will set the active preset to the provided preset handle.
2419
2928
  *
2420
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.10.3
2929
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.12.3
2421
2930
  */
2422
2931
  export class SetActivePresetRequest {
2423
2932
  constructor(values?: Partial<SetActivePresetRequest>);
@@ -2426,7 +2935,7 @@ export declare namespace Thermostat {
2426
2935
  * This field shall specify the value of the PresetHandle field on the PresetStruct to be made active. If the
2427
2936
  * field is set to null, that indicates there should be no active preset.
2428
2937
  *
2429
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.10.3.1
2938
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.12.3.1
2430
2939
  */
2431
2940
  presetHandle: Bytes | null;
2432
2941
  }
@@ -2434,7 +2943,7 @@ export declare namespace Thermostat {
2434
2943
  /**
2435
2944
  * This command will set the active schedule to the provided schedule handle.
2436
2945
  *
2437
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.10.2
2946
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.12.2
2438
2947
  */
2439
2948
  export class SetActiveScheduleRequest {
2440
2949
  constructor(values?: Partial<SetActiveScheduleRequest>);
@@ -2442,11 +2951,78 @@ export declare namespace Thermostat {
2442
2951
  /**
2443
2952
  * This field shall specify the value of the ScheduleHandle field on the ScheduleStruct to be made active.
2444
2953
  *
2445
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.10.2.1
2954
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.12.2.1
2446
2955
  */
2447
2956
  scheduleHandle: Bytes;
2448
2957
  }
2449
2958
 
2959
+ /**
2960
+ * This command will add a new suggestion based on the specified values.
2961
+ *
2962
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.12.4
2963
+ */
2964
+ export class AddThermostatSuggestionRequest {
2965
+ constructor(values?: Partial<AddThermostatSuggestionRequest>);
2966
+
2967
+ /**
2968
+ * This field shall specify the value of the thermostat suggestion.
2969
+ *
2970
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.12.4.1
2971
+ */
2972
+ presetHandle: Bytes;
2973
+
2974
+ /**
2975
+ * This field shall indicate the timestamp in UTC at which the thermostat suggestion shall become available. If
2976
+ * this field is set to null, that means the thermostat suggestion shall become available immediately.
2977
+ *
2978
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.12.4.2
2979
+ */
2980
+ effectiveTime: number | null;
2981
+
2982
+ /**
2983
+ * This field shall indicate the duration in minutes after which the thermostat suggestion provided by this
2984
+ * command shall expire.
2985
+ *
2986
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.12.4.3
2987
+ */
2988
+ expirationInMinutes: number;
2989
+ }
2990
+
2991
+ /**
2992
+ * This command is sent in response to the AddThermostatSuggestion command.
2993
+ *
2994
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.12.5
2995
+ */
2996
+ export class AddThermostatSuggestionResponse {
2997
+ constructor(values?: Partial<AddThermostatSuggestionResponse>);
2998
+
2999
+ /**
3000
+ * This field shall contain the value in the UniqueID field of the entry that was added to the
3001
+ * ThermostatSuggestions attribute via the AddThermostatSuggestion command for which this response shall be
3002
+ * sent.
3003
+ *
3004
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.12.5.1
3005
+ */
3006
+ uniqueId: number;
3007
+ }
3008
+
3009
+ /**
3010
+ * This command will remove the specified suggestion.
3011
+ *
3012
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.12.6
3013
+ */
3014
+ export class RemoveThermostatSuggestionRequest {
3015
+ constructor(values?: Partial<RemoveThermostatSuggestionRequest>);
3016
+
3017
+ /**
3018
+ * This field shall contain a unique identifier for an entry in the ThermostatSuggestions attribute that shall
3019
+ * be removed.
3020
+ *
3021
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.12.6.1
3022
+ */
3023
+ uniqueId: number;
3024
+ }
3025
+
2450
3026
  export class AtomicRequest {
2451
3027
  constructor(values?: Partial<AtomicRequest>);
2452
3028
  requestType: RequestType;
@@ -2462,7 +3038,226 @@ export declare namespace Thermostat {
2462
3038
  }
2463
3039
 
2464
3040
  /**
2465
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.3
3041
+ * This event shall be generated when the ThermostatRunningMode attribute changes.
3042
+ *
3043
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.5
3044
+ */
3045
+ export class RunningModeChangeEvent {
3046
+ constructor(values?: Partial<RunningModeChangeEvent>);
3047
+
3048
+ /**
3049
+ * This field shall indicate the previous value of the ThermostatRunningMode attribute. If the previous value is
3050
+ * unavailable, this field shall be omitted.
3051
+ *
3052
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.5.1
3053
+ */
3054
+ previousRunningMode?: ThermostatRunningMode;
3055
+
3056
+ /**
3057
+ * This field shall indicate the current (after the change that caused the event to be generated) value of the
3058
+ * ThermostatRunningMode attribute.
3059
+ *
3060
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.5.2
3061
+ */
3062
+ currentRunningMode: ThermostatRunningMode;
3063
+ }
3064
+
3065
+ /**
3066
+ * This event shall be generated when the SystemMode attribute changes.
3067
+ *
3068
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.1
3069
+ */
3070
+ export class SystemModeChangeEvent {
3071
+ constructor(values?: Partial<SystemModeChangeEvent>);
3072
+
3073
+ /**
3074
+ * This field shall indicate the previous value of the SystemMode attribute. If the previous value is
3075
+ * unavailable, this field shall be omitted.
3076
+ *
3077
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.1.1
3078
+ */
3079
+ previousSystemMode?: SystemMode;
3080
+
3081
+ /**
3082
+ * This field shall indicate the current (after the change that caused the event to be generated) value of the
3083
+ * SystemMode attribute.
3084
+ *
3085
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.1.2
3086
+ */
3087
+ currentSystemMode: SystemMode;
3088
+ }
3089
+
3090
+ /**
3091
+ * This event shall be generated when the value of any of the OccupiedHeatingSetpoint, UnoccupiedHeatingSetpoint,
3092
+ * OccupiedCoolingSetpoint, or UnoccupiedCoolingSetpoint attributes is changed.
3093
+ *
3094
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.4
3095
+ */
3096
+ export class SetpointChangeEvent {
3097
+ constructor(values?: Partial<SetpointChangeEvent>);
3098
+
3099
+ /**
3100
+ * This field shall indicate the system mode associated with the changed attribute. If the changed attribute is
3101
+ * OccupiedHeatingSetpoint or UnoccupiedHeatingSetpoint, the value of this field shall be Heat. If the changed
3102
+ * attribute is OccupiedCoolingSetpoint or UnoccupiedCoolingSetpoint, the value of this field shall be Cool.
3103
+ *
3104
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.4.1
3105
+ */
3106
+ systemMode: SystemMode;
3107
+
3108
+ /**
3109
+ * This field shall indicate the occupancy associated with the changed attribute. If the changed attribute is
3110
+ * OccupiedHeatingSetpoint or OccupiedCoolingSetpoint, the value of this field shall be 1. If the changed
3111
+ * attribute is UnoccupiedHeatingSetpoint or UnoccupiedCoolingSetpoint, the value of this field shall be 0.
3112
+ *
3113
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.4.2
3114
+ */
3115
+ occupancy?: Occupancy;
3116
+
3117
+ /**
3118
+ * This field shall indicate the previous value of the changed attribute. If the previous value is unavailable,
3119
+ * this field shall be omitted.
3120
+ *
3121
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.4.3
3122
+ */
3123
+ previousSetpoint?: number;
3124
+
3125
+ /**
3126
+ * This field shall indicate the current (after the change that caused the event to be generated) value of the
3127
+ * changed attribute.
3128
+ *
3129
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.4.4
3130
+ */
3131
+ currentSetpoint: number;
3132
+ }
3133
+
3134
+ /**
3135
+ * This event shall be generated when the ThermostatRunningState attribute changes.
3136
+ *
3137
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.6
3138
+ */
3139
+ export class RunningStateChangeEvent {
3140
+ constructor(values?: Partial<RunningStateChangeEvent>);
3141
+
3142
+ /**
3143
+ * This field shall indicate the previous value of the ThermostatRunningState attribute. If the previous value
3144
+ * is unavailable, this field shall be omitted.
3145
+ *
3146
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.6.1
3147
+ */
3148
+ previousRunningState?: RelayState;
3149
+
3150
+ /**
3151
+ * This field shall indicate the current (after the change that caused the event to be generated) value of the
3152
+ * ThermostatRunningState attribute.
3153
+ *
3154
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.6.2
3155
+ */
3156
+ currentRunningState: RelayState;
3157
+ }
3158
+
3159
+ /**
3160
+ * This event shall be generated when the LocalTemperature attribute changes significantly.
3161
+ *
3162
+ * Significant changes are:
3163
+ *
3164
+ * - Changes from null to not null, or from not null to null.
3165
+ *
3166
+ * - Changes from one not-null value to another not-null value that are sufficiently large, as determined by the
3167
+ * server.
3168
+ *
3169
+ * LocalTemperatureChange events shall NOT be generated more often than once every 60 seconds.
3170
+ *
3171
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.2
3172
+ */
3173
+ export class LocalTemperatureChangeEvent {
3174
+ constructor(values?: Partial<LocalTemperatureChangeEvent>);
3175
+
3176
+ /**
3177
+ * This field shall indicate the current value of the LocalTemperature attribute.
3178
+ *
3179
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.2.1
3180
+ */
3181
+ currentLocalTemperature: number | null;
3182
+ }
3183
+
3184
+ /**
3185
+ * This event shall be generated when the Occupancy attribute changes.
3186
+ *
3187
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.3
3188
+ */
3189
+ export class OccupancyChangeEvent {
3190
+ constructor(values?: Partial<OccupancyChangeEvent>);
3191
+
3192
+ /**
3193
+ * This field shall indicate the previous value of the Occupancy attribute. If the previous value is
3194
+ * unavailable, this field shall be omitted.
3195
+ *
3196
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.3.1
3197
+ */
3198
+ previousOccupancy?: Occupancy;
3199
+
3200
+ /**
3201
+ * This field shall indicate the current (after the change that caused the event to be generated) value of the
3202
+ * Occupancy attribute.
3203
+ *
3204
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.3.2
3205
+ */
3206
+ currentOccupancy: Occupancy;
3207
+ }
3208
+
3209
+ /**
3210
+ * This event shall be generated when the ActiveScheduleHandle attribute changes.
3211
+ *
3212
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.8
3213
+ */
3214
+ export class ActiveScheduleChangeEvent {
3215
+ constructor(values?: Partial<ActiveScheduleChangeEvent>);
3216
+
3217
+ /**
3218
+ * This field shall indicate the previous value of the ActiveScheduleHandle attribute. If the previous value is
3219
+ * unavailable, this field shall be omitted.
3220
+ *
3221
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.8.1
3222
+ */
3223
+ previousScheduleHandle?: Bytes | null;
3224
+
3225
+ /**
3226
+ * This field shall indicate the current (after the change that caused the event to be generated) value of the
3227
+ * ActiveScheduleHandle attribute.
3228
+ *
3229
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.8.2
3230
+ */
3231
+ currentScheduleHandle: Bytes | null;
3232
+ }
3233
+
3234
+ /**
3235
+ * This event shall be generated when the ActivePresetHandle attribute changes.
3236
+ *
3237
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.7
3238
+ */
3239
+ export class ActivePresetChangeEvent {
3240
+ constructor(values?: Partial<ActivePresetChangeEvent>);
3241
+
3242
+ /**
3243
+ * This field shall indicate the previous value of the ActivePresetHandle attribute. If the previous value is
3244
+ * unavailable, this field shall be omitted.
3245
+ *
3246
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.7.1
3247
+ */
3248
+ previousPresetHandle?: Bytes | null;
3249
+
3250
+ /**
3251
+ * This field shall indicate the current (after the change that caused the event to be generated) value of the
3252
+ * ActivePresetHandle attribute.
3253
+ *
3254
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.13.7.2
3255
+ */
3256
+ currentPresetHandle: Bytes | null;
3257
+ }
3258
+
3259
+ /**
3260
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.3
2466
3261
  */
2467
3262
  export class PresetTypeFeatures {
2468
3263
  constructor(values?: Partial<PresetTypeFeatures> | number);
@@ -2479,7 +3274,7 @@ export declare namespace Thermostat {
2479
3274
  }
2480
3275
 
2481
3276
  /**
2482
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.6
3277
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.6
2483
3278
  */
2484
3279
  export class ScheduleTypeFeatures {
2485
3280
  constructor(values?: Partial<ScheduleTypeFeatures> | number);
@@ -2491,7 +3286,7 @@ export declare namespace Thermostat {
2491
3286
  * field on the encompassing ScheduleTypeStruct supports specifying presets on ScheduleTransitionStructs
2492
3287
  * contained in its Transitions field.
2493
3288
  *
2494
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.6.1
3289
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.6.1
2495
3290
  */
2496
3291
  supportsPresets?: boolean;
2497
3292
 
@@ -2502,7 +3297,7 @@ export declare namespace Thermostat {
2502
3297
  * field on the encompassing ScheduleTypeStruct supports specifying setpoints on ScheduleTransitionStructs
2503
3298
  * contained in its Transitions field.
2504
3299
  *
2505
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.6.2
3300
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.6.2
2506
3301
  */
2507
3302
  supportsSetpoints?: boolean;
2508
3303
 
@@ -2512,7 +3307,7 @@ export declare namespace Thermostat {
2512
3307
  * This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
2513
3308
  * field on the encompassing ScheduleTypeStruct supports setting the value of the Name field.
2514
3309
  *
2515
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.6.3
3310
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.6.3
2516
3311
  */
2517
3312
  supportsNames?: boolean;
2518
3313
 
@@ -2522,13 +3317,13 @@ export declare namespace Thermostat {
2522
3317
  * This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
2523
3318
  * field on the encompassing ScheduleTypeStruct supports setting its SystemMode field to Off.
2524
3319
  *
2525
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.6.4
3320
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.6.4
2526
3321
  */
2527
3322
  supportsOff?: boolean;
2528
3323
  }
2529
3324
 
2530
3325
  /**
2531
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.7
3326
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.7
2532
3327
  */
2533
3328
  export class ScheduleDayOfWeek {
2534
3329
  constructor(values?: Partial<ScheduleDayOfWeek> | number);
@@ -2575,7 +3370,7 @@ export declare namespace Thermostat {
2575
3370
  }
2576
3371
 
2577
3372
  /**
2578
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.8
3373
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.8
2579
3374
  */
2580
3375
  export class ScheduleMode {
2581
3376
  constructor(values?: Partial<ScheduleMode> | number);
@@ -2592,7 +3387,7 @@ export declare namespace Thermostat {
2592
3387
  }
2593
3388
 
2594
3389
  /**
2595
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.14
3390
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.15
2596
3391
  */
2597
3392
  export enum SetpointRaiseLowerMode {
2598
3393
  /**
@@ -2612,7 +3407,7 @@ export declare namespace Thermostat {
2612
3407
  }
2613
3408
 
2614
3409
  /**
2615
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.16
3410
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.17
2616
3411
  */
2617
3412
  export enum PresetScenario {
2618
3413
  /**
@@ -2621,7 +3416,7 @@ export declare namespace Thermostat {
2621
3416
  * This value shall indicate the preset for periods when the thermostat's temperature-controlled area is
2622
3417
  * occupied. It is intended for thermostats that can automatically determine occupancy.
2623
3418
  *
2624
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.16.2
3419
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.17.2
2625
3420
  */
2626
3421
  Occupied = 1,
2627
3422
 
@@ -2631,7 +3426,7 @@ export declare namespace Thermostat {
2631
3426
  * This value shall indicate the preset for periods when the thermostat's temperature-controlled area is
2632
3427
  * unoccupied. It is intended for thermostats that can automatically determine occupancy.
2633
3428
  *
2634
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.16.3
3429
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.17.3
2635
3430
  */
2636
3431
  Unoccupied = 2,
2637
3432
 
@@ -2640,7 +3435,7 @@ export declare namespace Thermostat {
2640
3435
  *
2641
3436
  * This value shall indicate the preset for periods when users are likely to be asleep.
2642
3437
  *
2643
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.16.4
3438
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.17.4
2644
3439
  */
2645
3440
  Sleep = 3,
2646
3441
 
@@ -2649,7 +3444,7 @@ export declare namespace Thermostat {
2649
3444
  *
2650
3445
  * This value shall indicate the preset for periods when users are likely to be waking up.
2651
3446
  *
2652
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.16.5
3447
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.17.5
2653
3448
  */
2654
3449
  Wake = 4,
2655
3450
 
@@ -2659,7 +3454,7 @@ export declare namespace Thermostat {
2659
3454
  * This value shall indicate the preset for periods when users are on vacation, or otherwise out-of-home for
2660
3455
  * extended periods of time.
2661
3456
  *
2662
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.16.6
3457
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.17.6
2663
3458
  */
2664
3459
  Vacation = 5,
2665
3460
 
@@ -2668,7 +3463,7 @@ export declare namespace Thermostat {
2668
3463
  *
2669
3464
  * This value shall indicate the preset for periods when users are likely to be going to sleep.
2670
3465
  *
2671
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.16.7
3466
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.17.7
2672
3467
  */
2673
3468
  GoingToSleep = 6,
2674
3469
 
@@ -2677,13 +3472,13 @@ export declare namespace Thermostat {
2677
3472
  *
2678
3473
  * This value shall indicate a free-form preset; when set, the Name field on PresetStruct shall NOT be null.
2679
3474
  *
2680
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.16.8
3475
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.17.8
2681
3476
  */
2682
3477
  UserDefined = 254
2683
3478
  }
2684
3479
 
2685
3480
  /**
2686
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.18
3481
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.19
2687
3482
  */
2688
3483
  export enum StartOfWeek {
2689
3484
  Sunday = 0,
@@ -2698,7 +3493,7 @@ export declare namespace Thermostat {
2698
3493
  /**
2699
3494
  * This represents a single transition in a Thermostat schedule
2700
3495
  *
2701
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.24
3496
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.25
2702
3497
  */
2703
3498
  export class WeeklyScheduleTransition {
2704
3499
  constructor(values?: Partial<WeeklyScheduleTransition>);
@@ -2708,21 +3503,21 @@ export declare namespace Thermostat {
2708
3503
  * be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
2709
3504
  * be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
2710
3505
  *
2711
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.24.1
3506
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.25.1
2712
3507
  */
2713
3508
  transitionTime: number;
2714
3509
 
2715
3510
  /**
2716
3511
  * This field shall represent the heat setpoint to be applied at this associated transition start time.
2717
3512
  *
2718
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.24.2
3513
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.25.2
2719
3514
  */
2720
3515
  heatSetpoint: number | null;
2721
3516
 
2722
3517
  /**
2723
3518
  * This field shall represent the cool setpoint to be applied at this associated transition start time.
2724
3519
  *
2725
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.24.3
3520
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.25.3
2726
3521
  */
2727
3522
  coolSetpoint: number | null;
2728
3523
  }
@@ -2787,7 +3582,7 @@ export declare namespace Thermostat {
2787
3582
  * - The SystemMode field is provided and has the value Cool or Auto, or the SystemMode field on the parent
2788
3583
  * ScheduleStruct has the value Cool or Auto
2789
3584
  *
2790
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.26
3585
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.27
2791
3586
  */
2792
3587
  export class ScheduleTransition {
2793
3588
  constructor(values?: Partial<ScheduleTransition>);
@@ -2796,7 +3591,7 @@ export declare namespace Thermostat {
2796
3591
  * This field shall specify a bitmask of days of the week that the transition applies to. The Vacation bit shall
2797
3592
  * NOT be set; vacation schedules shall be set via the vacation preset.
2798
3593
  *
2799
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.26.1
3594
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.27.1
2800
3595
  */
2801
3596
  dayOfWeek: ScheduleDayOfWeek;
2802
3597
 
@@ -2806,7 +3601,7 @@ export declare namespace Thermostat {
2806
3601
  *
2807
3602
  * Handling of transitions during the changeover of Daylight Saving Time is implementation-dependent.
2808
3603
  *
2809
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.26.2
3604
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.27.2
2810
3605
  */
2811
3606
  transitionTime: number;
2812
3607
 
@@ -2814,7 +3609,7 @@ export declare namespace Thermostat {
2814
3609
  * This field shall specify the preset used at the TransitionTime. If this field is provided, then the
2815
3610
  * SystemMode, CoolingSetpoint and HeatingSetpoint fields shall NOT be provided.
2816
3611
  *
2817
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.26.3
3612
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.27.3
2818
3613
  */
2819
3614
  presetHandle?: Bytes;
2820
3615
 
@@ -2823,7 +3618,7 @@ export declare namespace Thermostat {
2823
3618
  * default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
2824
3619
  * shall only be included when the required system mode differs from the schedule's default SystemMode.
2825
3620
  *
2826
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.26.4
3621
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.27.4
2827
3622
  */
2828
3623
  systemMode?: SystemMode;
2829
3624
 
@@ -2831,7 +3626,7 @@ export declare namespace Thermostat {
2831
3626
  * This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
2832
3627
  * NOT be included. Refer to Setpoint Limits for value constraints.
2833
3628
  *
2834
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.26.5
3629
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.27.5
2835
3630
  */
2836
3631
  coolingSetpoint?: number;
2837
3632
 
@@ -2839,7 +3634,7 @@ export declare namespace Thermostat {
2839
3634
  * This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
2840
3635
  * NOT be included. Refer to Setpoint Limits for value constraints.
2841
3636
  *
2842
- * @see {@link MatterSpecification.v151.Cluster} § 4.3.8.26.6
3637
+ * @see {@link MatterSpecification.v16.Cluster} § 4.3.10.27.6
2843
3638
  */
2844
3639
  heatingSetpoint?: number;
2845
3640
  }
@@ -2865,6 +3660,11 @@ export declare namespace Thermostat {
2865
3660
  */
2866
3661
  export const commands: ClusterType.CommandObjects<Commands>;
2867
3662
 
3663
+ /**
3664
+ * Event metadata objects keyed by name.
3665
+ */
3666
+ export const events: ClusterType.EventObjects<Events>;
3667
+
2868
3668
  /**
2869
3669
  * Feature metadata objects keyed by name.
2870
3670
  */
@@ -2891,6 +3691,7 @@ export declare const ThermostatCluster: typeof Thermostat;
2891
3691
  export interface Thermostat extends ClusterTyping {
2892
3692
  Attributes: Thermostat.Attributes;
2893
3693
  Commands: Thermostat.Commands;
3694
+ Events: Thermostat.Events;
2894
3695
  Features: Thermostat.Features;
2895
3696
  Components: Thermostat.Components;
2896
3697
  }