@matter/types 0.12.6-alpha.0-20250304-03716637c → 0.13.0-alpha.0-20250307-ebf84a05a

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 (857) hide show
  1. package/dist/cjs/cluster/Cluster.d.ts.map +1 -1
  2. package/dist/cjs/cluster/ClusterHelper.d.ts.map +1 -1
  3. package/dist/cjs/clusters/access-control.d.ts +3972 -522
  4. package/dist/cjs/clusters/access-control.d.ts.map +1 -1
  5. package/dist/cjs/clusters/access-control.js +640 -116
  6. package/dist/cjs/clusters/access-control.js.map +2 -2
  7. package/dist/cjs/clusters/actions.d.ts +10 -9
  8. package/dist/cjs/clusters/actions.d.ts.map +1 -1
  9. package/dist/cjs/clusters/actions.js +4 -4
  10. package/dist/cjs/clusters/actions.js.map +1 -1
  11. package/dist/cjs/clusters/administrator-commissioning.d.ts +156 -129
  12. package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
  13. package/dist/cjs/clusters/administrator-commissioning.js +40 -35
  14. package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
  15. package/dist/cjs/clusters/alarm-base.d.ts +9 -12
  16. package/dist/cjs/clusters/alarm-base.d.ts.map +1 -1
  17. package/dist/cjs/clusters/alarm-base.js +3 -4
  18. package/dist/cjs/clusters/alarm-base.js.map +1 -1
  19. package/dist/cjs/clusters/application-launcher.d.ts +27 -15
  20. package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
  21. package/dist/cjs/clusters/application-launcher.js +7 -4
  22. package/dist/cjs/clusters/application-launcher.js.map +1 -1
  23. package/dist/cjs/clusters/ballast-configuration.d.ts +7 -7
  24. package/dist/cjs/clusters/ballast-configuration.js +7 -7
  25. package/dist/cjs/clusters/basic-information.d.ts +29 -21
  26. package/dist/cjs/clusters/basic-information.d.ts.map +1 -1
  27. package/dist/cjs/clusters/basic-information.js +29 -21
  28. package/dist/cjs/clusters/basic-information.js.map +1 -1
  29. package/dist/cjs/clusters/bridged-device-basic-information.d.ts +816 -34
  30. package/dist/cjs/clusters/bridged-device-basic-information.d.ts.map +1 -1
  31. package/dist/cjs/clusters/bridged-device-basic-information.js +182 -29
  32. package/dist/cjs/clusters/bridged-device-basic-information.js.map +2 -2
  33. package/dist/cjs/clusters/channel.d.ts +115 -124
  34. package/dist/cjs/clusters/channel.d.ts.map +1 -1
  35. package/dist/cjs/clusters/channel.js +15 -16
  36. package/dist/cjs/clusters/channel.js.map +1 -1
  37. package/dist/cjs/clusters/color-control.d.ts +3076 -1366
  38. package/dist/cjs/clusters/color-control.d.ts.map +1 -1
  39. package/dist/cjs/clusters/color-control.js +423 -357
  40. package/dist/cjs/clusters/color-control.js.map +2 -2
  41. package/dist/cjs/clusters/commissioner-control.d.ts +268 -0
  42. package/dist/cjs/clusters/commissioner-control.d.ts.map +1 -0
  43. package/dist/cjs/clusters/commissioner-control.js +194 -0
  44. package/dist/cjs/clusters/commissioner-control.js.map +6 -0
  45. package/dist/cjs/clusters/content-control.d.ts +497 -221
  46. package/dist/cjs/clusters/content-control.d.ts.map +1 -1
  47. package/dist/cjs/clusters/content-control.js +59 -41
  48. package/dist/cjs/clusters/content-control.js.map +2 -2
  49. package/dist/cjs/clusters/content-launcher.d.ts +248 -215
  50. package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
  51. package/dist/cjs/clusters/content-launcher.js +16 -15
  52. package/dist/cjs/clusters/content-launcher.js.map +1 -1
  53. package/dist/cjs/clusters/device-energy-management-mode.d.ts +76 -333
  54. package/dist/cjs/clusters/device-energy-management-mode.d.ts.map +1 -1
  55. package/dist/cjs/clusters/device-energy-management-mode.js +26 -73
  56. package/dist/cjs/clusters/device-energy-management-mode.js.map +1 -1
  57. package/dist/cjs/clusters/device-energy-management.d.ts +1299 -930
  58. package/dist/cjs/clusters/device-energy-management.d.ts.map +1 -1
  59. package/dist/cjs/clusters/device-energy-management.js +189 -160
  60. package/dist/cjs/clusters/device-energy-management.js.map +2 -2
  61. package/dist/cjs/clusters/dishwasher-alarm.d.ts +14 -17
  62. package/dist/cjs/clusters/dishwasher-alarm.d.ts.map +1 -1
  63. package/dist/cjs/clusters/dishwasher-alarm.js +3 -4
  64. package/dist/cjs/clusters/dishwasher-alarm.js.map +1 -1
  65. package/dist/cjs/clusters/dishwasher-mode.d.ts +65 -105
  66. package/dist/cjs/clusters/dishwasher-mode.d.ts.map +1 -1
  67. package/dist/cjs/clusters/dishwasher-mode.js +12 -24
  68. package/dist/cjs/clusters/dishwasher-mode.js.map +1 -1
  69. package/dist/cjs/clusters/door-lock.d.ts +2751 -5427
  70. package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
  71. package/dist/cjs/clusters/door-lock.js +480 -802
  72. package/dist/cjs/clusters/door-lock.js.map +2 -2
  73. package/dist/cjs/clusters/ecosystem-information.d.ts +186 -0
  74. package/dist/cjs/clusters/ecosystem-information.d.ts.map +1 -0
  75. package/dist/cjs/clusters/ecosystem-information.js +154 -0
  76. package/dist/cjs/clusters/ecosystem-information.js.map +6 -0
  77. package/dist/cjs/clusters/electrical-energy-measurement.d.ts +363 -368
  78. package/dist/cjs/clusters/electrical-energy-measurement.d.ts.map +1 -1
  79. package/dist/cjs/clusters/electrical-energy-measurement.js +15 -16
  80. package/dist/cjs/clusters/electrical-energy-measurement.js.map +1 -1
  81. package/dist/cjs/clusters/energy-evse-mode.d.ts +92 -330
  82. package/dist/cjs/clusters/energy-evse-mode.d.ts.map +1 -1
  83. package/dist/cjs/clusters/energy-evse-mode.js +25 -72
  84. package/dist/cjs/clusters/energy-evse-mode.js.map +1 -1
  85. package/dist/cjs/clusters/energy-evse.d.ts +557 -273
  86. package/dist/cjs/clusters/energy-evse.d.ts.map +1 -1
  87. package/dist/cjs/clusters/energy-evse.js +107 -55
  88. package/dist/cjs/clusters/energy-evse.js.map +1 -1
  89. package/dist/cjs/clusters/energy-preference.d.ts +76 -76
  90. package/dist/cjs/clusters/energy-preference.d.ts.map +1 -1
  91. package/dist/cjs/clusters/energy-preference.js +15 -18
  92. package/dist/cjs/clusters/energy-preference.js.map +1 -1
  93. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +3 -9
  94. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
  95. package/dist/cjs/clusters/ethernet-network-diagnostics.js +1 -3
  96. package/dist/cjs/clusters/ethernet-network-diagnostics.js.map +1 -1
  97. package/dist/cjs/clusters/fan-control.d.ts +12 -12
  98. package/dist/cjs/clusters/fan-control.js +4 -4
  99. package/dist/cjs/clusters/fixed-label.d.ts +7 -2
  100. package/dist/cjs/clusters/fixed-label.d.ts.map +1 -1
  101. package/dist/cjs/clusters/fixed-label.js.map +1 -1
  102. package/dist/cjs/clusters/flow-measurement.d.ts +4 -4
  103. package/dist/cjs/clusters/flow-measurement.d.ts.map +1 -1
  104. package/dist/cjs/clusters/flow-measurement.js +6 -6
  105. package/dist/cjs/clusters/flow-measurement.js.map +1 -1
  106. package/dist/cjs/clusters/general-commissioning.d.ts +1416 -111
  107. package/dist/cjs/clusters/general-commissioning.d.ts.map +1 -1
  108. package/dist/cjs/clusters/general-commissioning.js +272 -54
  109. package/dist/cjs/clusters/general-commissioning.js.map +2 -2
  110. package/dist/cjs/clusters/general-diagnostics.d.ts +115 -122
  111. package/dist/cjs/clusters/general-diagnostics.d.ts.map +1 -1
  112. package/dist/cjs/clusters/general-diagnostics.js +31 -33
  113. package/dist/cjs/clusters/general-diagnostics.js.map +1 -1
  114. package/dist/cjs/clusters/group-key-management.d.ts +72 -82
  115. package/dist/cjs/clusters/group-key-management.d.ts.map +1 -1
  116. package/dist/cjs/clusters/group-key-management.js +19 -22
  117. package/dist/cjs/clusters/group-key-management.js.map +1 -1
  118. package/dist/cjs/clusters/groups.d.ts +9 -6
  119. package/dist/cjs/clusters/groups.d.ts.map +1 -1
  120. package/dist/cjs/clusters/groups.js +3 -2
  121. package/dist/cjs/clusters/groups.js.map +1 -1
  122. package/dist/cjs/clusters/icd-management.d.ts +223 -66
  123. package/dist/cjs/clusters/icd-management.d.ts.map +1 -1
  124. package/dist/cjs/clusters/icd-management.js +61 -23
  125. package/dist/cjs/clusters/icd-management.js.map +2 -2
  126. package/dist/cjs/clusters/identify.d.ts +12 -13
  127. package/dist/cjs/clusters/identify.d.ts.map +1 -1
  128. package/dist/cjs/clusters/identify.js +9 -10
  129. package/dist/cjs/clusters/identify.js.map +1 -1
  130. package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -8
  131. package/dist/cjs/clusters/illuminance-measurement.d.ts.map +1 -1
  132. package/dist/cjs/clusters/illuminance-measurement.js +9 -10
  133. package/dist/cjs/clusters/illuminance-measurement.js.map +1 -1
  134. package/dist/cjs/clusters/index.d.ts +11 -1
  135. package/dist/cjs/clusters/index.d.ts.map +1 -1
  136. package/dist/cjs/clusters/index.js +33 -3
  137. package/dist/cjs/clusters/index.js.map +1 -1
  138. package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts +1239 -0
  139. package/dist/cjs/clusters/joint-fabric-datastore-cluster.d.ts.map +1 -0
  140. package/dist/cjs/clusters/joint-fabric-datastore-cluster.js +490 -0
  141. package/dist/cjs/clusters/joint-fabric-datastore-cluster.js.map +6 -0
  142. package/dist/cjs/clusters/joint-fabric-pki.d.ts +174 -0
  143. package/dist/cjs/clusters/joint-fabric-pki.d.ts.map +1 -0
  144. package/dist/cjs/clusters/joint-fabric-pki.js +120 -0
  145. package/dist/cjs/clusters/joint-fabric-pki.js.map +6 -0
  146. package/dist/cjs/clusters/keypad-input.d.ts +2 -2
  147. package/dist/cjs/clusters/laundry-dryer-controls.d.ts +6 -7
  148. package/dist/cjs/clusters/laundry-dryer-controls.d.ts.map +1 -1
  149. package/dist/cjs/clusters/laundry-dryer-controls.js +5 -9
  150. package/dist/cjs/clusters/laundry-dryer-controls.js.map +1 -1
  151. package/dist/cjs/clusters/laundry-washer-controls.d.ts +74 -62
  152. package/dist/cjs/clusters/laundry-washer-controls.d.ts.map +1 -1
  153. package/dist/cjs/clusters/laundry-washer-controls.js +26 -25
  154. package/dist/cjs/clusters/laundry-washer-controls.js.map +1 -1
  155. package/dist/cjs/clusters/laundry-washer-mode.d.ts +69 -109
  156. package/dist/cjs/clusters/laundry-washer-mode.d.ts.map +1 -1
  157. package/dist/cjs/clusters/laundry-washer-mode.js +13 -25
  158. package/dist/cjs/clusters/laundry-washer-mode.js.map +1 -1
  159. package/dist/cjs/clusters/level-control.d.ts +209 -70
  160. package/dist/cjs/clusters/level-control.d.ts.map +1 -1
  161. package/dist/cjs/clusters/level-control.js +45 -12
  162. package/dist/cjs/clusters/level-control.js.map +1 -1
  163. package/dist/cjs/clusters/localization-configuration.d.ts +5 -6
  164. package/dist/cjs/clusters/localization-configuration.d.ts.map +1 -1
  165. package/dist/cjs/clusters/localization-configuration.js +5 -6
  166. package/dist/cjs/clusters/localization-configuration.js.map +1 -1
  167. package/dist/cjs/clusters/media-input.d.ts +9 -6
  168. package/dist/cjs/clusters/media-input.d.ts.map +1 -1
  169. package/dist/cjs/clusters/media-input.js +3 -2
  170. package/dist/cjs/clusters/media-input.js.map +1 -1
  171. package/dist/cjs/clusters/media-playback.d.ts +29 -24
  172. package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
  173. package/dist/cjs/clusters/media-playback.js +5 -4
  174. package/dist/cjs/clusters/media-playback.js.map +1 -1
  175. package/dist/cjs/clusters/microwave-oven-control.d.ts +54 -48
  176. package/dist/cjs/clusters/microwave-oven-control.d.ts.map +1 -1
  177. package/dist/cjs/clusters/microwave-oven-control.js +19 -17
  178. package/dist/cjs/clusters/microwave-oven-control.js.map +1 -1
  179. package/dist/cjs/clusters/microwave-oven-mode.d.ts +63 -69
  180. package/dist/cjs/clusters/microwave-oven-mode.d.ts.map +1 -1
  181. package/dist/cjs/clusters/microwave-oven-mode.js +14 -11
  182. package/dist/cjs/clusters/microwave-oven-mode.js.map +1 -1
  183. package/dist/cjs/clusters/mode-base.d.ts +27 -46
  184. package/dist/cjs/clusters/mode-base.d.ts.map +1 -1
  185. package/dist/cjs/clusters/mode-base.js +9 -10
  186. package/dist/cjs/clusters/mode-base.js.map +1 -1
  187. package/dist/cjs/clusters/mode-select.d.ts +33 -27
  188. package/dist/cjs/clusters/mode-select.d.ts.map +1 -1
  189. package/dist/cjs/clusters/mode-select.js +14 -13
  190. package/dist/cjs/clusters/mode-select.js.map +1 -1
  191. package/dist/cjs/clusters/network-commissioning.d.ts +263 -240
  192. package/dist/cjs/clusters/network-commissioning.d.ts.map +1 -1
  193. package/dist/cjs/clusters/network-commissioning.js +46 -39
  194. package/dist/cjs/clusters/network-commissioning.js.map +1 -1
  195. package/dist/cjs/clusters/occupancy-sensing.d.ts +1002 -63
  196. package/dist/cjs/clusters/occupancy-sensing.d.ts.map +1 -1
  197. package/dist/cjs/clusters/occupancy-sensing.js +278 -63
  198. package/dist/cjs/clusters/occupancy-sensing.js.map +2 -2
  199. package/dist/cjs/clusters/on-off.d.ts +18 -24
  200. package/dist/cjs/clusters/on-off.d.ts.map +1 -1
  201. package/dist/cjs/clusters/on-off.js +3 -4
  202. package/dist/cjs/clusters/on-off.js.map +1 -1
  203. package/dist/cjs/clusters/operational-credentials.d.ts +98 -85
  204. package/dist/cjs/clusters/operational-credentials.d.ts.map +1 -1
  205. package/dist/cjs/clusters/operational-credentials.js +56 -49
  206. package/dist/cjs/clusters/operational-credentials.js.map +1 -1
  207. package/dist/cjs/clusters/operational-state.d.ts +136 -57
  208. package/dist/cjs/clusters/operational-state.d.ts.map +1 -1
  209. package/dist/cjs/clusters/operational-state.js +62 -36
  210. package/dist/cjs/clusters/operational-state.js.map +2 -2
  211. package/dist/cjs/clusters/ota-software-update-provider.d.ts +43 -42
  212. package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
  213. package/dist/cjs/clusters/ota-software-update-provider.js +20 -19
  214. package/dist/cjs/clusters/ota-software-update-provider.js.map +1 -1
  215. package/dist/cjs/clusters/ota-software-update-requestor.d.ts +6 -10
  216. package/dist/cjs/clusters/ota-software-update-requestor.d.ts.map +1 -1
  217. package/dist/cjs/clusters/ota-software-update-requestor.js +4 -6
  218. package/dist/cjs/clusters/ota-software-update-requestor.js.map +1 -1
  219. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +44 -154
  220. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts.map +1 -1
  221. package/dist/cjs/clusters/oven-cavity-operational-state.js +39 -156
  222. package/dist/cjs/clusters/oven-cavity-operational-state.js.map +1 -1
  223. package/dist/cjs/clusters/oven-mode.d.ts +79 -349
  224. package/dist/cjs/clusters/oven-mode.d.ts.map +1 -1
  225. package/dist/cjs/clusters/oven-mode.js +26 -82
  226. package/dist/cjs/clusters/oven-mode.js.map +1 -1
  227. package/dist/cjs/clusters/power-source.d.ts +169 -44
  228. package/dist/cjs/clusters/power-source.d.ts.map +1 -1
  229. package/dist/cjs/clusters/power-source.js +40 -16
  230. package/dist/cjs/clusters/power-source.js.map +1 -1
  231. package/dist/cjs/clusters/pressure-measurement.js +2 -2
  232. package/dist/cjs/clusters/pressure-measurement.js.map +1 -1
  233. package/dist/cjs/clusters/pump-configuration-and-control.d.ts +73 -63
  234. package/dist/cjs/clusters/pump-configuration-and-control.d.ts.map +1 -1
  235. package/dist/cjs/clusters/pump-configuration-and-control.js +19 -20
  236. package/dist/cjs/clusters/pump-configuration-and-control.js.map +1 -1
  237. package/dist/cjs/clusters/refrigerator-alarm.d.ts +2 -1
  238. package/dist/cjs/clusters/refrigerator-alarm.d.ts.map +1 -1
  239. package/dist/cjs/clusters/refrigerator-alarm.js.map +1 -1
  240. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +59 -91
  241. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
  242. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +11 -19
  243. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
  244. package/dist/cjs/clusters/relative-humidity-measurement.js +1 -1
  245. package/dist/cjs/clusters/relative-humidity-measurement.js.map +1 -1
  246. package/dist/cjs/clusters/rvc-clean-mode.d.ts +59 -103
  247. package/dist/cjs/clusters/rvc-clean-mode.d.ts.map +1 -1
  248. package/dist/cjs/clusters/rvc-clean-mode.js +11 -15
  249. package/dist/cjs/clusters/rvc-clean-mode.js.map +1 -1
  250. package/dist/cjs/clusters/rvc-operational-state.d.ts +81 -25
  251. package/dist/cjs/clusters/rvc-operational-state.d.ts.map +1 -1
  252. package/dist/cjs/clusters/rvc-operational-state.js +49 -20
  253. package/dist/cjs/clusters/rvc-operational-state.js.map +1 -1
  254. package/dist/cjs/clusters/rvc-run-mode.d.ts +85 -129
  255. package/dist/cjs/clusters/rvc-run-mode.d.ts.map +1 -1
  256. package/dist/cjs/clusters/rvc-run-mode.js +16 -15
  257. package/dist/cjs/clusters/rvc-run-mode.js.map +1 -1
  258. package/dist/cjs/clusters/scenes-management.d.ts +328 -181
  259. package/dist/cjs/clusters/scenes-management.d.ts.map +1 -1
  260. package/dist/cjs/clusters/scenes-management.js +37 -22
  261. package/dist/cjs/clusters/scenes-management.js.map +1 -1
  262. package/dist/cjs/clusters/service-area.d.ts +2052 -0
  263. package/dist/cjs/clusters/service-area.d.ts.map +1 -0
  264. package/dist/cjs/clusters/service-area.js +582 -0
  265. package/dist/cjs/clusters/service-area.js.map +6 -0
  266. package/dist/cjs/clusters/smoke-co-alarm.d.ts +10 -18
  267. package/dist/cjs/clusters/smoke-co-alarm.d.ts.map +1 -1
  268. package/dist/cjs/clusters/smoke-co-alarm.js +2 -3
  269. package/dist/cjs/clusters/smoke-co-alarm.js.map +1 -1
  270. package/dist/cjs/clusters/switch.d.ts +478 -191
  271. package/dist/cjs/clusters/switch.d.ts.map +1 -1
  272. package/dist/cjs/clusters/switch.js +145 -57
  273. package/dist/cjs/clusters/switch.js.map +1 -1
  274. package/dist/cjs/clusters/target-navigator.d.ts +1 -1
  275. package/dist/cjs/clusters/target-navigator.js +1 -1
  276. package/dist/cjs/clusters/thermostat.d.ts +3877 -830
  277. package/dist/cjs/clusters/thermostat.d.ts.map +1 -1
  278. package/dist/cjs/clusters/thermostat.js +841 -159
  279. package/dist/cjs/clusters/thermostat.js.map +2 -2
  280. package/dist/cjs/clusters/thread-border-router-management.d.ts +711 -0
  281. package/dist/cjs/clusters/thread-border-router-management.d.ts.map +1 -0
  282. package/dist/cjs/clusters/thread-border-router-management.js +265 -0
  283. package/dist/cjs/clusters/thread-border-router-management.js.map +6 -0
  284. package/dist/cjs/clusters/thread-network-diagnostics.d.ts +81 -55
  285. package/dist/cjs/clusters/thread-network-diagnostics.d.ts.map +1 -1
  286. package/dist/cjs/clusters/thread-network-diagnostics.js +32 -21
  287. package/dist/cjs/clusters/thread-network-diagnostics.js.map +1 -1
  288. package/dist/cjs/clusters/thread-network-directory.d.ts +250 -0
  289. package/dist/cjs/clusters/thread-network-directory.d.ts.map +1 -0
  290. package/dist/cjs/clusters/thread-network-directory.js +187 -0
  291. package/dist/cjs/clusters/thread-network-directory.js.map +6 -0
  292. package/dist/cjs/clusters/time-synchronization.d.ts +101 -76
  293. package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
  294. package/dist/cjs/clusters/time-synchronization.js +30 -23
  295. package/dist/cjs/clusters/time-synchronization.js.map +1 -1
  296. package/dist/cjs/clusters/unit-localization.d.ts +3 -4
  297. package/dist/cjs/clusters/unit-localization.d.ts.map +1 -1
  298. package/dist/cjs/clusters/unit-localization.js.map +1 -1
  299. package/dist/cjs/clusters/user-label.d.ts +2 -1
  300. package/dist/cjs/clusters/user-label.d.ts.map +1 -1
  301. package/dist/cjs/clusters/user-label.js.map +1 -1
  302. package/dist/cjs/clusters/water-heater-management.d.ts +1371 -0
  303. package/dist/cjs/clusters/water-heater-management.d.ts.map +1 -0
  304. package/dist/cjs/clusters/water-heater-management.js +336 -0
  305. package/dist/cjs/clusters/water-heater-management.js.map +6 -0
  306. package/dist/cjs/clusters/water-heater-mode.d.ts +491 -0
  307. package/dist/cjs/clusters/water-heater-mode.d.ts.map +1 -0
  308. package/dist/cjs/clusters/water-heater-mode.js +195 -0
  309. package/dist/cjs/clusters/water-heater-mode.js.map +6 -0
  310. package/dist/cjs/clusters/water-tank-level-monitoring.d.ts +162 -0
  311. package/dist/cjs/clusters/water-tank-level-monitoring.d.ts.map +1 -0
  312. package/dist/cjs/clusters/water-tank-level-monitoring.js +47 -0
  313. package/dist/cjs/clusters/water-tank-level-monitoring.js.map +6 -0
  314. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +20 -27
  315. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
  316. package/dist/cjs/clusters/wi-fi-network-diagnostics.js +6 -8
  317. package/dist/cjs/clusters/wi-fi-network-diagnostics.js.map +1 -1
  318. package/dist/cjs/clusters/wi-fi-network-management.d.ts +91 -0
  319. package/dist/cjs/clusters/wi-fi-network-management.d.ts.map +1 -0
  320. package/dist/cjs/clusters/wi-fi-network-management.js +122 -0
  321. package/dist/cjs/clusters/wi-fi-network-management.js.map +6 -0
  322. package/dist/cjs/clusters/window-covering.d.ts +66 -78
  323. package/dist/cjs/clusters/window-covering.d.ts.map +1 -1
  324. package/dist/cjs/clusters/window-covering.js +26 -37
  325. package/dist/cjs/clusters/window-covering.js.map +1 -1
  326. package/dist/cjs/common/ValidationError.d.ts.map +1 -1
  327. package/dist/cjs/datatype/AttributeId.d.ts.map +1 -1
  328. package/dist/cjs/datatype/CaseAuthenticatedTag.d.ts.map +1 -1
  329. package/dist/cjs/datatype/ClusterId.d.ts.map +1 -1
  330. package/dist/cjs/datatype/CommandId.d.ts +1 -0
  331. package/dist/cjs/datatype/CommandId.d.ts.map +1 -1
  332. package/dist/cjs/datatype/CommandId.js +3 -0
  333. package/dist/cjs/datatype/CommandId.js.map +1 -1
  334. package/dist/cjs/datatype/FieldId.d.ts.map +1 -1
  335. package/dist/cjs/datatype/ManufacturerExtensibleIdentifier.d.ts.map +1 -1
  336. package/dist/cjs/datatype/NodeId.d.ts.map +1 -1
  337. package/dist/cjs/datatype/VendorId.d.ts.map +1 -1
  338. package/dist/cjs/globals/AtomicAttributeStatus.d.ts +34 -0
  339. package/dist/cjs/globals/AtomicAttributeStatus.d.ts.map +1 -0
  340. package/dist/cjs/globals/AtomicAttributeStatus.js +46 -0
  341. package/dist/cjs/globals/AtomicAttributeStatus.js.map +6 -0
  342. package/dist/cjs/globals/AtomicRequestType.d.ts +24 -0
  343. package/dist/cjs/globals/AtomicRequestType.d.ts.map +1 -0
  344. package/dist/cjs/globals/AtomicRequestType.js +35 -0
  345. package/dist/cjs/globals/AtomicRequestType.js.map +6 -0
  346. package/dist/cjs/globals/Locationdesc.d.ts +79 -0
  347. package/dist/cjs/globals/Locationdesc.d.ts.map +1 -0
  348. package/dist/cjs/globals/Locationdesc.js +89 -0
  349. package/dist/cjs/globals/Locationdesc.js.map +6 -0
  350. package/dist/cjs/globals/Priority.d.ts +1 -1
  351. package/dist/cjs/globals/Semtag.d.ts +6 -6
  352. package/dist/cjs/globals/Semtag.js +4 -4
  353. package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  354. package/dist/cjs/globals/Status.d.ts +18 -3
  355. package/dist/cjs/globals/Status.d.ts.map +1 -1
  356. package/dist/cjs/globals/Status.js +3 -1
  357. package/dist/cjs/globals/Status.js.map +1 -1
  358. package/dist/cjs/globals/Tod.d.ts +2 -2
  359. package/dist/cjs/globals/index.d.ts +3 -0
  360. package/dist/cjs/globals/index.d.ts.map +1 -1
  361. package/dist/cjs/globals/index.js +3 -0
  362. package/dist/cjs/globals/index.js.map +1 -1
  363. package/dist/cjs/schema/BitmapSchema.d.ts.map +1 -1
  364. package/dist/cjs/schema/PairingCodeSchema.d.ts +32 -4
  365. package/dist/cjs/schema/PairingCodeSchema.d.ts.map +1 -1
  366. package/dist/cjs/schema/PairingCodeSchema.js +17 -3
  367. package/dist/cjs/schema/PairingCodeSchema.js.map +1 -1
  368. package/dist/cjs/schema/QrCodeSchema.d.ts.map +1 -1
  369. package/dist/cjs/schema/QrCodeSchema.js +4 -1
  370. package/dist/cjs/schema/QrCodeSchema.js.map +1 -1
  371. package/dist/cjs/schema/SpecificationVersionSchema.d.ts.map +1 -1
  372. package/dist/cjs/tlv/TlvArray.d.ts.map +1 -1
  373. package/dist/cjs/tlv/TlvNullable.d.ts.map +1 -1
  374. package/dist/cjs/tlv/TlvNumber.d.ts.map +1 -1
  375. package/dist/cjs/tlv/TlvObject.d.ts.map +1 -1
  376. package/dist/esm/cluster/Cluster.d.ts.map +1 -1
  377. package/dist/esm/cluster/ClusterHelper.d.ts.map +1 -1
  378. package/dist/esm/clusters/access-control.d.ts +3972 -522
  379. package/dist/esm/clusters/access-control.d.ts.map +1 -1
  380. package/dist/esm/clusters/access-control.js +645 -120
  381. package/dist/esm/clusters/access-control.js.map +2 -2
  382. package/dist/esm/clusters/actions.d.ts +10 -9
  383. package/dist/esm/clusters/actions.d.ts.map +1 -1
  384. package/dist/esm/clusters/actions.js +4 -4
  385. package/dist/esm/clusters/actions.js.map +1 -1
  386. package/dist/esm/clusters/administrator-commissioning.d.ts +156 -129
  387. package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
  388. package/dist/esm/clusters/administrator-commissioning.js +40 -35
  389. package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
  390. package/dist/esm/clusters/alarm-base.d.ts +9 -12
  391. package/dist/esm/clusters/alarm-base.d.ts.map +1 -1
  392. package/dist/esm/clusters/alarm-base.js +3 -4
  393. package/dist/esm/clusters/alarm-base.js.map +1 -1
  394. package/dist/esm/clusters/application-launcher.d.ts +27 -15
  395. package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
  396. package/dist/esm/clusters/application-launcher.js +7 -4
  397. package/dist/esm/clusters/application-launcher.js.map +1 -1
  398. package/dist/esm/clusters/ballast-configuration.d.ts +7 -7
  399. package/dist/esm/clusters/ballast-configuration.js +7 -7
  400. package/dist/esm/clusters/basic-information.d.ts +29 -21
  401. package/dist/esm/clusters/basic-information.d.ts.map +1 -1
  402. package/dist/esm/clusters/basic-information.js +29 -21
  403. package/dist/esm/clusters/basic-information.js.map +1 -1
  404. package/dist/esm/clusters/bridged-device-basic-information.d.ts +816 -34
  405. package/dist/esm/clusters/bridged-device-basic-information.d.ts.map +1 -1
  406. package/dist/esm/clusters/bridged-device-basic-information.js +188 -32
  407. package/dist/esm/clusters/bridged-device-basic-information.js.map +2 -2
  408. package/dist/esm/clusters/channel.d.ts +115 -124
  409. package/dist/esm/clusters/channel.d.ts.map +1 -1
  410. package/dist/esm/clusters/channel.js +15 -16
  411. package/dist/esm/clusters/channel.js.map +1 -1
  412. package/dist/esm/clusters/color-control.d.ts +3076 -1366
  413. package/dist/esm/clusters/color-control.d.ts.map +1 -1
  414. package/dist/esm/clusters/color-control.js +424 -358
  415. package/dist/esm/clusters/color-control.js.map +2 -2
  416. package/dist/esm/clusters/commissioner-control.d.ts +268 -0
  417. package/dist/esm/clusters/commissioner-control.d.ts.map +1 -0
  418. package/dist/esm/clusters/commissioner-control.js +174 -0
  419. package/dist/esm/clusters/commissioner-control.js.map +6 -0
  420. package/dist/esm/clusters/content-control.d.ts +497 -221
  421. package/dist/esm/clusters/content-control.d.ts.map +1 -1
  422. package/dist/esm/clusters/content-control.js +60 -42
  423. package/dist/esm/clusters/content-control.js.map +2 -2
  424. package/dist/esm/clusters/content-launcher.d.ts +248 -215
  425. package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
  426. package/dist/esm/clusters/content-launcher.js +16 -15
  427. package/dist/esm/clusters/content-launcher.js.map +1 -1
  428. package/dist/esm/clusters/device-energy-management-mode.d.ts +76 -333
  429. package/dist/esm/clusters/device-energy-management-mode.d.ts.map +1 -1
  430. package/dist/esm/clusters/device-energy-management-mode.js +26 -80
  431. package/dist/esm/clusters/device-energy-management-mode.js.map +1 -1
  432. package/dist/esm/clusters/device-energy-management.d.ts +1299 -930
  433. package/dist/esm/clusters/device-energy-management.d.ts.map +1 -1
  434. package/dist/esm/clusters/device-energy-management.js +189 -160
  435. package/dist/esm/clusters/device-energy-management.js.map +2 -2
  436. package/dist/esm/clusters/dishwasher-alarm.d.ts +14 -17
  437. package/dist/esm/clusters/dishwasher-alarm.d.ts.map +1 -1
  438. package/dist/esm/clusters/dishwasher-alarm.js +3 -4
  439. package/dist/esm/clusters/dishwasher-alarm.js.map +1 -1
  440. package/dist/esm/clusters/dishwasher-mode.d.ts +65 -105
  441. package/dist/esm/clusters/dishwasher-mode.d.ts.map +1 -1
  442. package/dist/esm/clusters/dishwasher-mode.js +13 -25
  443. package/dist/esm/clusters/dishwasher-mode.js.map +1 -1
  444. package/dist/esm/clusters/door-lock.d.ts +2751 -5427
  445. package/dist/esm/clusters/door-lock.d.ts.map +1 -1
  446. package/dist/esm/clusters/door-lock.js +482 -804
  447. package/dist/esm/clusters/door-lock.js.map +2 -2
  448. package/dist/esm/clusters/ecosystem-information.d.ts +186 -0
  449. package/dist/esm/clusters/ecosystem-information.d.ts.map +1 -0
  450. package/dist/esm/clusters/ecosystem-information.js +134 -0
  451. package/dist/esm/clusters/ecosystem-information.js.map +6 -0
  452. package/dist/esm/clusters/electrical-energy-measurement.d.ts +363 -368
  453. package/dist/esm/clusters/electrical-energy-measurement.d.ts.map +1 -1
  454. package/dist/esm/clusters/electrical-energy-measurement.js +15 -16
  455. package/dist/esm/clusters/electrical-energy-measurement.js.map +1 -1
  456. package/dist/esm/clusters/energy-evse-mode.d.ts +92 -330
  457. package/dist/esm/clusters/energy-evse-mode.d.ts.map +1 -1
  458. package/dist/esm/clusters/energy-evse-mode.js +25 -79
  459. package/dist/esm/clusters/energy-evse-mode.js.map +1 -1
  460. package/dist/esm/clusters/energy-evse.d.ts +557 -273
  461. package/dist/esm/clusters/energy-evse.d.ts.map +1 -1
  462. package/dist/esm/clusters/energy-evse.js +107 -55
  463. package/dist/esm/clusters/energy-evse.js.map +1 -1
  464. package/dist/esm/clusters/energy-preference.d.ts +76 -76
  465. package/dist/esm/clusters/energy-preference.d.ts.map +1 -1
  466. package/dist/esm/clusters/energy-preference.js +15 -18
  467. package/dist/esm/clusters/energy-preference.js.map +1 -1
  468. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +3 -9
  469. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
  470. package/dist/esm/clusters/ethernet-network-diagnostics.js +1 -3
  471. package/dist/esm/clusters/ethernet-network-diagnostics.js.map +1 -1
  472. package/dist/esm/clusters/fan-control.d.ts +12 -12
  473. package/dist/esm/clusters/fan-control.js +4 -4
  474. package/dist/esm/clusters/fixed-label.d.ts +7 -2
  475. package/dist/esm/clusters/fixed-label.d.ts.map +1 -1
  476. package/dist/esm/clusters/fixed-label.js.map +1 -1
  477. package/dist/esm/clusters/flow-measurement.d.ts +4 -4
  478. package/dist/esm/clusters/flow-measurement.d.ts.map +1 -1
  479. package/dist/esm/clusters/flow-measurement.js +6 -6
  480. package/dist/esm/clusters/flow-measurement.js.map +1 -1
  481. package/dist/esm/clusters/general-commissioning.d.ts +1416 -111
  482. package/dist/esm/clusters/general-commissioning.d.ts.map +1 -1
  483. package/dist/esm/clusters/general-commissioning.js +274 -56
  484. package/dist/esm/clusters/general-commissioning.js.map +2 -2
  485. package/dist/esm/clusters/general-diagnostics.d.ts +115 -122
  486. package/dist/esm/clusters/general-diagnostics.d.ts.map +1 -1
  487. package/dist/esm/clusters/general-diagnostics.js +31 -33
  488. package/dist/esm/clusters/general-diagnostics.js.map +1 -1
  489. package/dist/esm/clusters/group-key-management.d.ts +72 -82
  490. package/dist/esm/clusters/group-key-management.d.ts.map +1 -1
  491. package/dist/esm/clusters/group-key-management.js +19 -22
  492. package/dist/esm/clusters/group-key-management.js.map +1 -1
  493. package/dist/esm/clusters/groups.d.ts +9 -6
  494. package/dist/esm/clusters/groups.d.ts.map +1 -1
  495. package/dist/esm/clusters/groups.js +3 -2
  496. package/dist/esm/clusters/groups.js.map +1 -1
  497. package/dist/esm/clusters/icd-management.d.ts +223 -66
  498. package/dist/esm/clusters/icd-management.d.ts.map +1 -1
  499. package/dist/esm/clusters/icd-management.js +61 -23
  500. package/dist/esm/clusters/icd-management.js.map +2 -2
  501. package/dist/esm/clusters/identify.d.ts +12 -13
  502. package/dist/esm/clusters/identify.d.ts.map +1 -1
  503. package/dist/esm/clusters/identify.js +9 -10
  504. package/dist/esm/clusters/identify.js.map +1 -1
  505. package/dist/esm/clusters/illuminance-measurement.d.ts +7 -8
  506. package/dist/esm/clusters/illuminance-measurement.d.ts.map +1 -1
  507. package/dist/esm/clusters/illuminance-measurement.js +9 -10
  508. package/dist/esm/clusters/illuminance-measurement.js.map +1 -1
  509. package/dist/esm/clusters/index.d.ts +11 -1
  510. package/dist/esm/clusters/index.d.ts.map +1 -1
  511. package/dist/esm/clusters/index.js +36 -3
  512. package/dist/esm/clusters/index.js.map +1 -1
  513. package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts +1239 -0
  514. package/dist/esm/clusters/joint-fabric-datastore-cluster.d.ts.map +1 -0
  515. package/dist/esm/clusters/joint-fabric-datastore-cluster.js +470 -0
  516. package/dist/esm/clusters/joint-fabric-datastore-cluster.js.map +6 -0
  517. package/dist/esm/clusters/joint-fabric-pki.d.ts +174 -0
  518. package/dist/esm/clusters/joint-fabric-pki.d.ts.map +1 -0
  519. package/dist/esm/clusters/joint-fabric-pki.js +100 -0
  520. package/dist/esm/clusters/joint-fabric-pki.js.map +6 -0
  521. package/dist/esm/clusters/keypad-input.d.ts +2 -2
  522. package/dist/esm/clusters/laundry-dryer-controls.d.ts +6 -7
  523. package/dist/esm/clusters/laundry-dryer-controls.d.ts.map +1 -1
  524. package/dist/esm/clusters/laundry-dryer-controls.js +6 -10
  525. package/dist/esm/clusters/laundry-dryer-controls.js.map +1 -1
  526. package/dist/esm/clusters/laundry-washer-controls.d.ts +74 -62
  527. package/dist/esm/clusters/laundry-washer-controls.d.ts.map +1 -1
  528. package/dist/esm/clusters/laundry-washer-controls.js +26 -25
  529. package/dist/esm/clusters/laundry-washer-controls.js.map +1 -1
  530. package/dist/esm/clusters/laundry-washer-mode.d.ts +69 -109
  531. package/dist/esm/clusters/laundry-washer-mode.d.ts.map +1 -1
  532. package/dist/esm/clusters/laundry-washer-mode.js +14 -26
  533. package/dist/esm/clusters/laundry-washer-mode.js.map +1 -1
  534. package/dist/esm/clusters/level-control.d.ts +209 -70
  535. package/dist/esm/clusters/level-control.d.ts.map +1 -1
  536. package/dist/esm/clusters/level-control.js +45 -12
  537. package/dist/esm/clusters/level-control.js.map +1 -1
  538. package/dist/esm/clusters/localization-configuration.d.ts +5 -6
  539. package/dist/esm/clusters/localization-configuration.d.ts.map +1 -1
  540. package/dist/esm/clusters/localization-configuration.js +5 -6
  541. package/dist/esm/clusters/localization-configuration.js.map +1 -1
  542. package/dist/esm/clusters/media-input.d.ts +9 -6
  543. package/dist/esm/clusters/media-input.d.ts.map +1 -1
  544. package/dist/esm/clusters/media-input.js +3 -2
  545. package/dist/esm/clusters/media-input.js.map +1 -1
  546. package/dist/esm/clusters/media-playback.d.ts +29 -24
  547. package/dist/esm/clusters/media-playback.d.ts.map +1 -1
  548. package/dist/esm/clusters/media-playback.js +5 -4
  549. package/dist/esm/clusters/media-playback.js.map +1 -1
  550. package/dist/esm/clusters/microwave-oven-control.d.ts +54 -48
  551. package/dist/esm/clusters/microwave-oven-control.d.ts.map +1 -1
  552. package/dist/esm/clusters/microwave-oven-control.js +19 -17
  553. package/dist/esm/clusters/microwave-oven-control.js.map +1 -1
  554. package/dist/esm/clusters/microwave-oven-mode.d.ts +63 -69
  555. package/dist/esm/clusters/microwave-oven-mode.d.ts.map +1 -1
  556. package/dist/esm/clusters/microwave-oven-mode.js +14 -11
  557. package/dist/esm/clusters/microwave-oven-mode.js.map +1 -1
  558. package/dist/esm/clusters/mode-base.d.ts +27 -46
  559. package/dist/esm/clusters/mode-base.d.ts.map +1 -1
  560. package/dist/esm/clusters/mode-base.js +9 -10
  561. package/dist/esm/clusters/mode-base.js.map +1 -1
  562. package/dist/esm/clusters/mode-select.d.ts +33 -27
  563. package/dist/esm/clusters/mode-select.d.ts.map +1 -1
  564. package/dist/esm/clusters/mode-select.js +14 -13
  565. package/dist/esm/clusters/mode-select.js.map +1 -1
  566. package/dist/esm/clusters/network-commissioning.d.ts +263 -240
  567. package/dist/esm/clusters/network-commissioning.d.ts.map +1 -1
  568. package/dist/esm/clusters/network-commissioning.js +46 -39
  569. package/dist/esm/clusters/network-commissioning.js.map +1 -1
  570. package/dist/esm/clusters/occupancy-sensing.d.ts +1002 -63
  571. package/dist/esm/clusters/occupancy-sensing.d.ts.map +1 -1
  572. package/dist/esm/clusters/occupancy-sensing.js +287 -65
  573. package/dist/esm/clusters/occupancy-sensing.js.map +2 -2
  574. package/dist/esm/clusters/on-off.d.ts +18 -24
  575. package/dist/esm/clusters/on-off.d.ts.map +1 -1
  576. package/dist/esm/clusters/on-off.js +3 -4
  577. package/dist/esm/clusters/on-off.js.map +1 -1
  578. package/dist/esm/clusters/operational-credentials.d.ts +98 -85
  579. package/dist/esm/clusters/operational-credentials.d.ts.map +1 -1
  580. package/dist/esm/clusters/operational-credentials.js +56 -49
  581. package/dist/esm/clusters/operational-credentials.js.map +1 -1
  582. package/dist/esm/clusters/operational-state.d.ts +136 -57
  583. package/dist/esm/clusters/operational-state.d.ts.map +1 -1
  584. package/dist/esm/clusters/operational-state.js +63 -37
  585. package/dist/esm/clusters/operational-state.js.map +2 -2
  586. package/dist/esm/clusters/ota-software-update-provider.d.ts +43 -42
  587. package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
  588. package/dist/esm/clusters/ota-software-update-provider.js +20 -19
  589. package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
  590. package/dist/esm/clusters/ota-software-update-requestor.d.ts +6 -10
  591. package/dist/esm/clusters/ota-software-update-requestor.d.ts.map +1 -1
  592. package/dist/esm/clusters/ota-software-update-requestor.js +4 -6
  593. package/dist/esm/clusters/ota-software-update-requestor.js.map +1 -1
  594. package/dist/esm/clusters/oven-cavity-operational-state.d.ts +44 -154
  595. package/dist/esm/clusters/oven-cavity-operational-state.d.ts.map +1 -1
  596. package/dist/esm/clusters/oven-cavity-operational-state.js +41 -166
  597. package/dist/esm/clusters/oven-cavity-operational-state.js.map +1 -1
  598. package/dist/esm/clusters/oven-mode.d.ts +79 -349
  599. package/dist/esm/clusters/oven-mode.d.ts.map +1 -1
  600. package/dist/esm/clusters/oven-mode.js +26 -89
  601. package/dist/esm/clusters/oven-mode.js.map +1 -1
  602. package/dist/esm/clusters/power-source.d.ts +169 -44
  603. package/dist/esm/clusters/power-source.d.ts.map +1 -1
  604. package/dist/esm/clusters/power-source.js +40 -16
  605. package/dist/esm/clusters/power-source.js.map +1 -1
  606. package/dist/esm/clusters/pressure-measurement.js +2 -2
  607. package/dist/esm/clusters/pressure-measurement.js.map +1 -1
  608. package/dist/esm/clusters/pump-configuration-and-control.d.ts +73 -63
  609. package/dist/esm/clusters/pump-configuration-and-control.d.ts.map +1 -1
  610. package/dist/esm/clusters/pump-configuration-and-control.js +19 -20
  611. package/dist/esm/clusters/pump-configuration-and-control.js.map +1 -1
  612. package/dist/esm/clusters/refrigerator-alarm.d.ts +2 -1
  613. package/dist/esm/clusters/refrigerator-alarm.d.ts.map +1 -1
  614. package/dist/esm/clusters/refrigerator-alarm.js.map +1 -1
  615. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +59 -91
  616. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
  617. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +12 -20
  618. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
  619. package/dist/esm/clusters/relative-humidity-measurement.js +1 -1
  620. package/dist/esm/clusters/relative-humidity-measurement.js.map +1 -1
  621. package/dist/esm/clusters/rvc-clean-mode.d.ts +59 -103
  622. package/dist/esm/clusters/rvc-clean-mode.d.ts.map +1 -1
  623. package/dist/esm/clusters/rvc-clean-mode.js +11 -15
  624. package/dist/esm/clusters/rvc-clean-mode.js.map +1 -1
  625. package/dist/esm/clusters/rvc-operational-state.d.ts +81 -25
  626. package/dist/esm/clusters/rvc-operational-state.d.ts.map +1 -1
  627. package/dist/esm/clusters/rvc-operational-state.js +49 -20
  628. package/dist/esm/clusters/rvc-operational-state.js.map +1 -1
  629. package/dist/esm/clusters/rvc-run-mode.d.ts +85 -129
  630. package/dist/esm/clusters/rvc-run-mode.d.ts.map +1 -1
  631. package/dist/esm/clusters/rvc-run-mode.js +16 -15
  632. package/dist/esm/clusters/rvc-run-mode.js.map +1 -1
  633. package/dist/esm/clusters/scenes-management.d.ts +328 -181
  634. package/dist/esm/clusters/scenes-management.d.ts.map +1 -1
  635. package/dist/esm/clusters/scenes-management.js +37 -22
  636. package/dist/esm/clusters/scenes-management.js.map +1 -1
  637. package/dist/esm/clusters/service-area.d.ts +2052 -0
  638. package/dist/esm/clusters/service-area.d.ts.map +1 -0
  639. package/dist/esm/clusters/service-area.js +562 -0
  640. package/dist/esm/clusters/service-area.js.map +6 -0
  641. package/dist/esm/clusters/smoke-co-alarm.d.ts +10 -18
  642. package/dist/esm/clusters/smoke-co-alarm.d.ts.map +1 -1
  643. package/dist/esm/clusters/smoke-co-alarm.js +2 -3
  644. package/dist/esm/clusters/smoke-co-alarm.js.map +1 -1
  645. package/dist/esm/clusters/switch.d.ts +478 -191
  646. package/dist/esm/clusters/switch.d.ts.map +1 -1
  647. package/dist/esm/clusters/switch.js +145 -57
  648. package/dist/esm/clusters/switch.js.map +1 -1
  649. package/dist/esm/clusters/target-navigator.d.ts +1 -1
  650. package/dist/esm/clusters/target-navigator.js +1 -1
  651. package/dist/esm/clusters/thermostat.d.ts +3877 -830
  652. package/dist/esm/clusters/thermostat.d.ts.map +1 -1
  653. package/dist/esm/clusters/thermostat.js +842 -160
  654. package/dist/esm/clusters/thermostat.js.map +2 -2
  655. package/dist/esm/clusters/thread-border-router-management.d.ts +711 -0
  656. package/dist/esm/clusters/thread-border-router-management.d.ts.map +1 -0
  657. package/dist/esm/clusters/thread-border-router-management.js +245 -0
  658. package/dist/esm/clusters/thread-border-router-management.js.map +6 -0
  659. package/dist/esm/clusters/thread-network-diagnostics.d.ts +81 -55
  660. package/dist/esm/clusters/thread-network-diagnostics.d.ts.map +1 -1
  661. package/dist/esm/clusters/thread-network-diagnostics.js +32 -21
  662. package/dist/esm/clusters/thread-network-diagnostics.js.map +1 -1
  663. package/dist/esm/clusters/thread-network-directory.d.ts +250 -0
  664. package/dist/esm/clusters/thread-network-directory.d.ts.map +1 -0
  665. package/dist/esm/clusters/thread-network-directory.js +167 -0
  666. package/dist/esm/clusters/thread-network-directory.js.map +6 -0
  667. package/dist/esm/clusters/time-synchronization.d.ts +101 -76
  668. package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
  669. package/dist/esm/clusters/time-synchronization.js +30 -23
  670. package/dist/esm/clusters/time-synchronization.js.map +1 -1
  671. package/dist/esm/clusters/unit-localization.d.ts +3 -4
  672. package/dist/esm/clusters/unit-localization.d.ts.map +1 -1
  673. package/dist/esm/clusters/unit-localization.js.map +1 -1
  674. package/dist/esm/clusters/user-label.d.ts +2 -1
  675. package/dist/esm/clusters/user-label.d.ts.map +1 -1
  676. package/dist/esm/clusters/user-label.js.map +1 -1
  677. package/dist/esm/clusters/water-heater-management.d.ts +1371 -0
  678. package/dist/esm/clusters/water-heater-management.d.ts.map +1 -0
  679. package/dist/esm/clusters/water-heater-management.js +325 -0
  680. package/dist/esm/clusters/water-heater-management.js.map +6 -0
  681. package/dist/esm/clusters/water-heater-mode.d.ts +491 -0
  682. package/dist/esm/clusters/water-heater-mode.d.ts.map +1 -0
  683. package/dist/esm/clusters/water-heater-mode.js +175 -0
  684. package/dist/esm/clusters/water-heater-mode.js.map +6 -0
  685. package/dist/esm/clusters/water-tank-level-monitoring.d.ts +162 -0
  686. package/dist/esm/clusters/water-tank-level-monitoring.d.ts.map +1 -0
  687. package/dist/esm/clusters/water-tank-level-monitoring.js +27 -0
  688. package/dist/esm/clusters/water-tank-level-monitoring.js.map +6 -0
  689. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +20 -27
  690. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
  691. package/dist/esm/clusters/wi-fi-network-diagnostics.js +6 -8
  692. package/dist/esm/clusters/wi-fi-network-diagnostics.js.map +1 -1
  693. package/dist/esm/clusters/wi-fi-network-management.d.ts +91 -0
  694. package/dist/esm/clusters/wi-fi-network-management.d.ts.map +1 -0
  695. package/dist/esm/clusters/wi-fi-network-management.js +102 -0
  696. package/dist/esm/clusters/wi-fi-network-management.js.map +6 -0
  697. package/dist/esm/clusters/window-covering.d.ts +66 -78
  698. package/dist/esm/clusters/window-covering.d.ts.map +1 -1
  699. package/dist/esm/clusters/window-covering.js +26 -37
  700. package/dist/esm/clusters/window-covering.js.map +1 -1
  701. package/dist/esm/common/ValidationError.d.ts.map +1 -1
  702. package/dist/esm/datatype/AttributeId.d.ts.map +1 -1
  703. package/dist/esm/datatype/CaseAuthenticatedTag.d.ts.map +1 -1
  704. package/dist/esm/datatype/ClusterId.d.ts.map +1 -1
  705. package/dist/esm/datatype/CommandId.d.ts +1 -0
  706. package/dist/esm/datatype/CommandId.d.ts.map +1 -1
  707. package/dist/esm/datatype/CommandId.js +3 -0
  708. package/dist/esm/datatype/CommandId.js.map +1 -1
  709. package/dist/esm/datatype/FieldId.d.ts.map +1 -1
  710. package/dist/esm/datatype/ManufacturerExtensibleIdentifier.d.ts.map +1 -1
  711. package/dist/esm/datatype/NodeId.d.ts.map +1 -1
  712. package/dist/esm/datatype/VendorId.d.ts.map +1 -1
  713. package/dist/esm/globals/AtomicAttributeStatus.d.ts +34 -0
  714. package/dist/esm/globals/AtomicAttributeStatus.d.ts.map +1 -0
  715. package/dist/esm/globals/AtomicAttributeStatus.js +26 -0
  716. package/dist/esm/globals/AtomicAttributeStatus.js.map +6 -0
  717. package/dist/esm/globals/AtomicRequestType.d.ts +24 -0
  718. package/dist/esm/globals/AtomicRequestType.d.ts.map +1 -0
  719. package/dist/esm/globals/AtomicRequestType.js +15 -0
  720. package/dist/esm/globals/AtomicRequestType.js.map +6 -0
  721. package/dist/esm/globals/Locationdesc.d.ts +79 -0
  722. package/dist/esm/globals/Locationdesc.d.ts.map +1 -0
  723. package/dist/esm/globals/Locationdesc.js +69 -0
  724. package/dist/esm/globals/Locationdesc.js.map +6 -0
  725. package/dist/esm/globals/Priority.d.ts +1 -1
  726. package/dist/esm/globals/Semtag.d.ts +6 -6
  727. package/dist/esm/globals/Semtag.js +4 -4
  728. package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  729. package/dist/esm/globals/Status.d.ts +18 -3
  730. package/dist/esm/globals/Status.d.ts.map +1 -1
  731. package/dist/esm/globals/Status.js +3 -1
  732. package/dist/esm/globals/Status.js.map +1 -1
  733. package/dist/esm/globals/Tod.d.ts +2 -2
  734. package/dist/esm/globals/index.d.ts +3 -0
  735. package/dist/esm/globals/index.d.ts.map +1 -1
  736. package/dist/esm/globals/index.js +3 -0
  737. package/dist/esm/globals/index.js.map +1 -1
  738. package/dist/esm/schema/BitmapSchema.d.ts.map +1 -1
  739. package/dist/esm/schema/PairingCodeSchema.d.ts +32 -4
  740. package/dist/esm/schema/PairingCodeSchema.d.ts.map +1 -1
  741. package/dist/esm/schema/PairingCodeSchema.js +17 -3
  742. package/dist/esm/schema/PairingCodeSchema.js.map +1 -1
  743. package/dist/esm/schema/QrCodeSchema.d.ts.map +1 -1
  744. package/dist/esm/schema/QrCodeSchema.js +4 -1
  745. package/dist/esm/schema/QrCodeSchema.js.map +1 -1
  746. package/dist/esm/schema/SpecificationVersionSchema.d.ts.map +1 -1
  747. package/dist/esm/tlv/TlvArray.d.ts.map +1 -1
  748. package/dist/esm/tlv/TlvNullable.d.ts.map +1 -1
  749. package/dist/esm/tlv/TlvNumber.d.ts.map +1 -1
  750. package/dist/esm/tlv/TlvObject.d.ts.map +1 -1
  751. package/package.json +5 -5
  752. package/src/clusters/access-control.ts +926 -171
  753. package/src/clusters/actions.ts +12 -11
  754. package/src/clusters/administrator-commissioning.ts +54 -35
  755. package/src/clusters/alarm-base.ts +3 -4
  756. package/src/clusters/application-launcher.ts +22 -7
  757. package/src/clusters/ballast-configuration.ts +7 -7
  758. package/src/clusters/basic-information.ts +29 -21
  759. package/src/clusters/bridged-device-basic-information.ts +264 -41
  760. package/src/clusters/channel.ts +20 -17
  761. package/src/clusters/color-control.ts +589 -426
  762. package/src/clusters/commissioner-control.ts +282 -0
  763. package/src/clusters/content-control.ts +48 -54
  764. package/src/clusters/content-launcher.ts +16 -15
  765. package/src/clusters/device-energy-management-mode.ts +63 -161
  766. package/src/clusters/device-energy-management.ts +246 -193
  767. package/src/clusters/dishwasher-alarm.ts +5 -5
  768. package/src/clusters/dishwasher-mode.ts +46 -87
  769. package/src/clusters/door-lock.ts +786 -1235
  770. package/src/clusters/ecosystem-information.ts +200 -0
  771. package/src/clusters/electrical-energy-measurement.ts +15 -16
  772. package/src/clusters/energy-evse-mode.ts +81 -158
  773. package/src/clusters/energy-evse.ts +138 -72
  774. package/src/clusters/energy-preference.ts +34 -28
  775. package/src/clusters/ethernet-network-diagnostics.ts +1 -3
  776. package/src/clusters/fan-control.ts +5 -5
  777. package/src/clusters/fixed-label.ts +7 -2
  778. package/src/clusters/flow-measurement.ts +6 -6
  779. package/src/clusters/general-commissioning.ts +396 -96
  780. package/src/clusters/general-diagnostics.ts +31 -33
  781. package/src/clusters/group-key-management.ts +22 -24
  782. package/src/clusters/groups.ts +3 -2
  783. package/src/clusters/icd-management.ts +88 -31
  784. package/src/clusters/identify.ts +9 -10
  785. package/src/clusters/illuminance-measurement.ts +9 -10
  786. package/src/clusters/index.ts +14 -1
  787. package/src/clusters/joint-fabric-datastore-cluster.ts +657 -0
  788. package/src/clusters/joint-fabric-pki.ts +202 -0
  789. package/src/clusters/keypad-input.ts +2 -2
  790. package/src/clusters/laundry-dryer-controls.ts +6 -10
  791. package/src/clusters/laundry-washer-controls.ts +28 -27
  792. package/src/clusters/laundry-washer-mode.ts +49 -90
  793. package/src/clusters/level-control.ts +45 -12
  794. package/src/clusters/localization-configuration.ts +5 -6
  795. package/src/clusters/media-input.ts +3 -2
  796. package/src/clusters/media-playback.ts +9 -7
  797. package/src/clusters/microwave-oven-control.ts +19 -17
  798. package/src/clusters/microwave-oven-mode.ts +42 -61
  799. package/src/clusters/mode-base.ts +16 -33
  800. package/src/clusters/mode-select.ts +17 -14
  801. package/src/clusters/network-commissioning.ts +47 -40
  802. package/src/clusters/occupancy-sensing.ts +433 -72
  803. package/src/clusters/on-off.ts +6 -8
  804. package/src/clusters/operational-credentials.ts +54 -47
  805. package/src/clusters/operational-state.ts +136 -58
  806. package/src/clusters/ota-software-update-provider.ts +23 -23
  807. package/src/clusters/ota-software-update-requestor.ts +4 -6
  808. package/src/clusters/oven-cavity-operational-state.ts +43 -171
  809. package/src/clusters/oven-mode.ts +76 -178
  810. package/src/clusters/power-source.ts +45 -21
  811. package/src/clusters/pressure-measurement.ts +2 -2
  812. package/src/clusters/pump-configuration-and-control.ts +35 -23
  813. package/src/clusters/refrigerator-alarm.ts +2 -1
  814. package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +41 -78
  815. package/src/clusters/relative-humidity-measurement.ts +1 -1
  816. package/src/clusters/rvc-clean-mode.ts +42 -101
  817. package/src/clusters/rvc-operational-state.ts +87 -25
  818. package/src/clusters/rvc-run-mode.ts +62 -126
  819. package/src/clusters/scenes-management.ts +38 -23
  820. package/src/clusters/service-area.ts +904 -0
  821. package/src/clusters/smoke-co-alarm.ts +6 -12
  822. package/src/clusters/switch.ts +177 -78
  823. package/src/clusters/target-navigator.ts +1 -1
  824. package/src/clusters/thermostat.ts +1245 -214
  825. package/src/clusters/thread-border-router-management.ts +355 -0
  826. package/src/clusters/thread-network-diagnostics.ts +34 -21
  827. package/src/clusters/thread-network-directory.ts +256 -0
  828. package/src/clusters/time-synchronization.ts +30 -23
  829. package/src/clusters/unit-localization.ts +3 -4
  830. package/src/clusters/user-label.ts +2 -1
  831. package/src/clusters/water-heater-management.ts +457 -0
  832. package/src/clusters/water-heater-mode.ts +301 -0
  833. package/src/clusters/water-tank-level-monitoring.ts +50 -0
  834. package/src/clusters/wi-fi-network-diagnostics.ts +6 -8
  835. package/src/clusters/wi-fi-network-management.ts +119 -0
  836. package/src/clusters/window-covering.ts +26 -37
  837. package/src/datatype/CommandId.ts +4 -0
  838. package/src/globals/AtomicAttributeStatus.ts +41 -0
  839. package/src/globals/AtomicRequestType.ts +27 -0
  840. package/src/globals/Locationdesc.ts +88 -0
  841. package/src/globals/Priority.ts +1 -1
  842. package/src/globals/Semtag.ts +6 -6
  843. package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
  844. package/src/globals/Status.ts +20 -3
  845. package/src/globals/Tod.ts +2 -2
  846. package/src/globals/index.ts +3 -0
  847. package/src/schema/PairingCodeSchema.ts +17 -2
  848. package/src/schema/QrCodeSchema.ts +7 -2
  849. package/dist/cjs/clusters/pulse-width-modulation.d.ts +0 -2023
  850. package/dist/cjs/clusters/pulse-width-modulation.d.ts.map +0 -1
  851. package/dist/cjs/clusters/pulse-width-modulation.js +0 -51
  852. package/dist/cjs/clusters/pulse-width-modulation.js.map +0 -6
  853. package/dist/esm/clusters/pulse-width-modulation.d.ts +0 -2023
  854. package/dist/esm/clusters/pulse-width-modulation.d.ts.map +0 -1
  855. package/dist/esm/clusters/pulse-width-modulation.js +0 -31
  856. package/dist/esm/clusters/pulse-width-modulation.js.map +0 -6
  857. package/src/clusters/pulse-width-modulation.ts +0 -54
@@ -32,6 +32,8 @@ var import_TlvObject = require("../tlv/TlvObject.js");
32
32
  var import_TlvArray = require("../tlv/TlvArray.js");
33
33
  var import_TlvNullable = require("../tlv/TlvNullable.js");
34
34
  var import_TlvNoArguments = require("../tlv/TlvNoArguments.js");
35
+ var import_TlvString = require("../tlv/TlvString.js");
36
+ var import_TlvBoolean = require("../tlv/TlvBoolean.js");
35
37
  var import_ClusterRegistry = require("../cluster/ClusterRegistry.js");
36
38
  /**
37
39
  * @license
@@ -49,6 +51,8 @@ var Thermostat;
49
51
  Feature2["Setback"] = "Setback";
50
52
  Feature2["AutoMode"] = "AutoMode";
51
53
  Feature2["LocalTemperatureNotExposed"] = "LocalTemperatureNotExposed";
54
+ Feature2["MatterScheduleConfiguration"] = "MatterScheduleConfiguration";
55
+ Feature2["Presets"] = "Presets";
52
56
  })(Feature = Thermostat2.Feature || (Thermostat2.Feature = {}));
53
57
  let ThermostatRunningMode;
54
58
  ((ThermostatRunningMode2) => {
@@ -117,19 +121,19 @@ var Thermostat;
117
121
  * will be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since
118
122
  * midnight.
119
123
  *
120
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.1
124
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.30.1
121
125
  */
122
126
  transitionTime: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt16.bound({ max: 1439 })),
123
127
  /**
124
128
  * This field shall represent the heat setpoint to be applied at this associated transition start time.
125
129
  *
126
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.2
130
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.30.2
127
131
  */
128
132
  heatSetpoint: (0, import_TlvObject.TlvField)(1, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvInt16)),
129
133
  /**
130
134
  * This field shall represent the cool setpoint to be applied at this associated transition start time.
131
135
  *
132
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.24.3
136
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.30.3
133
137
  */
134
138
  coolSetpoint: (0, import_TlvObject.TlvField)(2, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvInt16))
135
139
  });
@@ -139,7 +143,7 @@ var Thermostat;
139
143
  * device supports more than 10 transitions in its schedule they can send this by sending more than 1 “Set
140
144
  * Weekly Schedule” command, each containing the separate information that the device needs to set.
141
145
  *
142
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4.1
146
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.10.2.1
143
147
  */
144
148
  numberOfTransitionsForSequence: (0, import_TlvObject.TlvField)(0, import_TlvNumber.TlvUInt8),
145
149
  /**
@@ -151,7 +155,7 @@ var Thermostat;
151
155
  * Each setpoint transition will begin with the day of week for this transition. There can be up to 10
152
156
  * transitions for each command.
153
157
  *
154
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4.2
158
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.10.2.2
155
159
  */
156
160
  dayOfWeekForSequence: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt8, Thermostat2.ScheduleDayOfWeek)),
157
161
  /**
@@ -175,13 +179,13 @@ var Thermostat;
175
179
  * Both bits must be respected, even if the HEAT or COOL feature is not supported, to ensure the command is
176
180
  * decoded and handled correctly.
177
181
  *
178
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4.3
182
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.10.2.3
179
183
  */
180
184
  modeForSequence: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt8, Thermostat2.ScheduleMode)),
181
185
  /**
182
186
  * This field shall contain the list of setpoint transitions used to update the specified daily schedules
183
187
  *
184
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4.4
188
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.10.2.4
185
189
  */
186
190
  transitions: (0, import_TlvObject.TlvField)(3, (0, import_TlvArray.TlvArray)(Thermostat2.TlvWeeklyScheduleTransition, { maxLength: 10 }))
187
191
  });
@@ -190,14 +194,14 @@ var Thermostat;
190
194
  * This field shall indicate the number of days the client would like to return the setpoint values for and
191
195
  * could be any combination of single days or the entire week.
192
196
  *
193
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.10.5.1
197
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.10.3.1
194
198
  */
195
199
  daysToReturn: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt8, Thermostat2.ScheduleDayOfWeek)),
196
200
  /**
197
201
  * This field shall indicate the mode the client would like to return the set point values for and could be any
198
202
  * combination of heat only, cool only or heat & cool.
199
203
  *
200
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.10.5.2
204
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.10.3.2
201
205
  */
202
206
  modeToReturn: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt8, Thermostat2.ScheduleMode))
203
207
  });
@@ -207,6 +211,301 @@ var Thermostat;
207
211
  modeForSequence: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt8, Thermostat2.ScheduleMode)),
208
212
  transitions: (0, import_TlvObject.TlvField)(3, (0, import_TlvArray.TlvArray)(Thermostat2.TlvWeeklyScheduleTransition, { maxLength: 10 }))
209
213
  });
214
+ let PresetScenario;
215
+ ((PresetScenario2) => {
216
+ PresetScenario2[PresetScenario2["Occupied"] = 1] = "Occupied";
217
+ PresetScenario2[PresetScenario2["Unoccupied"] = 2] = "Unoccupied";
218
+ PresetScenario2[PresetScenario2["Sleep"] = 3] = "Sleep";
219
+ PresetScenario2[PresetScenario2["Wake"] = 4] = "Wake";
220
+ PresetScenario2[PresetScenario2["Vacation"] = 5] = "Vacation";
221
+ PresetScenario2[PresetScenario2["GoingToSleep"] = 6] = "GoingToSleep";
222
+ PresetScenario2[PresetScenario2["UserDefined"] = 254] = "UserDefined";
223
+ })(PresetScenario = Thermostat2.PresetScenario || (Thermostat2.PresetScenario = {}));
224
+ Thermostat2.PresetTypeFeatures = {
225
+ /**
226
+ * Preset may be automatically activated by the thermostat
227
+ */
228
+ automatic: (0, import_BitmapSchema.BitFlag)(0),
229
+ /**
230
+ * Preset supports user- provided names
231
+ */
232
+ supportsNames: (0, import_BitmapSchema.BitFlag)(1)
233
+ };
234
+ Thermostat2.TlvPresetType = (0, import_TlvObject.TlvObject)({
235
+ /**
236
+ * This field shall specify a PresetScenarioEnum value supported by this thermostat.
237
+ *
238
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.29.1
239
+ */
240
+ presetScenario: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
241
+ /**
242
+ * This field shall specify a limit for the number of presets for this PresetScenarioEnum.
243
+ *
244
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.29.2
245
+ */
246
+ numberOfPresets: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt8),
247
+ /**
248
+ * This field shall specify a bitmap of features for this PresetTypeStruct.
249
+ *
250
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.29.3
251
+ */
252
+ presetTypeFeatures: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt16, Thermostat2.PresetTypeFeatures))
253
+ });
254
+ Thermostat2.TlvPreset = (0, import_TlvObject.TlvObject)({
255
+ /**
256
+ * This field shall indicate a device generated identifier for this preset. It shall be unique on the device,
257
+ * and shall NOT be reused after the associated preset has been deleted.
258
+ *
259
+ * This field shall only be null when the encompassing PresetStruct is appended to the Presets attribute for
260
+ * the purpose of creating a new Preset. Refer to Presets for the creation of Preset handles.
261
+ *
262
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.28.1
263
+ */
264
+ presetHandle: (0, import_TlvObject.TlvField)(0, (0, import_TlvNullable.TlvNullable)(import_TlvString.TlvByteString.bound({ maxLength: 16 }))),
265
+ /**
266
+ * This field shall indicate the associated PresetScenarioEnum value for this preset.
267
+ *
268
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.28.2
269
+ */
270
+ presetScenario: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)()),
271
+ /**
272
+ * This field shall indicate a name provided by a user. The null value shall indicate no name.
273
+ *
274
+ * Within each subset of presets sharing the same PresetScenario field value, there shall NOT be any presets
275
+ * with the same value, including null as a value, in the Name field.
276
+ *
277
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.28.3
278
+ */
279
+ name: (0, import_TlvObject.TlvOptionalField)(2, (0, import_TlvNullable.TlvNullable)(import_TlvString.TlvString.bound({ maxLength: 64 }))),
280
+ /**
281
+ * This field shall indicate the cooling setpoint for the preset. Refer to Setpoint Limits for value
282
+ * constraints.
283
+ *
284
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.28.4
285
+ */
286
+ coolingSetpoint: (0, import_TlvObject.TlvOptionalField)(3, import_TlvNumber.TlvInt16),
287
+ /**
288
+ * This field shall indicate the heating setpoint for the preset. Refer to Setpoint Limits for value
289
+ * constraints.
290
+ *
291
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.28.5
292
+ */
293
+ heatingSetpoint: (0, import_TlvObject.TlvOptionalField)(4, import_TlvNumber.TlvInt16),
294
+ /**
295
+ * This field shall indicate whether the preset is marked as "built-in", meaning that it can be modified, but
296
+ * it cannot be deleted.
297
+ *
298
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.28.6
299
+ */
300
+ builtIn: (0, import_TlvObject.TlvField)(5, (0, import_TlvNullable.TlvNullable)(import_TlvBoolean.TlvBoolean))
301
+ });
302
+ Thermostat2.TlvSetActivePresetRequest = (0, import_TlvObject.TlvObject)({
303
+ /**
304
+ * This field shall specify the value of the PresetHandle field on the PresetStruct to be made active. If the
305
+ * field is set to null, that indicates there should be no active preset.
306
+ *
307
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.10.9.1
308
+ */
309
+ presetHandle: (0, import_TlvObject.TlvField)(0, (0, import_TlvNullable.TlvNullable)(import_TlvString.TlvByteString.bound({ maxLength: 16 })))
310
+ });
311
+ let SystemMode;
312
+ ((SystemMode2) => {
313
+ SystemMode2[SystemMode2["Off"] = 0] = "Off";
314
+ SystemMode2[SystemMode2["Auto"] = 1] = "Auto";
315
+ SystemMode2[SystemMode2["Cool"] = 3] = "Cool";
316
+ SystemMode2[SystemMode2["Heat"] = 4] = "Heat";
317
+ SystemMode2[SystemMode2["EmergencyHeat"] = 5] = "EmergencyHeat";
318
+ SystemMode2[SystemMode2["Precooling"] = 6] = "Precooling";
319
+ SystemMode2[SystemMode2["FanOnly"] = 7] = "FanOnly";
320
+ SystemMode2[SystemMode2["Dry"] = 8] = "Dry";
321
+ SystemMode2[SystemMode2["Sleep"] = 9] = "Sleep";
322
+ })(SystemMode = Thermostat2.SystemMode || (Thermostat2.SystemMode = {}));
323
+ Thermostat2.ScheduleTypeFeatures = {
324
+ /**
325
+ * Supports presets
326
+ *
327
+ * This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
328
+ * field on the encompassing ScheduleTypeStruct supports specifying presets on ScheduleTransitionStructs
329
+ * contained in its Transitions field.
330
+ *
331
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.12.1
332
+ */
333
+ supportsPresets: (0, import_BitmapSchema.BitFlag)(0),
334
+ /**
335
+ * Supports setpoints
336
+ *
337
+ * This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
338
+ * field on the encompassing ScheduleTypeStruct supports specifying setpoints on ScheduleTransitionStructs
339
+ * contained in its Transitions field.
340
+ *
341
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.12.2
342
+ */
343
+ supportsSetpoints: (0, import_BitmapSchema.BitFlag)(1),
344
+ /**
345
+ * Supports user-provided names
346
+ *
347
+ * This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
348
+ * field on the encompassing ScheduleTypeStruct supports setting the value of the Name field.
349
+ *
350
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.12.3
351
+ */
352
+ supportsNames: (0, import_BitmapSchema.BitFlag)(2),
353
+ /**
354
+ * Supports transitioning to SystemModeOff
355
+ *
356
+ * This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
357
+ * field on the encompassing ScheduleTypeStruct supports setting its SystemMode field to Off.
358
+ *
359
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.12.4
360
+ */
361
+ supportsOff: (0, import_BitmapSchema.BitFlag)(3)
362
+ };
363
+ Thermostat2.TlvScheduleType = (0, import_TlvObject.TlvObject)({
364
+ /**
365
+ * This field shall specify a SystemModeEnum supported by this thermostat for Schedules. The only valid values
366
+ * for this field shall be Auto, Heat, and Cool.
367
+ *
368
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.33.1
369
+ */
370
+ systemMode: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
371
+ /**
372
+ * This field shall specify a limit for the number of Schedules for this SystemMode.
373
+ *
374
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.33.2
375
+ */
376
+ numberOfSchedules: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt8),
377
+ /**
378
+ * This field shall specify a bitmap of features for this schedule entry. At least one of SupportsPresets and
379
+ * SupportsSetpoints shall be set.
380
+ *
381
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.33.3
382
+ */
383
+ scheduleTypeFeatures: (0, import_TlvObject.TlvField)(2, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt16, Thermostat2.ScheduleTypeFeatures))
384
+ });
385
+ Thermostat2.TlvScheduleTransition = (0, import_TlvObject.TlvObject)({
386
+ /**
387
+ * This field shall specify a bitmask of days of the week that the transition applies to. The Vacation bit
388
+ * shall NOT be set; vacation schedules shall be set via the vacation preset.
389
+ *
390
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.32.1
391
+ */
392
+ dayOfWeek: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt8, Thermostat2.ScheduleDayOfWeek)),
393
+ /**
394
+ * This shall specify the time of day at which the transition becomes active, in terms of minutes within the
395
+ * day representing the wall clock, where 0 is 00:00:00, 1 is 00:01:00 and 1439 is 23:59:00.
396
+ *
397
+ * Handling of transitions during the changeover of Daylight Saving Time is implementation-dependent.
398
+ *
399
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.32.2
400
+ */
401
+ transitionTime: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvUInt16.bound({ max: 1439 })),
402
+ /**
403
+ * This field shall specify the preset used at the TransitionTime. If this field is provided, then the
404
+ * SystemMode, CoolingSetpoint and HeatingSetpoint fields shall NOT be provided.
405
+ *
406
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.32.3
407
+ */
408
+ presetHandle: (0, import_TlvObject.TlvOptionalField)(2, import_TlvString.TlvByteString.bound({ maxLength: 16 })),
409
+ /**
410
+ * This shall specify the default mode to which the thermostat will switch for this transition, overriding the
411
+ * default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
412
+ * shall only be included when the required system mode differs from the schedule’s default SystemMode.
413
+ *
414
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.32.4
415
+ */
416
+ systemMode: (0, import_TlvObject.TlvOptionalField)(3, (0, import_TlvNumber.TlvEnum)()),
417
+ /**
418
+ * This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
419
+ * NOT be included. Refer to Setpoint Limits for value constraints.
420
+ *
421
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.32.5
422
+ */
423
+ coolingSetpoint: (0, import_TlvObject.TlvOptionalField)(4, import_TlvNumber.TlvInt16),
424
+ /**
425
+ * This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
426
+ * NOT be included. Refer to Setpoint Limits for value constraints.
427
+ *
428
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.32.6
429
+ */
430
+ heatingSetpoint: (0, import_TlvObject.TlvOptionalField)(5, import_TlvNumber.TlvInt16)
431
+ });
432
+ Thermostat2.TlvSchedule = (0, import_TlvObject.TlvObject)({
433
+ /**
434
+ * This field shall indicate a device generated identifier for this schedule. It shall be unique on the device,
435
+ * and shall NOT be reused after the associated schedule has been deleted.
436
+ *
437
+ * This field shall only be null when the encompassing ScheduleStruct is appended to the Schedules attribute
438
+ * for the purpose of creating a new Schedule. Refer to Schedules for the creation of Schedule handles.
439
+ *
440
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.31.1
441
+ */
442
+ scheduleHandle: (0, import_TlvObject.TlvField)(0, (0, import_TlvNullable.TlvNullable)(import_TlvString.TlvByteString.bound({ maxLength: 16 }))),
443
+ /**
444
+ * This field shall specify the default thermostat system mode for transitions in this schedule. The only valid
445
+ * values for this field shall be Auto, Heat, and Cool.
446
+ *
447
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.31.2
448
+ */
449
+ systemMode: (0, import_TlvObject.TlvField)(1, (0, import_TlvNumber.TlvEnum)()),
450
+ /**
451
+ * This field shall specify a name for the ScheduleStruct.
452
+ *
453
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.31.3
454
+ */
455
+ name: (0, import_TlvObject.TlvOptionalField)(2, import_TlvString.TlvString.bound({ maxLength: 64 })),
456
+ /**
457
+ * This field shall indicate the default PresetHandle value for transitions in this schedule.
458
+ *
459
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.31.4
460
+ */
461
+ presetHandle: (0, import_TlvObject.TlvOptionalField)(3, import_TlvString.TlvByteString.bound({ maxLength: 16 })),
462
+ /**
463
+ * This field shall specify a list of transitions for the schedule.
464
+ *
465
+ * This field shall NOT contain more than one ScheduleStruct with the same TransitionTime field and overlapping
466
+ * DayOfWeek fields; i.e. there shall be no duplicate transitions.
467
+ *
468
+ * If the NumberOfScheduleTransitionsPerDay attribute is not null, then for each bit in
469
+ * ScheduleDayOfWeekBitmap, the number of transitions with that bit set in DayOfWeek shall NOT be greater than
470
+ * the value of the NumberOfScheduleTransitionsPerDay attribute.
471
+ *
472
+ * For the purposes of determining which ScheduleStruct in this list is currently active, the current time
473
+ * shall be the number of minutes past midnight in the display value of the current time, not the actual number
474
+ * of minutes that have elapsed since midnight. On days which transition into or out of daylight saving time,
475
+ * certain values may repeat or not occur during the transition period.
476
+ *
477
+ * A ScheduleTransitionStruct in this list shall be active if the current day of the week matches its DayOfWeek
478
+ * field and the current time is greater than or equal to the TransitionTime, but less than the TransitionTime
479
+ * on any other ScheduleTransitionStruct in the Transitions field whose DayOfWeek field also matches the
480
+ * current day of the week.
481
+ *
482
+ * If the current time is less than every ScheduleTransitionStruct whose DayOfWeek field also matches the
483
+ * current day of the week, the server shall attempt the same process to identify the active
484
+ * ScheduleTransitionStruct for the day preceding the previously attempted day of the week, repeating until an
485
+ * active ScheduleTransitionStruct is found or the attempted day is the current day of the week again. If no
486
+ * active ScheduleTransitionStruct is found, then the active ScheduleTransitionStruct shall be the
487
+ * ScheduleTransitionStruct with the largest TransitionTime field from the set of ScheduleTransitionStructs
488
+ * whose DayOfWeek field matches the current day of the week.
489
+ *
490
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.31.5
491
+ */
492
+ transitions: (0, import_TlvObject.TlvField)(4, (0, import_TlvArray.TlvArray)(Thermostat2.TlvScheduleTransition, { minLength: 1 })),
493
+ /**
494
+ * This field shall indicate whether the schedule is marked as "built-in", meaning that it can be modified, but
495
+ * it cannot be deleted.
496
+ *
497
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.31.6
498
+ */
499
+ builtIn: (0, import_TlvObject.TlvField)(5, (0, import_TlvNullable.TlvNullable)(import_TlvBoolean.TlvBoolean))
500
+ });
501
+ Thermostat2.TlvSetActiveScheduleRequest = (0, import_TlvObject.TlvObject)({
502
+ /**
503
+ * This field shall specify the value of the ScheduleHandle field on the ScheduleStruct to be made active.
504
+ *
505
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.10.8.1
506
+ */
507
+ scheduleHandle: (0, import_TlvObject.TlvField)(0, import_TlvString.TlvByteString.bound({ maxLength: 16 }))
508
+ });
210
509
  Thermostat2.HvacSystemType = {
211
510
  /**
212
511
  * Stage of cooling the HVAC system is using.
@@ -223,7 +522,7 @@ var Thermostat;
223
522
  *
224
523
  * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.6.1
225
524
  */
226
- coolingStage: (0, import_BitmapSchema.BitField)(0, 2),
525
+ coolingStage: (0, import_BitmapSchema.BitField)(1, 0),
227
526
  /**
228
527
  * Stage of heating the HVAC system is using.
229
528
  *
@@ -239,7 +538,7 @@ var Thermostat;
239
538
  *
240
539
  * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.6.2
241
540
  */
242
- heatingStage: (0, import_BitmapSchema.BitField)(2, 2),
541
+ heatingStage: (0, import_BitmapSchema.BitField)(3, 0),
243
542
  /**
244
543
  * Is the heating type Heat Pump.
245
544
  *
@@ -275,7 +574,7 @@ var Thermostat;
275
574
  *
276
575
  * This bit shall be supported if the OutdoorTemperature attribute is supported.
277
576
  *
278
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.9.1
577
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.8.11.1
279
578
  */
280
579
  outdoorTemperature: (0, import_BitmapSchema.BitFlag)(1),
281
580
  /**
@@ -292,18 +591,6 @@ var Thermostat;
292
591
  ControlSequenceOfOperation2[ControlSequenceOfOperation2["CoolingAndHeating"] = 4] = "CoolingAndHeating";
293
592
  ControlSequenceOfOperation2[ControlSequenceOfOperation2["CoolingAndHeatingWithReheat"] = 5] = "CoolingAndHeatingWithReheat";
294
593
  })(ControlSequenceOfOperation = Thermostat2.ControlSequenceOfOperation || (Thermostat2.ControlSequenceOfOperation = {}));
295
- let SystemMode;
296
- ((SystemMode2) => {
297
- SystemMode2[SystemMode2["Off"] = 0] = "Off";
298
- SystemMode2[SystemMode2["Auto"] = 1] = "Auto";
299
- SystemMode2[SystemMode2["Cool"] = 3] = "Cool";
300
- SystemMode2[SystemMode2["Heat"] = 4] = "Heat";
301
- SystemMode2[SystemMode2["EmergencyHeat"] = 5] = "EmergencyHeat";
302
- SystemMode2[SystemMode2["Precooling"] = 6] = "Precooling";
303
- SystemMode2[SystemMode2["FanOnly"] = 7] = "FanOnly";
304
- SystemMode2[SystemMode2["Dry"] = 8] = "Dry";
305
- SystemMode2[SystemMode2["Sleep"] = 9] = "Sleep";
306
- })(SystemMode = Thermostat2.SystemMode || (Thermostat2.SystemMode = {}));
307
594
  let TemperatureSetpointHold;
308
595
  ((TemperatureSetpointHold2) => {
309
596
  TemperatureSetpointHold2[TemperatureSetpointHold2["SetpointHoldOff"] = 0] = "SetpointHoldOff";
@@ -325,27 +612,27 @@ var Thermostat;
325
612
  };
326
613
  Thermostat2.RelayState = {
327
614
  /**
328
- * Heat State On
615
+ * Heat Stage On
329
616
  */
330
617
  heat: (0, import_BitmapSchema.BitFlag)(0),
331
618
  /**
332
- * Cool State On
619
+ * Cool Stage On
333
620
  */
334
621
  cool: (0, import_BitmapSchema.BitFlag)(1),
335
622
  /**
336
- * Fan State On
623
+ * Fan Stage On
337
624
  */
338
625
  fan: (0, import_BitmapSchema.BitFlag)(2),
339
626
  /**
340
- * Heat 2nd State On
627
+ * Heat 2nd Stage On
341
628
  */
342
629
  heatStage2: (0, import_BitmapSchema.BitFlag)(3),
343
630
  /**
344
- * Cool 2nd State On
631
+ * Cool 2nd Stage On
345
632
  */
346
633
  coolStage2: (0, import_BitmapSchema.BitFlag)(4),
347
634
  /**
348
- * Fan 2nd State On
635
+ * Fan 2nd Stage On
349
636
  */
350
637
  fanStage2: (0, import_BitmapSchema.BitFlag)(5),
351
638
  /**
@@ -422,7 +709,18 @@ var Thermostat;
422
709
  SetpointRaiseLowerMode2[SetpointRaiseLowerMode2["Both"] = 2] = "Both";
423
710
  })(SetpointRaiseLowerMode = Thermostat2.SetpointRaiseLowerMode || (Thermostat2.SetpointRaiseLowerMode = {}));
424
711
  Thermostat2.TlvSetpointRaiseLowerRequest = (0, import_TlvObject.TlvObject)({
712
+ /**
713
+ * The field shall specify which setpoints are to be adjusted.
714
+ *
715
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.10.1.1
716
+ */
425
717
  mode: (0, import_TlvObject.TlvField)(0, (0, import_TlvNumber.TlvEnum)()),
718
+ /**
719
+ * This field shall indicate the amount (possibly negative) that should be added to the setpoint(s), in steps
720
+ * of 0.1°C.
721
+ *
722
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.10.1.2
723
+ */
426
724
  amount: (0, import_TlvObject.TlvField)(1, import_TlvNumber.TlvInt8)
427
725
  });
428
726
  Thermostat2.AlarmCode = {
@@ -445,7 +743,7 @@ var Thermostat;
445
743
  * Indicates whether the heated/cooled space is occupied or not, as measured locally or remotely (over the
446
744
  * network).
447
745
  *
448
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.5
746
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.4
449
747
  */
450
748
  occupancy: (0, import_Cluster.Attribute)(
451
749
  2,
@@ -457,7 +755,12 @@ var Thermostat;
457
755
  Thermostat2.HeatingComponent = import_MutableCluster.MutableCluster.Component({
458
756
  attributes: {
459
757
  /**
460
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9
758
+ * Indicates the absolute minimum level that the heating setpoint may be set to. This is a limitation
759
+ * imposed by the manufacturer.
760
+ *
761
+ * Refer to Setpoint Limits for constraints
762
+ *
763
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.5
461
764
  */
462
765
  absMinHeatSetpointLimit: (0, import_Cluster.OptionalFixedAttribute)(3, import_TlvNumber.TlvInt16, { default: 700 }),
463
766
  /**
@@ -470,25 +773,30 @@ var Thermostat;
470
773
  *
471
774
  * This attribute is reported regularly and may be used to control a heating device.
472
775
  *
473
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.11
776
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.10
474
777
  */
475
778
  piHeatingDemand: (0, import_Cluster.OptionalAttribute)(8, import_TlvNumber.TlvUInt8.bound({ max: 100 })),
476
779
  /**
477
- * Indicates the heating mode setpoint when the room is occupied.
780
+ * Indicates the heating mode setpoint when the room is occupied. Refer to Setpoint Limits for constraints.
781
+ *
782
+ * If an attempt is made to set this attribute to a value greater than MaxHeatSetpointLimit or less than
783
+ * MinHeatSetpointLimit, a response with the status code CONSTRAINT_ERROR shall be returned.
784
+ *
785
+ * If this attribute is set to a value that is greater than
478
786
  *
479
- * Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute such that these
480
- * constraints are violated, a response with the status code CONSTRAINT_ERROR shall be returned.
787
+ * Band), the value of OccupiedCoolingSetpoint shall be adjusted to (OccupiedHeatingSetpoint +
788
+ * MinSetpointDeadBand).
481
789
  *
482
790
  * If the occupancy status of the room is unknown, this attribute shall be used as the heating mode
483
791
  * setpoint.
484
792
  *
485
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.15
793
+ * If a client changes the value of this attribute, the server supports the PRES feature, and the server
794
+ * either does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value
795
+ * of the ActivePresetHandle attribute shall be set to null.
796
+ *
797
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.14
486
798
  */
487
- occupiedHeatingSetpoint: (0, import_Cluster.WritableAttribute)(
488
- 18,
489
- import_TlvNumber.TlvInt16,
490
- { scene: true, persistent: true, default: 2e3 }
491
- ),
799
+ occupiedHeatingSetpoint: (0, import_Cluster.WritableAttribute)(18, import_TlvNumber.TlvInt16, { persistent: true, default: 2e3 }),
492
800
  /**
493
801
  * Indicates the minimum level that the heating setpoint may be set to.
494
802
  *
@@ -502,7 +810,7 @@ var Thermostat;
502
810
  * which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
503
811
  * response with the status code CONSTRAINT_ERROR shall be returned.
504
812
  *
505
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.18
813
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.17
506
814
  */
507
815
  minHeatSetpointLimit: (0, import_Cluster.OptionalWritableAttribute)(
508
816
  21,
@@ -518,7 +826,7 @@ var Thermostat;
518
826
  * which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
519
827
  * response with the status code CONSTRAINT_ERROR shall be returned.
520
828
  *
521
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.19
829
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.18
522
830
  */
523
831
  maxHeatSetpointLimit: (0, import_Cluster.OptionalWritableAttribute)(
524
832
  22,
@@ -530,12 +838,7 @@ var Thermostat;
530
838
  Thermostat2.CoolingComponent = import_MutableCluster.MutableCluster.Component({
531
839
  attributes: {
532
840
  /**
533
- * Indicates the absolute minimum level that the cooling setpoint may be set to. This is a limitation
534
- * imposed by the manufacturer.
535
- *
536
- * Refer to Setpoint Limits for constraints
537
- *
538
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.8
841
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9
539
842
  */
540
843
  absMinCoolSetpointLimit: (0, import_Cluster.OptionalFixedAttribute)(5, import_TlvNumber.TlvInt16, { default: 1600 }),
541
844
  /**
@@ -544,7 +847,7 @@ var Thermostat;
544
847
  *
545
848
  * Refer to Setpoint Limits for constraints
546
849
  *
547
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.9
850
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.8
548
851
  */
549
852
  absMaxCoolSetpointLimit: (0, import_Cluster.OptionalFixedAttribute)(6, import_TlvNumber.TlvInt16, { default: 3200 }),
550
853
  /**
@@ -553,25 +856,29 @@ var Thermostat;
553
856
  *
554
857
  * This attribute is reported regularly and may be used to control a cooling device.
555
858
  *
556
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.10
859
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.9
557
860
  */
558
861
  piCoolingDemand: (0, import_Cluster.OptionalAttribute)(7, import_TlvNumber.TlvUInt8.bound({ max: 100 })),
559
862
  /**
560
- * Indicates the cooling mode setpoint when the room is occupied.
863
+ * Indicates the cooling mode setpoint when the room is occupied. Refer to Setpoint Limits for constraints.
864
+ *
865
+ * If an attempt is made to set this attribute to a value greater than MaxCoolSetpointLimit or less than
866
+ * MinCoolSetpointLimit, a response with the status code CONSTRAINT_ERROR shall be returned.
561
867
  *
562
- * Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute such that these
563
- * constraints are violated, a response with the status code CONSTRAINT_ERROR shall be returned.
868
+ * If this attribute is set to a value that is less than (OccupiedHeatingSetpoint + MinSetpointDeadBand),
869
+ * the value of OccupiedHeatingSetpoint shall be adjusted to (OccupiedCoolingSetpoint -
870
+ * MinSetpointDeadBand).
564
871
  *
565
872
  * If the occupancy status of the room is unknown, this attribute shall be used as the cooling mode
566
873
  * setpoint.
567
874
  *
568
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.14
875
+ * If a client changes the value of this attribute, the server supports the PRES feature, and the server
876
+ * either does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value
877
+ * of the ActivePresetHandle attribute shall be set to null.
878
+ *
879
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.13
569
880
  */
570
- occupiedCoolingSetpoint: (0, import_Cluster.WritableAttribute)(
571
- 17,
572
- import_TlvNumber.TlvInt16,
573
- { scene: true, persistent: true, default: 2600 }
574
- ),
881
+ occupiedCoolingSetpoint: (0, import_Cluster.WritableAttribute)(17, import_TlvNumber.TlvInt16, { persistent: true, default: 2600 }),
575
882
  /**
576
883
  * Indicates the minimum level that the cooling setpoint may be set to.
577
884
  *
@@ -581,7 +888,7 @@ var Thermostat;
581
888
  * which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
582
889
  * response with the status code CONSTRAINT_ERROR shall be returned.
583
890
  *
584
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.20
891
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.19
585
892
  */
586
893
  minCoolSetpointLimit: (0, import_Cluster.OptionalWritableAttribute)(
587
894
  23,
@@ -597,7 +904,7 @@ var Thermostat;
597
904
  * which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
598
905
  * response with the status code CONSTRAINT_ERROR shall be returned.
599
906
  *
600
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.21
907
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.20
601
908
  */
602
909
  maxCoolSetpointLimit: (0, import_Cluster.OptionalWritableAttribute)(
603
910
  24,
@@ -620,7 +927,12 @@ var Thermostat;
620
927
  * (e.g., out of the range supported by the Thermostat server), the Thermostat server shall respond with a
621
928
  * status of SUCCESS and set the value of LocalTemperatureCalibration to the upper or lower limit reached.
622
929
  *
623
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.13
930
+ * NOTE
931
+ *
932
+ * Prior to revision 8 of this cluster specification the value of this attribute was constrained to a range
933
+ * of -2.5°C to 2.5°C.
934
+ *
935
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.12
624
936
  */
625
937
  localTemperatureCalibration: (0, import_Cluster.OptionalWritableAttribute)(
626
938
  16,
@@ -632,14 +944,23 @@ var Thermostat;
632
944
  Thermostat2.CoolingAndOccupancyComponent = import_MutableCluster.MutableCluster.Component({
633
945
  attributes: {
634
946
  /**
635
- * Indicates the cooling mode setpoint when the room is unoccupied.
947
+ * Indicates the cooling mode setpoint when the room is unoccupied. Refer to Setpoint Limits for
948
+ * constraints.
949
+ *
950
+ * If an attempt is made to set this attribute to a value greater than MaxCoolSetpointLimit or less than
951
+ * MinCoolSetpointLimit, a response with the status code CONSTRAINT_ERROR shall be returned.
636
952
  *
637
- * Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute such that these
638
- * constraints are violated, a response with the status code CONSTRAINT_ERROR shall be returned.
953
+ * If this attribute is set to a value that is less than (UnoccupiedHeatingSetpoint + MinSetpointDeadBand),
954
+ * the value of UnoccupiedHeatingSetpoint shall be adjusted to (UnoccupiedCoolingSetpoint -
955
+ * MinSetpointDeadBand).
639
956
  *
640
957
  * If the occupancy status of the room is unknown, this attribute shall NOT be used.
641
958
  *
642
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.16
959
+ * If a client changes the value of this attribute, the server supports the PRES and OCC features, and the
960
+ * Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall
961
+ * be set to null.
962
+ *
963
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.15
643
964
  */
644
965
  unoccupiedCoolingSetpoint: (0, import_Cluster.WritableAttribute)(19, import_TlvNumber.TlvInt16, { persistent: true, default: 2600 })
645
966
  }
@@ -647,14 +968,24 @@ var Thermostat;
647
968
  Thermostat2.HeatingAndOccupancyComponent = import_MutableCluster.MutableCluster.Component({
648
969
  attributes: {
649
970
  /**
650
- * Indicates the heating mode setpoint when the room is unoccupied.
971
+ * Indicates the heating mode setpoint when the room is unoccupied. Refer to Setpoint Limits for
972
+ * constraints.
973
+ *
974
+ * If an attempt is made to set this attribute to a value greater than MaxHeatSetpointLimit or less than
975
+ * MinHeatSetpointLimit, a response with the status code CONSTRAINT_ERROR shall be returned.
651
976
  *
652
- * Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute such that these
653
- * constraints are violated, a response with the status code CONSTRAINT_ERROR shall be returned.
977
+ * If this attribute is set to a value that is greater than (UnoccupiedCoolingSetpoint -
978
+ * MinSetpointDeadBand), the value of UnoccupiedCoolingSetpoint shall be adjusted to
979
+ *
980
+ * + MinSetpointDeadBand).
654
981
  *
655
982
  * If the occupancy status of the room is unknown, this attribute shall NOT be used.
656
983
  *
657
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.17
984
+ * If a client changes the value of this attribute, the server supports the PRES and OCC features, and the
985
+ * Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall
986
+ * be set to null.
987
+ *
988
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.16
658
989
  */
659
990
  unoccupiedHeatingSetpoint: (0, import_Cluster.WritableAttribute)(20, import_TlvNumber.TlvInt16, { persistent: true, default: 2e3 })
660
991
  }
@@ -665,21 +996,31 @@ var Thermostat;
665
996
  * On devices which support the AUTO feature, this attribute shall indicate the minimum difference between
666
997
  * the Heat Setpoint and the Cool Setpoint.
667
998
  *
668
- * Refer to Setpoint Limits for constraints. If an attempt is made to set this attribute to a value which
669
- * conflicts with setpoint values then those setpoints shall be adjusted by the minimum amount to permit
670
- * this attribute to be set to the desired value. If an attempt is made to set this attribute to a value
671
- * which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
672
- * response with the status code CONSTRAINT_ERROR shall be returned.
999
+ * Refer to Setpoint Limits for constraints.
673
1000
  *
674
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.22
1001
+ * NOTE
1002
+ *
1003
+ * Prior to revision 8 of this cluster specification the value of this attribute was constrained to a range
1004
+ * of 0°C to 2.5°C.
1005
+ *
1006
+ * NOTE
1007
+ *
1008
+ * For backwards compatibility, this attribute is optionally writeable. However any writes to this
1009
+ * attribute shall be silently ignored.
1010
+ *
1011
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.21
675
1012
  */
676
- minSetpointDeadBand: (0, import_Cluster.WritableAttribute)(25, import_TlvNumber.TlvInt8, { persistent: true, writeAcl: import_model.AccessLevel.Manage }),
1013
+ minSetpointDeadBand: (0, import_Cluster.WritableAttribute)(
1014
+ 25,
1015
+ import_TlvNumber.TlvInt8.bound({ min: 0 }),
1016
+ { persistent: true, writeAcl: import_model.AccessLevel.Manage }
1017
+ ),
677
1018
  /**
678
1019
  * Indicates the running mode of the thermostat. This attribute uses the same values as SystemModeEnum but
679
1020
  * can only be Off, Cool or Heat. This attribute is intended to provide additional information when the
680
1021
  * thermostat’s system mode is in auto mode.
681
1022
  *
682
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.27
1023
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.26
683
1024
  */
684
1025
  thermostatRunningMode: (0, import_Cluster.OptionalAttribute)(
685
1026
  30,
@@ -697,54 +1038,34 @@ var Thermostat;
697
1038
  * This attribute may be able to be used as the base to determine if the device supports weekly scheduling
698
1039
  * by reading the attribute. Successful response means that the weekly scheduling is supported.
699
1040
  *
700
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.28
1041
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.27
701
1042
  */
702
1043
  startOfWeek: (0, import_Cluster.FixedAttribute)(32, (0, import_TlvNumber.TlvEnum)()),
703
1044
  /**
704
1045
  * Indicates how many weekly schedule transitions the thermostat is capable of handling.
705
1046
  *
706
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.29
1047
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.28
707
1048
  */
708
1049
  numberOfWeeklyTransitions: (0, import_Cluster.FixedAttribute)(33, import_TlvNumber.TlvUInt8, { default: 0 }),
709
1050
  /**
710
1051
  * Indicates how many daily schedule transitions the thermostat is capable of handling.
711
1052
  *
712
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.30
1053
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.29
713
1054
  */
714
1055
  numberOfDailyTransitions: (0, import_Cluster.FixedAttribute)(34, import_TlvNumber.TlvUInt8, { default: 0 })
715
1056
  },
716
1057
  commands: {
717
1058
  /**
718
- * Upon receipt, the weekly schedule for updating setpoints shall be stored in the thermostat and SHOULD
719
- * begin at the time of receipt. A status code shall be sent in response.
720
- *
721
- * When a command is received that requires a total number of transitions greater than the device supports,
722
- * the status of the response shall be INSUFFICIENT_SPACE.
723
- *
724
- * When any of the setpoints sent in the sequence is out of range (AbsMin/MaxSetPointLimit), or when the
725
- * Mode for Sequence field includes a mode not supported by the device, the status of the response shall be
726
- * CONSTRAINT_ERROR and no setpoints from the entire sequence SHOULD be used.
727
- *
728
- * When an overlapping transition is detected, the status of the response shall be FAILURE.
729
- *
730
- * When a device which does not support multiple days in a command receives a command with more than one
731
- * bit set in the DayOfWeekForSequence field, or when a device which does not support multiple modes in a
732
- * command receives a command with more than one bit set in the ModeForSequence field, or when the contents
733
- * of the Transitions field does not agree with NumberOfTransitionsForSequence, DayOfWeekForSequence or
734
- * ModeForSequence, the status of the response shall be INVALID_COMMAND.
735
- *
736
- * When the transitions could be added successfully, the status of the response shall be SUCCESS.
737
- *
738
- * The set weekly schedule command is used to update the thermostat weekly setpoint schedule from a
739
- * management system. If the thermostat already has a weekly setpoint schedule programmed, then it SHOULD
740
- * replace each daily setpoint set as it receives the updates from the management system. For example, if
741
- * the thermostat has 4 setpoints for every day of the week and is sent a Set Weekly Schedule command with
742
- * one setpoint for Saturday then the thermostat SHOULD remove all 4 setpoints for Saturday and replace
743
- * those with the updated setpoint but leave all other days unchanged. If the schedule is larger than what
744
- * fits in one frame or contains more than 10 transitions, the schedule shall then be sent using multiple
745
- * Set Weekly Schedule Commands.
746
- *
747
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.10.4
1059
+ * This command is used to update the thermostat weekly setpoint schedule from a management system. If the
1060
+ * thermostat already has a weekly setpoint schedule programmed, then it SHOULD replace each daily setpoint
1061
+ * set as it receives the updates from the management system. For example, if the thermostat has 4
1062
+ * setpoints for every day of the week and is sent a SetWeeklySchedule command with one setpoint for
1063
+ * Saturday then the thermostat SHOULD remove all 4 setpoints for Saturday and replace those with the
1064
+ * updated setpoint but leave all other days unchanged. If the schedule is larger than what fits in one
1065
+ * frame or contains more than 10 transitions, the schedule shall then be sent using multiple
1066
+ * SetWeeklySchedule Commands.
1067
+ *
1068
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.10.2
748
1069
  */
749
1070
  setWeeklySchedule: (0, import_Cluster.Command)(
750
1071
  1,
@@ -754,12 +1075,7 @@ var Thermostat;
754
1075
  { invokeAcl: import_model.AccessLevel.Manage }
755
1076
  ),
756
1077
  /**
757
- * Upon receipt, the unit SHOULD send in return the Get Weekly Schedule Response command. The Days to
758
- * Return and Mode to Return fields are defined as bitmask for the flexibility to support multiple days and
759
- * multiple modes within one command. If thermostat cannot handle incoming command with multiple days
760
- * and/or multiple modes within one command, it shall send default response of INVALID_COMMAND in return.
761
- *
762
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.10.5
1078
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.10.3
763
1079
  */
764
1080
  getWeeklySchedule: (0, import_Cluster.Command)(2, Thermostat2.TlvGetWeeklyScheduleRequest, 0, Thermostat2.TlvGetWeeklyScheduleResponse),
765
1081
  /**
@@ -768,7 +1084,7 @@ var Thermostat;
768
1084
  * Upon receipt, all transitions currently stored shall be cleared and a default response of SUCCESS shall
769
1085
  * be sent in response. There are no error responses to this command.
770
1086
  *
771
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.10.7
1087
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.10.5
772
1088
  */
773
1089
  clearWeeklySchedule: (0, import_Cluster.Command)(3, import_TlvNoArguments.TlvNoArguments, 3, import_Cluster.TlvNoResponse, { invokeAcl: import_model.AccessLevel.Manage })
774
1090
  }
@@ -796,7 +1112,7 @@ var Thermostat;
796
1112
  * Thermostat server shall set its OccupiedSetback value to OccupiedSetbackMin and shall send a Write
797
1113
  * Attribute Response command with a Status Code field enumeration of SUCCESS response.
798
1114
  *
799
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.38
1115
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.37
800
1116
  */
801
1117
  occupiedSetback: (0, import_Cluster.WritableAttribute)(
802
1118
  52,
@@ -809,7 +1125,7 @@ var Thermostat;
809
1125
  *
810
1126
  * The null value indicates the attribute is unused.
811
1127
  *
812
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.39
1128
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.38
813
1129
  */
814
1130
  occupiedSetbackMin: (0, import_Cluster.FixedAttribute)(53, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt8), { default: null }),
815
1131
  /**
@@ -818,7 +1134,7 @@ var Thermostat;
818
1134
  *
819
1135
  * The null value indicates the attribute is unused.
820
1136
  *
821
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.40
1137
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.39
822
1138
  */
823
1139
  occupiedSetbackMax: (0, import_Cluster.FixedAttribute)(54, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt8), { default: null })
824
1140
  }
@@ -847,7 +1163,7 @@ var Thermostat;
847
1163
  * the Thermostat server shall set its UnoccupiedSetback value to UnoccupiedSetbackMin and shall send a
848
1164
  * Write Attribute Response command with a Status Code field enumeration of SUCCESS response.
849
1165
  *
850
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.41
1166
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.40
851
1167
  */
852
1168
  unoccupiedSetback: (0, import_Cluster.WritableAttribute)(
853
1169
  55,
@@ -860,7 +1176,7 @@ var Thermostat;
860
1176
  *
861
1177
  * The null value indicates the attribute is unused.
862
1178
  *
863
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.42
1179
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.41
864
1180
  */
865
1181
  unoccupiedSetbackMin: (0, import_Cluster.FixedAttribute)(56, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt8), { default: null }),
866
1182
  /**
@@ -869,15 +1185,288 @@ var Thermostat;
869
1185
  *
870
1186
  * The null value indicates the attribute is unused.
871
1187
  *
872
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.43
1188
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.42
873
1189
  */
874
1190
  unoccupiedSetbackMax: (0, import_Cluster.FixedAttribute)(57, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt8), { default: null })
875
1191
  }
876
1192
  });
1193
+ Thermostat2.PresetsComponent = import_MutableCluster.MutableCluster.Component({
1194
+ attributes: {
1195
+ /**
1196
+ * Indicates the supported PresetScenarioEnum values, limits on how many presets can be created for each
1197
+ * PresetScenarioEnum, and whether or not a thermostat can transition automatically to a given scenario.
1198
+ *
1199
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.52
1200
+ */
1201
+ presetTypes: (0, import_Cluster.FixedAttribute)(72, (0, import_TlvArray.TlvArray)(Thermostat2.TlvPresetType), { default: [] }),
1202
+ /**
1203
+ * Indicates the maximum number of entries supported by the Presets attribute.
1204
+ *
1205
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.54
1206
+ */
1207
+ numberOfPresets: (0, import_Cluster.FixedAttribute)(74, import_TlvNumber.TlvUInt8, { default: 0 }),
1208
+ /**
1209
+ * Indicates the PresetHandle of the active preset. If this attribute is null, then there is no active
1210
+ * preset.
1211
+ *
1212
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.58
1213
+ */
1214
+ activePresetHandle: (0, import_Cluster.Attribute)(
1215
+ 78,
1216
+ (0, import_TlvNullable.TlvNullable)(import_TlvString.TlvByteString.bound({ maxLength: 16 })),
1217
+ { persistent: true, default: null }
1218
+ ),
1219
+ /**
1220
+ * This attribute shall contain the current list of configured presets. On receipt of a write request:
1221
+ *
1222
+ * 1. If the PresetHandle field is null, the PresetStruct shall be treated as an added preset, and the
1223
+ * device shall create a new unique value for the PresetHandle field.
1224
+ *
1225
+ * a. If the BuiltIn field is true, a response with the status code CONSTRAINT_ERROR shall be returned.
1226
+ *
1227
+ * 2. If the PresetHandle field is not null, the PresetStruct shall be treated as a modification of an
1228
+ * existing preset.
1229
+ *
1230
+ * a. If the value of the PresetHandle field does not match any of the existing presets, a response
1231
+ * with the status code NOT_FOUND shall be returned.
1232
+ *
1233
+ * b. If the value of the PresetHandle field is duplicated on multiple presets in the updated list, a
1234
+ * response with the status code CONSTRAINT_ERROR shall be returned.
1235
+ *
1236
+ * c. If the BuiltIn field is true, and the PresetStruct in the current value with a matching
1237
+ * PresetHandle field has a BuiltIn field set to false, a response with the status code
1238
+ * CONSTRAINT_ERROR shall be returned.
1239
+ *
1240
+ * d. If the BuiltIn field is false, and the PresetStruct in the current value with a matching
1241
+ * PresetHandle field has a BuiltIn field set to true, a response with the status code
1242
+ * CONSTRAINT_ERROR shall be returned.
1243
+ *
1244
+ * 3. If the specified PresetScenarioEnum value does not exist in PresetTypes, a response with the status
1245
+ * code CONSTRAINT_ERROR shall be returned.
1246
+ *
1247
+ * 4. If the Name is set, but the associated PresetTypeStruct does not have the SupportsNames bit set, a
1248
+ * response with the status code CONSTRAINT_ERROR shall be returned.
1249
+ *
1250
+ * 5. If appending the received PresetStruct to the pending list of Presets would cause the total number
1251
+ * of pending presets to exceed the value of the NumberOfPresets attribute, a response with the status
1252
+ * code RESOURCE_EXHAUSTED shall be returned.
1253
+ *
1254
+ * 6. If appending the received PresetStruct to the pending list of Presets would cause the total number
1255
+ * of pending presets whose PresetScenario field matches the appended preset’s PresetScenario field to
1256
+ * exceed the value of the NumberOfPresets field on the PresetTypeStruct whose PresetScenario matches
1257
+ * the appended preset’s PresetScenario field, a response with the status code RESOURCE_EXHAUSTED
1258
+ * shall be returned.
1259
+ *
1260
+ * 7. Otherwise, the write shall be pended until receipt of a commit request, and the status code SUCCESS
1261
+ * shall be returned.
1262
+ *
1263
+ * a. If the BuiltIn field is null:
1264
+ *
1265
+ * i. If there is a PresetStruct in the current value with a matching PresetHandle field, the BuiltIn
1266
+ * field on the pending PresetStruct shall be set to the value of the BuiltIn on the matching
1267
+ * PresetStruct.
1268
+ *
1269
+ * ii. Otherwise, the BuiltIn field on the pending PresetStruct shall be set to false.
1270
+ *
1271
+ * On an attempt to commit, the status of this attribute shall be determined as follows:
1272
+ *
1273
+ * 1. For all existing presets:
1274
+ *
1275
+ * a. If, after applying all pending changes, the updated value of the Presets attribute would not
1276
+ * contain a PresetStruct with a matching PresetHandle field, indicating the removal of the
1277
+ * PresetStruct, the server shall check for invalid removal of the PresetStruct:
1278
+ *
1279
+ * i. If the BuiltIn field is true on the removed PresetStruct, the attribute status shall be
1280
+ * CONSTRAINT_ERROR.
1281
+ *
1282
+ * ii. If the MSCH feature is supported and the removed PresetHandle would be referenced by any
1283
+ * PresetHandle on any ScheduleTransitionStruct on any ScheduleStruct in the updated value of
1284
+ * the Schedules attribute, the attribute status shall be INVALID_IN_STATE.
1285
+ *
1286
+ * iii. If the removed PresetHandle is equal to the value of the ActivePresetHandle attribute, the
1287
+ * attribute status shall be INVALID_IN_STATE.
1288
+ *
1289
+ * 2. Otherwise, the attribute status shall be SUCCESS.
1290
+ *
1291
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.60
1292
+ */
1293
+ presets: (0, import_Cluster.WritableAttribute)(
1294
+ 80,
1295
+ (0, import_TlvArray.TlvArray)(Thermostat2.TlvPreset),
1296
+ { persistent: true, default: [], writeAcl: import_model.AccessLevel.Manage }
1297
+ )
1298
+ },
1299
+ commands: {
1300
+ /**
1301
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.10.9
1302
+ */
1303
+ setActivePresetRequest: (0, import_Cluster.Command)(6, Thermostat2.TlvSetActivePresetRequest, 6, import_Cluster.TlvNoResponse)
1304
+ }
1305
+ });
1306
+ Thermostat2.MatterScheduleConfigurationComponent = import_MutableCluster.MutableCluster.Component({
1307
+ attributes: {
1308
+ /**
1309
+ * Indicates the supported SystemMode values for Schedules, limits on how many schedules can be created for
1310
+ * each SystemMode value, and whether or not a given SystemMode value supports transitions to Presets,
1311
+ * target setpoints, or both.
1312
+ *
1313
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.53
1314
+ */
1315
+ scheduleTypes: (0, import_Cluster.FixedAttribute)(73, (0, import_TlvArray.TlvArray)(Thermostat2.TlvScheduleType), { default: [] }),
1316
+ /**
1317
+ * Indicates the maximum number of entries supported by the Schedules attribute.
1318
+ *
1319
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.55
1320
+ */
1321
+ numberOfSchedules: (0, import_Cluster.FixedAttribute)(75, import_TlvNumber.TlvUInt8, { default: 0 }),
1322
+ /**
1323
+ * Indicates the maximum number of transitions per Schedules attribute entry.
1324
+ *
1325
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.56
1326
+ */
1327
+ numberOfScheduleTransitions: (0, import_Cluster.FixedAttribute)(76, import_TlvNumber.TlvUInt8, { default: 0 }),
1328
+ /**
1329
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9
1330
+ */
1331
+ numberOfScheduleTransitionPerDay: (0, import_Cluster.FixedAttribute)(77, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvUInt8), { default: null }),
1332
+ /**
1333
+ * Indicates the ScheduleHandle of the active schedule. A null value in this attribute indicates that there
1334
+ * is no active schedule.
1335
+ *
1336
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.59
1337
+ */
1338
+ activeScheduleHandle: (0, import_Cluster.Attribute)(
1339
+ 79,
1340
+ (0, import_TlvNullable.TlvNullable)(import_TlvString.TlvByteString.bound({ maxLength: 16 })),
1341
+ { persistent: true, default: null }
1342
+ ),
1343
+ /**
1344
+ * This attribute shall contain a list of ScheduleStructs. On receipt of a write request:
1345
+ *
1346
+ * 1. For all schedules in the write request:
1347
+ *
1348
+ * a. If the ScheduleHandle field is null, the ScheduleStruct shall be treated as an added schedule,
1349
+ * and the device shall create a new unique value for the ScheduleHandle field.
1350
+ *
1351
+ * i. If the BuiltIn field is true, a response with the status code CONSTRAINT_ERROR shall be
1352
+ * returned.
1353
+ *
1354
+ * b. Otherwise, if the ScheduleHandle field is not null, the ScheduleStruct shall be treated as a
1355
+ * modification of an existing schedule.
1356
+ *
1357
+ * i. If the value of the ScheduleHandle field does not match any of the existing schedules, a
1358
+ * response with the status code NOT_FOUND shall be returned.
1359
+ *
1360
+ * ii. If the BuiltIn field is true, and the ScheduleStruct in the current value with a matching
1361
+ * ScheduleHandle field has a BuiltIn field set to false, a response with the status code
1362
+ * CONSTRAINT_ERROR shall be returned.
1363
+ *
1364
+ * iii. If the BuiltIn field is false, and the ScheduleStruct in the current value with a matching
1365
+ * ScheduleHandle field has a BuiltIn field set to true, a response with the status code
1366
+ * CONSTRAINT_ERROR shall be returned.
1367
+ *
1368
+ * c. If the specified SystemMode does not exist in ScheduleTypes, a response with the status code
1369
+ * CONSTRAINT_ERROR shall be returned.
1370
+ *
1371
+ * d. If the number of transitions exceeds the NumberOfScheduleTransitions value, a response with the
1372
+ * status code RESOURCE_EXHAUSTED shall be returned.
1373
+ *
1374
+ * e. If the value of the NumberOfScheduleTransitionsPerDay attribute is not null, and the number of
1375
+ * transitions on any single day of the week exceeds the NumberOfScheduleTransitionsPerDay value, a
1376
+ * response with the status code RESOURCE_EXHAUSTED shall be returned.
1377
+ *
1378
+ * f. If the PresetHandle field is present, but the associated ScheduleTypeStruct does not have the
1379
+ * SupportsPresets bit set, a response with the status code CONSTRAINT_ERROR shall be returned.
1380
+ *
1381
+ * g. If the PresetHandle field is present, but after applying all pending changes, the Presets
1382
+ * attribute would not contain a PresetStruct whose PresetHandle field matches the value of the
1383
+ * PresetHandle field, a response with the status code CONSTRAINT_ERROR shall be returned.
1384
+ *
1385
+ * h. If the Name is set, but the associated ScheduleTypeStruct does not have the SupportsNames bit
1386
+ * set, a response with the status code CONSTRAINT_ERROR shall be returned.
1387
+ *
1388
+ * i. For all transitions in all schedules in the write request:
1389
+ *
1390
+ * i. If the PresetHandle field is present, but the ScheduleTypeStruct matching the value of the
1391
+ * SystemMode field on the encompassing ScheduleStruct does not have the SupportsPresets bit set,
1392
+ * a response with the status code CONSTRAINT_ERROR shall be returned.
1393
+ *
1394
+ * j. If the PresetHandle field is present, but after applying all pending changes, the Presets
1395
+ * attribute would not contain a PresetStruct whose PresetHandle field matches the value of the
1396
+ * PresetHandle field, a response with the status code CONSTRAINT_ERROR shall be returned.
1397
+ *
1398
+ * i. If the SystemMode field is present, but the ScheduleTypeStruct matching the value of the
1399
+ * SystemMode field on the encompassing ScheduleStruct does not have the SupportsSetpoints bit
1400
+ * set, a response with the status code CONSTRAINT_ERROR shall be returned.
1401
+ *
1402
+ * ii. If the SystemMode field is has a value of SystemModeOff, but the ScheduleTypeStruct matching
1403
+ * the value of the SystemMode field on the encompassing ScheduleStruct does not have the
1404
+ * SupportsOff bit set, a response with the status code CONSTRAINT_ERROR shall be returned.
1405
+ *
1406
+ * k. If the HeatingSetpoint field is present, but the ScheduleTypeStruct matching the value of the
1407
+ * SystemMode field on the encompassing ScheduleStruct does not have the SupportsSetpoints bit set,
1408
+ * a response with the status code CONSTRAINT_ERROR shall be returned.
1409
+ *
1410
+ * l. If the CoolingSetpoint field is present, but the ScheduleTypeStruct matching the value of the
1411
+ * SystemMode field on the encompassing ScheduleStruct does not have the SupportsSetpoints bit set,
1412
+ * a response with the status code CONSTRAINT_ERROR shall be returned.
1413
+ *
1414
+ * 2. If appending the received ScheduleStruct to the pending list of Schedules would cause the total
1415
+ * number of pending schedules to exceed the value of the NumberOfSchedules attribute, a response with
1416
+ * the status code RESOURCE_EXHAUSTED shall be returned.
1417
+ *
1418
+ * 3. If appending the received ScheduleStruct to the pending list of Schedules would cause the total
1419
+ * number of pending schedules whose SystemMode field matches the appended schedule’s SystemMode field
1420
+ * to exceed the value of the NumberOfSchedules field on the ScheduleTypeStruct whose SystemMode field
1421
+ * matches the appended schedule’s SystemMode field, a response with the status code
1422
+ * RESOURCE_EXHAUSTED shall be returned.
1423
+ *
1424
+ * 4. Otherwise, the write shall be pended until receipt of a commit request, and the attribute status
1425
+ * shall be SUCCESS.
1426
+ *
1427
+ * a. If the BuiltIn field is null:
1428
+ *
1429
+ * i. If there is a ScheduleStruct in the current value with a matching ScheduleHandle field, the
1430
+ * BuiltIn field on the pending ScheduleStruct shall be set to the value of the BuiltIn on the
1431
+ * matching ScheduleStruct.
1432
+ *
1433
+ * ii. Otherwise, the BuiltIn field on the pending ScheduleStruct shall be set to false.
1434
+ *
1435
+ * On an attempt to commit, the status of this attribute shall be determined as follows:
1436
+ *
1437
+ * 1. For all existing schedules:
1438
+ *
1439
+ * a. If, after applying all pending changes, the updated value of the Schedules attribute would not
1440
+ * contain a ScheduleStruct with a matching ScheduleHandle field, indicating the removal of the
1441
+ * ScheduleStruct, the server shall check for invalid removal of the ScheduleStruct:
1442
+ *
1443
+ * i. If the BuiltIn field is true on the removed ScheduleStruct, the attribute status shall be
1444
+ * CONSTRAINT_ERROR.
1445
+ *
1446
+ * ii. If the removed ScheduleHandle is equal to the value of the ActiveScheduleHandle attribute, the
1447
+ * attribute status shall be INVALID_IN_STATE.
1448
+ *
1449
+ * 2. Otherwise, the attribute status shall be SUCCESS.
1450
+ *
1451
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.61
1452
+ */
1453
+ schedules: (0, import_Cluster.WritableAttribute)(
1454
+ 81,
1455
+ (0, import_TlvArray.TlvArray)(Thermostat2.TlvSchedule),
1456
+ { persistent: true, default: [], writeAcl: import_model.AccessLevel.Manage }
1457
+ )
1458
+ },
1459
+ commands: {
1460
+ /**
1461
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.10.8
1462
+ */
1463
+ setActiveScheduleRequest: (0, import_Cluster.Command)(5, Thermostat2.TlvSetActiveScheduleRequest, 5, import_Cluster.TlvNoResponse)
1464
+ }
1465
+ });
877
1466
  Thermostat2.Base = import_MutableCluster.MutableCluster.Component({
878
1467
  id: 513,
879
1468
  name: "Thermostat",
880
- revision: 6,
1469
+ revision: 8,
881
1470
  features: {
882
1471
  /**
883
1472
  * Heating
@@ -924,7 +1513,19 @@ var Thermostat;
924
1513
  *
925
1514
  * @see {@link MatterSpecification.v13.Cluster} § 4.3.4.1
926
1515
  */
927
- localTemperatureNotExposed: (0, import_BitmapSchema.BitFlag)(6)
1516
+ localTemperatureNotExposed: (0, import_BitmapSchema.BitFlag)(6),
1517
+ /**
1518
+ * MatterScheduleConfiguration
1519
+ *
1520
+ * Supports enhanced schedules
1521
+ */
1522
+ matterScheduleConfiguration: (0, import_BitmapSchema.BitFlag)(7),
1523
+ /**
1524
+ * Presets
1525
+ *
1526
+ * Thermostat supports setpoint presets
1527
+ */
1528
+ presets: (0, import_BitmapSchema.BitFlag)(8)
928
1529
  },
929
1530
  attributes: {
930
1531
  /**
@@ -940,22 +1541,23 @@ var Thermostat;
940
1541
  * • Otherwise, if the LTNE feature is supported, there is no feedback externally available for the
941
1542
  * LocalTemperatureCalibration. In that case, the LocalTemperature attribute shall always report null.
942
1543
  *
943
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.3
1544
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.2
944
1545
  */
945
1546
  localTemperature: (0, import_Cluster.Attribute)(0, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvInt16), { default: null }),
946
1547
  /**
947
1548
  * Indicates the outdoor temperature, as measured locally or remotely (over the network).
948
1549
  *
949
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.4
1550
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.3
950
1551
  */
951
1552
  outdoorTemperature: (0, import_Cluster.OptionalAttribute)(1, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvInt16), { default: null }),
952
1553
  /**
953
1554
  * Indicates the HVAC system type controlled by the thermostat. If the thermostat uses physical DIP
954
- * switches to set these parameters, this information shall be available read-only from the DIP switches.
955
- * If these parameters are set via software, there shall be read/write access in order to provide remote
956
- * programming capability.
1555
+ * switches to set these parameters, this information shall be available read-only
957
1556
  *
958
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.12
1557
+ * from the DIP switches. If these parameters are set via software, there shall be read/write access in
1558
+ * order to provide remote programming capability.
1559
+ *
1560
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.11
959
1561
  * @deprecated
960
1562
  */
961
1563
  hvacSystemTypeConfiguration: (0, import_Cluster.OptionalWritableAttribute)(
@@ -973,7 +1575,7 @@ var Thermostat;
973
1575
  * If the LocalTemperature RemoteSensing bit is written with a value of 1 when the LTNE feature is present,
974
1576
  * the write shall fail and the server shall report a CONSTRAINT_ERROR.
975
1577
  *
976
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.23
1578
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.22
977
1579
  */
978
1580
  remoteSensing: (0, import_Cluster.OptionalWritableAttribute)(
979
1581
  26,
@@ -984,7 +1586,11 @@ var Thermostat;
984
1586
  * Indicates the overall operating environment of the thermostat, and thus the possible system modes that
985
1587
  * the thermostat can operate in.
986
1588
  *
987
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.24
1589
+ * If an attempt is made to write to this attribute, the server shall silently ignore the write and the
1590
+ * value of this attribute shall remain unchanged. This behavior is in place for backwards compatibility
1591
+ * with existing thermostats.
1592
+ *
1593
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.23
988
1594
  */
989
1595
  controlSequenceOfOperation: (0, import_Cluster.WritableAttribute)(
990
1596
  27,
@@ -995,12 +1601,12 @@ var Thermostat;
995
1601
  * Indicates the current operating mode of the thermostat. Its value shall be limited by the
996
1602
  * ControlSequenceOfOperation attribute.
997
1603
  *
998
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.25
1604
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.24
999
1605
  */
1000
1606
  systemMode: (0, import_Cluster.WritableAttribute)(
1001
1607
  28,
1002
1608
  (0, import_TlvNumber.TlvEnum)(),
1003
- { scene: true, persistent: true, default: 1 /* Auto */, writeAcl: import_model.AccessLevel.Manage }
1609
+ { persistent: true, default: 1 /* Auto */, writeAcl: import_model.AccessLevel.Manage }
1004
1610
  ),
1005
1611
  /**
1006
1612
  * Indicates the temperature hold status on the thermostat. If hold status is on, the thermostat SHOULD
@@ -1009,7 +1615,18 @@ var Thermostat;
1009
1615
  * If the thermostat supports setpoint hold for a specific duration, it SHOULD also implement the
1010
1616
  * TemperatureSetpointHoldDuration attribute.
1011
1617
  *
1012
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.31
1618
+ * If the server supports a setpoint hold for a specific duration, it SHOULD also implement the
1619
+ * SetpointHoldExpiryTimestamp attribute.
1620
+ *
1621
+ * If this attribute is updated to SetpointHoldOn and the TemperatureSetpointHoldDuration has a non- null
1622
+ * value and the SetpointHoldExpiryTimestamp is supported, the server shall update the
1623
+ * SetpointHoldExpiryTimestamp with a value of current UTC timestamp, in seconds, plus the value in
1624
+ * TemperatureSetpointHoldDuration multiplied by 60.
1625
+ *
1626
+ * If this attribute is updated to SetpointHoldOff and the SetpointHoldExpiryTimestamp is supported, the
1627
+ * server shall set the SetpointHoldExpiryTimestamp to null.
1628
+ *
1629
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.30
1013
1630
  */
1014
1631
  temperatureSetpointHold: (0, import_Cluster.OptionalWritableAttribute)(
1015
1632
  35,
@@ -1021,7 +1638,15 @@ var Thermostat;
1021
1638
  * specified duration SHOULD implement this attribute. The null value indicates the field is unused. All
1022
1639
  * other values are reserved.
1023
1640
  *
1024
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.32
1641
+ * If this attribute is updated to a non-null value and the TemperatureSetpointHold is set to
1642
+ * SetpointHoldOn and the SetpointHoldExpiryTimestamp is supported, the server shall update
1643
+ * SetpointHoldExpiryTimestamp with a value of current UTC timestamp, in seconds, plus the new value of
1644
+ * this attribute multiplied by 60.
1645
+ *
1646
+ * If this attribute is set to null and the SetpointHoldExpiryTimestamp is supported, the server shall set
1647
+ * the SetpointHoldExpiryTimestamp to null.
1648
+ *
1649
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.31
1025
1650
  */
1026
1651
  temperatureSetpointHoldDuration: (0, import_Cluster.OptionalWritableAttribute)(
1027
1652
  36,
@@ -1046,7 +1671,7 @@ var Thermostat;
1046
1671
  * Modifying the ScheduleActive bit does not clear or delete previous weekly schedule programming
1047
1672
  * configurations.
1048
1673
  *
1049
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.33
1674
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.32
1050
1675
  */
1051
1676
  thermostatProgrammingOperationMode: (0, import_Cluster.OptionalWritableAttribute)(
1052
1677
  37,
@@ -1057,7 +1682,7 @@ var Thermostat;
1057
1682
  * Indicates the current relay state of the heat, cool, and fan relays. Unimplemented outputs shall be
1058
1683
  * treated as if they were Off.
1059
1684
  *
1060
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.34
1685
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.33
1061
1686
  */
1062
1687
  thermostatRunningState: (0, import_Cluster.OptionalAttribute)(41, (0, import_TlvNumber.TlvBitmap)(import_TlvNumber.TlvUInt16, Thermostat2.RelayState)),
1063
1688
  /**
@@ -1069,7 +1694,7 @@ var Thermostat;
1069
1694
  * provider). Because automation services may initiate frequent setpoint changes, this attribute clearly
1070
1695
  * differentiates the source of setpoint changes made at the thermostat.
1071
1696
  *
1072
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.35
1697
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.34
1073
1698
  */
1074
1699
  setpointChangeSource: (0, import_Cluster.OptionalAttribute)(
1075
1700
  48,
@@ -1083,13 +1708,13 @@ var Thermostat;
1083
1708
  *
1084
1709
  * The null value indicates that the previous setpoint was unknown.
1085
1710
  *
1086
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.36
1711
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.35
1087
1712
  */
1088
1713
  setpointChangeAmount: (0, import_Cluster.OptionalAttribute)(49, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvInt16), { default: null }),
1089
1714
  /**
1090
1715
  * Indicates the time in UTC at which the SetpointChangeAmount attribute change was recorded.
1091
1716
  *
1092
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.37
1717
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.36
1093
1718
  */
1094
1719
  setpointChangeSourceTimestamp: (0, import_Cluster.OptionalAttribute)(50, import_TlvNumber.TlvEpochS, { default: 0 }),
1095
1720
  /**
@@ -1118,7 +1743,7 @@ var Thermostat;
1118
1743
  * when a setpoint is of a specified amount greater than the measured temperature. This allows the heated
1119
1744
  * space to be quickly heated to the desired level set by the user.
1120
1745
  *
1121
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.44
1746
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.43
1122
1747
  */
1123
1748
  emergencyHeatDelta: (0, import_Cluster.OptionalWritableAttribute)(
1124
1749
  58,
@@ -1129,7 +1754,7 @@ var Thermostat;
1129
1754
  * Indicates the type of Mini Split ACTypeEnum of Mini Split AC is defined depending on how Cooling and
1130
1755
  * Heating condition is achieved by Mini Split AC.
1131
1756
  *
1132
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.45
1757
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.44
1133
1758
  */
1134
1759
  acType: (0, import_Cluster.OptionalWritableAttribute)(
1135
1760
  64,
@@ -1139,7 +1764,7 @@ var Thermostat;
1139
1764
  /**
1140
1765
  * Indicates capacity of Mini Split AC in terms of the format defined by the ACCapacityFormat attribute
1141
1766
  *
1142
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.46
1767
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.45
1143
1768
  */
1144
1769
  acCapacity: (0, import_Cluster.OptionalWritableAttribute)(
1145
1770
  65,
@@ -1149,7 +1774,7 @@ var Thermostat;
1149
1774
  /**
1150
1775
  * Indicates type of refrigerant used within the Mini Split AC.
1151
1776
  *
1152
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.47
1777
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.46
1153
1778
  */
1154
1779
  acRefrigerantType: (0, import_Cluster.OptionalWritableAttribute)(
1155
1780
  66,
@@ -1159,7 +1784,7 @@ var Thermostat;
1159
1784
  /**
1160
1785
  * Indicates the type of compressor used within the Mini Split AC.
1161
1786
  *
1162
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.48
1787
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.47
1163
1788
  */
1164
1789
  acCompressorType: (0, import_Cluster.OptionalWritableAttribute)(
1165
1790
  67,
@@ -1169,7 +1794,7 @@ var Thermostat;
1169
1794
  /**
1170
1795
  * Indicates the type of errors encountered within the Mini Split AC.
1171
1796
  *
1172
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.49
1797
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.48
1173
1798
  */
1174
1799
  acErrorCode: (0, import_Cluster.OptionalWritableAttribute)(
1175
1800
  68,
@@ -1179,7 +1804,7 @@ var Thermostat;
1179
1804
  /**
1180
1805
  * Indicates the position of Louver on the AC.
1181
1806
  *
1182
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.50
1807
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.49
1183
1808
  */
1184
1809
  acLouverPosition: (0, import_Cluster.OptionalWritableAttribute)(
1185
1810
  69,
@@ -1189,27 +1814,38 @@ var Thermostat;
1189
1814
  /**
1190
1815
  * Indicates the temperature of the AC coil, as measured locally or remotely (over the network).
1191
1816
  *
1192
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.51
1817
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.50
1193
1818
  */
1194
1819
  acCoilTemperature: (0, import_Cluster.OptionalAttribute)(70, (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvInt16), { default: null }),
1195
1820
  /**
1196
1821
  * Indicates the format for the ACCapacity attribute.
1197
1822
  *
1198
- * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.52
1823
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.51
1199
1824
  */
1200
1825
  acCapacityFormat: (0, import_Cluster.OptionalWritableAttribute)(
1201
1826
  71,
1202
1827
  (0, import_TlvNumber.TlvEnum)(),
1203
1828
  { persistent: true, default: 0 /* BtUh */, writeAcl: import_model.AccessLevel.Manage }
1829
+ ),
1830
+ /**
1831
+ * If there is a known time when the TemperatureSetpointHold shall be cleared, this attribute shall contain
1832
+ * the timestamp in UTC indicating when that will happen. If there is no such known time, this attribute
1833
+ * shall be null.
1834
+ *
1835
+ * If the TemperatureSetpointHold is set to SetpointHoldOff or the TemperatureSetpointHoldDuration is set
1836
+ * to null, this attribute shall be set to null indicating there is no hold on the Thermostat either with
1837
+ * or without a duration.
1838
+ *
1839
+ * @see {@link MatterSpecification.v13.Cluster} § 4.3.9.62
1840
+ */
1841
+ setpointHoldExpiryTimestamp: (0, import_Cluster.OptionalAttribute)(
1842
+ 82,
1843
+ (0, import_TlvNullable.TlvNullable)(import_TlvNumber.TlvEpochS),
1844
+ { persistent: true, default: null }
1204
1845
  )
1205
1846
  },
1206
1847
  commands: {
1207
1848
  /**
1208
- * Upon receipt, the attributes for the indicated setpoint(s) shall have the amount specified in the Amount
1209
- * field added to them. If the resulting value is outside the limits imposed by MinCoolSetpointLimit,
1210
- * MaxCoolSetpointLimit, MinHeatSetpointLimit and MaxHeatSetpointLimit, the value is clamped to those
1211
- * limits. This is not considered an error condition.
1212
- *
1213
1849
  * @see {@link MatterSpecification.v13.Cluster} § 4.3.10.1
1214
1850
  */
1215
1851
  setpointRaiseLower: (0, import_Cluster.Command)(0, Thermostat2.TlvSetpointRaiseLowerRequest, 0, import_Cluster.TlvNoResponse)
@@ -1229,6 +1865,8 @@ var Thermostat;
1229
1865
  { flags: { scheduleConfiguration: true }, component: Thermostat2.ScheduleConfigurationComponent },
1230
1866
  { flags: { setback: true }, component: Thermostat2.SetbackComponent },
1231
1867
  { flags: { setback: true, occupancy: true }, component: Thermostat2.SetbackAndOccupancyComponent },
1868
+ { flags: { presets: true }, component: Thermostat2.PresetsComponent },
1869
+ { flags: { matterScheduleConfiguration: true }, component: Thermostat2.MatterScheduleConfigurationComponent },
1232
1870
  { flags: { autoMode: true, heating: false }, component: false },
1233
1871
  { flags: { autoMode: true, cooling: false }, component: false },
1234
1872
  { flags: { heating: false, cooling: false }, component: false }
@@ -1245,6 +1883,8 @@ var Thermostat;
1245
1883
  const SCH = { scheduleConfiguration: true };
1246
1884
  const SB = { setback: true };
1247
1885
  const SB_OCC = { setback: true, occupancy: true };
1886
+ const PRES = { presets: true };
1887
+ const MSCH = { matterScheduleConfiguration: true };
1248
1888
  Thermostat2.CompleteInstance = (0, import_MutableCluster.MutableCluster)({
1249
1889
  id: Thermostat2.Base.id,
1250
1890
  name: Thermostat2.Base.name,
@@ -1356,6 +1996,40 @@ var Thermostat;
1356
1996
  unoccupiedSetbackMax: import_MutableCluster.MutableCluster.AsConditional(
1357
1997
  Thermostat2.SetbackAndOccupancyComponent.attributes.unoccupiedSetbackMax,
1358
1998
  { mandatoryIf: [SB_OCC] }
1999
+ ),
2000
+ presetTypes: import_MutableCluster.MutableCluster.AsConditional(Thermostat2.PresetsComponent.attributes.presetTypes, { mandatoryIf: [PRES] }),
2001
+ scheduleTypes: import_MutableCluster.MutableCluster.AsConditional(
2002
+ Thermostat2.MatterScheduleConfigurationComponent.attributes.scheduleTypes,
2003
+ { mandatoryIf: [MSCH] }
2004
+ ),
2005
+ numberOfPresets: import_MutableCluster.MutableCluster.AsConditional(
2006
+ Thermostat2.PresetsComponent.attributes.numberOfPresets,
2007
+ { mandatoryIf: [PRES] }
2008
+ ),
2009
+ numberOfSchedules: import_MutableCluster.MutableCluster.AsConditional(
2010
+ Thermostat2.MatterScheduleConfigurationComponent.attributes.numberOfSchedules,
2011
+ { mandatoryIf: [MSCH] }
2012
+ ),
2013
+ numberOfScheduleTransitions: import_MutableCluster.MutableCluster.AsConditional(
2014
+ Thermostat2.MatterScheduleConfigurationComponent.attributes.numberOfScheduleTransitions,
2015
+ { mandatoryIf: [MSCH] }
2016
+ ),
2017
+ numberOfScheduleTransitionPerDay: import_MutableCluster.MutableCluster.AsConditional(
2018
+ Thermostat2.MatterScheduleConfigurationComponent.attributes.numberOfScheduleTransitionPerDay,
2019
+ { mandatoryIf: [MSCH] }
2020
+ ),
2021
+ activePresetHandle: import_MutableCluster.MutableCluster.AsConditional(
2022
+ Thermostat2.PresetsComponent.attributes.activePresetHandle,
2023
+ { mandatoryIf: [PRES] }
2024
+ ),
2025
+ activeScheduleHandle: import_MutableCluster.MutableCluster.AsConditional(
2026
+ Thermostat2.MatterScheduleConfigurationComponent.attributes.activeScheduleHandle,
2027
+ { mandatoryIf: [MSCH] }
2028
+ ),
2029
+ presets: import_MutableCluster.MutableCluster.AsConditional(Thermostat2.PresetsComponent.attributes.presets, { mandatoryIf: [PRES] }),
2030
+ schedules: import_MutableCluster.MutableCluster.AsConditional(
2031
+ Thermostat2.MatterScheduleConfigurationComponent.attributes.schedules,
2032
+ { mandatoryIf: [MSCH] }
1359
2033
  )
1360
2034
  },
1361
2035
  commands: {
@@ -1371,6 +2045,14 @@ var Thermostat;
1371
2045
  clearWeeklySchedule: import_MutableCluster.MutableCluster.AsConditional(
1372
2046
  Thermostat2.ScheduleConfigurationComponent.commands.clearWeeklySchedule,
1373
2047
  { mandatoryIf: [SCH] }
2048
+ ),
2049
+ setActiveScheduleRequest: import_MutableCluster.MutableCluster.AsConditional(
2050
+ Thermostat2.MatterScheduleConfigurationComponent.commands.setActiveScheduleRequest,
2051
+ { mandatoryIf: [MSCH] }
2052
+ ),
2053
+ setActivePresetRequest: import_MutableCluster.MutableCluster.AsConditional(
2054
+ Thermostat2.PresetsComponent.commands.setActivePresetRequest,
2055
+ { mandatoryIf: [PRES] }
1374
2056
  )
1375
2057
  }
1376
2058
  });