@matter/types 0.16.0-alpha.0-20251103-b47ffa15b → 0.16.0-alpha.0-20251106-4e10fd77b

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 (605) hide show
  1. package/dist/cjs/clusters/access-control.d.ts +250 -250
  2. package/dist/cjs/clusters/access-control.js +39 -39
  3. package/dist/cjs/clusters/account-login.d.ts +29 -29
  4. package/dist/cjs/clusters/account-login.js +11 -11
  5. package/dist/cjs/clusters/actions.d.ts +108 -108
  6. package/dist/cjs/clusters/actions.js +39 -39
  7. package/dist/cjs/clusters/administrator-commissioning.d.ts +54 -54
  8. package/dist/cjs/clusters/administrator-commissioning.js +12 -12
  9. package/dist/cjs/clusters/air-quality.d.ts +5 -5
  10. package/dist/cjs/clusters/air-quality.js +1 -1
  11. package/dist/cjs/clusters/alarm-base.d.ts +43 -43
  12. package/dist/cjs/clusters/alarm-base.js +14 -14
  13. package/dist/cjs/clusters/application-basic.d.ts +16 -16
  14. package/dist/cjs/clusters/application-basic.js +10 -10
  15. package/dist/cjs/clusters/application-launcher.d.ts +104 -104
  16. package/dist/cjs/clusters/application-launcher.js +13 -13
  17. package/dist/cjs/clusters/audio-output.d.ts +37 -37
  18. package/dist/cjs/clusters/audio-output.js +8 -8
  19. package/dist/cjs/clusters/basic-information.d.ts +55 -55
  20. package/dist/cjs/clusters/basic-information.js +35 -35
  21. package/dist/cjs/clusters/binding.d.ts +12 -12
  22. package/dist/cjs/clusters/binding.js +5 -5
  23. package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
  24. package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
  25. package/dist/cjs/clusters/boolean-state.d.ts +7 -7
  26. package/dist/cjs/clusters/boolean-state.js +3 -3
  27. package/dist/cjs/clusters/bridged-device-basic-information.d.ts +105 -105
  28. package/dist/cjs/clusters/bridged-device-basic-information.js +29 -29
  29. package/dist/cjs/clusters/channel.d.ts +561 -561
  30. package/dist/cjs/clusters/channel.js +73 -73
  31. package/dist/cjs/clusters/color-control.d.ts +658 -658
  32. package/dist/cjs/clusters/color-control.js +116 -116
  33. package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
  34. package/dist/cjs/clusters/commissioner-control.js +5 -5
  35. package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
  36. package/dist/cjs/clusters/concentration-measurement.js +11 -11
  37. package/dist/cjs/clusters/content-app-observer.d.ts +18 -18
  38. package/dist/cjs/clusters/content-app-observer.js +6 -6
  39. package/dist/cjs/clusters/content-control.d.ts +366 -366
  40. package/dist/cjs/clusters/content-control.js +58 -58
  41. package/dist/cjs/clusters/content-launcher.d.ts +479 -479
  42. package/dist/cjs/clusters/content-launcher.js +39 -39
  43. package/dist/cjs/clusters/descriptor.d.ts +30 -30
  44. package/dist/cjs/clusters/descriptor.js +9 -9
  45. package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
  46. package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
  47. package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
  48. package/dist/cjs/clusters/device-energy-management.js +87 -87
  49. package/dist/cjs/clusters/diagnostic-logs.d.ts +37 -37
  50. package/dist/cjs/clusters/diagnostic-logs.js +8 -8
  51. package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
  52. package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
  53. package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
  54. package/dist/cjs/clusters/dishwasher-mode.js +8 -8
  55. package/dist/cjs/clusters/door-lock.d.ts +1349 -1349
  56. package/dist/cjs/clusters/door-lock.js +227 -227
  57. package/dist/cjs/clusters/ecosystem-information.d.ts +35 -35
  58. package/dist/cjs/clusters/ecosystem-information.js +14 -14
  59. package/dist/cjs/clusters/electrical-energy-measurement.d.ts +276 -276
  60. package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
  61. package/dist/cjs/clusters/electrical-power-measurement.d.ts +200 -200
  62. package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
  63. package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
  64. package/dist/cjs/clusters/energy-evse-mode.js +8 -8
  65. package/dist/cjs/clusters/energy-evse.d.ts +323 -323
  66. package/dist/cjs/clusters/energy-evse.js +73 -73
  67. package/dist/cjs/clusters/energy-preference.d.ts +49 -49
  68. package/dist/cjs/clusters/energy-preference.js +9 -9
  69. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
  70. package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
  71. package/dist/cjs/clusters/fan-control.d.ts +83 -83
  72. package/dist/cjs/clusters/fan-control.js +19 -19
  73. package/dist/cjs/clusters/fixed-label.d.ts +2 -2
  74. package/dist/cjs/clusters/fixed-label.js +1 -1
  75. package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
  76. package/dist/cjs/clusters/flow-measurement.js +4 -4
  77. package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
  78. package/dist/cjs/clusters/general-commissioning.js +25 -25
  79. package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
  80. package/dist/cjs/clusters/general-diagnostics.js +40 -40
  81. package/dist/cjs/clusters/group-key-management.d.ts +119 -119
  82. package/dist/cjs/clusters/group-key-management.js +23 -23
  83. package/dist/cjs/clusters/groups.d.ts +78 -78
  84. package/dist/cjs/clusters/groups.js +21 -21
  85. package/dist/cjs/clusters/icd-management.d.ts +131 -131
  86. package/dist/cjs/clusters/icd-management.js +29 -29
  87. package/dist/cjs/clusters/identify.d.ts +16 -16
  88. package/dist/cjs/clusters/identify.js +6 -6
  89. package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
  90. package/dist/cjs/clusters/illuminance-measurement.js +5 -5
  91. package/dist/cjs/clusters/joint-fabric-administrator.d.ts +34 -34
  92. package/dist/cjs/clusters/joint-fabric-administrator.js +10 -10
  93. package/dist/cjs/clusters/joint-fabric-datastore.d.ts +232 -232
  94. package/dist/cjs/clusters/joint-fabric-datastore.js +73 -73
  95. package/dist/cjs/clusters/keypad-input.d.ts +18 -18
  96. package/dist/cjs/clusters/keypad-input.js +3 -3
  97. package/dist/cjs/clusters/label.d.ts +10 -10
  98. package/dist/cjs/clusters/label.js +3 -3
  99. package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
  100. package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
  101. package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
  102. package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
  103. package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
  104. package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
  105. package/dist/cjs/clusters/level-control.d.ts +303 -303
  106. package/dist/cjs/clusters/level-control.js +32 -32
  107. package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
  108. package/dist/cjs/clusters/localization-configuration.js +2 -2
  109. package/dist/cjs/clusters/low-power.d.ts +2 -2
  110. package/dist/cjs/clusters/low-power.js +1 -1
  111. package/dist/cjs/clusters/media-input.d.ts +47 -47
  112. package/dist/cjs/clusters/media-input.js +11 -11
  113. package/dist/cjs/clusters/media-playback.d.ts +390 -390
  114. package/dist/cjs/clusters/media-playback.js +57 -57
  115. package/dist/cjs/clusters/messages.d.ts +154 -154
  116. package/dist/cjs/clusters/messages.js +38 -38
  117. package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
  118. package/dist/cjs/clusters/microwave-oven-control.js +17 -17
  119. package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
  120. package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
  121. package/dist/cjs/clusters/mode-base.d.ts +59 -59
  122. package/dist/cjs/clusters/mode-base.js +13 -13
  123. package/dist/cjs/clusters/mode-select.d.ts +51 -51
  124. package/dist/cjs/clusters/mode-select.js +13 -13
  125. package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
  126. package/dist/cjs/clusters/network-commissioning.js +46 -46
  127. package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
  128. package/dist/cjs/clusters/occupancy-sensing.js +20 -20
  129. package/dist/cjs/clusters/on-off.d.ts +103 -103
  130. package/dist/cjs/clusters/on-off.js +19 -19
  131. package/dist/cjs/clusters/operational-credentials.d.ts +106 -106
  132. package/dist/cjs/clusters/operational-credentials.js +38 -38
  133. package/dist/cjs/clusters/operational-state.d.ts +67 -67
  134. package/dist/cjs/clusters/operational-state.js +21 -21
  135. package/dist/cjs/clusters/ota-software-update-provider.d.ts +65 -65
  136. package/dist/cjs/clusters/ota-software-update-provider.js +25 -25
  137. package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
  138. package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
  139. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
  140. package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
  141. package/dist/cjs/clusters/oven-mode.d.ts +49 -49
  142. package/dist/cjs/clusters/oven-mode.js +8 -8
  143. package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
  144. package/dist/cjs/clusters/power-source-configuration.js +1 -1
  145. package/dist/cjs/clusters/power-source.d.ts +155 -155
  146. package/dist/cjs/clusters/power-source.js +41 -41
  147. package/dist/cjs/clusters/power-topology.d.ts +8 -8
  148. package/dist/cjs/clusters/power-topology.js +2 -2
  149. package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
  150. package/dist/cjs/clusters/pressure-measurement.js +9 -9
  151. package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
  152. package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
  153. package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
  154. package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
  155. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
  156. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
  157. package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
  158. package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
  159. package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
  160. package/dist/cjs/clusters/resource-monitoring.js +7 -7
  161. package/dist/cjs/clusters/rvc-clean-mode.d.ts +49 -49
  162. package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
  163. package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
  164. package/dist/cjs/clusters/rvc-operational-state.js +17 -17
  165. package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
  166. package/dist/cjs/clusters/rvc-run-mode.js +9 -9
  167. package/dist/cjs/clusters/scenes-management.d.ts +244 -244
  168. package/dist/cjs/clusters/scenes-management.js +69 -69
  169. package/dist/cjs/clusters/service-area.d.ts +128 -128
  170. package/dist/cjs/clusters/service-area.js +26 -26
  171. package/dist/cjs/clusters/smoke-co-alarm.d.ts +135 -135
  172. package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
  173. package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
  174. package/dist/cjs/clusters/software-diagnostics.js +14 -14
  175. package/dist/cjs/clusters/switch.d.ts +105 -105
  176. package/dist/cjs/clusters/switch.js +23 -23
  177. package/dist/cjs/clusters/target-navigator.d.ts +32 -32
  178. package/dist/cjs/clusters/target-navigator.js +10 -10
  179. package/dist/cjs/clusters/temperature-control.d.ts +45 -45
  180. package/dist/cjs/clusters/temperature-control.js +12 -12
  181. package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
  182. package/dist/cjs/clusters/temperature-measurement.js +4 -4
  183. package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
  184. package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
  185. package/dist/cjs/clusters/thermostat.d.ts +514 -514
  186. package/dist/cjs/clusters/thermostat.js +114 -114
  187. package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
  188. package/dist/cjs/clusters/thread-border-router-management.js +14 -14
  189. package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
  190. package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
  191. package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
  192. package/dist/cjs/clusters/thread-network-directory.js +11 -11
  193. package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
  194. package/dist/cjs/clusters/time-format-localization.js +3 -3
  195. package/dist/cjs/clusters/time-synchronization.d.ts +246 -246
  196. package/dist/cjs/clusters/time-synchronization.js +47 -47
  197. package/dist/cjs/clusters/unit-localization.d.ts +9 -9
  198. package/dist/cjs/clusters/unit-localization.js +2 -2
  199. package/dist/cjs/clusters/user-label.d.ts +2 -2
  200. package/dist/cjs/clusters/user-label.js +1 -1
  201. package/dist/cjs/clusters/valve-configuration-and-control.d.ts +81 -81
  202. package/dist/cjs/clusters/valve-configuration-and-control.js +22 -22
  203. package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
  204. package/dist/cjs/clusters/wake-on-lan.js +2 -2
  205. package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
  206. package/dist/cjs/clusters/water-heater-management.js +16 -16
  207. package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
  208. package/dist/cjs/clusters/water-heater-mode.js +8 -8
  209. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
  210. package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
  211. package/dist/cjs/clusters/wi-fi-network-management.d.ts +8 -8
  212. package/dist/cjs/clusters/wi-fi-network-management.js +4 -4
  213. package/dist/cjs/clusters/window-covering.d.ts +183 -183
  214. package/dist/cjs/clusters/window-covering.js +49 -49
  215. package/dist/cjs/dcl/operational-certificate.d.ts +8 -1
  216. package/dist/cjs/dcl/operational-certificate.d.ts.map +1 -1
  217. package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
  218. package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
  219. package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
  220. package/dist/cjs/globals/Currency.d.ts +2 -2
  221. package/dist/cjs/globals/Locationdesc.d.ts +5 -5
  222. package/dist/cjs/globals/Locationdesc.js +3 -3
  223. package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
  224. package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
  225. package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
  226. package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
  227. package/dist/cjs/globals/MeasurementType.d.ts +1 -1
  228. package/dist/cjs/globals/Namespace.d.ts +1 -1
  229. package/dist/cjs/globals/Price.d.ts +2 -2
  230. package/dist/cjs/globals/Priority.d.ts +1 -1
  231. package/dist/cjs/globals/Semtag.d.ts +6 -6
  232. package/dist/cjs/globals/Semtag.js +4 -4
  233. package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  234. package/dist/cjs/globals/Status.d.ts +36 -36
  235. package/dist/cjs/globals/ThreeLevelAuto.d.ts +1 -1
  236. package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
  237. package/dist/esm/clusters/access-control.d.ts +250 -250
  238. package/dist/esm/clusters/access-control.js +39 -39
  239. package/dist/esm/clusters/account-login.d.ts +29 -29
  240. package/dist/esm/clusters/account-login.js +11 -11
  241. package/dist/esm/clusters/actions.d.ts +108 -108
  242. package/dist/esm/clusters/actions.js +39 -39
  243. package/dist/esm/clusters/administrator-commissioning.d.ts +54 -54
  244. package/dist/esm/clusters/administrator-commissioning.js +12 -12
  245. package/dist/esm/clusters/air-quality.d.ts +5 -5
  246. package/dist/esm/clusters/air-quality.js +1 -1
  247. package/dist/esm/clusters/alarm-base.d.ts +43 -43
  248. package/dist/esm/clusters/alarm-base.js +14 -14
  249. package/dist/esm/clusters/application-basic.d.ts +16 -16
  250. package/dist/esm/clusters/application-basic.js +10 -10
  251. package/dist/esm/clusters/application-launcher.d.ts +104 -104
  252. package/dist/esm/clusters/application-launcher.js +13 -13
  253. package/dist/esm/clusters/audio-output.d.ts +37 -37
  254. package/dist/esm/clusters/audio-output.js +8 -8
  255. package/dist/esm/clusters/basic-information.d.ts +55 -55
  256. package/dist/esm/clusters/basic-information.js +35 -35
  257. package/dist/esm/clusters/binding.d.ts +12 -12
  258. package/dist/esm/clusters/binding.js +5 -5
  259. package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
  260. package/dist/esm/clusters/boolean-state-configuration.js +18 -18
  261. package/dist/esm/clusters/boolean-state.d.ts +7 -7
  262. package/dist/esm/clusters/boolean-state.js +3 -3
  263. package/dist/esm/clusters/bridged-device-basic-information.d.ts +105 -105
  264. package/dist/esm/clusters/bridged-device-basic-information.js +29 -29
  265. package/dist/esm/clusters/channel.d.ts +561 -561
  266. package/dist/esm/clusters/channel.js +73 -73
  267. package/dist/esm/clusters/color-control.d.ts +658 -658
  268. package/dist/esm/clusters/color-control.js +116 -116
  269. package/dist/esm/clusters/commissioner-control.d.ts +16 -16
  270. package/dist/esm/clusters/commissioner-control.js +5 -5
  271. package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
  272. package/dist/esm/clusters/concentration-measurement.js +11 -11
  273. package/dist/esm/clusters/content-app-observer.d.ts +18 -18
  274. package/dist/esm/clusters/content-app-observer.js +6 -6
  275. package/dist/esm/clusters/content-control.d.ts +366 -366
  276. package/dist/esm/clusters/content-control.js +58 -58
  277. package/dist/esm/clusters/content-launcher.d.ts +479 -479
  278. package/dist/esm/clusters/content-launcher.js +39 -39
  279. package/dist/esm/clusters/descriptor.d.ts +30 -30
  280. package/dist/esm/clusters/descriptor.js +9 -9
  281. package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
  282. package/dist/esm/clusters/device-energy-management-mode.js +8 -8
  283. package/dist/esm/clusters/device-energy-management.d.ts +544 -544
  284. package/dist/esm/clusters/device-energy-management.js +87 -87
  285. package/dist/esm/clusters/diagnostic-logs.d.ts +37 -37
  286. package/dist/esm/clusters/diagnostic-logs.js +8 -8
  287. package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
  288. package/dist/esm/clusters/dishwasher-alarm.js +14 -14
  289. package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
  290. package/dist/esm/clusters/dishwasher-mode.js +8 -8
  291. package/dist/esm/clusters/door-lock.d.ts +1349 -1349
  292. package/dist/esm/clusters/door-lock.js +227 -227
  293. package/dist/esm/clusters/ecosystem-information.d.ts +35 -35
  294. package/dist/esm/clusters/ecosystem-information.js +14 -14
  295. package/dist/esm/clusters/electrical-energy-measurement.d.ts +276 -276
  296. package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
  297. package/dist/esm/clusters/electrical-power-measurement.d.ts +200 -200
  298. package/dist/esm/clusters/electrical-power-measurement.js +39 -39
  299. package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
  300. package/dist/esm/clusters/energy-evse-mode.js +8 -8
  301. package/dist/esm/clusters/energy-evse.d.ts +323 -323
  302. package/dist/esm/clusters/energy-evse.js +73 -73
  303. package/dist/esm/clusters/energy-preference.d.ts +49 -49
  304. package/dist/esm/clusters/energy-preference.js +9 -9
  305. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
  306. package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
  307. package/dist/esm/clusters/fan-control.d.ts +83 -83
  308. package/dist/esm/clusters/fan-control.js +19 -19
  309. package/dist/esm/clusters/fixed-label.d.ts +2 -2
  310. package/dist/esm/clusters/fixed-label.js +1 -1
  311. package/dist/esm/clusters/flow-measurement.d.ts +5 -5
  312. package/dist/esm/clusters/flow-measurement.js +4 -4
  313. package/dist/esm/clusters/general-commissioning.d.ts +104 -104
  314. package/dist/esm/clusters/general-commissioning.js +25 -25
  315. package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
  316. package/dist/esm/clusters/general-diagnostics.js +40 -40
  317. package/dist/esm/clusters/group-key-management.d.ts +119 -119
  318. package/dist/esm/clusters/group-key-management.js +23 -23
  319. package/dist/esm/clusters/groups.d.ts +78 -78
  320. package/dist/esm/clusters/groups.js +21 -21
  321. package/dist/esm/clusters/icd-management.d.ts +131 -131
  322. package/dist/esm/clusters/icd-management.js +29 -29
  323. package/dist/esm/clusters/identify.d.ts +16 -16
  324. package/dist/esm/clusters/identify.js +6 -6
  325. package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
  326. package/dist/esm/clusters/illuminance-measurement.js +5 -5
  327. package/dist/esm/clusters/joint-fabric-administrator.d.ts +34 -34
  328. package/dist/esm/clusters/joint-fabric-administrator.js +10 -10
  329. package/dist/esm/clusters/joint-fabric-datastore.d.ts +232 -232
  330. package/dist/esm/clusters/joint-fabric-datastore.js +73 -73
  331. package/dist/esm/clusters/keypad-input.d.ts +18 -18
  332. package/dist/esm/clusters/keypad-input.js +3 -3
  333. package/dist/esm/clusters/label.d.ts +10 -10
  334. package/dist/esm/clusters/label.js +3 -3
  335. package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
  336. package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
  337. package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
  338. package/dist/esm/clusters/laundry-washer-controls.js +6 -6
  339. package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
  340. package/dist/esm/clusters/laundry-washer-mode.js +5 -5
  341. package/dist/esm/clusters/level-control.d.ts +303 -303
  342. package/dist/esm/clusters/level-control.js +32 -32
  343. package/dist/esm/clusters/localization-configuration.d.ts +3 -3
  344. package/dist/esm/clusters/localization-configuration.js +2 -2
  345. package/dist/esm/clusters/low-power.d.ts +2 -2
  346. package/dist/esm/clusters/low-power.js +1 -1
  347. package/dist/esm/clusters/media-input.d.ts +47 -47
  348. package/dist/esm/clusters/media-input.js +11 -11
  349. package/dist/esm/clusters/media-playback.d.ts +390 -390
  350. package/dist/esm/clusters/media-playback.js +57 -57
  351. package/dist/esm/clusters/messages.d.ts +154 -154
  352. package/dist/esm/clusters/messages.js +38 -38
  353. package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
  354. package/dist/esm/clusters/microwave-oven-control.js +17 -17
  355. package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
  356. package/dist/esm/clusters/microwave-oven-mode.js +7 -7
  357. package/dist/esm/clusters/mode-base.d.ts +59 -59
  358. package/dist/esm/clusters/mode-base.js +13 -13
  359. package/dist/esm/clusters/mode-select.d.ts +51 -51
  360. package/dist/esm/clusters/mode-select.js +13 -13
  361. package/dist/esm/clusters/network-commissioning.d.ts +325 -325
  362. package/dist/esm/clusters/network-commissioning.js +46 -46
  363. package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
  364. package/dist/esm/clusters/occupancy-sensing.js +20 -20
  365. package/dist/esm/clusters/on-off.d.ts +103 -103
  366. package/dist/esm/clusters/on-off.js +19 -19
  367. package/dist/esm/clusters/operational-credentials.d.ts +106 -106
  368. package/dist/esm/clusters/operational-credentials.js +38 -38
  369. package/dist/esm/clusters/operational-state.d.ts +67 -67
  370. package/dist/esm/clusters/operational-state.js +21 -21
  371. package/dist/esm/clusters/ota-software-update-provider.d.ts +65 -65
  372. package/dist/esm/clusters/ota-software-update-provider.js +25 -25
  373. package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
  374. package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
  375. package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
  376. package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
  377. package/dist/esm/clusters/oven-mode.d.ts +49 -49
  378. package/dist/esm/clusters/oven-mode.js +8 -8
  379. package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
  380. package/dist/esm/clusters/power-source-configuration.js +1 -1
  381. package/dist/esm/clusters/power-source.d.ts +155 -155
  382. package/dist/esm/clusters/power-source.js +41 -41
  383. package/dist/esm/clusters/power-topology.d.ts +8 -8
  384. package/dist/esm/clusters/power-topology.js +2 -2
  385. package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
  386. package/dist/esm/clusters/pressure-measurement.js +9 -9
  387. package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
  388. package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
  389. package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
  390. package/dist/esm/clusters/refrigerator-alarm.js +11 -11
  391. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
  392. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
  393. package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
  394. package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
  395. package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
  396. package/dist/esm/clusters/resource-monitoring.js +7 -7
  397. package/dist/esm/clusters/rvc-clean-mode.d.ts +49 -49
  398. package/dist/esm/clusters/rvc-clean-mode.js +9 -9
  399. package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
  400. package/dist/esm/clusters/rvc-operational-state.js +17 -17
  401. package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
  402. package/dist/esm/clusters/rvc-run-mode.js +9 -9
  403. package/dist/esm/clusters/scenes-management.d.ts +244 -244
  404. package/dist/esm/clusters/scenes-management.js +69 -69
  405. package/dist/esm/clusters/service-area.d.ts +128 -128
  406. package/dist/esm/clusters/service-area.js +26 -26
  407. package/dist/esm/clusters/smoke-co-alarm.d.ts +135 -135
  408. package/dist/esm/clusters/smoke-co-alarm.js +30 -30
  409. package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
  410. package/dist/esm/clusters/software-diagnostics.js +14 -14
  411. package/dist/esm/clusters/switch.d.ts +105 -105
  412. package/dist/esm/clusters/switch.js +23 -23
  413. package/dist/esm/clusters/target-navigator.d.ts +32 -32
  414. package/dist/esm/clusters/target-navigator.js +10 -10
  415. package/dist/esm/clusters/temperature-control.d.ts +45 -45
  416. package/dist/esm/clusters/temperature-control.js +12 -12
  417. package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
  418. package/dist/esm/clusters/temperature-measurement.js +4 -4
  419. package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
  420. package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
  421. package/dist/esm/clusters/thermostat.d.ts +514 -514
  422. package/dist/esm/clusters/thermostat.js +114 -114
  423. package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
  424. package/dist/esm/clusters/thread-border-router-management.js +14 -14
  425. package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
  426. package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
  427. package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
  428. package/dist/esm/clusters/thread-network-directory.js +11 -11
  429. package/dist/esm/clusters/time-format-localization.d.ts +12 -12
  430. package/dist/esm/clusters/time-format-localization.js +3 -3
  431. package/dist/esm/clusters/time-synchronization.d.ts +246 -246
  432. package/dist/esm/clusters/time-synchronization.js +47 -47
  433. package/dist/esm/clusters/unit-localization.d.ts +9 -9
  434. package/dist/esm/clusters/unit-localization.js +2 -2
  435. package/dist/esm/clusters/user-label.d.ts +2 -2
  436. package/dist/esm/clusters/user-label.js +1 -1
  437. package/dist/esm/clusters/valve-configuration-and-control.d.ts +81 -81
  438. package/dist/esm/clusters/valve-configuration-and-control.js +22 -22
  439. package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
  440. package/dist/esm/clusters/wake-on-lan.js +2 -2
  441. package/dist/esm/clusters/water-heater-management.d.ts +91 -91
  442. package/dist/esm/clusters/water-heater-management.js +16 -16
  443. package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
  444. package/dist/esm/clusters/water-heater-mode.js +8 -8
  445. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
  446. package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
  447. package/dist/esm/clusters/wi-fi-network-management.d.ts +8 -8
  448. package/dist/esm/clusters/wi-fi-network-management.js +4 -4
  449. package/dist/esm/clusters/window-covering.d.ts +183 -183
  450. package/dist/esm/clusters/window-covering.js +49 -49
  451. package/dist/esm/dcl/operational-certificate.d.ts +8 -1
  452. package/dist/esm/dcl/operational-certificate.d.ts.map +1 -1
  453. package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
  454. package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
  455. package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
  456. package/dist/esm/globals/Currency.d.ts +2 -2
  457. package/dist/esm/globals/Locationdesc.d.ts +5 -5
  458. package/dist/esm/globals/Locationdesc.js +3 -3
  459. package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
  460. package/dist/esm/globals/MeasurementAccuracy.js +3 -3
  461. package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
  462. package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
  463. package/dist/esm/globals/MeasurementType.d.ts +1 -1
  464. package/dist/esm/globals/Namespace.d.ts +1 -1
  465. package/dist/esm/globals/Price.d.ts +2 -2
  466. package/dist/esm/globals/Priority.d.ts +1 -1
  467. package/dist/esm/globals/Semtag.d.ts +6 -6
  468. package/dist/esm/globals/Semtag.js +4 -4
  469. package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  470. package/dist/esm/globals/Status.d.ts +36 -36
  471. package/dist/esm/globals/ThreeLevelAuto.d.ts +1 -1
  472. package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
  473. package/package.json +5 -5
  474. package/src/clusters/access-control.ts +72 -72
  475. package/src/clusters/account-login.ts +22 -22
  476. package/src/clusters/actions.ts +86 -86
  477. package/src/clusters/administrator-commissioning.ts +23 -23
  478. package/src/clusters/air-quality.ts +4 -4
  479. package/src/clusters/alarm-base.ts +22 -22
  480. package/src/clusters/application-basic.ts +14 -14
  481. package/src/clusters/application-launcher.ts +33 -33
  482. package/src/clusters/audio-output.ts +17 -17
  483. package/src/clusters/basic-information.ts +48 -48
  484. package/src/clusters/binding.ts +8 -8
  485. package/src/clusters/boolean-state-configuration.ts +31 -31
  486. package/src/clusters/boolean-state.ts +6 -6
  487. package/src/clusters/bridged-device-basic-information.ts +39 -39
  488. package/src/clusters/channel.ts +113 -113
  489. package/src/clusters/color-control.ts +168 -168
  490. package/src/clusters/commissioner-control.ts +15 -15
  491. package/src/clusters/concentration-measurement.ts +15 -15
  492. package/src/clusters/content-app-observer.ts +13 -13
  493. package/src/clusters/content-control.ts +106 -106
  494. package/src/clusters/content-launcher.ts +73 -73
  495. package/src/clusters/descriptor.ts +14 -14
  496. package/src/clusters/device-energy-management-mode.ts +28 -28
  497. package/src/clusters/device-energy-management.ts +136 -136
  498. package/src/clusters/diagnostic-logs.ts +30 -30
  499. package/src/clusters/dishwasher-alarm.ts +24 -24
  500. package/src/clusters/dishwasher-mode.ts +27 -27
  501. package/src/clusters/door-lock.ts +378 -378
  502. package/src/clusters/ecosystem-information.ts +21 -21
  503. package/src/clusters/electrical-energy-measurement.ts +40 -40
  504. package/src/clusters/electrical-power-measurement.ts +54 -54
  505. package/src/clusters/energy-evse-mode.ts +28 -28
  506. package/src/clusters/energy-evse.ts +109 -109
  507. package/src/clusters/energy-preference.ts +19 -19
  508. package/src/clusters/ethernet-network-diagnostics.ts +13 -13
  509. package/src/clusters/fan-control.ts +30 -30
  510. package/src/clusters/fixed-label.ts +2 -2
  511. package/src/clusters/flow-measurement.ts +5 -5
  512. package/src/clusters/general-commissioning.ts +45 -45
  513. package/src/clusters/general-diagnostics.ts +66 -66
  514. package/src/clusters/group-key-management.ts +45 -45
  515. package/src/clusters/groups.ts +44 -44
  516. package/src/clusters/icd-management.ts +50 -50
  517. package/src/clusters/identify.ts +14 -14
  518. package/src/clusters/illuminance-measurement.ts +7 -7
  519. package/src/clusters/joint-fabric-administrator.ts +31 -31
  520. package/src/clusters/joint-fabric-datastore.ts +145 -145
  521. package/src/clusters/keypad-input.ts +13 -13
  522. package/src/clusters/label.ts +5 -5
  523. package/src/clusters/laundry-dryer-controls.ts +4 -4
  524. package/src/clusters/laundry-washer-controls.ts +11 -11
  525. package/src/clusters/laundry-washer-mode.ts +25 -25
  526. package/src/clusters/level-control.ts +49 -49
  527. package/src/clusters/localization-configuration.ts +3 -3
  528. package/src/clusters/low-power.ts +2 -2
  529. package/src/clusters/media-input.ts +20 -20
  530. package/src/clusters/media-playback.ts +96 -96
  531. package/src/clusters/messages.ts +61 -61
  532. package/src/clusters/microwave-oven-control.ts +23 -23
  533. package/src/clusters/microwave-oven-mode.ts +25 -25
  534. package/src/clusters/mode-base.ts +37 -37
  535. package/src/clusters/mode-select.ts +22 -22
  536. package/src/clusters/network-commissioning.ts +76 -76
  537. package/src/clusters/occupancy-sensing.ts +29 -29
  538. package/src/clusters/on-off.ts +33 -33
  539. package/src/clusters/operational-credentials.ts +75 -75
  540. package/src/clusters/operational-state.ts +34 -34
  541. package/src/clusters/ota-software-update-provider.ts +43 -43
  542. package/src/clusters/ota-software-update-requestor.ts +55 -55
  543. package/src/clusters/oven-cavity-operational-state.ts +14 -14
  544. package/src/clusters/oven-mode.ts +34 -34
  545. package/src/clusters/power-source-configuration.ts +2 -2
  546. package/src/clusters/power-source.ts +59 -59
  547. package/src/clusters/power-topology.ts +4 -4
  548. package/src/clusters/pressure-measurement.ts +11 -11
  549. package/src/clusters/pump-configuration-and-control.ts +69 -69
  550. package/src/clusters/refrigerator-alarm.ts +18 -18
  551. package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
  552. package/src/clusters/relative-humidity-measurement.ts +5 -5
  553. package/src/clusters/resource-monitoring.ts +13 -13
  554. package/src/clusters/rvc-clean-mode.ts +32 -32
  555. package/src/clusters/rvc-operational-state.ts +28 -28
  556. package/src/clusters/rvc-run-mode.ts +38 -38
  557. package/src/clusters/scenes-management.ts +111 -111
  558. package/src/clusters/service-area.ts +50 -50
  559. package/src/clusters/smoke-co-alarm.ts +66 -66
  560. package/src/clusters/software-diagnostics.ts +20 -20
  561. package/src/clusters/switch.ts +45 -45
  562. package/src/clusters/target-navigator.ts +22 -22
  563. package/src/clusters/temperature-control.ts +19 -19
  564. package/src/clusters/temperature-measurement.ts +5 -5
  565. package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
  566. package/src/clusters/thermostat.ts +172 -172
  567. package/src/clusters/thread-border-router-management.ts +23 -23
  568. package/src/clusters/thread-network-diagnostics.ts +125 -125
  569. package/src/clusters/thread-network-directory.ts +22 -22
  570. package/src/clusters/time-format-localization.ts +7 -7
  571. package/src/clusters/time-synchronization.ts +82 -82
  572. package/src/clusters/unit-localization.ts +5 -5
  573. package/src/clusters/user-label.ts +2 -2
  574. package/src/clusters/valve-configuration-and-control.ts +36 -36
  575. package/src/clusters/wake-on-lan.ts +3 -3
  576. package/src/clusters/water-heater-management.ts +26 -26
  577. package/src/clusters/water-heater-mode.ts +27 -27
  578. package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
  579. package/src/clusters/wi-fi-network-management.ts +7 -7
  580. package/src/clusters/window-covering.ts +68 -68
  581. package/src/dcl/operational-certificate.ts +9 -1
  582. package/src/globals/AtomicAttributeStatus.ts +4 -4
  583. package/src/globals/AtomicRequestType.ts +1 -1
  584. package/src/globals/Currency.ts +2 -2
  585. package/src/globals/Locationdesc.ts +5 -5
  586. package/src/globals/MeasurementAccuracy.ts +5 -5
  587. package/src/globals/MeasurementAccuracyRange.ts +10 -10
  588. package/src/globals/MeasurementType.ts +1 -1
  589. package/src/globals/Namespace.ts +1 -1
  590. package/src/globals/Price.ts +2 -2
  591. package/src/globals/Priority.ts +1 -1
  592. package/src/globals/Semtag.ts +6 -6
  593. package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
  594. package/src/globals/Status.ts +36 -36
  595. package/src/globals/ThreeLevelAuto.ts +1 -1
  596. package/src/globals/WildcardPathFlags.ts +1 -1
  597. package/dist/cjs/common/DeviceClassification.d.ts +0 -44
  598. package/dist/cjs/common/DeviceClassification.d.ts.map +0 -1
  599. package/dist/cjs/common/DeviceClassification.js +0 -38
  600. package/dist/cjs/common/DeviceClassification.js.map +0 -6
  601. package/dist/esm/common/DeviceClassification.d.ts +0 -44
  602. package/dist/esm/common/DeviceClassification.d.ts.map +0 -1
  603. package/dist/esm/common/DeviceClassification.js +0 -18
  604. package/dist/esm/common/DeviceClassification.js.map +0 -6
  605. package/src/common/DeviceClassification.ts +0 -49
@@ -14,7 +14,7 @@ export declare namespace Thermostat {
14
14
  /**
15
15
  * These are optional features supported by ThermostatCluster.
16
16
  *
17
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.4
17
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.4
18
18
  */
19
19
  enum Feature {
20
20
  /**
@@ -60,7 +60,7 @@ export declare namespace Thermostat {
60
60
  * externally, for example due to the temperature control being done by a separate subsystem which does not
61
61
  * offer a view into the currently measured temperature, but allows setpoints to be provided.
62
62
  *
63
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.4.1
63
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.4.1
64
64
  */
65
65
  LocalTemperatureNotExposed = "LocalTemperatureNotExposed",
66
66
  /**
@@ -69,7 +69,7 @@ export declare namespace Thermostat {
69
69
  * This feature indicates that the thermostat is capable of schedules. If this feature is supported, the
70
70
  * thermostat shall support a mechanism to do time synchronization.
71
71
  *
72
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.4.2
72
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.4.2
73
73
  */
74
74
  MatterScheduleConfiguration = "MatterScheduleConfiguration",
75
75
  /**
@@ -80,7 +80,7 @@ export declare namespace Thermostat {
80
80
  Presets = "Presets"
81
81
  }
82
82
  /**
83
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6
83
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.6
84
84
  */
85
85
  const Occupancy: {
86
86
  /**
@@ -89,12 +89,12 @@ export declare namespace Thermostat {
89
89
  * If this bit is set, it shall indicate the occupied state else if the bit if not set, it shall indicate the
90
90
  * unoccupied state.
91
91
  *
92
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.1
92
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.6.1
93
93
  */
94
94
  occupied: BitFlag;
95
95
  };
96
96
  /**
97
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.25
97
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.25
98
98
  */
99
99
  enum ThermostatRunningMode {
100
100
  /**
@@ -111,7 +111,7 @@ export declare namespace Thermostat {
111
111
  Heat = 4
112
112
  }
113
113
  /**
114
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.23
114
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.23
115
115
  */
116
116
  enum StartOfWeek {
117
117
  Sunday = 0,
@@ -123,7 +123,7 @@ export declare namespace Thermostat {
123
123
  Saturday = 6
124
124
  }
125
125
  /**
126
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12
126
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.12
127
127
  */
128
128
  const ScheduleDayOfWeek: {
129
129
  /**
@@ -160,7 +160,7 @@ export declare namespace Thermostat {
160
160
  away: BitFlag;
161
161
  };
162
162
  /**
163
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.13
163
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.13
164
164
  */
165
165
  const ScheduleMode: {
166
166
  /**
@@ -175,7 +175,7 @@ export declare namespace Thermostat {
175
175
  /**
176
176
  * This represents a single transition in a Thermostat schedule
177
177
  *
178
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29
178
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29
179
179
  */
180
180
  const TlvWeeklyScheduleTransition: import("../tlv/TlvObject.js").ObjectSchema<{
181
181
  /**
@@ -183,33 +183,33 @@ export declare namespace Thermostat {
183
183
  * be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
184
184
  * be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
185
185
  *
186
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.1
186
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.1
187
187
  */
188
188
  transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
189
189
  /**
190
190
  * This field shall represent the heat setpoint to be applied at this associated transition start time.
191
191
  *
192
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.2
192
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.2
193
193
  */
194
194
  heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
195
195
  /**
196
196
  * This field shall represent the cool setpoint to be applied at this associated transition start time.
197
197
  *
198
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.3
198
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.3
199
199
  */
200
200
  coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
201
201
  }>;
202
202
  /**
203
203
  * This represents a single transition in a Thermostat schedule
204
204
  *
205
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29
205
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29
206
206
  */
207
207
  interface WeeklyScheduleTransition extends TypeFromSchema<typeof TlvWeeklyScheduleTransition> {
208
208
  }
209
209
  /**
210
210
  * Input to the Thermostat setWeeklySchedule command
211
211
  *
212
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2
212
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2
213
213
  */
214
214
  const TlvSetWeeklyScheduleRequest: import("../tlv/TlvObject.js").ObjectSchema<{
215
215
  /**
@@ -217,7 +217,7 @@ export declare namespace Thermostat {
217
217
  * device supports more than 10 transitions in its schedule they can send this by sending more than 1 “Set
218
218
  * Weekly Schedule” command, each containing the separate information that the device needs to set.
219
219
  *
220
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.1
220
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2.1
221
221
  */
222
222
  numberOfTransitionsForSequence: import("../tlv/TlvObject.js").FieldType<number>;
223
223
  /**
@@ -229,7 +229,7 @@ export declare namespace Thermostat {
229
229
  * Each setpoint transition will begin with the day of week for this transition. There can be up to 10
230
230
  * transitions for each command.
231
231
  *
232
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.2
232
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2.2
233
233
  */
234
234
  dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
235
235
  /**
@@ -286,7 +286,7 @@ export declare namespace Thermostat {
286
286
  * Both bits must be respected, even if the HEAT or COOL feature is not supported, to ensure the command is
287
287
  * decoded and handled correctly.
288
288
  *
289
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.3
289
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2.3
290
290
  */
291
291
  modeForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
292
292
  /**
@@ -301,7 +301,7 @@ export declare namespace Thermostat {
301
301
  /**
302
302
  * This field shall contain the list of setpoint transitions used to update the specified daily schedules
303
303
  *
304
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.4
304
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2.4
305
305
  */
306
306
  transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
307
307
  /**
@@ -309,19 +309,19 @@ export declare namespace Thermostat {
309
309
  * be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
310
310
  * be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
311
311
  *
312
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.1
312
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.1
313
313
  */
314
314
  transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
315
315
  /**
316
316
  * This field shall represent the heat setpoint to be applied at this associated transition start time.
317
317
  *
318
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.2
318
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.2
319
319
  */
320
320
  heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
321
321
  /**
322
322
  * This field shall represent the cool setpoint to be applied at this associated transition start time.
323
323
  *
324
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.3
324
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.3
325
325
  */
326
326
  coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
327
327
  }>[]>;
@@ -329,21 +329,21 @@ export declare namespace Thermostat {
329
329
  /**
330
330
  * Input to the Thermostat setWeeklySchedule command
331
331
  *
332
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2
332
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2
333
333
  */
334
334
  interface SetWeeklyScheduleRequest extends TypeFromSchema<typeof TlvSetWeeklyScheduleRequest> {
335
335
  }
336
336
  /**
337
337
  * Input to the Thermostat getWeeklySchedule command
338
338
  *
339
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3
339
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.3
340
340
  */
341
341
  const TlvGetWeeklyScheduleRequest: import("../tlv/TlvObject.js").ObjectSchema<{
342
342
  /**
343
343
  * This field shall indicate the number of days the client would like to return the setpoint values for and
344
344
  * could be any combination of single days or the entire week.
345
345
  *
346
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3.1
346
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.3.1
347
347
  */
348
348
  daysToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
349
349
  /**
@@ -383,7 +383,7 @@ export declare namespace Thermostat {
383
383
  * This field shall indicate the mode the client would like to return the set point values for and could be any
384
384
  * combination of heat only, cool only or heat & cool.
385
385
  *
386
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3.2
386
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.3.2
387
387
  */
388
388
  modeToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
389
389
  /**
@@ -399,14 +399,14 @@ export declare namespace Thermostat {
399
399
  /**
400
400
  * Input to the Thermostat getWeeklySchedule command
401
401
  *
402
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3
402
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.3
403
403
  */
404
404
  interface GetWeeklyScheduleRequest extends TypeFromSchema<typeof TlvGetWeeklyScheduleRequest> {
405
405
  }
406
406
  /**
407
407
  * This command has the same payload format as the Set Weekly Schedule.
408
408
  *
409
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.4
409
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.4
410
410
  */
411
411
  const TlvGetWeeklyScheduleResponse: import("../tlv/TlvObject.js").ObjectSchema<{
412
412
  numberOfTransitionsForSequence: import("../tlv/TlvObject.js").FieldType<number>;
@@ -460,19 +460,19 @@ export declare namespace Thermostat {
460
460
  * be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
461
461
  * be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
462
462
  *
463
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.1
463
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.1
464
464
  */
465
465
  transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
466
466
  /**
467
467
  * This field shall represent the heat setpoint to be applied at this associated transition start time.
468
468
  *
469
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.2
469
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.2
470
470
  */
471
471
  heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
472
472
  /**
473
473
  * This field shall represent the cool setpoint to be applied at this associated transition start time.
474
474
  *
475
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.3
475
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.3
476
476
  */
477
477
  coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
478
478
  }>[]>;
@@ -480,12 +480,12 @@ export declare namespace Thermostat {
480
480
  /**
481
481
  * This command has the same payload format as the Set Weekly Schedule.
482
482
  *
483
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.4
483
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.4
484
484
  */
485
485
  interface GetWeeklyScheduleResponse extends TypeFromSchema<typeof TlvGetWeeklyScheduleResponse> {
486
486
  }
487
487
  /**
488
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.21
488
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.21
489
489
  */
490
490
  enum PresetScenario {
491
491
  /**
@@ -494,7 +494,7 @@ export declare namespace Thermostat {
494
494
  * This value shall indicate the preset for periods when the thermostat’s temperature-controlled area is
495
495
  * occupied. It is intended for thermostats that can automatically determine occupancy.
496
496
  *
497
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.21.2
497
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.21.2
498
498
  */
499
499
  Occupied = 1,
500
500
  /**
@@ -503,7 +503,7 @@ export declare namespace Thermostat {
503
503
  * This value shall indicate the preset for periods when the thermostat’s temperature-controlled area is
504
504
  * unoccupied. It is intended for thermostats that can automatically determine occupancy.
505
505
  *
506
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.21.3
506
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.21.3
507
507
  */
508
508
  Unoccupied = 2,
509
509
  /**
@@ -511,7 +511,7 @@ export declare namespace Thermostat {
511
511
  *
512
512
  * This value shall indicate the preset for periods when users are likely to be asleep.
513
513
  *
514
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.21.4
514
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.21.4
515
515
  */
516
516
  Sleep = 3,
517
517
  /**
@@ -519,7 +519,7 @@ export declare namespace Thermostat {
519
519
  *
520
520
  * This value shall indicate the preset for periods when users are likely to be waking up.
521
521
  *
522
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.21.5
522
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.21.5
523
523
  */
524
524
  Wake = 4,
525
525
  /**
@@ -528,7 +528,7 @@ export declare namespace Thermostat {
528
528
  * This value shall indicate the preset for periods when users are on vacation, or otherwise out-of-home for
529
529
  * extended periods of time.
530
530
  *
531
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.21.6
531
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.21.6
532
532
  */
533
533
  Vacation = 5,
534
534
  /**
@@ -536,7 +536,7 @@ export declare namespace Thermostat {
536
536
  *
537
537
  * This value shall indicate the preset for periods when users are likely to be going to sleep.
538
538
  *
539
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.21.7
539
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.21.7
540
540
  */
541
541
  GoingToSleep = 6,
542
542
  /**
@@ -544,12 +544,12 @@ export declare namespace Thermostat {
544
544
  *
545
545
  * This value shall indicate a free-form preset; when set, the Name field on PresetStruct shall NOT be null.
546
546
  *
547
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.21.8
547
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.21.8
548
548
  */
549
549
  UserDefined = 254
550
550
  }
551
551
  /**
552
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.7
552
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.7
553
553
  */
554
554
  const PresetTypeFeatures: {
555
555
  /**
@@ -562,25 +562,25 @@ export declare namespace Thermostat {
562
562
  supportsNames: BitFlag;
563
563
  };
564
564
  /**
565
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28
565
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.28
566
566
  */
567
567
  const TlvPresetType: import("../tlv/TlvObject.js").ObjectSchema<{
568
568
  /**
569
569
  * This field shall specify a PresetScenarioEnum value supported by this thermostat.
570
570
  *
571
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.1
571
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.28.1
572
572
  */
573
573
  presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
574
574
  /**
575
575
  * This field shall specify a limit for the number of presets for this PresetScenarioEnum.
576
576
  *
577
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.2
577
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.28.2
578
578
  */
579
579
  numberOfPresets: import("../tlv/TlvObject.js").FieldType<number>;
580
580
  /**
581
581
  * This field shall specify a bitmap of features for this PresetTypeStruct.
582
582
  *
583
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.3
583
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.28.3
584
584
  */
585
585
  presetTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
586
586
  /**
@@ -594,12 +594,12 @@ export declare namespace Thermostat {
594
594
  }>>;
595
595
  }>;
596
596
  /**
597
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28
597
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.28
598
598
  */
599
599
  interface PresetType extends TypeFromSchema<typeof TlvPresetType> {
600
600
  }
601
601
  /**
602
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27
602
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27
603
603
  */
604
604
  const TlvPreset: import("../tlv/TlvObject.js").ObjectSchema<{
605
605
  /**
@@ -609,13 +609,13 @@ export declare namespace Thermostat {
609
609
  * This field shall only be null when the encompassing PresetStruct is appended to the Presets attribute for the
610
610
  * purpose of creating a new Preset. Refer to Presets for the creation of Preset handles.
611
611
  *
612
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.1
612
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.1
613
613
  */
614
614
  presetHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
615
615
  /**
616
616
  * This field shall indicate the associated PresetScenarioEnum value for this preset.
617
617
  *
618
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.2
618
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.2
619
619
  */
620
620
  presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
621
621
  /**
@@ -624,61 +624,61 @@ export declare namespace Thermostat {
624
624
  * Within each subset of presets sharing the same PresetScenario field value, there shall NOT be any presets
625
625
  * with the same value, including null as a value, in the Name field.
626
626
  *
627
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.3
627
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.3
628
628
  */
629
629
  name: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
630
630
  /**
631
631
  * This field shall indicate the cooling setpoint for the preset. Refer to Setpoint Limits for value
632
632
  * constraints.
633
633
  *
634
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.4
634
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.4
635
635
  */
636
636
  coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
637
637
  /**
638
638
  * This field shall indicate the heating setpoint for the preset. Refer to Setpoint Limits for value
639
639
  * constraints.
640
640
  *
641
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.5
641
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.5
642
642
  */
643
643
  heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
644
644
  /**
645
645
  * This field shall indicate whether the preset is marked as "built-in", meaning that it can be modified, but it
646
646
  * cannot be deleted.
647
647
  *
648
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.6
648
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.6
649
649
  */
650
650
  builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
651
651
  }>;
652
652
  /**
653
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27
653
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27
654
654
  */
655
655
  interface Preset extends TypeFromSchema<typeof TlvPreset> {
656
656
  }
657
657
  /**
658
658
  * Input to the Thermostat setActivePresetRequest command
659
659
  *
660
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9
660
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.9
661
661
  */
662
662
  const TlvSetActivePresetRequest: import("../tlv/TlvObject.js").ObjectSchema<{
663
663
  /**
664
664
  * This field shall specify the value of the PresetHandle field on the PresetStruct to be made active. If the
665
665
  * field is set to null, that indicates there should be no active preset.
666
666
  *
667
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9.1
667
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.9.1
668
668
  */
669
669
  presetHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
670
670
  }>;
671
671
  /**
672
672
  * Input to the Thermostat setActivePresetRequest command
673
673
  *
674
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9
674
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.9
675
675
  */
676
676
  interface SetActivePresetRequest extends TypeFromSchema<typeof TlvSetActivePresetRequest> {
677
677
  }
678
678
  /**
679
679
  * Table 9. Interpretation of Heat, Cool and Auto SystemModeEnum Values
680
680
  *
681
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.24
681
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.24
682
682
  */
683
683
  enum SystemMode {
684
684
  /**
@@ -710,7 +710,7 @@ export declare namespace Thermostat {
710
710
  Sleep = 9
711
711
  }
712
712
  /**
713
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11
713
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11
714
714
  */
715
715
  const ScheduleTypeFeatures: {
716
716
  /**
@@ -720,7 +720,7 @@ export declare namespace Thermostat {
720
720
  * field on the encompassing ScheduleTypeStruct supports specifying presets on ScheduleTransitionStructs
721
721
  * contained in its Transitions field.
722
722
  *
723
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.1
723
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11.1
724
724
  */
725
725
  supportsPresets: BitFlag;
726
726
  /**
@@ -730,7 +730,7 @@ export declare namespace Thermostat {
730
730
  * field on the encompassing ScheduleTypeStruct supports specifying setpoints on ScheduleTransitionStructs
731
731
  * contained in its Transitions field.
732
732
  *
733
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.2
733
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11.2
734
734
  */
735
735
  supportsSetpoints: BitFlag;
736
736
  /**
@@ -739,7 +739,7 @@ export declare namespace Thermostat {
739
739
  * This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
740
740
  * field on the encompassing ScheduleTypeStruct supports setting the value of the Name field.
741
741
  *
742
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.3
742
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11.3
743
743
  */
744
744
  supportsNames: BitFlag;
745
745
  /**
@@ -748,32 +748,32 @@ export declare namespace Thermostat {
748
748
  * This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
749
749
  * field on the encompassing ScheduleTypeStruct supports setting its SystemMode field to Off.
750
750
  *
751
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.4
751
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11.4
752
752
  */
753
753
  supportsOff: BitFlag;
754
754
  };
755
755
  /**
756
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32
756
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.32
757
757
  */
758
758
  const TlvScheduleType: import("../tlv/TlvObject.js").ObjectSchema<{
759
759
  /**
760
760
  * This field shall specify a SystemModeEnum supported by this thermostat for Schedules. The only valid values
761
761
  * for this field shall be Auto, Heat, and Cool.
762
762
  *
763
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.1
763
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.32.1
764
764
  */
765
765
  systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
766
766
  /**
767
767
  * This field shall specify a limit for the number of Schedules for this SystemMode.
768
768
  *
769
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.2
769
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.32.2
770
770
  */
771
771
  numberOfSchedules: import("../tlv/TlvObject.js").FieldType<number>;
772
772
  /**
773
773
  * This field shall specify a bitmap of features for this schedule entry. At least one of SupportsPresets and
774
774
  * SupportsSetpoints shall be set.
775
775
  *
776
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.3
776
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.32.3
777
777
  */
778
778
  scheduleTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
779
779
  /**
@@ -783,7 +783,7 @@ export declare namespace Thermostat {
783
783
  * field on the encompassing ScheduleTypeStruct supports specifying presets on ScheduleTransitionStructs
784
784
  * contained in its Transitions field.
785
785
  *
786
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.1
786
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11.1
787
787
  */
788
788
  supportsPresets: BitFlag;
789
789
  /**
@@ -793,7 +793,7 @@ export declare namespace Thermostat {
793
793
  * field on the encompassing ScheduleTypeStruct supports specifying setpoints on ScheduleTransitionStructs
794
794
  * contained in its Transitions field.
795
795
  *
796
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.2
796
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11.2
797
797
  */
798
798
  supportsSetpoints: BitFlag;
799
799
  /**
@@ -802,7 +802,7 @@ export declare namespace Thermostat {
802
802
  * This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
803
803
  * field on the encompassing ScheduleTypeStruct supports setting the value of the Name field.
804
804
  *
805
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.3
805
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11.3
806
806
  */
807
807
  supportsNames: BitFlag;
808
808
  /**
@@ -811,13 +811,13 @@ export declare namespace Thermostat {
811
811
  * This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
812
812
  * field on the encompassing ScheduleTypeStruct supports setting its SystemMode field to Off.
813
813
  *
814
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.4
814
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11.4
815
815
  */
816
816
  supportsOff: BitFlag;
817
817
  }>>;
818
818
  }>;
819
819
  /**
820
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32
820
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.32
821
821
  */
822
822
  interface ScheduleType extends TypeFromSchema<typeof TlvScheduleType> {
823
823
  }
@@ -878,14 +878,14 @@ export declare namespace Thermostat {
878
878
  * • The SystemMode field is provided and has the value Cool or Auto, or the SystemMode field on the parent
879
879
  * ScheduleStruct has the value Cool or Auto
880
880
  *
881
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31
881
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31
882
882
  */
883
883
  const TlvScheduleTransition: import("../tlv/TlvObject.js").ObjectSchema<{
884
884
  /**
885
885
  * This field shall specify a bitmask of days of the week that the transition applies to. The Vacation bit shall
886
886
  * NOT be set; vacation schedules shall be set via the vacation preset.
887
887
  *
888
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.1
888
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.1
889
889
  */
890
890
  dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
891
891
  /**
@@ -927,14 +927,14 @@ export declare namespace Thermostat {
927
927
  *
928
928
  * Handling of transitions during the changeover of Daylight Saving Time is implementation-dependent.
929
929
  *
930
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.2
930
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.2
931
931
  */
932
932
  transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
933
933
  /**
934
934
  * This field shall specify the preset used at the TransitionTime. If this field is provided, then the
935
935
  * SystemMode, CoolingSetpoint and HeatingSetpoint fields shall NOT be provided.
936
936
  *
937
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.3
937
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.3
938
938
  */
939
939
  presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
940
940
  /**
@@ -942,21 +942,21 @@ export declare namespace Thermostat {
942
942
  * default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
943
943
  * shall only be included when the required system mode differs from the schedule’s default SystemMode.
944
944
  *
945
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.4
945
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.4
946
946
  */
947
947
  systemMode: import("../tlv/TlvObject.js").OptionalFieldType<SystemMode>;
948
948
  /**
949
949
  * This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
950
950
  * NOT be included. Refer to Setpoint Limits for value constraints.
951
951
  *
952
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.5
952
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.5
953
953
  */
954
954
  coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
955
955
  /**
956
956
  * This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
957
957
  * NOT be included. Refer to Setpoint Limits for value constraints.
958
958
  *
959
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.6
959
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.6
960
960
  */
961
961
  heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
962
962
  }>;
@@ -1017,12 +1017,12 @@ export declare namespace Thermostat {
1017
1017
  * • The SystemMode field is provided and has the value Cool or Auto, or the SystemMode field on the parent
1018
1018
  * ScheduleStruct has the value Cool or Auto
1019
1019
  *
1020
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31
1020
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31
1021
1021
  */
1022
1022
  interface ScheduleTransition extends TypeFromSchema<typeof TlvScheduleTransition> {
1023
1023
  }
1024
1024
  /**
1025
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30
1025
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30
1026
1026
  */
1027
1027
  const TlvSchedule: import("../tlv/TlvObject.js").ObjectSchema<{
1028
1028
  /**
@@ -1032,26 +1032,26 @@ export declare namespace Thermostat {
1032
1032
  * This field shall only be null when the encompassing ScheduleStruct is appended to the Schedules attribute for
1033
1033
  * the purpose of creating a new Schedule. Refer to Schedules for the creation of Schedule handles.
1034
1034
  *
1035
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.1
1035
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.1
1036
1036
  */
1037
1037
  scheduleHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
1038
1038
  /**
1039
1039
  * This field shall specify the default thermostat system mode for transitions in this schedule. The only valid
1040
1040
  * values for this field shall be Auto, Heat, and Cool.
1041
1041
  *
1042
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.2
1042
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.2
1043
1043
  */
1044
1044
  systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
1045
1045
  /**
1046
1046
  * This field shall specify a name for the ScheduleStruct.
1047
1047
  *
1048
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.3
1048
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.3
1049
1049
  */
1050
1050
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
1051
1051
  /**
1052
1052
  * This field shall indicate the default PresetHandle value for transitions in this schedule.
1053
1053
  *
1054
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.4
1054
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.4
1055
1055
  */
1056
1056
  presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
1057
1057
  /**
@@ -1082,14 +1082,14 @@ export declare namespace Thermostat {
1082
1082
  * ScheduleTransitionStruct with the largest TransitionTime field from the set of ScheduleTransitionStructs
1083
1083
  * whose DayOfWeek field matches the current day of the week.
1084
1084
  *
1085
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.5
1085
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.5
1086
1086
  */
1087
1087
  transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
1088
1088
  /**
1089
1089
  * This field shall specify a bitmask of days of the week that the transition applies to. The Vacation bit shall
1090
1090
  * NOT be set; vacation schedules shall be set via the vacation preset.
1091
1091
  *
1092
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.1
1092
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.1
1093
1093
  */
1094
1094
  dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1095
1095
  /**
@@ -1131,14 +1131,14 @@ export declare namespace Thermostat {
1131
1131
  *
1132
1132
  * Handling of transitions during the changeover of Daylight Saving Time is implementation-dependent.
1133
1133
  *
1134
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.2
1134
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.2
1135
1135
  */
1136
1136
  transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
1137
1137
  /**
1138
1138
  * This field shall specify the preset used at the TransitionTime. If this field is provided, then the
1139
1139
  * SystemMode, CoolingSetpoint and HeatingSetpoint fields shall NOT be provided.
1140
1140
  *
1141
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.3
1141
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.3
1142
1142
  */
1143
1143
  presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
1144
1144
  /**
@@ -1146,21 +1146,21 @@ export declare namespace Thermostat {
1146
1146
  * default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
1147
1147
  * shall only be included when the required system mode differs from the schedule’s default SystemMode.
1148
1148
  *
1149
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.4
1149
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.4
1150
1150
  */
1151
1151
  systemMode: import("../tlv/TlvObject.js").OptionalFieldType<SystemMode>;
1152
1152
  /**
1153
1153
  * This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
1154
1154
  * NOT be included. Refer to Setpoint Limits for value constraints.
1155
1155
  *
1156
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.5
1156
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.5
1157
1157
  */
1158
1158
  coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1159
1159
  /**
1160
1160
  * This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
1161
1161
  * NOT be included. Refer to Setpoint Limits for value constraints.
1162
1162
  *
1163
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.6
1163
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.6
1164
1164
  */
1165
1165
  heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
1166
1166
  }>[]>;
@@ -1168,37 +1168,37 @@ export declare namespace Thermostat {
1168
1168
  * This field shall indicate whether the schedule is marked as "built-in", meaning that it can be modified, but
1169
1169
  * it cannot be deleted.
1170
1170
  *
1171
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.6
1171
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.6
1172
1172
  */
1173
1173
  builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
1174
1174
  }>;
1175
1175
  /**
1176
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30
1176
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30
1177
1177
  */
1178
1178
  interface Schedule extends TypeFromSchema<typeof TlvSchedule> {
1179
1179
  }
1180
1180
  /**
1181
1181
  * Input to the Thermostat setActiveScheduleRequest command
1182
1182
  *
1183
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8
1183
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.8
1184
1184
  */
1185
1185
  const TlvSetActiveScheduleRequest: import("../tlv/TlvObject.js").ObjectSchema<{
1186
1186
  /**
1187
1187
  * This field shall specify the value of the ScheduleHandle field on the ScheduleStruct to be made active.
1188
1188
  *
1189
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8.1
1189
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.8.1
1190
1190
  */
1191
1191
  scheduleHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
1192
1192
  }>;
1193
1193
  /**
1194
1194
  * Input to the Thermostat setActiveScheduleRequest command
1195
1195
  *
1196
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8
1196
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.8
1197
1197
  */
1198
1198
  interface SetActiveScheduleRequest extends TypeFromSchema<typeof TlvSetActiveScheduleRequest> {
1199
1199
  }
1200
1200
  /**
1201
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5
1201
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.5
1202
1202
  */
1203
1203
  const HvacSystemType: {
1204
1204
  /**
@@ -1214,7 +1214,7 @@ export declare namespace Thermostat {
1214
1214
  *
1215
1215
  * • 11 = Reserved
1216
1216
  *
1217
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.1
1217
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.5.1
1218
1218
  */
1219
1219
  coolingStage: BitField;
1220
1220
  /**
@@ -1230,7 +1230,7 @@ export declare namespace Thermostat {
1230
1230
  *
1231
1231
  * • 11 = Reserved
1232
1232
  *
1233
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.2
1233
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.5.2
1234
1234
  */
1235
1235
  heatingStage: BitField;
1236
1236
  /**
@@ -1242,7 +1242,7 @@ export declare namespace Thermostat {
1242
1242
  *
1243
1243
  * • 1 = Heat Pump
1244
1244
  *
1245
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.3
1245
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.5.3
1246
1246
  */
1247
1247
  heatingIsHeatPump: BitFlag;
1248
1248
  /**
@@ -1254,12 +1254,12 @@ export declare namespace Thermostat {
1254
1254
  *
1255
1255
  * • 1 = Uses fuel
1256
1256
  *
1257
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.4
1257
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.5.4
1258
1258
  */
1259
1259
  heatingUsesFuel: BitFlag;
1260
1260
  };
1261
1261
  /**
1262
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.10
1262
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.10
1263
1263
  */
1264
1264
  const RemoteSensing: {
1265
1265
  /**
@@ -1286,7 +1286,7 @@ export declare namespace Thermostat {
1286
1286
  * Systems which support cooling or heating, requiring external intervention to change modes or where the whole
1287
1287
  * building must be in the same mode, SHOULD report CoolingOnly or HeatingOnly based on the current capability.
1288
1288
  *
1289
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.20
1289
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.20
1290
1290
  */
1291
1291
  enum ControlSequenceOfOperation {
1292
1292
  /**
@@ -1315,7 +1315,7 @@ export declare namespace Thermostat {
1315
1315
  CoolingAndHeatingWithReheat = 5
1316
1316
  }
1317
1317
  /**
1318
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.26
1318
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.26
1319
1319
  */
1320
1320
  enum TemperatureSetpointHold {
1321
1321
  /**
@@ -1328,7 +1328,7 @@ export declare namespace Thermostat {
1328
1328
  SetpointHoldOn = 1
1329
1329
  }
1330
1330
  /**
1331
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.8
1331
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.8
1332
1332
  */
1333
1333
  const ProgrammingOperationMode: {
1334
1334
  /**
@@ -1345,7 +1345,7 @@ export declare namespace Thermostat {
1345
1345
  economy: BitFlag;
1346
1346
  };
1347
1347
  /**
1348
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.9
1348
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.9
1349
1349
  */
1350
1350
  const RelayState: {
1351
1351
  /**
@@ -1378,7 +1378,7 @@ export declare namespace Thermostat {
1378
1378
  fanStage3: BitFlag;
1379
1379
  };
1380
1380
  /**
1381
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.22
1381
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.22
1382
1382
  */
1383
1383
  enum SetpointChangeSource {
1384
1384
  /**
@@ -1395,7 +1395,7 @@ export declare namespace Thermostat {
1395
1395
  External = 2
1396
1396
  }
1397
1397
  /**
1398
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.18
1398
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.18
1399
1399
  */
1400
1400
  enum AcType {
1401
1401
  /**
@@ -1420,7 +1420,7 @@ export declare namespace Thermostat {
1420
1420
  HeatPumpInverter = 4
1421
1421
  }
1422
1422
  /**
1423
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.17
1423
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.17
1424
1424
  */
1425
1425
  enum AcRefrigerantType {
1426
1426
  /**
@@ -1441,7 +1441,7 @@ export declare namespace Thermostat {
1441
1441
  R407C = 3
1442
1442
  }
1443
1443
  /**
1444
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.15
1444
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.15
1445
1445
  */
1446
1446
  enum AcCompressorType {
1447
1447
  /**
@@ -1462,7 +1462,7 @@ export declare namespace Thermostat {
1462
1462
  T3 = 3
1463
1463
  }
1464
1464
  /**
1465
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.4
1465
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.4
1466
1466
  */
1467
1467
  const AcErrorCode: {
1468
1468
  /**
@@ -1487,7 +1487,7 @@ export declare namespace Thermostat {
1487
1487
  fanFail: BitFlag;
1488
1488
  };
1489
1489
  /**
1490
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.16
1490
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.16
1491
1491
  */
1492
1492
  enum AcLouverPosition {
1493
1493
  /**
@@ -1512,7 +1512,7 @@ export declare namespace Thermostat {
1512
1512
  ThreeQuarters = 5
1513
1513
  }
1514
1514
  /**
1515
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.14
1515
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.14
1516
1516
  */
1517
1517
  enum AcCapacityFormat {
1518
1518
  /**
@@ -1521,7 +1521,7 @@ export declare namespace Thermostat {
1521
1521
  BtUh = 0
1522
1522
  }
1523
1523
  /**
1524
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.19
1524
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.19
1525
1525
  */
1526
1526
  enum SetpointRaiseLowerMode {
1527
1527
  /**
@@ -1540,27 +1540,27 @@ export declare namespace Thermostat {
1540
1540
  /**
1541
1541
  * Input to the Thermostat setpointRaiseLower command
1542
1542
  *
1543
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1
1543
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.1
1544
1544
  */
1545
1545
  const TlvSetpointRaiseLowerRequest: import("../tlv/TlvObject.js").ObjectSchema<{
1546
1546
  /**
1547
1547
  * The field shall specify which setpoints are to be adjusted.
1548
1548
  *
1549
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1.1
1549
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.1.1
1550
1550
  */
1551
1551
  mode: import("../tlv/TlvObject.js").FieldType<SetpointRaiseLowerMode>;
1552
1552
  /**
1553
1553
  * This field shall indicate the amount (possibly negative) that should be added to the setpoint(s), in steps of
1554
1554
  * 0.1°C.
1555
1555
  *
1556
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1.2
1556
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.1.2
1557
1557
  */
1558
1558
  amount: import("../tlv/TlvObject.js").FieldType<number>;
1559
1559
  }>;
1560
1560
  /**
1561
1561
  * Input to the Thermostat setpointRaiseLower command
1562
1562
  *
1563
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1
1563
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.1
1564
1564
  */
1565
1565
  interface SetpointRaiseLowerRequest extends TypeFromSchema<typeof TlvSetpointRaiseLowerRequest> {
1566
1566
  }
@@ -1616,7 +1616,7 @@ export declare namespace Thermostat {
1616
1616
  * Indicates whether the heated/cooled space is occupied or not, as measured locally or remotely (over the
1617
1617
  * network).
1618
1618
  *
1619
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.4
1619
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.4
1620
1620
  */
1621
1621
  readonly occupancy: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1622
1622
  /**
@@ -1625,7 +1625,7 @@ export declare namespace Thermostat {
1625
1625
  * If this bit is set, it shall indicate the occupied state else if the bit if not set, it shall indicate the
1626
1626
  * unoccupied state.
1627
1627
  *
1628
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.1
1628
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.6.1
1629
1629
  */
1630
1630
  occupied: BitFlag;
1631
1631
  }>, any>;
@@ -1642,11 +1642,11 @@ export declare namespace Thermostat {
1642
1642
  *
1643
1643
  * ### Refer to Setpoint Limits for constraints
1644
1644
  *
1645
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.5
1645
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.5
1646
1646
  */
1647
1647
  readonly absMinHeatSetpointLimit: OptionalFixedAttribute<number, any>;
1648
1648
  /**
1649
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9
1649
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9
1650
1650
  */
1651
1651
  readonly absMaxHeatSetpointLimit: OptionalFixedAttribute<number, any>;
1652
1652
  /**
@@ -1655,7 +1655,7 @@ export declare namespace Thermostat {
1655
1655
  *
1656
1656
  * This attribute is reported regularly and may be used to control a heating device.
1657
1657
  *
1658
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.10
1658
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.10
1659
1659
  */
1660
1660
  readonly piHeatingDemand: OptionalAttribute<number, any>;
1661
1661
  /**
@@ -1675,7 +1675,7 @@ export declare namespace Thermostat {
1675
1675
  * either does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value
1676
1676
  * of the ActivePresetHandle attribute shall be set to null.
1677
1677
  *
1678
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.14
1678
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.14
1679
1679
  */
1680
1680
  readonly occupiedHeatingSetpoint: WritableAttribute<number, any>;
1681
1681
  /**
@@ -1691,7 +1691,7 @@ export declare namespace Thermostat {
1691
1691
  * which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
1692
1692
  * response with the status code CONSTRAINT_ERROR shall be returned.
1693
1693
  *
1694
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.17
1694
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.17
1695
1695
  */
1696
1696
  readonly minHeatSetpointLimit: OptionalWritableAttribute<number, any>;
1697
1697
  /**
@@ -1703,7 +1703,7 @@ export declare namespace Thermostat {
1703
1703
  * which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
1704
1704
  * response with the status code CONSTRAINT_ERROR shall be returned.
1705
1705
  *
1706
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.18
1706
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.18
1707
1707
  */
1708
1708
  readonly maxHeatSetpointLimit: OptionalWritableAttribute<number, any>;
1709
1709
  };
@@ -1714,7 +1714,7 @@ export declare namespace Thermostat {
1714
1714
  const CoolingComponent: {
1715
1715
  readonly attributes: {
1716
1716
  /**
1717
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9
1717
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9
1718
1718
  */
1719
1719
  readonly absMinCoolSetpointLimit: OptionalFixedAttribute<number, any>;
1720
1720
  /**
@@ -1723,7 +1723,7 @@ export declare namespace Thermostat {
1723
1723
  *
1724
1724
  * ### Refer to Setpoint Limits for constraints
1725
1725
  *
1726
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.8
1726
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.8
1727
1727
  */
1728
1728
  readonly absMaxCoolSetpointLimit: OptionalFixedAttribute<number, any>;
1729
1729
  /**
@@ -1732,7 +1732,7 @@ export declare namespace Thermostat {
1732
1732
  *
1733
1733
  * This attribute is reported regularly and may be used to control a cooling device.
1734
1734
  *
1735
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.9
1735
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.9
1736
1736
  */
1737
1737
  readonly piCoolingDemand: OptionalAttribute<number, any>;
1738
1738
  /**
@@ -1752,7 +1752,7 @@ export declare namespace Thermostat {
1752
1752
  * either does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value
1753
1753
  * of the ActivePresetHandle attribute shall be set to null.
1754
1754
  *
1755
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.13
1755
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.13
1756
1756
  */
1757
1757
  readonly occupiedCoolingSetpoint: WritableAttribute<number, any>;
1758
1758
  /**
@@ -1764,7 +1764,7 @@ export declare namespace Thermostat {
1764
1764
  * which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
1765
1765
  * response with the status code CONSTRAINT_ERROR shall be returned.
1766
1766
  *
1767
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.19
1767
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.19
1768
1768
  */
1769
1769
  readonly minCoolSetpointLimit: OptionalWritableAttribute<number, any>;
1770
1770
  /**
@@ -1776,7 +1776,7 @@ export declare namespace Thermostat {
1776
1776
  * which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
1777
1777
  * response with the status code CONSTRAINT_ERROR shall be returned.
1778
1778
  *
1779
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.20
1779
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.20
1780
1780
  */
1781
1781
  readonly maxCoolSetpointLimit: OptionalWritableAttribute<number, any>;
1782
1782
  };
@@ -1803,7 +1803,7 @@ export declare namespace Thermostat {
1803
1803
  * > Prior to revision 8 of this cluster specification the value of this attribute was constrained to a
1804
1804
  * range of -2.5°C to 2.5°C.
1805
1805
  *
1806
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.12
1806
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.12
1807
1807
  */
1808
1808
  readonly localTemperatureCalibration: OptionalWritableAttribute<number, any>;
1809
1809
  };
@@ -1830,7 +1830,7 @@ export declare namespace Thermostat {
1830
1830
  * Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall
1831
1831
  * be set to null.
1832
1832
  *
1833
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.15
1833
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.15
1834
1834
  */
1835
1835
  readonly unoccupiedCoolingSetpoint: WritableAttribute<number, any>;
1836
1836
  };
@@ -1858,7 +1858,7 @@ export declare namespace Thermostat {
1858
1858
  * Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall
1859
1859
  * be set to null.
1860
1860
  *
1861
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.16
1861
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.16
1862
1862
  */
1863
1863
  readonly unoccupiedHeatingSetpoint: WritableAttribute<number, any>;
1864
1864
  };
@@ -1882,7 +1882,7 @@ export declare namespace Thermostat {
1882
1882
  * For backwards compatibility, this attribute is optionally writeable. However any writes to this attribute
1883
1883
  * shall be silently ignored.
1884
1884
  *
1885
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.21
1885
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.21
1886
1886
  */
1887
1887
  readonly minSetpointDeadBand: WritableAttribute<number, any>;
1888
1888
  /**
@@ -1890,7 +1890,7 @@ export declare namespace Thermostat {
1890
1890
  * can only be Off, Cool or Heat. This attribute is intended to provide additional information when the
1891
1891
  * thermostat’s system mode is in auto mode.
1892
1892
  *
1893
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.25
1893
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.25
1894
1894
  */
1895
1895
  readonly thermostatRunningMode: OptionalAttribute<ThermostatRunningMode, any>;
1896
1896
  };
@@ -1907,19 +1907,19 @@ export declare namespace Thermostat {
1907
1907
  * This attribute may be able to be used as the base to determine if the device supports weekly scheduling
1908
1908
  * by reading the attribute. Successful response means that the weekly scheduling is supported.
1909
1909
  *
1910
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.26
1910
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.26
1911
1911
  */
1912
1912
  readonly startOfWeek: FixedAttribute<StartOfWeek, any>;
1913
1913
  /**
1914
1914
  * Indicates how many weekly schedule transitions the thermostat is capable of handling.
1915
1915
  *
1916
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.27
1916
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.27
1917
1917
  */
1918
1918
  readonly numberOfWeeklyTransitions: FixedAttribute<number, any>;
1919
1919
  /**
1920
1920
  * Indicates how many daily schedule transitions the thermostat is capable of handling.
1921
1921
  *
1922
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.28
1922
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.28
1923
1923
  */
1924
1924
  readonly numberOfDailyTransitions: FixedAttribute<number, any>;
1925
1925
  };
@@ -1933,7 +1933,7 @@ export declare namespace Thermostat {
1933
1933
  * leave all other days unchanged. If the schedule is larger than what fits in one frame or contains more
1934
1934
  * than 10 transitions, the schedule shall then be sent using multiple SetWeeklySchedule Commands.
1935
1935
  *
1936
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2
1936
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2
1937
1937
  */
1938
1938
  readonly setWeeklySchedule: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1939
1939
  /**
@@ -1941,7 +1941,7 @@ export declare namespace Thermostat {
1941
1941
  * device supports more than 10 transitions in its schedule they can send this by sending more than 1 “Set
1942
1942
  * Weekly Schedule” command, each containing the separate information that the device needs to set.
1943
1943
  *
1944
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.1
1944
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2.1
1945
1945
  */
1946
1946
  numberOfTransitionsForSequence: import("../tlv/TlvObject.js").FieldType<number>;
1947
1947
  /**
@@ -1953,7 +1953,7 @@ export declare namespace Thermostat {
1953
1953
  * Each setpoint transition will begin with the day of week for this transition. There can be up to 10
1954
1954
  * transitions for each command.
1955
1955
  *
1956
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.2
1956
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2.2
1957
1957
  */
1958
1958
  dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1959
1959
  /**
@@ -2010,7 +2010,7 @@ export declare namespace Thermostat {
2010
2010
  * Both bits must be respected, even if the HEAT or COOL feature is not supported, to ensure the command is
2011
2011
  * decoded and handled correctly.
2012
2012
  *
2013
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.3
2013
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2.3
2014
2014
  */
2015
2015
  modeForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
2016
2016
  /**
@@ -2025,7 +2025,7 @@ export declare namespace Thermostat {
2025
2025
  /**
2026
2026
  * This field shall contain the list of setpoint transitions used to update the specified daily schedules
2027
2027
  *
2028
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.4
2028
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2.4
2029
2029
  */
2030
2030
  transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2031
2031
  /**
@@ -2033,32 +2033,32 @@ export declare namespace Thermostat {
2033
2033
  * be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
2034
2034
  * be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
2035
2035
  *
2036
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.1
2036
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.1
2037
2037
  */
2038
2038
  transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
2039
2039
  /**
2040
2040
  * This field shall represent the heat setpoint to be applied at this associated transition start time.
2041
2041
  *
2042
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.2
2042
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.2
2043
2043
  */
2044
2044
  heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
2045
2045
  /**
2046
2046
  * This field shall represent the cool setpoint to be applied at this associated transition start time.
2047
2047
  *
2048
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.3
2048
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.3
2049
2049
  */
2050
2050
  coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
2051
2051
  }>[]>;
2052
2052
  }>, void, any>;
2053
2053
  /**
2054
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3
2054
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.3
2055
2055
  */
2056
2056
  readonly getWeeklySchedule: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2057
2057
  /**
2058
2058
  * This field shall indicate the number of days the client would like to return the setpoint values for and
2059
2059
  * could be any combination of single days or the entire week.
2060
2060
  *
2061
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3.1
2061
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.3.1
2062
2062
  */
2063
2063
  daysToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
2064
2064
  /**
@@ -2098,7 +2098,7 @@ export declare namespace Thermostat {
2098
2098
  * This field shall indicate the mode the client would like to return the set point values for and could be any
2099
2099
  * combination of heat only, cool only or heat & cool.
2100
2100
  *
2101
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3.2
2101
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.3.2
2102
2102
  */
2103
2103
  modeToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
2104
2104
  /**
@@ -2162,19 +2162,19 @@ export declare namespace Thermostat {
2162
2162
  * be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
2163
2163
  * be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
2164
2164
  *
2165
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.1
2165
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.1
2166
2166
  */
2167
2167
  transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
2168
2168
  /**
2169
2169
  * This field shall represent the heat setpoint to be applied at this associated transition start time.
2170
2170
  *
2171
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.2
2171
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.2
2172
2172
  */
2173
2173
  heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
2174
2174
  /**
2175
2175
  * This field shall represent the cool setpoint to be applied at this associated transition start time.
2176
2176
  *
2177
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.3
2177
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.3
2178
2178
  */
2179
2179
  coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
2180
2180
  }>[]>;
@@ -2185,7 +2185,7 @@ export declare namespace Thermostat {
2185
2185
  * Upon receipt, all transitions currently stored shall be cleared and a default response of SUCCESS shall
2186
2186
  * be sent in response. There are no error responses to this command.
2187
2187
  *
2188
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.5
2188
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.5
2189
2189
  */
2190
2190
  readonly clearWeeklySchedule: Command<void, void, any>;
2191
2191
  };
@@ -2216,7 +2216,7 @@ export declare namespace Thermostat {
2216
2216
  * Thermostat server shall set its OccupiedSetback value to OccupiedSetbackMin and shall send a Write
2217
2217
  * Attribute Response command with a Status Code field enumeration of SUCCESS response.
2218
2218
  *
2219
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.36
2219
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.36
2220
2220
  */
2221
2221
  readonly occupiedSetback: WritableAttribute<number | null, any>;
2222
2222
  /**
@@ -2225,7 +2225,7 @@ export declare namespace Thermostat {
2225
2225
  *
2226
2226
  * The null value indicates the attribute is unused.
2227
2227
  *
2228
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.37
2228
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.37
2229
2229
  */
2230
2230
  readonly occupiedSetbackMin: FixedAttribute<number | null, any>;
2231
2231
  /**
@@ -2234,7 +2234,7 @@ export declare namespace Thermostat {
2234
2234
  *
2235
2235
  * The null value indicates the attribute is unused.
2236
2236
  *
2237
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.38
2237
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.38
2238
2238
  */
2239
2239
  readonly occupiedSetbackMax: FixedAttribute<number | null, any>;
2240
2240
  };
@@ -2266,7 +2266,7 @@ export declare namespace Thermostat {
2266
2266
  * the Thermostat server shall set its UnoccupiedSetback value to UnoccupiedSetbackMin and shall send a
2267
2267
  * Write Attribute Response command with a Status Code field enumeration of SUCCESS response.
2268
2268
  *
2269
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.39
2269
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.39
2270
2270
  */
2271
2271
  readonly unoccupiedSetback: WritableAttribute<number | null, any>;
2272
2272
  /**
@@ -2275,7 +2275,7 @@ export declare namespace Thermostat {
2275
2275
  *
2276
2276
  * The null value indicates the attribute is unused.
2277
2277
  *
2278
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.40
2278
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.40
2279
2279
  */
2280
2280
  readonly unoccupiedSetbackMin: FixedAttribute<number | null, any>;
2281
2281
  /**
@@ -2284,7 +2284,7 @@ export declare namespace Thermostat {
2284
2284
  *
2285
2285
  * The null value indicates the attribute is unused.
2286
2286
  *
2287
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.41
2287
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.41
2288
2288
  */
2289
2289
  readonly unoccupiedSetbackMax: FixedAttribute<number | null, any>;
2290
2290
  };
@@ -2298,25 +2298,25 @@ export declare namespace Thermostat {
2298
2298
  * Indicates the supported PresetScenarioEnum values, limits on how many presets can be created for each
2299
2299
  * PresetScenarioEnum, and whether or not a thermostat can transition automatically to a given scenario.
2300
2300
  *
2301
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.51
2301
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.51
2302
2302
  */
2303
2303
  readonly presetTypes: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
2304
2304
  /**
2305
2305
  * This field shall specify a PresetScenarioEnum value supported by this thermostat.
2306
2306
  *
2307
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.1
2307
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.28.1
2308
2308
  */
2309
2309
  presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
2310
2310
  /**
2311
2311
  * This field shall specify a limit for the number of presets for this PresetScenarioEnum.
2312
2312
  *
2313
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.2
2313
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.28.2
2314
2314
  */
2315
2315
  numberOfPresets: import("../tlv/TlvObject.js").FieldType<number>;
2316
2316
  /**
2317
2317
  * This field shall specify a bitmap of features for this PresetTypeStruct.
2318
2318
  *
2319
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.3
2319
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.28.3
2320
2320
  */
2321
2321
  presetTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
2322
2322
  /**
@@ -2332,14 +2332,14 @@ export declare namespace Thermostat {
2332
2332
  /**
2333
2333
  * Indicates the maximum number of entries supported by the Presets attribute.
2334
2334
  *
2335
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.53
2335
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.53
2336
2336
  */
2337
2337
  readonly numberOfPresets: FixedAttribute<number, any>;
2338
2338
  /**
2339
2339
  * Indicates the PresetHandle of the active preset. If this attribute is null, then there is no active
2340
2340
  * preset.
2341
2341
  *
2342
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.57
2342
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.57
2343
2343
  */
2344
2344
  readonly activePresetHandle: Attribute<AllowSharedBufferSource | null, any>;
2345
2345
  /**
@@ -2414,7 +2414,7 @@ export declare namespace Thermostat {
2414
2414
  *
2415
2415
  * 2. Otherwise, the attribute status shall be SUCCESS.
2416
2416
  *
2417
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.59
2417
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.59
2418
2418
  */
2419
2419
  readonly presets: WritableAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
2420
2420
  /**
@@ -2424,13 +2424,13 @@ export declare namespace Thermostat {
2424
2424
  * This field shall only be null when the encompassing PresetStruct is appended to the Presets attribute for the
2425
2425
  * purpose of creating a new Preset. Refer to Presets for the creation of Preset handles.
2426
2426
  *
2427
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.1
2427
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.1
2428
2428
  */
2429
2429
  presetHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
2430
2430
  /**
2431
2431
  * This field shall indicate the associated PresetScenarioEnum value for this preset.
2432
2432
  *
2433
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.2
2433
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.2
2434
2434
  */
2435
2435
  presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
2436
2436
  /**
@@ -2439,42 +2439,42 @@ export declare namespace Thermostat {
2439
2439
  * Within each subset of presets sharing the same PresetScenario field value, there shall NOT be any presets
2440
2440
  * with the same value, including null as a value, in the Name field.
2441
2441
  *
2442
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.3
2442
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.3
2443
2443
  */
2444
2444
  name: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
2445
2445
  /**
2446
2446
  * This field shall indicate the cooling setpoint for the preset. Refer to Setpoint Limits for value
2447
2447
  * constraints.
2448
2448
  *
2449
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.4
2449
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.4
2450
2450
  */
2451
2451
  coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2452
2452
  /**
2453
2453
  * This field shall indicate the heating setpoint for the preset. Refer to Setpoint Limits for value
2454
2454
  * constraints.
2455
2455
  *
2456
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.5
2456
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.5
2457
2457
  */
2458
2458
  heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2459
2459
  /**
2460
2460
  * This field shall indicate whether the preset is marked as "built-in", meaning that it can be modified, but it
2461
2461
  * cannot be deleted.
2462
2462
  *
2463
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.6
2463
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.6
2464
2464
  */
2465
2465
  builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
2466
2466
  }>[], any>;
2467
2467
  };
2468
2468
  readonly commands: {
2469
2469
  /**
2470
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9
2470
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.9
2471
2471
  */
2472
2472
  readonly setActivePresetRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2473
2473
  /**
2474
2474
  * This field shall specify the value of the PresetHandle field on the PresetStruct to be made active. If the
2475
2475
  * field is set to null, that indicates there should be no active preset.
2476
2476
  *
2477
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9.1
2477
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.9.1
2478
2478
  */
2479
2479
  presetHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
2480
2480
  }>, void, any>;
@@ -2490,27 +2490,27 @@ export declare namespace Thermostat {
2490
2490
  * each SystemMode value, and whether or not a given SystemMode value supports transitions to Presets,
2491
2491
  * target setpoints, or both.
2492
2492
  *
2493
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.52
2493
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.52
2494
2494
  */
2495
2495
  readonly scheduleTypes: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
2496
2496
  /**
2497
2497
  * This field shall specify a SystemModeEnum supported by this thermostat for Schedules. The only valid values
2498
2498
  * for this field shall be Auto, Heat, and Cool.
2499
2499
  *
2500
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.1
2500
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.32.1
2501
2501
  */
2502
2502
  systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
2503
2503
  /**
2504
2504
  * This field shall specify a limit for the number of Schedules for this SystemMode.
2505
2505
  *
2506
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.2
2506
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.32.2
2507
2507
  */
2508
2508
  numberOfSchedules: import("../tlv/TlvObject.js").FieldType<number>;
2509
2509
  /**
2510
2510
  * This field shall specify a bitmap of features for this schedule entry. At least one of SupportsPresets and
2511
2511
  * SupportsSetpoints shall be set.
2512
2512
  *
2513
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.3
2513
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.32.3
2514
2514
  */
2515
2515
  scheduleTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
2516
2516
  /**
@@ -2520,7 +2520,7 @@ export declare namespace Thermostat {
2520
2520
  * field on the encompassing ScheduleTypeStruct supports specifying presets on ScheduleTransitionStructs
2521
2521
  * contained in its Transitions field.
2522
2522
  *
2523
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.1
2523
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11.1
2524
2524
  */
2525
2525
  supportsPresets: BitFlag;
2526
2526
  /**
@@ -2530,7 +2530,7 @@ export declare namespace Thermostat {
2530
2530
  * field on the encompassing ScheduleTypeStruct supports specifying setpoints on ScheduleTransitionStructs
2531
2531
  * contained in its Transitions field.
2532
2532
  *
2533
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.2
2533
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11.2
2534
2534
  */
2535
2535
  supportsSetpoints: BitFlag;
2536
2536
  /**
@@ -2539,7 +2539,7 @@ export declare namespace Thermostat {
2539
2539
  * This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
2540
2540
  * field on the encompassing ScheduleTypeStruct supports setting the value of the Name field.
2541
2541
  *
2542
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.3
2542
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11.3
2543
2543
  */
2544
2544
  supportsNames: BitFlag;
2545
2545
  /**
@@ -2548,7 +2548,7 @@ export declare namespace Thermostat {
2548
2548
  * This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
2549
2549
  * field on the encompassing ScheduleTypeStruct supports setting its SystemMode field to Off.
2550
2550
  *
2551
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.4
2551
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11.4
2552
2552
  */
2553
2553
  supportsOff: BitFlag;
2554
2554
  }>>;
@@ -2556,24 +2556,24 @@ export declare namespace Thermostat {
2556
2556
  /**
2557
2557
  * Indicates the maximum number of entries supported by the Schedules attribute.
2558
2558
  *
2559
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.54
2559
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.54
2560
2560
  */
2561
2561
  readonly numberOfSchedules: FixedAttribute<number, any>;
2562
2562
  /**
2563
2563
  * Indicates the maximum number of transitions per Schedules attribute entry.
2564
2564
  *
2565
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.55
2565
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.55
2566
2566
  */
2567
2567
  readonly numberOfScheduleTransitions: FixedAttribute<number, any>;
2568
2568
  /**
2569
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9
2569
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9
2570
2570
  */
2571
2571
  readonly numberOfScheduleTransitionPerDay: FixedAttribute<number | null, any>;
2572
2572
  /**
2573
2573
  * Indicates the ScheduleHandle of the active schedule. A null value in this attribute indicates that there
2574
2574
  * is no active schedule.
2575
2575
  *
2576
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.58
2576
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.58
2577
2577
  */
2578
2578
  readonly activeScheduleHandle: Attribute<AllowSharedBufferSource | null, any>;
2579
2579
  /**
@@ -2684,7 +2684,7 @@ export declare namespace Thermostat {
2684
2684
  *
2685
2685
  * 2. Otherwise, the attribute status shall be SUCCESS.
2686
2686
  *
2687
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.60
2687
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.60
2688
2688
  */
2689
2689
  readonly schedules: WritableAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
2690
2690
  /**
@@ -2694,26 +2694,26 @@ export declare namespace Thermostat {
2694
2694
  * This field shall only be null when the encompassing ScheduleStruct is appended to the Schedules attribute for
2695
2695
  * the purpose of creating a new Schedule. Refer to Schedules for the creation of Schedule handles.
2696
2696
  *
2697
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.1
2697
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.1
2698
2698
  */
2699
2699
  scheduleHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
2700
2700
  /**
2701
2701
  * This field shall specify the default thermostat system mode for transitions in this schedule. The only valid
2702
2702
  * values for this field shall be Auto, Heat, and Cool.
2703
2703
  *
2704
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.2
2704
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.2
2705
2705
  */
2706
2706
  systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
2707
2707
  /**
2708
2708
  * This field shall specify a name for the ScheduleStruct.
2709
2709
  *
2710
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.3
2710
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.3
2711
2711
  */
2712
2712
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
2713
2713
  /**
2714
2714
  * This field shall indicate the default PresetHandle value for transitions in this schedule.
2715
2715
  *
2716
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.4
2716
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.4
2717
2717
  */
2718
2718
  presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
2719
2719
  /**
@@ -2744,14 +2744,14 @@ export declare namespace Thermostat {
2744
2744
  * ScheduleTransitionStruct with the largest TransitionTime field from the set of ScheduleTransitionStructs
2745
2745
  * whose DayOfWeek field matches the current day of the week.
2746
2746
  *
2747
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.5
2747
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.5
2748
2748
  */
2749
2749
  transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
2750
2750
  /**
2751
2751
  * This field shall specify a bitmask of days of the week that the transition applies to. The Vacation bit shall
2752
2752
  * NOT be set; vacation schedules shall be set via the vacation preset.
2753
2753
  *
2754
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.1
2754
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.1
2755
2755
  */
2756
2756
  dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
2757
2757
  /**
@@ -2793,14 +2793,14 @@ export declare namespace Thermostat {
2793
2793
  *
2794
2794
  * Handling of transitions during the changeover of Daylight Saving Time is implementation-dependent.
2795
2795
  *
2796
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.2
2796
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.2
2797
2797
  */
2798
2798
  transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
2799
2799
  /**
2800
2800
  * This field shall specify the preset used at the TransitionTime. If this field is provided, then the
2801
2801
  * SystemMode, CoolingSetpoint and HeatingSetpoint fields shall NOT be provided.
2802
2802
  *
2803
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.3
2803
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.3
2804
2804
  */
2805
2805
  presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
2806
2806
  /**
@@ -2808,21 +2808,21 @@ export declare namespace Thermostat {
2808
2808
  * default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
2809
2809
  * shall only be included when the required system mode differs from the schedule’s default SystemMode.
2810
2810
  *
2811
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.4
2811
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.4
2812
2812
  */
2813
2813
  systemMode: import("../tlv/TlvObject.js").OptionalFieldType<SystemMode>;
2814
2814
  /**
2815
2815
  * This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
2816
2816
  * NOT be included. Refer to Setpoint Limits for value constraints.
2817
2817
  *
2818
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.5
2818
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.5
2819
2819
  */
2820
2820
  coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2821
2821
  /**
2822
2822
  * This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
2823
2823
  * NOT be included. Refer to Setpoint Limits for value constraints.
2824
2824
  *
2825
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.6
2825
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.6
2826
2826
  */
2827
2827
  heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
2828
2828
  }>[]>;
@@ -2830,20 +2830,20 @@ export declare namespace Thermostat {
2830
2830
  * This field shall indicate whether the schedule is marked as "built-in", meaning that it can be modified, but
2831
2831
  * it cannot be deleted.
2832
2832
  *
2833
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.6
2833
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.6
2834
2834
  */
2835
2835
  builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
2836
2836
  }>[], any>;
2837
2837
  };
2838
2838
  readonly commands: {
2839
2839
  /**
2840
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8
2840
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.8
2841
2841
  */
2842
2842
  readonly setActiveScheduleRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
2843
2843
  /**
2844
2844
  * This field shall specify the value of the ScheduleHandle field on the ScheduleStruct to be made active.
2845
2845
  *
2846
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8.1
2846
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.8.1
2847
2847
  */
2848
2848
  scheduleHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
2849
2849
  }>, void, any>;
@@ -2886,14 +2886,14 @@ export declare namespace Thermostat {
2886
2886
  * externally, for example due to the temperature control being done by a separate subsystem which does not
2887
2887
  * offer a view into the currently measured temperature, but allows setpoints to be provided.
2888
2888
  *
2889
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.4.1
2889
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.4.1
2890
2890
  */
2891
2891
  readonly localTemperatureNotExposed: BitFlag;
2892
2892
  /**
2893
2893
  * This feature indicates that the thermostat is capable of schedules. If this feature is supported, the
2894
2894
  * thermostat shall support a mechanism to do time synchronization.
2895
2895
  *
2896
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.4.2
2896
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.4.2
2897
2897
  */
2898
2898
  readonly matterScheduleConfiguration: BitFlag;
2899
2899
  /**
@@ -2915,13 +2915,13 @@ export declare namespace Thermostat {
2915
2915
  * • Otherwise, if the LTNE feature is supported, there is no feedback externally available for the
2916
2916
  * LocalTemperatureCalibration. In that case, the LocalTemperature attribute shall always report null.
2917
2917
  *
2918
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.2
2918
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.2
2919
2919
  */
2920
2920
  readonly localTemperature: Attribute<number | null, any>;
2921
2921
  /**
2922
2922
  * Indicates the outdoor temperature, as measured locally or remotely (over the network).
2923
2923
  *
2924
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.3
2924
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.3
2925
2925
  */
2926
2926
  readonly outdoorTemperature: OptionalAttribute<number | null, any>;
2927
2927
  /**
@@ -2930,7 +2930,7 @@ export declare namespace Thermostat {
2930
2930
  * parameters are set via software, there shall be read/write access in order to provide remote programming
2931
2931
  * capability.
2932
2932
  *
2933
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.11
2933
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.11
2934
2934
  * @deprecated
2935
2935
  */
2936
2936
  readonly hvacSystemTypeConfiguration: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
@@ -2947,7 +2947,7 @@ export declare namespace Thermostat {
2947
2947
  *
2948
2948
  * • 11 = Reserved
2949
2949
  *
2950
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.1
2950
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.5.1
2951
2951
  */
2952
2952
  coolingStage: BitField;
2953
2953
  /**
@@ -2963,7 +2963,7 @@ export declare namespace Thermostat {
2963
2963
  *
2964
2964
  * • 11 = Reserved
2965
2965
  *
2966
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.2
2966
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.5.2
2967
2967
  */
2968
2968
  heatingStage: BitField;
2969
2969
  /**
@@ -2975,7 +2975,7 @@ export declare namespace Thermostat {
2975
2975
  *
2976
2976
  * • 1 = Heat Pump
2977
2977
  *
2978
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.3
2978
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.5.3
2979
2979
  */
2980
2980
  heatingIsHeatPump: BitFlag;
2981
2981
  /**
@@ -2987,7 +2987,7 @@ export declare namespace Thermostat {
2987
2987
  *
2988
2988
  * • 1 = Uses fuel
2989
2989
  *
2990
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.4
2990
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.5.4
2991
2991
  */
2992
2992
  heatingUsesFuel: BitFlag;
2993
2993
  }>, any>;
@@ -3001,7 +3001,7 @@ export declare namespace Thermostat {
3001
3001
  * If the LocalTemperature RemoteSensing bit is written with a value of 1 when the LTNE feature is present,
3002
3002
  * the write shall fail and the server shall report a CONSTRAINT_ERROR.
3003
3003
  *
3004
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.22
3004
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.22
3005
3005
  */
3006
3006
  readonly remoteSensing: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
3007
3007
  /**
@@ -3025,14 +3025,14 @@ export declare namespace Thermostat {
3025
3025
  * value of this attribute shall remain unchanged. This behavior is in place for backwards compatibility
3026
3026
  * with existing thermostats.
3027
3027
  *
3028
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.23
3028
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.23
3029
3029
  */
3030
3030
  readonly controlSequenceOfOperation: WritableAttribute<ControlSequenceOfOperation, any>;
3031
3031
  /**
3032
3032
  * Indicates the current operating mode of the thermostat. Its value shall be limited by the
3033
3033
  * ControlSequenceOfOperation attribute.
3034
3034
  *
3035
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.24
3035
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.24
3036
3036
  */
3037
3037
  readonly systemMode: WritableAttribute<SystemMode, any>;
3038
3038
  /**
@@ -3053,7 +3053,7 @@ export declare namespace Thermostat {
3053
3053
  * If this attribute is updated to SetpointHoldOff and the SetpointHoldExpiryTimestamp is supported, the
3054
3054
  * server shall set the SetpointHoldExpiryTimestamp to null.
3055
3055
  *
3056
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.29
3056
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.29
3057
3057
  */
3058
3058
  readonly temperatureSetpointHold: OptionalWritableAttribute<TemperatureSetpointHold, any>;
3059
3059
  /**
@@ -3068,7 +3068,7 @@ export declare namespace Thermostat {
3068
3068
  * If this attribute is set to null and the SetpointHoldExpiryTimestamp is supported, the server shall set
3069
3069
  * the SetpointHoldExpiryTimestamp to null.
3070
3070
  *
3071
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.30
3071
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.30
3072
3072
  */
3073
3073
  readonly temperatureSetpointHoldDuration: OptionalWritableAttribute<number | null, any>;
3074
3074
  /**
@@ -3089,7 +3089,7 @@ export declare namespace Thermostat {
3089
3089
  * > Modifying the ScheduleActive bit does not clear or delete previous weekly schedule programming
3090
3090
  * configurations.
3091
3091
  *
3092
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.31
3092
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.31
3093
3093
  */
3094
3094
  readonly thermostatProgrammingOperationMode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
3095
3095
  /**
@@ -3109,7 +3109,7 @@ export declare namespace Thermostat {
3109
3109
  * Indicates the current relay state of the heat, cool, and fan relays. Unimplemented outputs shall be
3110
3110
  * treated as if they were Off.
3111
3111
  *
3112
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.32
3112
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.32
3113
3113
  */
3114
3114
  readonly thermostatRunningState: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
3115
3115
  /**
@@ -3150,7 +3150,7 @@ export declare namespace Thermostat {
3150
3150
  * provider). Because automation services may initiate frequent setpoint changes, this attribute clearly
3151
3151
  * differentiates the source of setpoint changes made at the thermostat.
3152
3152
  *
3153
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.33
3153
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.33
3154
3154
  */
3155
3155
  readonly setpointChangeSource: OptionalAttribute<SetpointChangeSource, any>;
3156
3156
  /**
@@ -3160,13 +3160,13 @@ export declare namespace Thermostat {
3160
3160
  *
3161
3161
  * The null value indicates that the previous setpoint was unknown.
3162
3162
  *
3163
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.34
3163
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.34
3164
3164
  */
3165
3165
  readonly setpointChangeAmount: OptionalAttribute<number | null, any>;
3166
3166
  /**
3167
3167
  * Indicates the time in UTC at which the SetpointChangeAmount attribute change was recorded.
3168
3168
  *
3169
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.35
3169
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.35
3170
3170
  */
3171
3171
  readonly setpointChangeSourceTimestamp: OptionalAttribute<number, any>;
3172
3172
  /**
@@ -3195,38 +3195,38 @@ export declare namespace Thermostat {
3195
3195
  * when a setpoint is of a specified amount greater than the measured temperature. This allows the heated
3196
3196
  * space to be quickly heated to the desired level set by the user.
3197
3197
  *
3198
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.42
3198
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.42
3199
3199
  */
3200
3200
  readonly emergencyHeatDelta: OptionalWritableAttribute<number, any>;
3201
3201
  /**
3202
3202
  * Indicates the type of Mini Split ACTypeEnum of Mini Split AC is defined depending on how Cooling and
3203
3203
  * Heating condition is achieved by Mini Split AC.
3204
3204
  *
3205
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.43
3205
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.43
3206
3206
  */
3207
3207
  readonly acType: OptionalWritableAttribute<AcType, any>;
3208
3208
  /**
3209
3209
  * Indicates capacity of Mini Split AC in terms of the format defined by the ACCapacityFormat attribute
3210
3210
  *
3211
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.44
3211
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.44
3212
3212
  */
3213
3213
  readonly acCapacity: OptionalWritableAttribute<number, any>;
3214
3214
  /**
3215
3215
  * Indicates type of refrigerant used within the Mini Split AC.
3216
3216
  *
3217
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.45
3217
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.45
3218
3218
  */
3219
3219
  readonly acRefrigerantType: OptionalWritableAttribute<AcRefrigerantType, any>;
3220
3220
  /**
3221
3221
  * Indicates the type of compressor used within the Mini Split AC.
3222
3222
  *
3223
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.46
3223
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.46
3224
3224
  */
3225
3225
  readonly acCompressorType: OptionalWritableAttribute<AcCompressorType, any>;
3226
3226
  /**
3227
3227
  * Indicates the type of errors encountered within the Mini Split AC.
3228
3228
  *
3229
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.47
3229
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.47
3230
3230
  */
3231
3231
  readonly acErrorCode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
3232
3232
  /**
@@ -3253,19 +3253,19 @@ export declare namespace Thermostat {
3253
3253
  /**
3254
3254
  * Indicates the position of Louver on the AC.
3255
3255
  *
3256
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.48
3256
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.48
3257
3257
  */
3258
3258
  readonly acLouverPosition: OptionalWritableAttribute<AcLouverPosition, any>;
3259
3259
  /**
3260
3260
  * Indicates the temperature of the AC coil, as measured locally or remotely (over the network).
3261
3261
  *
3262
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.49
3262
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.49
3263
3263
  */
3264
3264
  readonly acCoilTemperature: OptionalAttribute<number | null, any>;
3265
3265
  /**
3266
3266
  * Indicates the format for the ACCapacity attribute.
3267
3267
  *
3268
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.50
3268
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.50
3269
3269
  */
3270
3270
  readonly acCapacityFormat: OptionalWritableAttribute<AcCapacityFormat, any>;
3271
3271
  /**
@@ -3280,26 +3280,26 @@ export declare namespace Thermostat {
3280
3280
  * If the TemperatureSetpointHold is set to SetpointHoldOff, this attribute shall be set to null indicating
3281
3281
  * there is no hold on the Thermostat.
3282
3282
  *
3283
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.61
3283
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.61
3284
3284
  */
3285
3285
  readonly setpointHoldExpiryTimestamp: OptionalAttribute<number | null, any>;
3286
3286
  };
3287
3287
  readonly commands: {
3288
3288
  /**
3289
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1
3289
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.1
3290
3290
  */
3291
3291
  readonly setpointRaiseLower: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3292
3292
  /**
3293
3293
  * The field shall specify which setpoints are to be adjusted.
3294
3294
  *
3295
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1.1
3295
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.1.1
3296
3296
  */
3297
3297
  mode: import("../tlv/TlvObject.js").FieldType<SetpointRaiseLowerMode>;
3298
3298
  /**
3299
3299
  * This field shall indicate the amount (possibly negative) that should be added to the setpoint(s), in steps of
3300
3300
  * 0.1°C.
3301
3301
  *
3302
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1.2
3302
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.1.2
3303
3303
  */
3304
3304
  amount: import("../tlv/TlvObject.js").FieldType<number>;
3305
3305
  }>, void, any>;
@@ -3330,7 +3330,7 @@ export declare namespace Thermostat {
3330
3330
  * Indicates whether the heated/cooled space is occupied or not, as measured locally or remotely (over the
3331
3331
  * network).
3332
3332
  *
3333
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.4
3333
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.4
3334
3334
  */
3335
3335
  readonly occupancy: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
3336
3336
  /**
@@ -3339,7 +3339,7 @@ export declare namespace Thermostat {
3339
3339
  * If this bit is set, it shall indicate the occupied state else if the bit if not set, it shall indicate the
3340
3340
  * unoccupied state.
3341
3341
  *
3342
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.1
3342
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.6.1
3343
3343
  */
3344
3344
  occupied: BitFlag;
3345
3345
  }>, any>;
@@ -3357,11 +3357,11 @@ export declare namespace Thermostat {
3357
3357
  *
3358
3358
  * ### Refer to Setpoint Limits for constraints
3359
3359
  *
3360
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.5
3360
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.5
3361
3361
  */
3362
3362
  readonly absMinHeatSetpointLimit: OptionalFixedAttribute<number, any>;
3363
3363
  /**
3364
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9
3364
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9
3365
3365
  */
3366
3366
  readonly absMaxHeatSetpointLimit: OptionalFixedAttribute<number, any>;
3367
3367
  /**
@@ -3370,7 +3370,7 @@ export declare namespace Thermostat {
3370
3370
  *
3371
3371
  * This attribute is reported regularly and may be used to control a heating device.
3372
3372
  *
3373
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.10
3373
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.10
3374
3374
  */
3375
3375
  readonly piHeatingDemand: OptionalAttribute<number, any>;
3376
3376
  /**
@@ -3390,7 +3390,7 @@ export declare namespace Thermostat {
3390
3390
  * either does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value
3391
3391
  * of the ActivePresetHandle attribute shall be set to null.
3392
3392
  *
3393
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.14
3393
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.14
3394
3394
  */
3395
3395
  readonly occupiedHeatingSetpoint: WritableAttribute<number, any>;
3396
3396
  /**
@@ -3406,7 +3406,7 @@ export declare namespace Thermostat {
3406
3406
  * which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
3407
3407
  * response with the status code CONSTRAINT_ERROR shall be returned.
3408
3408
  *
3409
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.17
3409
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.17
3410
3410
  */
3411
3411
  readonly minHeatSetpointLimit: OptionalWritableAttribute<number, any>;
3412
3412
  /**
@@ -3418,7 +3418,7 @@ export declare namespace Thermostat {
3418
3418
  * which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
3419
3419
  * response with the status code CONSTRAINT_ERROR shall be returned.
3420
3420
  *
3421
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.18
3421
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.18
3422
3422
  */
3423
3423
  readonly maxHeatSetpointLimit: OptionalWritableAttribute<number, any>;
3424
3424
  };
@@ -3430,7 +3430,7 @@ export declare namespace Thermostat {
3430
3430
  readonly component: {
3431
3431
  readonly attributes: {
3432
3432
  /**
3433
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9
3433
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9
3434
3434
  */
3435
3435
  readonly absMinCoolSetpointLimit: OptionalFixedAttribute<number, any>;
3436
3436
  /**
@@ -3439,7 +3439,7 @@ export declare namespace Thermostat {
3439
3439
  *
3440
3440
  * ### Refer to Setpoint Limits for constraints
3441
3441
  *
3442
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.8
3442
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.8
3443
3443
  */
3444
3444
  readonly absMaxCoolSetpointLimit: OptionalFixedAttribute<number, any>;
3445
3445
  /**
@@ -3448,7 +3448,7 @@ export declare namespace Thermostat {
3448
3448
  *
3449
3449
  * This attribute is reported regularly and may be used to control a cooling device.
3450
3450
  *
3451
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.9
3451
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.9
3452
3452
  */
3453
3453
  readonly piCoolingDemand: OptionalAttribute<number, any>;
3454
3454
  /**
@@ -3468,7 +3468,7 @@ export declare namespace Thermostat {
3468
3468
  * either does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value
3469
3469
  * of the ActivePresetHandle attribute shall be set to null.
3470
3470
  *
3471
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.13
3471
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.13
3472
3472
  */
3473
3473
  readonly occupiedCoolingSetpoint: WritableAttribute<number, any>;
3474
3474
  /**
@@ -3480,7 +3480,7 @@ export declare namespace Thermostat {
3480
3480
  * which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
3481
3481
  * response with the status code CONSTRAINT_ERROR shall be returned.
3482
3482
  *
3483
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.19
3483
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.19
3484
3484
  */
3485
3485
  readonly minCoolSetpointLimit: OptionalWritableAttribute<number, any>;
3486
3486
  /**
@@ -3492,7 +3492,7 @@ export declare namespace Thermostat {
3492
3492
  * which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
3493
3493
  * response with the status code CONSTRAINT_ERROR shall be returned.
3494
3494
  *
3495
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.20
3495
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.20
3496
3496
  */
3497
3497
  readonly maxCoolSetpointLimit: OptionalWritableAttribute<number, any>;
3498
3498
  };
@@ -3520,7 +3520,7 @@ export declare namespace Thermostat {
3520
3520
  * > Prior to revision 8 of this cluster specification the value of this attribute was constrained to a
3521
3521
  * range of -2.5°C to 2.5°C.
3522
3522
  *
3523
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.12
3523
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.12
3524
3524
  */
3525
3525
  readonly localTemperatureCalibration: OptionalWritableAttribute<number, any>;
3526
3526
  };
@@ -3549,7 +3549,7 @@ export declare namespace Thermostat {
3549
3549
  * Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall
3550
3550
  * be set to null.
3551
3551
  *
3552
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.15
3552
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.15
3553
3553
  */
3554
3554
  readonly unoccupiedCoolingSetpoint: WritableAttribute<number, any>;
3555
3555
  };
@@ -3579,7 +3579,7 @@ export declare namespace Thermostat {
3579
3579
  * Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall
3580
3580
  * be set to null.
3581
3581
  *
3582
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.16
3582
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.16
3583
3583
  */
3584
3584
  readonly unoccupiedHeatingSetpoint: WritableAttribute<number, any>;
3585
3585
  };
@@ -3604,7 +3604,7 @@ export declare namespace Thermostat {
3604
3604
  * For backwards compatibility, this attribute is optionally writeable. However any writes to this attribute
3605
3605
  * shall be silently ignored.
3606
3606
  *
3607
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.21
3607
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.21
3608
3608
  */
3609
3609
  readonly minSetpointDeadBand: WritableAttribute<number, any>;
3610
3610
  /**
@@ -3612,7 +3612,7 @@ export declare namespace Thermostat {
3612
3612
  * can only be Off, Cool or Heat. This attribute is intended to provide additional information when the
3613
3613
  * thermostat’s system mode is in auto mode.
3614
3614
  *
3615
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.25
3615
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.25
3616
3616
  */
3617
3617
  readonly thermostatRunningMode: OptionalAttribute<ThermostatRunningMode, any>;
3618
3618
  };
@@ -3630,19 +3630,19 @@ export declare namespace Thermostat {
3630
3630
  * This attribute may be able to be used as the base to determine if the device supports weekly scheduling
3631
3631
  * by reading the attribute. Successful response means that the weekly scheduling is supported.
3632
3632
  *
3633
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.26
3633
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.26
3634
3634
  */
3635
3635
  readonly startOfWeek: FixedAttribute<StartOfWeek, any>;
3636
3636
  /**
3637
3637
  * Indicates how many weekly schedule transitions the thermostat is capable of handling.
3638
3638
  *
3639
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.27
3639
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.27
3640
3640
  */
3641
3641
  readonly numberOfWeeklyTransitions: FixedAttribute<number, any>;
3642
3642
  /**
3643
3643
  * Indicates how many daily schedule transitions the thermostat is capable of handling.
3644
3644
  *
3645
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.28
3645
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.28
3646
3646
  */
3647
3647
  readonly numberOfDailyTransitions: FixedAttribute<number, any>;
3648
3648
  };
@@ -3656,7 +3656,7 @@ export declare namespace Thermostat {
3656
3656
  * leave all other days unchanged. If the schedule is larger than what fits in one frame or contains more
3657
3657
  * than 10 transitions, the schedule shall then be sent using multiple SetWeeklySchedule Commands.
3658
3658
  *
3659
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2
3659
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2
3660
3660
  */
3661
3661
  readonly setWeeklySchedule: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3662
3662
  /**
@@ -3664,7 +3664,7 @@ export declare namespace Thermostat {
3664
3664
  * device supports more than 10 transitions in its schedule they can send this by sending more than 1 “Set
3665
3665
  * Weekly Schedule” command, each containing the separate information that the device needs to set.
3666
3666
  *
3667
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.1
3667
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2.1
3668
3668
  */
3669
3669
  numberOfTransitionsForSequence: import("../tlv/TlvObject.js").FieldType<number>;
3670
3670
  /**
@@ -3676,7 +3676,7 @@ export declare namespace Thermostat {
3676
3676
  * Each setpoint transition will begin with the day of week for this transition. There can be up to 10
3677
3677
  * transitions for each command.
3678
3678
  *
3679
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.2
3679
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2.2
3680
3680
  */
3681
3681
  dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
3682
3682
  /**
@@ -3733,7 +3733,7 @@ export declare namespace Thermostat {
3733
3733
  * Both bits must be respected, even if the HEAT or COOL feature is not supported, to ensure the command is
3734
3734
  * decoded and handled correctly.
3735
3735
  *
3736
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.3
3736
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2.3
3737
3737
  */
3738
3738
  modeForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
3739
3739
  /**
@@ -3748,7 +3748,7 @@ export declare namespace Thermostat {
3748
3748
  /**
3749
3749
  * This field shall contain the list of setpoint transitions used to update the specified daily schedules
3750
3750
  *
3751
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.4
3751
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2.4
3752
3752
  */
3753
3753
  transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
3754
3754
  /**
@@ -3756,32 +3756,32 @@ export declare namespace Thermostat {
3756
3756
  * be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
3757
3757
  * be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
3758
3758
  *
3759
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.1
3759
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.1
3760
3760
  */
3761
3761
  transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
3762
3762
  /**
3763
3763
  * This field shall represent the heat setpoint to be applied at this associated transition start time.
3764
3764
  *
3765
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.2
3765
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.2
3766
3766
  */
3767
3767
  heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
3768
3768
  /**
3769
3769
  * This field shall represent the cool setpoint to be applied at this associated transition start time.
3770
3770
  *
3771
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.3
3771
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.3
3772
3772
  */
3773
3773
  coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
3774
3774
  }>[]>;
3775
3775
  }>, void, any>;
3776
3776
  /**
3777
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3
3777
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.3
3778
3778
  */
3779
3779
  readonly getWeeklySchedule: Command<import("../tlv/TlvObject.js").TypeFromFields<{
3780
3780
  /**
3781
3781
  * This field shall indicate the number of days the client would like to return the setpoint values for and
3782
3782
  * could be any combination of single days or the entire week.
3783
3783
  *
3784
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3.1
3784
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.3.1
3785
3785
  */
3786
3786
  daysToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
3787
3787
  /**
@@ -3821,7 +3821,7 @@ export declare namespace Thermostat {
3821
3821
  * This field shall indicate the mode the client would like to return the set point values for and could be any
3822
3822
  * combination of heat only, cool only or heat & cool.
3823
3823
  *
3824
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3.2
3824
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.3.2
3825
3825
  */
3826
3826
  modeToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
3827
3827
  /**
@@ -3885,19 +3885,19 @@ export declare namespace Thermostat {
3885
3885
  * be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
3886
3886
  * be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
3887
3887
  *
3888
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.1
3888
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.1
3889
3889
  */
3890
3890
  transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
3891
3891
  /**
3892
3892
  * This field shall represent the heat setpoint to be applied at this associated transition start time.
3893
3893
  *
3894
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.2
3894
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.2
3895
3895
  */
3896
3896
  heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
3897
3897
  /**
3898
3898
  * This field shall represent the cool setpoint to be applied at this associated transition start time.
3899
3899
  *
3900
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.3
3900
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.3
3901
3901
  */
3902
3902
  coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
3903
3903
  }>[]>;
@@ -3908,7 +3908,7 @@ export declare namespace Thermostat {
3908
3908
  * Upon receipt, all transitions currently stored shall be cleared and a default response of SUCCESS shall
3909
3909
  * be sent in response. There are no error responses to this command.
3910
3910
  *
3911
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.5
3911
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.5
3912
3912
  */
3913
3913
  readonly clearWeeklySchedule: Command<void, void, any>;
3914
3914
  };
@@ -3940,7 +3940,7 @@ export declare namespace Thermostat {
3940
3940
  * Thermostat server shall set its OccupiedSetback value to OccupiedSetbackMin and shall send a Write
3941
3941
  * Attribute Response command with a Status Code field enumeration of SUCCESS response.
3942
3942
  *
3943
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.36
3943
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.36
3944
3944
  */
3945
3945
  readonly occupiedSetback: WritableAttribute<number | null, any>;
3946
3946
  /**
@@ -3949,7 +3949,7 @@ export declare namespace Thermostat {
3949
3949
  *
3950
3950
  * The null value indicates the attribute is unused.
3951
3951
  *
3952
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.37
3952
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.37
3953
3953
  */
3954
3954
  readonly occupiedSetbackMin: FixedAttribute<number | null, any>;
3955
3955
  /**
@@ -3958,7 +3958,7 @@ export declare namespace Thermostat {
3958
3958
  *
3959
3959
  * The null value indicates the attribute is unused.
3960
3960
  *
3961
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.38
3961
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.38
3962
3962
  */
3963
3963
  readonly occupiedSetbackMax: FixedAttribute<number | null, any>;
3964
3964
  };
@@ -3992,7 +3992,7 @@ export declare namespace Thermostat {
3992
3992
  * the Thermostat server shall set its UnoccupiedSetback value to UnoccupiedSetbackMin and shall send a
3993
3993
  * Write Attribute Response command with a Status Code field enumeration of SUCCESS response.
3994
3994
  *
3995
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.39
3995
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.39
3996
3996
  */
3997
3997
  readonly unoccupiedSetback: WritableAttribute<number | null, any>;
3998
3998
  /**
@@ -4001,7 +4001,7 @@ export declare namespace Thermostat {
4001
4001
  *
4002
4002
  * The null value indicates the attribute is unused.
4003
4003
  *
4004
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.40
4004
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.40
4005
4005
  */
4006
4006
  readonly unoccupiedSetbackMin: FixedAttribute<number | null, any>;
4007
4007
  /**
@@ -4010,7 +4010,7 @@ export declare namespace Thermostat {
4010
4010
  *
4011
4011
  * The null value indicates the attribute is unused.
4012
4012
  *
4013
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.41
4013
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.41
4014
4014
  */
4015
4015
  readonly unoccupiedSetbackMax: FixedAttribute<number | null, any>;
4016
4016
  };
@@ -4025,25 +4025,25 @@ export declare namespace Thermostat {
4025
4025
  * Indicates the supported PresetScenarioEnum values, limits on how many presets can be created for each
4026
4026
  * PresetScenarioEnum, and whether or not a thermostat can transition automatically to a given scenario.
4027
4027
  *
4028
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.51
4028
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.51
4029
4029
  */
4030
4030
  readonly presetTypes: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
4031
4031
  /**
4032
4032
  * This field shall specify a PresetScenarioEnum value supported by this thermostat.
4033
4033
  *
4034
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.1
4034
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.28.1
4035
4035
  */
4036
4036
  presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
4037
4037
  /**
4038
4038
  * This field shall specify a limit for the number of presets for this PresetScenarioEnum.
4039
4039
  *
4040
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.2
4040
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.28.2
4041
4041
  */
4042
4042
  numberOfPresets: import("../tlv/TlvObject.js").FieldType<number>;
4043
4043
  /**
4044
4044
  * This field shall specify a bitmap of features for this PresetTypeStruct.
4045
4045
  *
4046
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.3
4046
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.28.3
4047
4047
  */
4048
4048
  presetTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
4049
4049
  /**
@@ -4059,14 +4059,14 @@ export declare namespace Thermostat {
4059
4059
  /**
4060
4060
  * Indicates the maximum number of entries supported by the Presets attribute.
4061
4061
  *
4062
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.53
4062
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.53
4063
4063
  */
4064
4064
  readonly numberOfPresets: FixedAttribute<number, any>;
4065
4065
  /**
4066
4066
  * Indicates the PresetHandle of the active preset. If this attribute is null, then there is no active
4067
4067
  * preset.
4068
4068
  *
4069
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.57
4069
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.57
4070
4070
  */
4071
4071
  readonly activePresetHandle: Attribute<AllowSharedBufferSource | null, any>;
4072
4072
  /**
@@ -4141,7 +4141,7 @@ export declare namespace Thermostat {
4141
4141
  *
4142
4142
  * 2. Otherwise, the attribute status shall be SUCCESS.
4143
4143
  *
4144
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.59
4144
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.59
4145
4145
  */
4146
4146
  readonly presets: WritableAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
4147
4147
  /**
@@ -4151,13 +4151,13 @@ export declare namespace Thermostat {
4151
4151
  * This field shall only be null when the encompassing PresetStruct is appended to the Presets attribute for the
4152
4152
  * purpose of creating a new Preset. Refer to Presets for the creation of Preset handles.
4153
4153
  *
4154
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.1
4154
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.1
4155
4155
  */
4156
4156
  presetHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
4157
4157
  /**
4158
4158
  * This field shall indicate the associated PresetScenarioEnum value for this preset.
4159
4159
  *
4160
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.2
4160
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.2
4161
4161
  */
4162
4162
  presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
4163
4163
  /**
@@ -4166,42 +4166,42 @@ export declare namespace Thermostat {
4166
4166
  * Within each subset of presets sharing the same PresetScenario field value, there shall NOT be any presets
4167
4167
  * with the same value, including null as a value, in the Name field.
4168
4168
  *
4169
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.3
4169
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.3
4170
4170
  */
4171
4171
  name: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
4172
4172
  /**
4173
4173
  * This field shall indicate the cooling setpoint for the preset. Refer to Setpoint Limits for value
4174
4174
  * constraints.
4175
4175
  *
4176
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.4
4176
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.4
4177
4177
  */
4178
4178
  coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
4179
4179
  /**
4180
4180
  * This field shall indicate the heating setpoint for the preset. Refer to Setpoint Limits for value
4181
4181
  * constraints.
4182
4182
  *
4183
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.5
4183
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.5
4184
4184
  */
4185
4185
  heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
4186
4186
  /**
4187
4187
  * This field shall indicate whether the preset is marked as "built-in", meaning that it can be modified, but it
4188
4188
  * cannot be deleted.
4189
4189
  *
4190
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.6
4190
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.6
4191
4191
  */
4192
4192
  builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
4193
4193
  }>[], any>;
4194
4194
  };
4195
4195
  readonly commands: {
4196
4196
  /**
4197
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9
4197
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.9
4198
4198
  */
4199
4199
  readonly setActivePresetRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
4200
4200
  /**
4201
4201
  * This field shall specify the value of the PresetHandle field on the PresetStruct to be made active. If the
4202
4202
  * field is set to null, that indicates there should be no active preset.
4203
4203
  *
4204
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9.1
4204
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.9.1
4205
4205
  */
4206
4206
  presetHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
4207
4207
  }>, void, any>;
@@ -4218,27 +4218,27 @@ export declare namespace Thermostat {
4218
4218
  * each SystemMode value, and whether or not a given SystemMode value supports transitions to Presets,
4219
4219
  * target setpoints, or both.
4220
4220
  *
4221
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.52
4221
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.52
4222
4222
  */
4223
4223
  readonly scheduleTypes: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
4224
4224
  /**
4225
4225
  * This field shall specify a SystemModeEnum supported by this thermostat for Schedules. The only valid values
4226
4226
  * for this field shall be Auto, Heat, and Cool.
4227
4227
  *
4228
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.1
4228
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.32.1
4229
4229
  */
4230
4230
  systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
4231
4231
  /**
4232
4232
  * This field shall specify a limit for the number of Schedules for this SystemMode.
4233
4233
  *
4234
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.2
4234
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.32.2
4235
4235
  */
4236
4236
  numberOfSchedules: import("../tlv/TlvObject.js").FieldType<number>;
4237
4237
  /**
4238
4238
  * This field shall specify a bitmap of features for this schedule entry. At least one of SupportsPresets and
4239
4239
  * SupportsSetpoints shall be set.
4240
4240
  *
4241
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.3
4241
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.32.3
4242
4242
  */
4243
4243
  scheduleTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
4244
4244
  /**
@@ -4248,7 +4248,7 @@ export declare namespace Thermostat {
4248
4248
  * field on the encompassing ScheduleTypeStruct supports specifying presets on ScheduleTransitionStructs
4249
4249
  * contained in its Transitions field.
4250
4250
  *
4251
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.1
4251
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11.1
4252
4252
  */
4253
4253
  supportsPresets: BitFlag;
4254
4254
  /**
@@ -4258,7 +4258,7 @@ export declare namespace Thermostat {
4258
4258
  * field on the encompassing ScheduleTypeStruct supports specifying setpoints on ScheduleTransitionStructs
4259
4259
  * contained in its Transitions field.
4260
4260
  *
4261
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.2
4261
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11.2
4262
4262
  */
4263
4263
  supportsSetpoints: BitFlag;
4264
4264
  /**
@@ -4267,7 +4267,7 @@ export declare namespace Thermostat {
4267
4267
  * This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
4268
4268
  * field on the encompassing ScheduleTypeStruct supports setting the value of the Name field.
4269
4269
  *
4270
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.3
4270
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11.3
4271
4271
  */
4272
4272
  supportsNames: BitFlag;
4273
4273
  /**
@@ -4276,7 +4276,7 @@ export declare namespace Thermostat {
4276
4276
  * This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
4277
4277
  * field on the encompassing ScheduleTypeStruct supports setting its SystemMode field to Off.
4278
4278
  *
4279
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.4
4279
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11.4
4280
4280
  */
4281
4281
  supportsOff: BitFlag;
4282
4282
  }>>;
@@ -4284,24 +4284,24 @@ export declare namespace Thermostat {
4284
4284
  /**
4285
4285
  * Indicates the maximum number of entries supported by the Schedules attribute.
4286
4286
  *
4287
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.54
4287
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.54
4288
4288
  */
4289
4289
  readonly numberOfSchedules: FixedAttribute<number, any>;
4290
4290
  /**
4291
4291
  * Indicates the maximum number of transitions per Schedules attribute entry.
4292
4292
  *
4293
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.55
4293
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.55
4294
4294
  */
4295
4295
  readonly numberOfScheduleTransitions: FixedAttribute<number, any>;
4296
4296
  /**
4297
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9
4297
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9
4298
4298
  */
4299
4299
  readonly numberOfScheduleTransitionPerDay: FixedAttribute<number | null, any>;
4300
4300
  /**
4301
4301
  * Indicates the ScheduleHandle of the active schedule. A null value in this attribute indicates that there
4302
4302
  * is no active schedule.
4303
4303
  *
4304
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.58
4304
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.58
4305
4305
  */
4306
4306
  readonly activeScheduleHandle: Attribute<AllowSharedBufferSource | null, any>;
4307
4307
  /**
@@ -4412,7 +4412,7 @@ export declare namespace Thermostat {
4412
4412
  *
4413
4413
  * 2. Otherwise, the attribute status shall be SUCCESS.
4414
4414
  *
4415
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.60
4415
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.60
4416
4416
  */
4417
4417
  readonly schedules: WritableAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
4418
4418
  /**
@@ -4422,26 +4422,26 @@ export declare namespace Thermostat {
4422
4422
  * This field shall only be null when the encompassing ScheduleStruct is appended to the Schedules attribute for
4423
4423
  * the purpose of creating a new Schedule. Refer to Schedules for the creation of Schedule handles.
4424
4424
  *
4425
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.1
4425
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.1
4426
4426
  */
4427
4427
  scheduleHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
4428
4428
  /**
4429
4429
  * This field shall specify the default thermostat system mode for transitions in this schedule. The only valid
4430
4430
  * values for this field shall be Auto, Heat, and Cool.
4431
4431
  *
4432
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.2
4432
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.2
4433
4433
  */
4434
4434
  systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
4435
4435
  /**
4436
4436
  * This field shall specify a name for the ScheduleStruct.
4437
4437
  *
4438
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.3
4438
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.3
4439
4439
  */
4440
4440
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
4441
4441
  /**
4442
4442
  * This field shall indicate the default PresetHandle value for transitions in this schedule.
4443
4443
  *
4444
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.4
4444
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.4
4445
4445
  */
4446
4446
  presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
4447
4447
  /**
@@ -4472,14 +4472,14 @@ export declare namespace Thermostat {
4472
4472
  * ScheduleTransitionStruct with the largest TransitionTime field from the set of ScheduleTransitionStructs
4473
4473
  * whose DayOfWeek field matches the current day of the week.
4474
4474
  *
4475
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.5
4475
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.5
4476
4476
  */
4477
4477
  transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
4478
4478
  /**
4479
4479
  * This field shall specify a bitmask of days of the week that the transition applies to. The Vacation bit shall
4480
4480
  * NOT be set; vacation schedules shall be set via the vacation preset.
4481
4481
  *
4482
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.1
4482
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.1
4483
4483
  */
4484
4484
  dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
4485
4485
  /**
@@ -4521,14 +4521,14 @@ export declare namespace Thermostat {
4521
4521
  *
4522
4522
  * Handling of transitions during the changeover of Daylight Saving Time is implementation-dependent.
4523
4523
  *
4524
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.2
4524
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.2
4525
4525
  */
4526
4526
  transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
4527
4527
  /**
4528
4528
  * This field shall specify the preset used at the TransitionTime. If this field is provided, then the
4529
4529
  * SystemMode, CoolingSetpoint and HeatingSetpoint fields shall NOT be provided.
4530
4530
  *
4531
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.3
4531
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.3
4532
4532
  */
4533
4533
  presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
4534
4534
  /**
@@ -4536,21 +4536,21 @@ export declare namespace Thermostat {
4536
4536
  * default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
4537
4537
  * shall only be included when the required system mode differs from the schedule’s default SystemMode.
4538
4538
  *
4539
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.4
4539
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.4
4540
4540
  */
4541
4541
  systemMode: import("../tlv/TlvObject.js").OptionalFieldType<SystemMode>;
4542
4542
  /**
4543
4543
  * This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
4544
4544
  * NOT be included. Refer to Setpoint Limits for value constraints.
4545
4545
  *
4546
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.5
4546
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.5
4547
4547
  */
4548
4548
  coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
4549
4549
  /**
4550
4550
  * This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
4551
4551
  * NOT be included. Refer to Setpoint Limits for value constraints.
4552
4552
  *
4553
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.6
4553
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.6
4554
4554
  */
4555
4555
  heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
4556
4556
  }>[]>;
@@ -4558,20 +4558,20 @@ export declare namespace Thermostat {
4558
4558
  * This field shall indicate whether the schedule is marked as "built-in", meaning that it can be modified, but
4559
4559
  * it cannot be deleted.
4560
4560
  *
4561
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.6
4561
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.6
4562
4562
  */
4563
4563
  builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
4564
4564
  }>[], any>;
4565
4565
  };
4566
4566
  readonly commands: {
4567
4567
  /**
4568
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8
4568
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.8
4569
4569
  */
4570
4570
  readonly setActiveScheduleRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
4571
4571
  /**
4572
4572
  * This field shall specify the value of the ScheduleHandle field on the ScheduleStruct to be made active.
4573
4573
  *
4574
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8.1
4574
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.8.1
4575
4575
  */
4576
4576
  scheduleHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
4577
4577
  }>, void, any>;
@@ -4634,14 +4634,14 @@ export declare namespace Thermostat {
4634
4634
  * externally, for example due to the temperature control being done by a separate subsystem which does not
4635
4635
  * offer a view into the currently measured temperature, but allows setpoints to be provided.
4636
4636
  *
4637
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.4.1
4637
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.4.1
4638
4638
  */
4639
4639
  readonly localTemperatureNotExposed: BitFlag;
4640
4640
  /**
4641
4641
  * This feature indicates that the thermostat is capable of schedules. If this feature is supported, the
4642
4642
  * thermostat shall support a mechanism to do time synchronization.
4643
4643
  *
4644
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.4.2
4644
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.4.2
4645
4645
  */
4646
4646
  readonly matterScheduleConfiguration: BitFlag;
4647
4647
  /**
@@ -4663,13 +4663,13 @@ export declare namespace Thermostat {
4663
4663
  * • Otherwise, if the LTNE feature is supported, there is no feedback externally available for the
4664
4664
  * LocalTemperatureCalibration. In that case, the LocalTemperature attribute shall always report null.
4665
4665
  *
4666
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.2
4666
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.2
4667
4667
  */
4668
4668
  readonly localTemperature: Attribute<number | null, any>;
4669
4669
  /**
4670
4670
  * Indicates the outdoor temperature, as measured locally or remotely (over the network).
4671
4671
  *
4672
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.3
4672
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.3
4673
4673
  */
4674
4674
  readonly outdoorTemperature: OptionalAttribute<number | null, any>;
4675
4675
  /**
@@ -4678,7 +4678,7 @@ export declare namespace Thermostat {
4678
4678
  * parameters are set via software, there shall be read/write access in order to provide remote programming
4679
4679
  * capability.
4680
4680
  *
4681
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.11
4681
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.11
4682
4682
  * @deprecated
4683
4683
  */
4684
4684
  readonly hvacSystemTypeConfiguration: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
@@ -4695,7 +4695,7 @@ export declare namespace Thermostat {
4695
4695
  *
4696
4696
  * • 11 = Reserved
4697
4697
  *
4698
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.1
4698
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.5.1
4699
4699
  */
4700
4700
  coolingStage: BitField;
4701
4701
  /**
@@ -4711,7 +4711,7 @@ export declare namespace Thermostat {
4711
4711
  *
4712
4712
  * • 11 = Reserved
4713
4713
  *
4714
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.2
4714
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.5.2
4715
4715
  */
4716
4716
  heatingStage: BitField;
4717
4717
  /**
@@ -4723,7 +4723,7 @@ export declare namespace Thermostat {
4723
4723
  *
4724
4724
  * • 1 = Heat Pump
4725
4725
  *
4726
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.3
4726
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.5.3
4727
4727
  */
4728
4728
  heatingIsHeatPump: BitFlag;
4729
4729
  /**
@@ -4735,7 +4735,7 @@ export declare namespace Thermostat {
4735
4735
  *
4736
4736
  * • 1 = Uses fuel
4737
4737
  *
4738
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.4
4738
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.5.4
4739
4739
  */
4740
4740
  heatingUsesFuel: BitFlag;
4741
4741
  }>, any>;
@@ -4749,7 +4749,7 @@ export declare namespace Thermostat {
4749
4749
  * If the LocalTemperature RemoteSensing bit is written with a value of 1 when the LTNE feature is present,
4750
4750
  * the write shall fail and the server shall report a CONSTRAINT_ERROR.
4751
4751
  *
4752
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.22
4752
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.22
4753
4753
  */
4754
4754
  readonly remoteSensing: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
4755
4755
  /**
@@ -4773,14 +4773,14 @@ export declare namespace Thermostat {
4773
4773
  * value of this attribute shall remain unchanged. This behavior is in place for backwards compatibility
4774
4774
  * with existing thermostats.
4775
4775
  *
4776
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.23
4776
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.23
4777
4777
  */
4778
4778
  readonly controlSequenceOfOperation: WritableAttribute<ControlSequenceOfOperation, any>;
4779
4779
  /**
4780
4780
  * Indicates the current operating mode of the thermostat. Its value shall be limited by the
4781
4781
  * ControlSequenceOfOperation attribute.
4782
4782
  *
4783
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.24
4783
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.24
4784
4784
  */
4785
4785
  readonly systemMode: WritableAttribute<SystemMode, any>;
4786
4786
  /**
@@ -4801,7 +4801,7 @@ export declare namespace Thermostat {
4801
4801
  * If this attribute is updated to SetpointHoldOff and the SetpointHoldExpiryTimestamp is supported, the
4802
4802
  * server shall set the SetpointHoldExpiryTimestamp to null.
4803
4803
  *
4804
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.29
4804
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.29
4805
4805
  */
4806
4806
  readonly temperatureSetpointHold: OptionalWritableAttribute<TemperatureSetpointHold, any>;
4807
4807
  /**
@@ -4816,7 +4816,7 @@ export declare namespace Thermostat {
4816
4816
  * If this attribute is set to null and the SetpointHoldExpiryTimestamp is supported, the server shall set
4817
4817
  * the SetpointHoldExpiryTimestamp to null.
4818
4818
  *
4819
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.30
4819
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.30
4820
4820
  */
4821
4821
  readonly temperatureSetpointHoldDuration: OptionalWritableAttribute<number | null, any>;
4822
4822
  /**
@@ -4837,7 +4837,7 @@ export declare namespace Thermostat {
4837
4837
  * > Modifying the ScheduleActive bit does not clear or delete previous weekly schedule programming
4838
4838
  * configurations.
4839
4839
  *
4840
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.31
4840
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.31
4841
4841
  */
4842
4842
  readonly thermostatProgrammingOperationMode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
4843
4843
  /**
@@ -4857,7 +4857,7 @@ export declare namespace Thermostat {
4857
4857
  * Indicates the current relay state of the heat, cool, and fan relays. Unimplemented outputs shall be
4858
4858
  * treated as if they were Off.
4859
4859
  *
4860
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.32
4860
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.32
4861
4861
  */
4862
4862
  readonly thermostatRunningState: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
4863
4863
  /**
@@ -4898,7 +4898,7 @@ export declare namespace Thermostat {
4898
4898
  * provider). Because automation services may initiate frequent setpoint changes, this attribute clearly
4899
4899
  * differentiates the source of setpoint changes made at the thermostat.
4900
4900
  *
4901
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.33
4901
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.33
4902
4902
  */
4903
4903
  readonly setpointChangeSource: OptionalAttribute<SetpointChangeSource, any>;
4904
4904
  /**
@@ -4908,13 +4908,13 @@ export declare namespace Thermostat {
4908
4908
  *
4909
4909
  * The null value indicates that the previous setpoint was unknown.
4910
4910
  *
4911
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.34
4911
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.34
4912
4912
  */
4913
4913
  readonly setpointChangeAmount: OptionalAttribute<number | null, any>;
4914
4914
  /**
4915
4915
  * Indicates the time in UTC at which the SetpointChangeAmount attribute change was recorded.
4916
4916
  *
4917
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.35
4917
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.35
4918
4918
  */
4919
4919
  readonly setpointChangeSourceTimestamp: OptionalAttribute<number, any>;
4920
4920
  /**
@@ -4943,38 +4943,38 @@ export declare namespace Thermostat {
4943
4943
  * when a setpoint is of a specified amount greater than the measured temperature. This allows the heated
4944
4944
  * space to be quickly heated to the desired level set by the user.
4945
4945
  *
4946
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.42
4946
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.42
4947
4947
  */
4948
4948
  readonly emergencyHeatDelta: OptionalWritableAttribute<number, any>;
4949
4949
  /**
4950
4950
  * Indicates the type of Mini Split ACTypeEnum of Mini Split AC is defined depending on how Cooling and
4951
4951
  * Heating condition is achieved by Mini Split AC.
4952
4952
  *
4953
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.43
4953
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.43
4954
4954
  */
4955
4955
  readonly acType: OptionalWritableAttribute<AcType, any>;
4956
4956
  /**
4957
4957
  * Indicates capacity of Mini Split AC in terms of the format defined by the ACCapacityFormat attribute
4958
4958
  *
4959
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.44
4959
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.44
4960
4960
  */
4961
4961
  readonly acCapacity: OptionalWritableAttribute<number, any>;
4962
4962
  /**
4963
4963
  * Indicates type of refrigerant used within the Mini Split AC.
4964
4964
  *
4965
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.45
4965
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.45
4966
4966
  */
4967
4967
  readonly acRefrigerantType: OptionalWritableAttribute<AcRefrigerantType, any>;
4968
4968
  /**
4969
4969
  * Indicates the type of compressor used within the Mini Split AC.
4970
4970
  *
4971
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.46
4971
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.46
4972
4972
  */
4973
4973
  readonly acCompressorType: OptionalWritableAttribute<AcCompressorType, any>;
4974
4974
  /**
4975
4975
  * Indicates the type of errors encountered within the Mini Split AC.
4976
4976
  *
4977
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.47
4977
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.47
4978
4978
  */
4979
4979
  readonly acErrorCode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
4980
4980
  /**
@@ -5001,19 +5001,19 @@ export declare namespace Thermostat {
5001
5001
  /**
5002
5002
  * Indicates the position of Louver on the AC.
5003
5003
  *
5004
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.48
5004
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.48
5005
5005
  */
5006
5006
  readonly acLouverPosition: OptionalWritableAttribute<AcLouverPosition, any>;
5007
5007
  /**
5008
5008
  * Indicates the temperature of the AC coil, as measured locally or remotely (over the network).
5009
5009
  *
5010
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.49
5010
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.49
5011
5011
  */
5012
5012
  readonly acCoilTemperature: OptionalAttribute<number | null, any>;
5013
5013
  /**
5014
5014
  * Indicates the format for the ACCapacity attribute.
5015
5015
  *
5016
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.50
5016
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.50
5017
5017
  */
5018
5018
  readonly acCapacityFormat: OptionalWritableAttribute<AcCapacityFormat, any>;
5019
5019
  /**
@@ -5028,26 +5028,26 @@ export declare namespace Thermostat {
5028
5028
  * If the TemperatureSetpointHold is set to SetpointHoldOff, this attribute shall be set to null indicating
5029
5029
  * there is no hold on the Thermostat.
5030
5030
  *
5031
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.61
5031
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.61
5032
5032
  */
5033
5033
  readonly setpointHoldExpiryTimestamp: OptionalAttribute<number | null, any>;
5034
5034
  };
5035
5035
  readonly commands: {
5036
5036
  /**
5037
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1
5037
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.1
5038
5038
  */
5039
5039
  readonly setpointRaiseLower: Command<import("../tlv/TlvObject.js").TypeFromFields<{
5040
5040
  /**
5041
5041
  * The field shall specify which setpoints are to be adjusted.
5042
5042
  *
5043
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1.1
5043
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.1.1
5044
5044
  */
5045
5045
  mode: import("../tlv/TlvObject.js").FieldType<SetpointRaiseLowerMode>;
5046
5046
  /**
5047
5047
  * This field shall indicate the amount (possibly negative) that should be added to the setpoint(s), in steps of
5048
5048
  * 0.1°C.
5049
5049
  *
5050
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1.2
5050
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.1.2
5051
5051
  */
5052
5052
  amount: import("../tlv/TlvObject.js").FieldType<number>;
5053
5053
  }>, void, any>;
@@ -5078,7 +5078,7 @@ export declare namespace Thermostat {
5078
5078
  * Indicates whether the heated/cooled space is occupied or not, as measured locally or remotely (over the
5079
5079
  * network).
5080
5080
  *
5081
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.4
5081
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.4
5082
5082
  */
5083
5083
  readonly occupancy: Attribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
5084
5084
  /**
@@ -5087,7 +5087,7 @@ export declare namespace Thermostat {
5087
5087
  * If this bit is set, it shall indicate the occupied state else if the bit if not set, it shall indicate the
5088
5088
  * unoccupied state.
5089
5089
  *
5090
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.1
5090
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.6.1
5091
5091
  */
5092
5092
  occupied: BitFlag;
5093
5093
  }>, any>;
@@ -5105,11 +5105,11 @@ export declare namespace Thermostat {
5105
5105
  *
5106
5106
  * ### Refer to Setpoint Limits for constraints
5107
5107
  *
5108
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.5
5108
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.5
5109
5109
  */
5110
5110
  readonly absMinHeatSetpointLimit: OptionalFixedAttribute<number, any>;
5111
5111
  /**
5112
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9
5112
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9
5113
5113
  */
5114
5114
  readonly absMaxHeatSetpointLimit: OptionalFixedAttribute<number, any>;
5115
5115
  /**
@@ -5118,7 +5118,7 @@ export declare namespace Thermostat {
5118
5118
  *
5119
5119
  * This attribute is reported regularly and may be used to control a heating device.
5120
5120
  *
5121
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.10
5121
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.10
5122
5122
  */
5123
5123
  readonly piHeatingDemand: OptionalAttribute<number, any>;
5124
5124
  /**
@@ -5138,7 +5138,7 @@ export declare namespace Thermostat {
5138
5138
  * either does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value
5139
5139
  * of the ActivePresetHandle attribute shall be set to null.
5140
5140
  *
5141
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.14
5141
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.14
5142
5142
  */
5143
5143
  readonly occupiedHeatingSetpoint: WritableAttribute<number, any>;
5144
5144
  /**
@@ -5154,7 +5154,7 @@ export declare namespace Thermostat {
5154
5154
  * which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
5155
5155
  * response with the status code CONSTRAINT_ERROR shall be returned.
5156
5156
  *
5157
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.17
5157
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.17
5158
5158
  */
5159
5159
  readonly minHeatSetpointLimit: OptionalWritableAttribute<number, any>;
5160
5160
  /**
@@ -5166,7 +5166,7 @@ export declare namespace Thermostat {
5166
5166
  * which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
5167
5167
  * response with the status code CONSTRAINT_ERROR shall be returned.
5168
5168
  *
5169
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.18
5169
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.18
5170
5170
  */
5171
5171
  readonly maxHeatSetpointLimit: OptionalWritableAttribute<number, any>;
5172
5172
  };
@@ -5178,7 +5178,7 @@ export declare namespace Thermostat {
5178
5178
  readonly component: {
5179
5179
  readonly attributes: {
5180
5180
  /**
5181
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9
5181
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9
5182
5182
  */
5183
5183
  readonly absMinCoolSetpointLimit: OptionalFixedAttribute<number, any>;
5184
5184
  /**
@@ -5187,7 +5187,7 @@ export declare namespace Thermostat {
5187
5187
  *
5188
5188
  * ### Refer to Setpoint Limits for constraints
5189
5189
  *
5190
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.8
5190
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.8
5191
5191
  */
5192
5192
  readonly absMaxCoolSetpointLimit: OptionalFixedAttribute<number, any>;
5193
5193
  /**
@@ -5196,7 +5196,7 @@ export declare namespace Thermostat {
5196
5196
  *
5197
5197
  * This attribute is reported regularly and may be used to control a cooling device.
5198
5198
  *
5199
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.9
5199
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.9
5200
5200
  */
5201
5201
  readonly piCoolingDemand: OptionalAttribute<number, any>;
5202
5202
  /**
@@ -5216,7 +5216,7 @@ export declare namespace Thermostat {
5216
5216
  * either does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value
5217
5217
  * of the ActivePresetHandle attribute shall be set to null.
5218
5218
  *
5219
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.13
5219
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.13
5220
5220
  */
5221
5221
  readonly occupiedCoolingSetpoint: WritableAttribute<number, any>;
5222
5222
  /**
@@ -5228,7 +5228,7 @@ export declare namespace Thermostat {
5228
5228
  * which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
5229
5229
  * response with the status code CONSTRAINT_ERROR shall be returned.
5230
5230
  *
5231
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.19
5231
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.19
5232
5232
  */
5233
5233
  readonly minCoolSetpointLimit: OptionalWritableAttribute<number, any>;
5234
5234
  /**
@@ -5240,7 +5240,7 @@ export declare namespace Thermostat {
5240
5240
  * which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
5241
5241
  * response with the status code CONSTRAINT_ERROR shall be returned.
5242
5242
  *
5243
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.20
5243
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.20
5244
5244
  */
5245
5245
  readonly maxCoolSetpointLimit: OptionalWritableAttribute<number, any>;
5246
5246
  };
@@ -5268,7 +5268,7 @@ export declare namespace Thermostat {
5268
5268
  * > Prior to revision 8 of this cluster specification the value of this attribute was constrained to a
5269
5269
  * range of -2.5°C to 2.5°C.
5270
5270
  *
5271
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.12
5271
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.12
5272
5272
  */
5273
5273
  readonly localTemperatureCalibration: OptionalWritableAttribute<number, any>;
5274
5274
  };
@@ -5297,7 +5297,7 @@ export declare namespace Thermostat {
5297
5297
  * Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall
5298
5298
  * be set to null.
5299
5299
  *
5300
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.15
5300
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.15
5301
5301
  */
5302
5302
  readonly unoccupiedCoolingSetpoint: WritableAttribute<number, any>;
5303
5303
  };
@@ -5327,7 +5327,7 @@ export declare namespace Thermostat {
5327
5327
  * Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall
5328
5328
  * be set to null.
5329
5329
  *
5330
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.16
5330
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.16
5331
5331
  */
5332
5332
  readonly unoccupiedHeatingSetpoint: WritableAttribute<number, any>;
5333
5333
  };
@@ -5352,7 +5352,7 @@ export declare namespace Thermostat {
5352
5352
  * For backwards compatibility, this attribute is optionally writeable. However any writes to this attribute
5353
5353
  * shall be silently ignored.
5354
5354
  *
5355
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.21
5355
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.21
5356
5356
  */
5357
5357
  readonly minSetpointDeadBand: WritableAttribute<number, any>;
5358
5358
  /**
@@ -5360,7 +5360,7 @@ export declare namespace Thermostat {
5360
5360
  * can only be Off, Cool or Heat. This attribute is intended to provide additional information when the
5361
5361
  * thermostat’s system mode is in auto mode.
5362
5362
  *
5363
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.25
5363
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.25
5364
5364
  */
5365
5365
  readonly thermostatRunningMode: OptionalAttribute<ThermostatRunningMode, any>;
5366
5366
  };
@@ -5378,19 +5378,19 @@ export declare namespace Thermostat {
5378
5378
  * This attribute may be able to be used as the base to determine if the device supports weekly scheduling
5379
5379
  * by reading the attribute. Successful response means that the weekly scheduling is supported.
5380
5380
  *
5381
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.26
5381
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.26
5382
5382
  */
5383
5383
  readonly startOfWeek: FixedAttribute<StartOfWeek, any>;
5384
5384
  /**
5385
5385
  * Indicates how many weekly schedule transitions the thermostat is capable of handling.
5386
5386
  *
5387
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.27
5387
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.27
5388
5388
  */
5389
5389
  readonly numberOfWeeklyTransitions: FixedAttribute<number, any>;
5390
5390
  /**
5391
5391
  * Indicates how many daily schedule transitions the thermostat is capable of handling.
5392
5392
  *
5393
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.28
5393
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.28
5394
5394
  */
5395
5395
  readonly numberOfDailyTransitions: FixedAttribute<number, any>;
5396
5396
  };
@@ -5404,7 +5404,7 @@ export declare namespace Thermostat {
5404
5404
  * leave all other days unchanged. If the schedule is larger than what fits in one frame or contains more
5405
5405
  * than 10 transitions, the schedule shall then be sent using multiple SetWeeklySchedule Commands.
5406
5406
  *
5407
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2
5407
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2
5408
5408
  */
5409
5409
  readonly setWeeklySchedule: Command<import("../tlv/TlvObject.js").TypeFromFields<{
5410
5410
  /**
@@ -5412,7 +5412,7 @@ export declare namespace Thermostat {
5412
5412
  * device supports more than 10 transitions in its schedule they can send this by sending more than 1 “Set
5413
5413
  * Weekly Schedule” command, each containing the separate information that the device needs to set.
5414
5414
  *
5415
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.1
5415
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2.1
5416
5416
  */
5417
5417
  numberOfTransitionsForSequence: import("../tlv/TlvObject.js").FieldType<number>;
5418
5418
  /**
@@ -5424,7 +5424,7 @@ export declare namespace Thermostat {
5424
5424
  * Each setpoint transition will begin with the day of week for this transition. There can be up to 10
5425
5425
  * transitions for each command.
5426
5426
  *
5427
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.2
5427
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2.2
5428
5428
  */
5429
5429
  dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
5430
5430
  /**
@@ -5481,7 +5481,7 @@ export declare namespace Thermostat {
5481
5481
  * Both bits must be respected, even if the HEAT or COOL feature is not supported, to ensure the command is
5482
5482
  * decoded and handled correctly.
5483
5483
  *
5484
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.3
5484
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2.3
5485
5485
  */
5486
5486
  modeForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
5487
5487
  /**
@@ -5496,7 +5496,7 @@ export declare namespace Thermostat {
5496
5496
  /**
5497
5497
  * This field shall contain the list of setpoint transitions used to update the specified daily schedules
5498
5498
  *
5499
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.4
5499
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2.4
5500
5500
  */
5501
5501
  transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
5502
5502
  /**
@@ -5504,32 +5504,32 @@ export declare namespace Thermostat {
5504
5504
  * be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
5505
5505
  * be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
5506
5506
  *
5507
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.1
5507
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.1
5508
5508
  */
5509
5509
  transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
5510
5510
  /**
5511
5511
  * This field shall represent the heat setpoint to be applied at this associated transition start time.
5512
5512
  *
5513
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.2
5513
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.2
5514
5514
  */
5515
5515
  heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
5516
5516
  /**
5517
5517
  * This field shall represent the cool setpoint to be applied at this associated transition start time.
5518
5518
  *
5519
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.3
5519
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.3
5520
5520
  */
5521
5521
  coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
5522
5522
  }>[]>;
5523
5523
  }>, void, any>;
5524
5524
  /**
5525
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3
5525
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.3
5526
5526
  */
5527
5527
  readonly getWeeklySchedule: Command<import("../tlv/TlvObject.js").TypeFromFields<{
5528
5528
  /**
5529
5529
  * This field shall indicate the number of days the client would like to return the setpoint values for and
5530
5530
  * could be any combination of single days or the entire week.
5531
5531
  *
5532
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3.1
5532
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.3.1
5533
5533
  */
5534
5534
  daysToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
5535
5535
  /**
@@ -5569,7 +5569,7 @@ export declare namespace Thermostat {
5569
5569
  * This field shall indicate the mode the client would like to return the set point values for and could be any
5570
5570
  * combination of heat only, cool only or heat & cool.
5571
5571
  *
5572
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3.2
5572
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.3.2
5573
5573
  */
5574
5574
  modeToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
5575
5575
  /**
@@ -5633,19 +5633,19 @@ export declare namespace Thermostat {
5633
5633
  * be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
5634
5634
  * be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
5635
5635
  *
5636
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.1
5636
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.1
5637
5637
  */
5638
5638
  transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
5639
5639
  /**
5640
5640
  * This field shall represent the heat setpoint to be applied at this associated transition start time.
5641
5641
  *
5642
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.2
5642
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.2
5643
5643
  */
5644
5644
  heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
5645
5645
  /**
5646
5646
  * This field shall represent the cool setpoint to be applied at this associated transition start time.
5647
5647
  *
5648
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.3
5648
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.3
5649
5649
  */
5650
5650
  coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
5651
5651
  }>[]>;
@@ -5656,7 +5656,7 @@ export declare namespace Thermostat {
5656
5656
  * Upon receipt, all transitions currently stored shall be cleared and a default response of SUCCESS shall
5657
5657
  * be sent in response. There are no error responses to this command.
5658
5658
  *
5659
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.5
5659
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.5
5660
5660
  */
5661
5661
  readonly clearWeeklySchedule: Command<void, void, any>;
5662
5662
  };
@@ -5688,7 +5688,7 @@ export declare namespace Thermostat {
5688
5688
  * Thermostat server shall set its OccupiedSetback value to OccupiedSetbackMin and shall send a Write
5689
5689
  * Attribute Response command with a Status Code field enumeration of SUCCESS response.
5690
5690
  *
5691
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.36
5691
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.36
5692
5692
  */
5693
5693
  readonly occupiedSetback: WritableAttribute<number | null, any>;
5694
5694
  /**
@@ -5697,7 +5697,7 @@ export declare namespace Thermostat {
5697
5697
  *
5698
5698
  * The null value indicates the attribute is unused.
5699
5699
  *
5700
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.37
5700
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.37
5701
5701
  */
5702
5702
  readonly occupiedSetbackMin: FixedAttribute<number | null, any>;
5703
5703
  /**
@@ -5706,7 +5706,7 @@ export declare namespace Thermostat {
5706
5706
  *
5707
5707
  * The null value indicates the attribute is unused.
5708
5708
  *
5709
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.38
5709
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.38
5710
5710
  */
5711
5711
  readonly occupiedSetbackMax: FixedAttribute<number | null, any>;
5712
5712
  };
@@ -5740,7 +5740,7 @@ export declare namespace Thermostat {
5740
5740
  * the Thermostat server shall set its UnoccupiedSetback value to UnoccupiedSetbackMin and shall send a
5741
5741
  * Write Attribute Response command with a Status Code field enumeration of SUCCESS response.
5742
5742
  *
5743
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.39
5743
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.39
5744
5744
  */
5745
5745
  readonly unoccupiedSetback: WritableAttribute<number | null, any>;
5746
5746
  /**
@@ -5749,7 +5749,7 @@ export declare namespace Thermostat {
5749
5749
  *
5750
5750
  * The null value indicates the attribute is unused.
5751
5751
  *
5752
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.40
5752
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.40
5753
5753
  */
5754
5754
  readonly unoccupiedSetbackMin: FixedAttribute<number | null, any>;
5755
5755
  /**
@@ -5758,7 +5758,7 @@ export declare namespace Thermostat {
5758
5758
  *
5759
5759
  * The null value indicates the attribute is unused.
5760
5760
  *
5761
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.41
5761
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.41
5762
5762
  */
5763
5763
  readonly unoccupiedSetbackMax: FixedAttribute<number | null, any>;
5764
5764
  };
@@ -5773,25 +5773,25 @@ export declare namespace Thermostat {
5773
5773
  * Indicates the supported PresetScenarioEnum values, limits on how many presets can be created for each
5774
5774
  * PresetScenarioEnum, and whether or not a thermostat can transition automatically to a given scenario.
5775
5775
  *
5776
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.51
5776
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.51
5777
5777
  */
5778
5778
  readonly presetTypes: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
5779
5779
  /**
5780
5780
  * This field shall specify a PresetScenarioEnum value supported by this thermostat.
5781
5781
  *
5782
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.1
5782
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.28.1
5783
5783
  */
5784
5784
  presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
5785
5785
  /**
5786
5786
  * This field shall specify a limit for the number of presets for this PresetScenarioEnum.
5787
5787
  *
5788
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.2
5788
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.28.2
5789
5789
  */
5790
5790
  numberOfPresets: import("../tlv/TlvObject.js").FieldType<number>;
5791
5791
  /**
5792
5792
  * This field shall specify a bitmap of features for this PresetTypeStruct.
5793
5793
  *
5794
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.3
5794
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.28.3
5795
5795
  */
5796
5796
  presetTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
5797
5797
  /**
@@ -5807,14 +5807,14 @@ export declare namespace Thermostat {
5807
5807
  /**
5808
5808
  * Indicates the maximum number of entries supported by the Presets attribute.
5809
5809
  *
5810
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.53
5810
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.53
5811
5811
  */
5812
5812
  readonly numberOfPresets: FixedAttribute<number, any>;
5813
5813
  /**
5814
5814
  * Indicates the PresetHandle of the active preset. If this attribute is null, then there is no active
5815
5815
  * preset.
5816
5816
  *
5817
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.57
5817
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.57
5818
5818
  */
5819
5819
  readonly activePresetHandle: Attribute<AllowSharedBufferSource | null, any>;
5820
5820
  /**
@@ -5889,7 +5889,7 @@ export declare namespace Thermostat {
5889
5889
  *
5890
5890
  * 2. Otherwise, the attribute status shall be SUCCESS.
5891
5891
  *
5892
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.59
5892
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.59
5893
5893
  */
5894
5894
  readonly presets: WritableAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
5895
5895
  /**
@@ -5899,13 +5899,13 @@ export declare namespace Thermostat {
5899
5899
  * This field shall only be null when the encompassing PresetStruct is appended to the Presets attribute for the
5900
5900
  * purpose of creating a new Preset. Refer to Presets for the creation of Preset handles.
5901
5901
  *
5902
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.1
5902
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.1
5903
5903
  */
5904
5904
  presetHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
5905
5905
  /**
5906
5906
  * This field shall indicate the associated PresetScenarioEnum value for this preset.
5907
5907
  *
5908
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.2
5908
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.2
5909
5909
  */
5910
5910
  presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
5911
5911
  /**
@@ -5914,42 +5914,42 @@ export declare namespace Thermostat {
5914
5914
  * Within each subset of presets sharing the same PresetScenario field value, there shall NOT be any presets
5915
5915
  * with the same value, including null as a value, in the Name field.
5916
5916
  *
5917
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.3
5917
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.3
5918
5918
  */
5919
5919
  name: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
5920
5920
  /**
5921
5921
  * This field shall indicate the cooling setpoint for the preset. Refer to Setpoint Limits for value
5922
5922
  * constraints.
5923
5923
  *
5924
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.4
5924
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.4
5925
5925
  */
5926
5926
  coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
5927
5927
  /**
5928
5928
  * This field shall indicate the heating setpoint for the preset. Refer to Setpoint Limits for value
5929
5929
  * constraints.
5930
5930
  *
5931
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.5
5931
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.5
5932
5932
  */
5933
5933
  heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
5934
5934
  /**
5935
5935
  * This field shall indicate whether the preset is marked as "built-in", meaning that it can be modified, but it
5936
5936
  * cannot be deleted.
5937
5937
  *
5938
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.6
5938
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.6
5939
5939
  */
5940
5940
  builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
5941
5941
  }>[], any>;
5942
5942
  };
5943
5943
  readonly commands: {
5944
5944
  /**
5945
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9
5945
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.9
5946
5946
  */
5947
5947
  readonly setActivePresetRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
5948
5948
  /**
5949
5949
  * This field shall specify the value of the PresetHandle field on the PresetStruct to be made active. If the
5950
5950
  * field is set to null, that indicates there should be no active preset.
5951
5951
  *
5952
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9.1
5952
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.9.1
5953
5953
  */
5954
5954
  presetHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
5955
5955
  }>, void, any>;
@@ -5966,27 +5966,27 @@ export declare namespace Thermostat {
5966
5966
  * each SystemMode value, and whether or not a given SystemMode value supports transitions to Presets,
5967
5967
  * target setpoints, or both.
5968
5968
  *
5969
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.52
5969
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.52
5970
5970
  */
5971
5971
  readonly scheduleTypes: FixedAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
5972
5972
  /**
5973
5973
  * This field shall specify a SystemModeEnum supported by this thermostat for Schedules. The only valid values
5974
5974
  * for this field shall be Auto, Heat, and Cool.
5975
5975
  *
5976
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.1
5976
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.32.1
5977
5977
  */
5978
5978
  systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
5979
5979
  /**
5980
5980
  * This field shall specify a limit for the number of Schedules for this SystemMode.
5981
5981
  *
5982
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.2
5982
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.32.2
5983
5983
  */
5984
5984
  numberOfSchedules: import("../tlv/TlvObject.js").FieldType<number>;
5985
5985
  /**
5986
5986
  * This field shall specify a bitmap of features for this schedule entry. At least one of SupportsPresets and
5987
5987
  * SupportsSetpoints shall be set.
5988
5988
  *
5989
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.3
5989
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.32.3
5990
5990
  */
5991
5991
  scheduleTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
5992
5992
  /**
@@ -5996,7 +5996,7 @@ export declare namespace Thermostat {
5996
5996
  * field on the encompassing ScheduleTypeStruct supports specifying presets on ScheduleTransitionStructs
5997
5997
  * contained in its Transitions field.
5998
5998
  *
5999
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.1
5999
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11.1
6000
6000
  */
6001
6001
  supportsPresets: BitFlag;
6002
6002
  /**
@@ -6006,7 +6006,7 @@ export declare namespace Thermostat {
6006
6006
  * field on the encompassing ScheduleTypeStruct supports specifying setpoints on ScheduleTransitionStructs
6007
6007
  * contained in its Transitions field.
6008
6008
  *
6009
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.2
6009
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11.2
6010
6010
  */
6011
6011
  supportsSetpoints: BitFlag;
6012
6012
  /**
@@ -6015,7 +6015,7 @@ export declare namespace Thermostat {
6015
6015
  * This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
6016
6016
  * field on the encompassing ScheduleTypeStruct supports setting the value of the Name field.
6017
6017
  *
6018
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.3
6018
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11.3
6019
6019
  */
6020
6020
  supportsNames: BitFlag;
6021
6021
  /**
@@ -6024,7 +6024,7 @@ export declare namespace Thermostat {
6024
6024
  * This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
6025
6025
  * field on the encompassing ScheduleTypeStruct supports setting its SystemMode field to Off.
6026
6026
  *
6027
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.4
6027
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11.4
6028
6028
  */
6029
6029
  supportsOff: BitFlag;
6030
6030
  }>>;
@@ -6032,24 +6032,24 @@ export declare namespace Thermostat {
6032
6032
  /**
6033
6033
  * Indicates the maximum number of entries supported by the Schedules attribute.
6034
6034
  *
6035
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.54
6035
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.54
6036
6036
  */
6037
6037
  readonly numberOfSchedules: FixedAttribute<number, any>;
6038
6038
  /**
6039
6039
  * Indicates the maximum number of transitions per Schedules attribute entry.
6040
6040
  *
6041
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.55
6041
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.55
6042
6042
  */
6043
6043
  readonly numberOfScheduleTransitions: FixedAttribute<number, any>;
6044
6044
  /**
6045
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9
6045
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9
6046
6046
  */
6047
6047
  readonly numberOfScheduleTransitionPerDay: FixedAttribute<number | null, any>;
6048
6048
  /**
6049
6049
  * Indicates the ScheduleHandle of the active schedule. A null value in this attribute indicates that there
6050
6050
  * is no active schedule.
6051
6051
  *
6052
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.58
6052
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.58
6053
6053
  */
6054
6054
  readonly activeScheduleHandle: Attribute<AllowSharedBufferSource | null, any>;
6055
6055
  /**
@@ -6160,7 +6160,7 @@ export declare namespace Thermostat {
6160
6160
  *
6161
6161
  * 2. Otherwise, the attribute status shall be SUCCESS.
6162
6162
  *
6163
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.60
6163
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.60
6164
6164
  */
6165
6165
  readonly schedules: WritableAttribute<import("../tlv/TlvObject.js").TypeFromFields<{
6166
6166
  /**
@@ -6170,26 +6170,26 @@ export declare namespace Thermostat {
6170
6170
  * This field shall only be null when the encompassing ScheduleStruct is appended to the Schedules attribute for
6171
6171
  * the purpose of creating a new Schedule. Refer to Schedules for the creation of Schedule handles.
6172
6172
  *
6173
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.1
6173
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.1
6174
6174
  */
6175
6175
  scheduleHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
6176
6176
  /**
6177
6177
  * This field shall specify the default thermostat system mode for transitions in this schedule. The only valid
6178
6178
  * values for this field shall be Auto, Heat, and Cool.
6179
6179
  *
6180
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.2
6180
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.2
6181
6181
  */
6182
6182
  systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
6183
6183
  /**
6184
6184
  * This field shall specify a name for the ScheduleStruct.
6185
6185
  *
6186
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.3
6186
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.3
6187
6187
  */
6188
6188
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
6189
6189
  /**
6190
6190
  * This field shall indicate the default PresetHandle value for transitions in this schedule.
6191
6191
  *
6192
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.4
6192
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.4
6193
6193
  */
6194
6194
  presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
6195
6195
  /**
@@ -6220,14 +6220,14 @@ export declare namespace Thermostat {
6220
6220
  * ScheduleTransitionStruct with the largest TransitionTime field from the set of ScheduleTransitionStructs
6221
6221
  * whose DayOfWeek field matches the current day of the week.
6222
6222
  *
6223
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.5
6223
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.5
6224
6224
  */
6225
6225
  transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
6226
6226
  /**
6227
6227
  * This field shall specify a bitmask of days of the week that the transition applies to. The Vacation bit shall
6228
6228
  * NOT be set; vacation schedules shall be set via the vacation preset.
6229
6229
  *
6230
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.1
6230
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.1
6231
6231
  */
6232
6232
  dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
6233
6233
  /**
@@ -6269,14 +6269,14 @@ export declare namespace Thermostat {
6269
6269
  *
6270
6270
  * Handling of transitions during the changeover of Daylight Saving Time is implementation-dependent.
6271
6271
  *
6272
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.2
6272
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.2
6273
6273
  */
6274
6274
  transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
6275
6275
  /**
6276
6276
  * This field shall specify the preset used at the TransitionTime. If this field is provided, then the
6277
6277
  * SystemMode, CoolingSetpoint and HeatingSetpoint fields shall NOT be provided.
6278
6278
  *
6279
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.3
6279
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.3
6280
6280
  */
6281
6281
  presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
6282
6282
  /**
@@ -6284,21 +6284,21 @@ export declare namespace Thermostat {
6284
6284
  * default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
6285
6285
  * shall only be included when the required system mode differs from the schedule’s default SystemMode.
6286
6286
  *
6287
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.4
6287
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.4
6288
6288
  */
6289
6289
  systemMode: import("../tlv/TlvObject.js").OptionalFieldType<SystemMode>;
6290
6290
  /**
6291
6291
  * This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
6292
6292
  * NOT be included. Refer to Setpoint Limits for value constraints.
6293
6293
  *
6294
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.5
6294
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.5
6295
6295
  */
6296
6296
  coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
6297
6297
  /**
6298
6298
  * This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
6299
6299
  * NOT be included. Refer to Setpoint Limits for value constraints.
6300
6300
  *
6301
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.6
6301
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.6
6302
6302
  */
6303
6303
  heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
6304
6304
  }>[]>;
@@ -6306,20 +6306,20 @@ export declare namespace Thermostat {
6306
6306
  * This field shall indicate whether the schedule is marked as "built-in", meaning that it can be modified, but
6307
6307
  * it cannot be deleted.
6308
6308
  *
6309
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.6
6309
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.6
6310
6310
  */
6311
6311
  builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
6312
6312
  }>[], any>;
6313
6313
  };
6314
6314
  readonly commands: {
6315
6315
  /**
6316
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8
6316
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.8
6317
6317
  */
6318
6318
  readonly setActiveScheduleRequest: Command<import("../tlv/TlvObject.js").TypeFromFields<{
6319
6319
  /**
6320
6320
  * This field shall specify the value of the ScheduleHandle field on the ScheduleStruct to be made active.
6321
6321
  *
6322
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8.1
6322
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.8.1
6323
6323
  */
6324
6324
  scheduleHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
6325
6325
  }>, void, any>;
@@ -6351,7 +6351,7 @@ export declare namespace Thermostat {
6351
6351
  * Per the Matter specification you cannot use {@link ThermostatCluster} without enabling certain feature
6352
6352
  * combinations. You must use the {@link with} factory method to obtain a working cluster.
6353
6353
  *
6354
- * @see {@link MatterSpecification.v141.Cluster} § 4.3
6354
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3
6355
6355
  */
6356
6356
  interface Cluster extends Identity<typeof ClusterInstance> {
6357
6357
  }
@@ -6393,14 +6393,14 @@ export declare namespace Thermostat {
6393
6393
  * externally, for example due to the temperature control being done by a separate subsystem which does not
6394
6394
  * offer a view into the currently measured temperature, but allows setpoints to be provided.
6395
6395
  *
6396
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.4.1
6396
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.4.1
6397
6397
  */
6398
6398
  readonly localTemperatureNotExposed: BitFlag;
6399
6399
  /**
6400
6400
  * This feature indicates that the thermostat is capable of schedules. If this feature is supported, the
6401
6401
  * thermostat shall support a mechanism to do time synchronization.
6402
6402
  *
6403
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.4.2
6403
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.4.2
6404
6404
  */
6405
6405
  readonly matterScheduleConfiguration: BitFlag;
6406
6406
  /**
@@ -6416,7 +6416,7 @@ export declare namespace Thermostat {
6416
6416
  * If this bit is set, it shall indicate the occupied state else if the bit if not set, it shall indicate the
6417
6417
  * unoccupied state.
6418
6418
  *
6419
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.1
6419
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.6.1
6420
6420
  */
6421
6421
  occupied: BitFlag;
6422
6422
  }>, any> & {
@@ -6642,19 +6642,19 @@ export declare namespace Thermostat {
6642
6642
  /**
6643
6643
  * This field shall specify a PresetScenarioEnum value supported by this thermostat.
6644
6644
  *
6645
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.1
6645
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.28.1
6646
6646
  */
6647
6647
  presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
6648
6648
  /**
6649
6649
  * This field shall specify a limit for the number of presets for this PresetScenarioEnum.
6650
6650
  *
6651
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.2
6651
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.28.2
6652
6652
  */
6653
6653
  numberOfPresets: import("../tlv/TlvObject.js").FieldType<number>;
6654
6654
  /**
6655
6655
  * This field shall specify a bitmap of features for this PresetTypeStruct.
6656
6656
  *
6657
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.3
6657
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.28.3
6658
6658
  */
6659
6659
  presetTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
6660
6660
  /**
@@ -6679,20 +6679,20 @@ export declare namespace Thermostat {
6679
6679
  * This field shall specify a SystemModeEnum supported by this thermostat for Schedules. The only valid values
6680
6680
  * for this field shall be Auto, Heat, and Cool.
6681
6681
  *
6682
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.1
6682
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.32.1
6683
6683
  */
6684
6684
  systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
6685
6685
  /**
6686
6686
  * This field shall specify a limit for the number of Schedules for this SystemMode.
6687
6687
  *
6688
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.2
6688
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.32.2
6689
6689
  */
6690
6690
  numberOfSchedules: import("../tlv/TlvObject.js").FieldType<number>;
6691
6691
  /**
6692
6692
  * This field shall specify a bitmap of features for this schedule entry. At least one of SupportsPresets and
6693
6693
  * SupportsSetpoints shall be set.
6694
6694
  *
6695
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.3
6695
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.32.3
6696
6696
  */
6697
6697
  scheduleTypeFeatures: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
6698
6698
  /**
@@ -6702,7 +6702,7 @@ export declare namespace Thermostat {
6702
6702
  * field on the encompassing ScheduleTypeStruct supports specifying presets on ScheduleTransitionStructs
6703
6703
  * contained in its Transitions field.
6704
6704
  *
6705
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.1
6705
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11.1
6706
6706
  */
6707
6707
  supportsPresets: BitFlag;
6708
6708
  /**
@@ -6712,7 +6712,7 @@ export declare namespace Thermostat {
6712
6712
  * field on the encompassing ScheduleTypeStruct supports specifying setpoints on ScheduleTransitionStructs
6713
6713
  * contained in its Transitions field.
6714
6714
  *
6715
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.2
6715
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11.2
6716
6716
  */
6717
6717
  supportsSetpoints: BitFlag;
6718
6718
  /**
@@ -6721,7 +6721,7 @@ export declare namespace Thermostat {
6721
6721
  * This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
6722
6722
  * field on the encompassing ScheduleTypeStruct supports setting the value of the Name field.
6723
6723
  *
6724
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.3
6724
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11.3
6725
6725
  */
6726
6726
  supportsNames: BitFlag;
6727
6727
  /**
@@ -6730,7 +6730,7 @@ export declare namespace Thermostat {
6730
6730
  * This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
6731
6731
  * field on the encompassing ScheduleTypeStruct supports setting its SystemMode field to Off.
6732
6732
  *
6733
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.4
6733
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.11.4
6734
6734
  */
6735
6735
  supportsOff: BitFlag;
6736
6736
  }>>;
@@ -6798,13 +6798,13 @@ export declare namespace Thermostat {
6798
6798
  * This field shall only be null when the encompassing PresetStruct is appended to the Presets attribute for the
6799
6799
  * purpose of creating a new Preset. Refer to Presets for the creation of Preset handles.
6800
6800
  *
6801
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.1
6801
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.1
6802
6802
  */
6803
6803
  presetHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
6804
6804
  /**
6805
6805
  * This field shall indicate the associated PresetScenarioEnum value for this preset.
6806
6806
  *
6807
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.2
6807
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.2
6808
6808
  */
6809
6809
  presetScenario: import("../tlv/TlvObject.js").FieldType<PresetScenario>;
6810
6810
  /**
@@ -6813,28 +6813,28 @@ export declare namespace Thermostat {
6813
6813
  * Within each subset of presets sharing the same PresetScenario field value, there shall NOT be any presets
6814
6814
  * with the same value, including null as a value, in the Name field.
6815
6815
  *
6816
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.3
6816
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.3
6817
6817
  */
6818
6818
  name: import("../tlv/TlvObject.js").OptionalFieldType<string | null>;
6819
6819
  /**
6820
6820
  * This field shall indicate the cooling setpoint for the preset. Refer to Setpoint Limits for value
6821
6821
  * constraints.
6822
6822
  *
6823
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.4
6823
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.4
6824
6824
  */
6825
6825
  coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
6826
6826
  /**
6827
6827
  * This field shall indicate the heating setpoint for the preset. Refer to Setpoint Limits for value
6828
6828
  * constraints.
6829
6829
  *
6830
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.5
6830
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.5
6831
6831
  */
6832
6832
  heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
6833
6833
  /**
6834
6834
  * This field shall indicate whether the preset is marked as "built-in", meaning that it can be modified, but it
6835
6835
  * cannot be deleted.
6836
6836
  *
6837
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27.6
6837
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.27.6
6838
6838
  */
6839
6839
  builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
6840
6840
  }>[], any> & {
@@ -6853,26 +6853,26 @@ export declare namespace Thermostat {
6853
6853
  * This field shall only be null when the encompassing ScheduleStruct is appended to the Schedules attribute for
6854
6854
  * the purpose of creating a new Schedule. Refer to Schedules for the creation of Schedule handles.
6855
6855
  *
6856
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.1
6856
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.1
6857
6857
  */
6858
6858
  scheduleHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
6859
6859
  /**
6860
6860
  * This field shall specify the default thermostat system mode for transitions in this schedule. The only valid
6861
6861
  * values for this field shall be Auto, Heat, and Cool.
6862
6862
  *
6863
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.2
6863
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.2
6864
6864
  */
6865
6865
  systemMode: import("../tlv/TlvObject.js").FieldType<SystemMode>;
6866
6866
  /**
6867
6867
  * This field shall specify a name for the ScheduleStruct.
6868
6868
  *
6869
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.3
6869
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.3
6870
6870
  */
6871
6871
  name: import("../tlv/TlvObject.js").OptionalFieldType<string>;
6872
6872
  /**
6873
6873
  * This field shall indicate the default PresetHandle value for transitions in this schedule.
6874
6874
  *
6875
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.4
6875
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.4
6876
6876
  */
6877
6877
  presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
6878
6878
  /**
@@ -6903,14 +6903,14 @@ export declare namespace Thermostat {
6903
6903
  * ScheduleTransitionStruct with the largest TransitionTime field from the set of ScheduleTransitionStructs
6904
6904
  * whose DayOfWeek field matches the current day of the week.
6905
6905
  *
6906
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.5
6906
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.5
6907
6907
  */
6908
6908
  transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
6909
6909
  /**
6910
6910
  * This field shall specify a bitmask of days of the week that the transition applies to. The Vacation bit shall
6911
6911
  * NOT be set; vacation schedules shall be set via the vacation preset.
6912
6912
  *
6913
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.1
6913
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.1
6914
6914
  */
6915
6915
  dayOfWeek: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
6916
6916
  /**
@@ -6952,14 +6952,14 @@ export declare namespace Thermostat {
6952
6952
  *
6953
6953
  * Handling of transitions during the changeover of Daylight Saving Time is implementation-dependent.
6954
6954
  *
6955
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.2
6955
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.2
6956
6956
  */
6957
6957
  transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
6958
6958
  /**
6959
6959
  * This field shall specify the preset used at the TransitionTime. If this field is provided, then the
6960
6960
  * SystemMode, CoolingSetpoint and HeatingSetpoint fields shall NOT be provided.
6961
6961
  *
6962
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.3
6962
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.3
6963
6963
  */
6964
6964
  presetHandle: import("../tlv/TlvObject.js").OptionalFieldType<AllowSharedBufferSource>;
6965
6965
  /**
@@ -6967,21 +6967,21 @@ export declare namespace Thermostat {
6967
6967
  * default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
6968
6968
  * shall only be included when the required system mode differs from the schedule’s default SystemMode.
6969
6969
  *
6970
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.4
6970
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.4
6971
6971
  */
6972
6972
  systemMode: import("../tlv/TlvObject.js").OptionalFieldType<SystemMode>;
6973
6973
  /**
6974
6974
  * This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
6975
6975
  * NOT be included. Refer to Setpoint Limits for value constraints.
6976
6976
  *
6977
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.5
6977
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.5
6978
6978
  */
6979
6979
  coolingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
6980
6980
  /**
6981
6981
  * This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
6982
6982
  * NOT be included. Refer to Setpoint Limits for value constraints.
6983
6983
  *
6984
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.6
6984
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.31.6
6985
6985
  */
6986
6986
  heatingSetpoint: import("../tlv/TlvObject.js").OptionalFieldType<number>;
6987
6987
  }>[]>;
@@ -6989,7 +6989,7 @@ export declare namespace Thermostat {
6989
6989
  * This field shall indicate whether the schedule is marked as "built-in", meaning that it can be modified, but
6990
6990
  * it cannot be deleted.
6991
6991
  *
6992
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.6
6992
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.30.6
6993
6993
  */
6994
6994
  builtIn: import("../tlv/TlvObject.js").FieldType<boolean | null>;
6995
6995
  }>[], any> & {
@@ -7013,13 +7013,13 @@ export declare namespace Thermostat {
7013
7013
  * • Otherwise, if the LTNE feature is supported, there is no feedback externally available for the
7014
7014
  * LocalTemperatureCalibration. In that case, the LocalTemperature attribute shall always report null.
7015
7015
  *
7016
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.2
7016
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.2
7017
7017
  */
7018
7018
  readonly localTemperature: Attribute<number | null, any>;
7019
7019
  /**
7020
7020
  * Indicates the outdoor temperature, as measured locally or remotely (over the network).
7021
7021
  *
7022
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.3
7022
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.3
7023
7023
  */
7024
7024
  readonly outdoorTemperature: OptionalAttribute<number | null, any>;
7025
7025
  /**
@@ -7028,7 +7028,7 @@ export declare namespace Thermostat {
7028
7028
  * parameters are set via software, there shall be read/write access in order to provide remote programming
7029
7029
  * capability.
7030
7030
  *
7031
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.11
7031
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.11
7032
7032
  * @deprecated
7033
7033
  */
7034
7034
  readonly hvacSystemTypeConfiguration: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
@@ -7045,7 +7045,7 @@ export declare namespace Thermostat {
7045
7045
  *
7046
7046
  * • 11 = Reserved
7047
7047
  *
7048
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.1
7048
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.5.1
7049
7049
  */
7050
7050
  coolingStage: BitField;
7051
7051
  /**
@@ -7061,7 +7061,7 @@ export declare namespace Thermostat {
7061
7061
  *
7062
7062
  * • 11 = Reserved
7063
7063
  *
7064
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.2
7064
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.5.2
7065
7065
  */
7066
7066
  heatingStage: BitField;
7067
7067
  /**
@@ -7073,7 +7073,7 @@ export declare namespace Thermostat {
7073
7073
  *
7074
7074
  * • 1 = Heat Pump
7075
7075
  *
7076
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.3
7076
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.5.3
7077
7077
  */
7078
7078
  heatingIsHeatPump: BitFlag;
7079
7079
  /**
@@ -7085,7 +7085,7 @@ export declare namespace Thermostat {
7085
7085
  *
7086
7086
  * • 1 = Uses fuel
7087
7087
  *
7088
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5.4
7088
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.5.4
7089
7089
  */
7090
7090
  heatingUsesFuel: BitFlag;
7091
7091
  }>, any>;
@@ -7099,7 +7099,7 @@ export declare namespace Thermostat {
7099
7099
  * If the LocalTemperature RemoteSensing bit is written with a value of 1 when the LTNE feature is present,
7100
7100
  * the write shall fail and the server shall report a CONSTRAINT_ERROR.
7101
7101
  *
7102
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.22
7102
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.22
7103
7103
  */
7104
7104
  readonly remoteSensing: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
7105
7105
  /**
@@ -7123,14 +7123,14 @@ export declare namespace Thermostat {
7123
7123
  * value of this attribute shall remain unchanged. This behavior is in place for backwards compatibility
7124
7124
  * with existing thermostats.
7125
7125
  *
7126
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.23
7126
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.23
7127
7127
  */
7128
7128
  readonly controlSequenceOfOperation: WritableAttribute<ControlSequenceOfOperation, any>;
7129
7129
  /**
7130
7130
  * Indicates the current operating mode of the thermostat. Its value shall be limited by the
7131
7131
  * ControlSequenceOfOperation attribute.
7132
7132
  *
7133
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.24
7133
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.24
7134
7134
  */
7135
7135
  readonly systemMode: WritableAttribute<SystemMode, any>;
7136
7136
  /**
@@ -7151,7 +7151,7 @@ export declare namespace Thermostat {
7151
7151
  * If this attribute is updated to SetpointHoldOff and the SetpointHoldExpiryTimestamp is supported, the
7152
7152
  * server shall set the SetpointHoldExpiryTimestamp to null.
7153
7153
  *
7154
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.29
7154
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.29
7155
7155
  */
7156
7156
  readonly temperatureSetpointHold: OptionalWritableAttribute<TemperatureSetpointHold, any>;
7157
7157
  /**
@@ -7166,7 +7166,7 @@ export declare namespace Thermostat {
7166
7166
  * If this attribute is set to null and the SetpointHoldExpiryTimestamp is supported, the server shall set
7167
7167
  * the SetpointHoldExpiryTimestamp to null.
7168
7168
  *
7169
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.30
7169
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.30
7170
7170
  */
7171
7171
  readonly temperatureSetpointHoldDuration: OptionalWritableAttribute<number | null, any>;
7172
7172
  /**
@@ -7187,7 +7187,7 @@ export declare namespace Thermostat {
7187
7187
  * > Modifying the ScheduleActive bit does not clear or delete previous weekly schedule programming
7188
7188
  * configurations.
7189
7189
  *
7190
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.31
7190
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.31
7191
7191
  */
7192
7192
  readonly thermostatProgrammingOperationMode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
7193
7193
  /**
@@ -7207,7 +7207,7 @@ export declare namespace Thermostat {
7207
7207
  * Indicates the current relay state of the heat, cool, and fan relays. Unimplemented outputs shall be
7208
7208
  * treated as if they were Off.
7209
7209
  *
7210
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.32
7210
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.32
7211
7211
  */
7212
7212
  readonly thermostatRunningState: OptionalAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
7213
7213
  /**
@@ -7248,7 +7248,7 @@ export declare namespace Thermostat {
7248
7248
  * provider). Because automation services may initiate frequent setpoint changes, this attribute clearly
7249
7249
  * differentiates the source of setpoint changes made at the thermostat.
7250
7250
  *
7251
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.33
7251
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.33
7252
7252
  */
7253
7253
  readonly setpointChangeSource: OptionalAttribute<SetpointChangeSource, any>;
7254
7254
  /**
@@ -7258,13 +7258,13 @@ export declare namespace Thermostat {
7258
7258
  *
7259
7259
  * The null value indicates that the previous setpoint was unknown.
7260
7260
  *
7261
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.34
7261
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.34
7262
7262
  */
7263
7263
  readonly setpointChangeAmount: OptionalAttribute<number | null, any>;
7264
7264
  /**
7265
7265
  * Indicates the time in UTC at which the SetpointChangeAmount attribute change was recorded.
7266
7266
  *
7267
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.35
7267
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.35
7268
7268
  */
7269
7269
  readonly setpointChangeSourceTimestamp: OptionalAttribute<number, any>;
7270
7270
  /**
@@ -7293,38 +7293,38 @@ export declare namespace Thermostat {
7293
7293
  * when a setpoint is of a specified amount greater than the measured temperature. This allows the heated
7294
7294
  * space to be quickly heated to the desired level set by the user.
7295
7295
  *
7296
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.42
7296
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.42
7297
7297
  */
7298
7298
  readonly emergencyHeatDelta: OptionalWritableAttribute<number, any>;
7299
7299
  /**
7300
7300
  * Indicates the type of Mini Split ACTypeEnum of Mini Split AC is defined depending on how Cooling and
7301
7301
  * Heating condition is achieved by Mini Split AC.
7302
7302
  *
7303
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.43
7303
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.43
7304
7304
  */
7305
7305
  readonly acType: OptionalWritableAttribute<AcType, any>;
7306
7306
  /**
7307
7307
  * Indicates capacity of Mini Split AC in terms of the format defined by the ACCapacityFormat attribute
7308
7308
  *
7309
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.44
7309
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.44
7310
7310
  */
7311
7311
  readonly acCapacity: OptionalWritableAttribute<number, any>;
7312
7312
  /**
7313
7313
  * Indicates type of refrigerant used within the Mini Split AC.
7314
7314
  *
7315
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.45
7315
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.45
7316
7316
  */
7317
7317
  readonly acRefrigerantType: OptionalWritableAttribute<AcRefrigerantType, any>;
7318
7318
  /**
7319
7319
  * Indicates the type of compressor used within the Mini Split AC.
7320
7320
  *
7321
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.46
7321
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.46
7322
7322
  */
7323
7323
  readonly acCompressorType: OptionalWritableAttribute<AcCompressorType, any>;
7324
7324
  /**
7325
7325
  * Indicates the type of errors encountered within the Mini Split AC.
7326
7326
  *
7327
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.47
7327
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.47
7328
7328
  */
7329
7329
  readonly acErrorCode: OptionalWritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
7330
7330
  /**
@@ -7351,19 +7351,19 @@ export declare namespace Thermostat {
7351
7351
  /**
7352
7352
  * Indicates the position of Louver on the AC.
7353
7353
  *
7354
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.48
7354
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.48
7355
7355
  */
7356
7356
  readonly acLouverPosition: OptionalWritableAttribute<AcLouverPosition, any>;
7357
7357
  /**
7358
7358
  * Indicates the temperature of the AC coil, as measured locally or remotely (over the network).
7359
7359
  *
7360
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.49
7360
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.49
7361
7361
  */
7362
7362
  readonly acCoilTemperature: OptionalAttribute<number | null, any>;
7363
7363
  /**
7364
7364
  * Indicates the format for the ACCapacity attribute.
7365
7365
  *
7366
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.50
7366
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.50
7367
7367
  */
7368
7368
  readonly acCapacityFormat: OptionalWritableAttribute<AcCapacityFormat, any>;
7369
7369
  /**
@@ -7378,7 +7378,7 @@ export declare namespace Thermostat {
7378
7378
  * If the TemperatureSetpointHold is set to SetpointHoldOff, this attribute shall be set to null indicating
7379
7379
  * there is no hold on the Thermostat.
7380
7380
  *
7381
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.61
7381
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.9.61
7382
7382
  */
7383
7383
  readonly setpointHoldExpiryTimestamp: OptionalAttribute<number | null, any>;
7384
7384
  };
@@ -7389,7 +7389,7 @@ export declare namespace Thermostat {
7389
7389
  * device supports more than 10 transitions in its schedule they can send this by sending more than 1 “Set
7390
7390
  * Weekly Schedule” command, each containing the separate information that the device needs to set.
7391
7391
  *
7392
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.1
7392
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2.1
7393
7393
  */
7394
7394
  numberOfTransitionsForSequence: import("../tlv/TlvObject.js").FieldType<number>;
7395
7395
  /**
@@ -7401,7 +7401,7 @@ export declare namespace Thermostat {
7401
7401
  * Each setpoint transition will begin with the day of week for this transition. There can be up to 10
7402
7402
  * transitions for each command.
7403
7403
  *
7404
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.2
7404
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2.2
7405
7405
  */
7406
7406
  dayOfWeekForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
7407
7407
  /**
@@ -7458,7 +7458,7 @@ export declare namespace Thermostat {
7458
7458
  * Both bits must be respected, even if the HEAT or COOL feature is not supported, to ensure the command is
7459
7459
  * decoded and handled correctly.
7460
7460
  *
7461
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.3
7461
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2.3
7462
7462
  */
7463
7463
  modeForSequence: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
7464
7464
  /**
@@ -7473,7 +7473,7 @@ export declare namespace Thermostat {
7473
7473
  /**
7474
7474
  * This field shall contain the list of setpoint transitions used to update the specified daily schedules
7475
7475
  *
7476
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.4
7476
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.2.4
7477
7477
  */
7478
7478
  transitions: import("../tlv/TlvObject.js").FieldType<import("../tlv/TlvObject.js").TypeFromFields<{
7479
7479
  /**
@@ -7481,19 +7481,19 @@ export declare namespace Thermostat {
7481
7481
  * be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
7482
7482
  * be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
7483
7483
  *
7484
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.1
7484
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.1
7485
7485
  */
7486
7486
  transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
7487
7487
  /**
7488
7488
  * This field shall represent the heat setpoint to be applied at this associated transition start time.
7489
7489
  *
7490
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.2
7490
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.2
7491
7491
  */
7492
7492
  heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
7493
7493
  /**
7494
7494
  * This field shall represent the cool setpoint to be applied at this associated transition start time.
7495
7495
  *
7496
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.3
7496
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.3
7497
7497
  */
7498
7498
  coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
7499
7499
  }>[]>;
@@ -7510,7 +7510,7 @@ export declare namespace Thermostat {
7510
7510
  * This field shall indicate the number of days the client would like to return the setpoint values for and
7511
7511
  * could be any combination of single days or the entire week.
7512
7512
  *
7513
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3.1
7513
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.3.1
7514
7514
  */
7515
7515
  daysToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
7516
7516
  /**
@@ -7550,7 +7550,7 @@ export declare namespace Thermostat {
7550
7550
  * This field shall indicate the mode the client would like to return the set point values for and could be any
7551
7551
  * combination of heat only, cool only or heat & cool.
7552
7552
  *
7553
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3.2
7553
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.3.2
7554
7554
  */
7555
7555
  modeToReturn: import("../tlv/TlvObject.js").FieldType<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
7556
7556
  /**
@@ -7614,19 +7614,19 @@ export declare namespace Thermostat {
7614
7614
  * be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
7615
7615
  * be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
7616
7616
  *
7617
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.1
7617
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.1
7618
7618
  */
7619
7619
  transitionTime: import("../tlv/TlvObject.js").FieldType<number>;
7620
7620
  /**
7621
7621
  * This field shall represent the heat setpoint to be applied at this associated transition start time.
7622
7622
  *
7623
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.2
7623
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.2
7624
7624
  */
7625
7625
  heatSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
7626
7626
  /**
7627
7627
  * This field shall represent the cool setpoint to be applied at this associated transition start time.
7628
7628
  *
7629
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.3
7629
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.8.29.3
7630
7630
  */
7631
7631
  coolSetpoint: import("../tlv/TlvObject.js").FieldType<number | null>;
7632
7632
  }>[]>;
@@ -7650,7 +7650,7 @@ export declare namespace Thermostat {
7650
7650
  /**
7651
7651
  * This field shall specify the value of the ScheduleHandle field on the ScheduleStruct to be made active.
7652
7652
  *
7653
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8.1
7653
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.8.1
7654
7654
  */
7655
7655
  scheduleHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource>;
7656
7656
  }>, void, any> & {
@@ -7666,7 +7666,7 @@ export declare namespace Thermostat {
7666
7666
  * This field shall specify the value of the PresetHandle field on the PresetStruct to be made active. If the
7667
7667
  * field is set to null, that indicates there should be no active preset.
7668
7668
  *
7669
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9.1
7669
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.9.1
7670
7670
  */
7671
7671
  presetHandle: import("../tlv/TlvObject.js").FieldType<AllowSharedBufferSource | null>;
7672
7672
  }>, void, any> & {
@@ -7678,20 +7678,20 @@ export declare namespace Thermostat {
7678
7678
  }];
7679
7679
  };
7680
7680
  /**
7681
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1
7681
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.1
7682
7682
  */
7683
7683
  readonly setpointRaiseLower: Command<import("../tlv/TlvObject.js").TypeFromFields<{
7684
7684
  /**
7685
7685
  * The field shall specify which setpoints are to be adjusted.
7686
7686
  *
7687
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1.1
7687
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.1.1
7688
7688
  */
7689
7689
  mode: import("../tlv/TlvObject.js").FieldType<SetpointRaiseLowerMode>;
7690
7690
  /**
7691
7691
  * This field shall indicate the amount (possibly negative) that should be added to the setpoint(s), in steps of
7692
7692
  * 0.1°C.
7693
7693
  *
7694
- * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1.2
7694
+ * @see {@link MatterSpecification.v142.Cluster} § 4.3.10.1.2
7695
7695
  */
7696
7696
  amount: import("../tlv/TlvObject.js").FieldType<number>;
7697
7697
  }>, void, any>;