@matter/types 0.14.0-alpha.0-20250531-7ed2d6da8 → 0.14.0-alpha.0-20250602-37f27bb02

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 (694) 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 +77 -51
  8. package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
  9. package/dist/cjs/clusters/administrator-commissioning.js +32 -12
  10. package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
  11. package/dist/cjs/clusters/air-quality.d.ts +5 -5
  12. package/dist/cjs/clusters/air-quality.js +1 -1
  13. package/dist/cjs/clusters/alarm-base.d.ts +43 -43
  14. package/dist/cjs/clusters/alarm-base.js +14 -14
  15. package/dist/cjs/clusters/application-basic.d.ts +16 -16
  16. package/dist/cjs/clusters/application-basic.js +10 -10
  17. package/dist/cjs/clusters/application-launcher.d.ts +141 -99
  18. package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
  19. package/dist/cjs/clusters/application-launcher.js +45 -13
  20. package/dist/cjs/clusters/application-launcher.js.map +2 -2
  21. package/dist/cjs/clusters/audio-output.d.ts +37 -37
  22. package/dist/cjs/clusters/audio-output.js +8 -8
  23. package/dist/cjs/clusters/ballast-configuration.d.ts +23 -23
  24. package/dist/cjs/clusters/ballast-configuration.js +17 -17
  25. package/dist/cjs/clusters/basic-information.d.ts +54 -54
  26. package/dist/cjs/clusters/basic-information.js +34 -34
  27. package/dist/cjs/clusters/binding.d.ts +12 -12
  28. package/dist/cjs/clusters/binding.js +5 -5
  29. package/dist/cjs/clusters/boolean-state-configuration.d.ts +92 -92
  30. package/dist/cjs/clusters/boolean-state-configuration.js +18 -18
  31. package/dist/cjs/clusters/boolean-state.d.ts +7 -7
  32. package/dist/cjs/clusters/boolean-state.js +3 -3
  33. package/dist/cjs/clusters/bridged-device-basic-information.d.ts +102 -102
  34. package/dist/cjs/clusters/bridged-device-basic-information.js +28 -28
  35. package/dist/cjs/clusters/channel.d.ts +577 -559
  36. package/dist/cjs/clusters/channel.d.ts.map +1 -1
  37. package/dist/cjs/clusters/channel.js +87 -73
  38. package/dist/cjs/clusters/channel.js.map +2 -2
  39. package/dist/cjs/clusters/color-control.d.ts +658 -658
  40. package/dist/cjs/clusters/color-control.js +116 -116
  41. package/dist/cjs/clusters/commissioner-control.d.ts +16 -16
  42. package/dist/cjs/clusters/commissioner-control.js +5 -5
  43. package/dist/cjs/clusters/concentration-measurement.d.ts +26 -26
  44. package/dist/cjs/clusters/concentration-measurement.js +11 -11
  45. package/dist/cjs/clusters/content-app-observer.d.ts +27 -17
  46. package/dist/cjs/clusters/content-app-observer.d.ts.map +1 -1
  47. package/dist/cjs/clusters/content-app-observer.js +14 -6
  48. package/dist/cjs/clusters/content-app-observer.js.map +2 -2
  49. package/dist/cjs/clusters/content-control.d.ts +438 -356
  50. package/dist/cjs/clusters/content-control.d.ts.map +1 -1
  51. package/dist/cjs/clusters/content-control.js +120 -58
  52. package/dist/cjs/clusters/content-control.js.map +1 -1
  53. package/dist/cjs/clusters/content-launcher.d.ts +509 -475
  54. package/dist/cjs/clusters/content-launcher.d.ts.map +1 -1
  55. package/dist/cjs/clusters/content-launcher.js +65 -39
  56. package/dist/cjs/clusters/content-launcher.js.map +2 -2
  57. package/dist/cjs/clusters/descriptor.d.ts +28 -28
  58. package/dist/cjs/clusters/descriptor.js +8 -8
  59. package/dist/cjs/clusters/device-energy-management-mode.d.ts +43 -43
  60. package/dist/cjs/clusters/device-energy-management-mode.js +8 -8
  61. package/dist/cjs/clusters/device-energy-management.d.ts +544 -544
  62. package/dist/cjs/clusters/device-energy-management.js +87 -87
  63. package/dist/cjs/clusters/diagnostic-logs.d.ts +67 -33
  64. package/dist/cjs/clusters/diagnostic-logs.d.ts.map +1 -1
  65. package/dist/cjs/clusters/diagnostic-logs.js +34 -8
  66. package/dist/cjs/clusters/diagnostic-logs.js.map +2 -2
  67. package/dist/cjs/clusters/dishwasher-alarm.d.ts +57 -57
  68. package/dist/cjs/clusters/dishwasher-alarm.js +14 -14
  69. package/dist/cjs/clusters/dishwasher-mode.d.ts +42 -42
  70. package/dist/cjs/clusters/dishwasher-mode.js +8 -8
  71. package/dist/cjs/clusters/door-lock.d.ts +1367 -1350
  72. package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
  73. package/dist/cjs/clusters/door-lock.js +242 -228
  74. package/dist/cjs/clusters/door-lock.js.map +1 -1
  75. package/dist/cjs/clusters/ecosystem-information.d.ts +27 -27
  76. package/dist/cjs/clusters/ecosystem-information.js +12 -12
  77. package/dist/cjs/clusters/electrical-energy-measurement.d.ts +275 -275
  78. package/dist/cjs/clusters/electrical-energy-measurement.js +25 -25
  79. package/dist/cjs/clusters/electrical-power-measurement.d.ts +199 -199
  80. package/dist/cjs/clusters/electrical-power-measurement.js +39 -39
  81. package/dist/cjs/clusters/energy-evse-mode.d.ts +43 -43
  82. package/dist/cjs/clusters/energy-evse-mode.js +8 -8
  83. package/dist/cjs/clusters/energy-evse.d.ts +323 -323
  84. package/dist/cjs/clusters/energy-evse.js +73 -73
  85. package/dist/cjs/clusters/energy-preference.d.ts +49 -49
  86. package/dist/cjs/clusters/energy-preference.js +9 -9
  87. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +31 -31
  88. package/dist/cjs/clusters/ethernet-network-diagnostics.js +10 -10
  89. package/dist/cjs/clusters/fan-control.d.ts +67 -67
  90. package/dist/cjs/clusters/fan-control.js +17 -17
  91. package/dist/cjs/clusters/fixed-label.d.ts +2 -2
  92. package/dist/cjs/clusters/fixed-label.js +1 -1
  93. package/dist/cjs/clusters/flow-measurement.d.ts +5 -5
  94. package/dist/cjs/clusters/flow-measurement.js +4 -4
  95. package/dist/cjs/clusters/general-commissioning.d.ts +104 -104
  96. package/dist/cjs/clusters/general-commissioning.js +25 -25
  97. package/dist/cjs/clusters/general-diagnostics.d.ts +174 -174
  98. package/dist/cjs/clusters/general-diagnostics.js +40 -40
  99. package/dist/cjs/clusters/group-key-management.d.ts +119 -119
  100. package/dist/cjs/clusters/group-key-management.js +23 -23
  101. package/dist/cjs/clusters/groups.d.ts +78 -78
  102. package/dist/cjs/clusters/groups.js +21 -21
  103. package/dist/cjs/clusters/icd-management.d.ts +131 -131
  104. package/dist/cjs/clusters/icd-management.js +29 -29
  105. package/dist/cjs/clusters/identify.d.ts +16 -16
  106. package/dist/cjs/clusters/identify.js +6 -6
  107. package/dist/cjs/clusters/illuminance-measurement.d.ts +7 -7
  108. package/dist/cjs/clusters/illuminance-measurement.js +5 -5
  109. package/dist/cjs/clusters/joint-fabric-datastore.d.ts +175 -175
  110. package/dist/cjs/clusters/joint-fabric-datastore.js +62 -62
  111. package/dist/cjs/clusters/joint-fabric-pki.d.ts +14 -14
  112. package/dist/cjs/clusters/joint-fabric-pki.js +5 -5
  113. package/dist/cjs/clusters/keypad-input.d.ts +34 -16
  114. package/dist/cjs/clusters/keypad-input.d.ts.map +1 -1
  115. package/dist/cjs/clusters/keypad-input.js +17 -3
  116. package/dist/cjs/clusters/keypad-input.js.map +2 -2
  117. package/dist/cjs/clusters/label.d.ts +10 -10
  118. package/dist/cjs/clusters/label.js +3 -3
  119. package/dist/cjs/clusters/laundry-dryer-controls.d.ts +4 -4
  120. package/dist/cjs/clusters/laundry-dryer-controls.js +2 -2
  121. package/dist/cjs/clusters/laundry-washer-controls.d.ts +23 -23
  122. package/dist/cjs/clusters/laundry-washer-controls.js +6 -6
  123. package/dist/cjs/clusters/laundry-washer-mode.d.ts +34 -34
  124. package/dist/cjs/clusters/laundry-washer-mode.js +5 -5
  125. package/dist/cjs/clusters/level-control.d.ts +303 -303
  126. package/dist/cjs/clusters/level-control.js +32 -32
  127. package/dist/cjs/clusters/localization-configuration.d.ts +3 -3
  128. package/dist/cjs/clusters/localization-configuration.js +2 -2
  129. package/dist/cjs/clusters/low-power.d.ts +2 -2
  130. package/dist/cjs/clusters/low-power.js +1 -1
  131. package/dist/cjs/clusters/media-input.d.ts +47 -47
  132. package/dist/cjs/clusters/media-input.js +11 -11
  133. package/dist/cjs/clusters/media-playback.d.ts +427 -385
  134. package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
  135. package/dist/cjs/clusters/media-playback.js +89 -57
  136. package/dist/cjs/clusters/media-playback.js.map +2 -2
  137. package/dist/cjs/clusters/messages.d.ts +154 -154
  138. package/dist/cjs/clusters/messages.js +38 -38
  139. package/dist/cjs/clusters/microwave-oven-control.d.ts +63 -63
  140. package/dist/cjs/clusters/microwave-oven-control.js +17 -17
  141. package/dist/cjs/clusters/microwave-oven-mode.d.ts +39 -39
  142. package/dist/cjs/clusters/microwave-oven-mode.js +7 -7
  143. package/dist/cjs/clusters/mode-base.d.ts +59 -59
  144. package/dist/cjs/clusters/mode-base.js +13 -13
  145. package/dist/cjs/clusters/mode-select.d.ts +51 -51
  146. package/dist/cjs/clusters/mode-select.js +13 -13
  147. package/dist/cjs/clusters/network-commissioning.d.ts +325 -325
  148. package/dist/cjs/clusters/network-commissioning.js +46 -46
  149. package/dist/cjs/clusters/occupancy-sensing.d.ts +78 -78
  150. package/dist/cjs/clusters/occupancy-sensing.js +20 -20
  151. package/dist/cjs/clusters/on-off.d.ts +103 -103
  152. package/dist/cjs/clusters/on-off.js +19 -19
  153. package/dist/cjs/clusters/operational-credentials.d.ts +94 -94
  154. package/dist/cjs/clusters/operational-credentials.js +34 -34
  155. package/dist/cjs/clusters/operational-state.d.ts +67 -67
  156. package/dist/cjs/clusters/operational-state.js +21 -21
  157. package/dist/cjs/clusters/ota-software-update-provider.d.ts +95 -61
  158. package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
  159. package/dist/cjs/clusters/ota-software-update-provider.js +51 -25
  160. package/dist/cjs/clusters/ota-software-update-provider.js.map +2 -2
  161. package/dist/cjs/clusters/ota-software-update-requestor.d.ts +72 -72
  162. package/dist/cjs/clusters/ota-software-update-requestor.js +25 -25
  163. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +16 -16
  164. package/dist/cjs/clusters/oven-cavity-operational-state.js +11 -11
  165. package/dist/cjs/clusters/oven-mode.d.ts +40 -40
  166. package/dist/cjs/clusters/oven-mode.js +5 -5
  167. package/dist/cjs/clusters/power-source-configuration.d.ts +2 -2
  168. package/dist/cjs/clusters/power-source-configuration.js +1 -1
  169. package/dist/cjs/clusters/power-source.d.ts +155 -155
  170. package/dist/cjs/clusters/power-source.js +41 -41
  171. package/dist/cjs/clusters/power-topology.d.ts +8 -8
  172. package/dist/cjs/clusters/power-topology.js +2 -2
  173. package/dist/cjs/clusters/pressure-measurement.d.ts +25 -25
  174. package/dist/cjs/clusters/pressure-measurement.js +9 -9
  175. package/dist/cjs/clusters/proxy-configuration.d.ts +8 -8
  176. package/dist/cjs/clusters/proxy-configuration.js +3 -3
  177. package/dist/cjs/clusters/proxy-discovery.d.ts +10 -10
  178. package/dist/cjs/clusters/proxy-discovery.js +4 -4
  179. package/dist/cjs/clusters/pump-configuration-and-control.d.ts +189 -189
  180. package/dist/cjs/clusters/pump-configuration-and-control.js +57 -57
  181. package/dist/cjs/clusters/refrigerator-alarm.d.ts +43 -43
  182. package/dist/cjs/clusters/refrigerator-alarm.js +11 -11
  183. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
  184. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
  185. package/dist/cjs/clusters/relative-humidity-measurement.d.ts +5 -5
  186. package/dist/cjs/clusters/relative-humidity-measurement.js +4 -4
  187. package/dist/cjs/clusters/resource-monitoring.d.ts +20 -20
  188. package/dist/cjs/clusters/resource-monitoring.js +7 -7
  189. package/dist/cjs/clusters/rvc-clean-mode.d.ts +48 -48
  190. package/dist/cjs/clusters/rvc-clean-mode.js +9 -9
  191. package/dist/cjs/clusters/rvc-operational-state.d.ts +54 -54
  192. package/dist/cjs/clusters/rvc-operational-state.js +17 -17
  193. package/dist/cjs/clusters/rvc-run-mode.d.ts +55 -55
  194. package/dist/cjs/clusters/rvc-run-mode.js +9 -9
  195. package/dist/cjs/clusters/scenes-management.d.ts +246 -246
  196. package/dist/cjs/clusters/scenes-management.js +70 -70
  197. package/dist/cjs/clusters/service-area.d.ts +128 -128
  198. package/dist/cjs/clusters/service-area.js +26 -26
  199. package/dist/cjs/clusters/smoke-co-alarm.d.ts +137 -137
  200. package/dist/cjs/clusters/smoke-co-alarm.js +30 -30
  201. package/dist/cjs/clusters/software-diagnostics.d.ts +53 -53
  202. package/dist/cjs/clusters/software-diagnostics.js +14 -14
  203. package/dist/cjs/clusters/switch.d.ts +105 -105
  204. package/dist/cjs/clusters/switch.js +23 -23
  205. package/dist/cjs/clusters/target-navigator.d.ts +48 -30
  206. package/dist/cjs/clusters/target-navigator.d.ts.map +1 -1
  207. package/dist/cjs/clusters/target-navigator.js +24 -10
  208. package/dist/cjs/clusters/target-navigator.js.map +2 -2
  209. package/dist/cjs/clusters/temperature-control.d.ts +45 -45
  210. package/dist/cjs/clusters/temperature-control.js +12 -12
  211. package/dist/cjs/clusters/temperature-measurement.d.ts +5 -5
  212. package/dist/cjs/clusters/temperature-measurement.js +4 -4
  213. package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts +7 -7
  214. package/dist/cjs/clusters/thermostat-user-interface-configuration.js +3 -3
  215. package/dist/cjs/clusters/thermostat.d.ts +515 -515
  216. package/dist/cjs/clusters/thermostat.js +114 -114
  217. package/dist/cjs/clusters/thread-border-router-management.d.ts +58 -58
  218. package/dist/cjs/clusters/thread-border-router-management.js +14 -14
  219. package/dist/cjs/clusters/thread-network-diagnostics.d.ts +359 -359
  220. package/dist/cjs/clusters/thread-network-diagnostics.js +108 -108
  221. package/dist/cjs/clusters/thread-network-directory.d.ts +27 -27
  222. package/dist/cjs/clusters/thread-network-directory.js +11 -11
  223. package/dist/cjs/clusters/time-format-localization.d.ts +12 -12
  224. package/dist/cjs/clusters/time-format-localization.js +3 -3
  225. package/dist/cjs/clusters/time-synchronization.d.ts +255 -245
  226. package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
  227. package/dist/cjs/clusters/time-synchronization.js +55 -47
  228. package/dist/cjs/clusters/time-synchronization.js.map +1 -1
  229. package/dist/cjs/clusters/unit-localization.d.ts +6 -6
  230. package/dist/cjs/clusters/unit-localization.js +1 -1
  231. package/dist/cjs/clusters/user-label.d.ts +2 -2
  232. package/dist/cjs/clusters/user-label.js +1 -1
  233. package/dist/cjs/clusters/valid-proxies.d.ts +7 -7
  234. package/dist/cjs/clusters/valid-proxies.js +2 -2
  235. package/dist/cjs/clusters/valve-configuration-and-control.d.ts +90 -80
  236. package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
  237. package/dist/cjs/clusters/valve-configuration-and-control.js +30 -22
  238. package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
  239. package/dist/cjs/clusters/wake-on-lan.d.ts +3 -3
  240. package/dist/cjs/clusters/wake-on-lan.js +2 -2
  241. package/dist/cjs/clusters/water-heater-management.d.ts +91 -91
  242. package/dist/cjs/clusters/water-heater-management.js +16 -16
  243. package/dist/cjs/clusters/water-heater-mode.d.ts +42 -42
  244. package/dist/cjs/clusters/water-heater-mode.js +8 -8
  245. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +69 -69
  246. package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -20
  247. package/dist/cjs/clusters/wi-fi-network-management.d.ts +6 -6
  248. package/dist/cjs/clusters/wi-fi-network-management.js +3 -3
  249. package/dist/cjs/clusters/window-covering.d.ts +183 -183
  250. package/dist/cjs/clusters/window-covering.js +49 -49
  251. package/dist/cjs/common/StatusCode.d.ts +2 -11
  252. package/dist/cjs/common/StatusCode.d.ts.map +1 -1
  253. package/dist/cjs/common/StatusCode.js +1 -17
  254. package/dist/cjs/common/StatusCode.js.map +1 -1
  255. package/dist/cjs/common/StatusResponseError.d.ts +21 -0
  256. package/dist/cjs/common/StatusResponseError.d.ts.map +1 -0
  257. package/dist/cjs/common/StatusResponseError.js +54 -0
  258. package/dist/cjs/common/StatusResponseError.js.map +6 -0
  259. package/dist/cjs/common/ValidationError.d.ts +1 -1
  260. package/dist/cjs/common/ValidationError.d.ts.map +1 -1
  261. package/dist/cjs/common/ValidationError.js +2 -1
  262. package/dist/cjs/common/ValidationError.js.map +1 -1
  263. package/dist/cjs/common/index.d.ts +1 -0
  264. package/dist/cjs/common/index.d.ts.map +1 -1
  265. package/dist/cjs/common/index.js +1 -0
  266. package/dist/cjs/common/index.js.map +1 -1
  267. package/dist/cjs/globals/AtomicAttributeStatus.d.ts +4 -4
  268. package/dist/cjs/globals/AtomicAttributeStatus.js +2 -2
  269. package/dist/cjs/globals/AtomicRequestType.d.ts +1 -1
  270. package/dist/cjs/globals/Locationdesc.d.ts +5 -5
  271. package/dist/cjs/globals/Locationdesc.js +3 -3
  272. package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
  273. package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
  274. package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
  275. package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
  276. package/dist/cjs/globals/MeasurementType.d.ts +1 -1
  277. package/dist/cjs/globals/Priority.d.ts +1 -1
  278. package/dist/cjs/globals/Semtag.d.ts +6 -6
  279. package/dist/cjs/globals/Semtag.js +4 -4
  280. package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  281. package/dist/cjs/globals/Status.d.ts +33 -33
  282. package/dist/cjs/globals/Tod.d.ts +2 -2
  283. package/dist/cjs/globals/WildcardPathFlags.d.ts +1 -1
  284. package/dist/esm/clusters/access-control.d.ts +250 -250
  285. package/dist/esm/clusters/access-control.js +39 -39
  286. package/dist/esm/clusters/account-login.d.ts +29 -29
  287. package/dist/esm/clusters/account-login.js +11 -11
  288. package/dist/esm/clusters/actions.d.ts +108 -108
  289. package/dist/esm/clusters/actions.js +39 -39
  290. package/dist/esm/clusters/administrator-commissioning.d.ts +77 -51
  291. package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
  292. package/dist/esm/clusters/administrator-commissioning.js +32 -12
  293. package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
  294. package/dist/esm/clusters/air-quality.d.ts +5 -5
  295. package/dist/esm/clusters/air-quality.js +1 -1
  296. package/dist/esm/clusters/alarm-base.d.ts +43 -43
  297. package/dist/esm/clusters/alarm-base.js +14 -14
  298. package/dist/esm/clusters/application-basic.d.ts +16 -16
  299. package/dist/esm/clusters/application-basic.js +10 -10
  300. package/dist/esm/clusters/application-launcher.d.ts +141 -99
  301. package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
  302. package/dist/esm/clusters/application-launcher.js +45 -13
  303. package/dist/esm/clusters/application-launcher.js.map +1 -1
  304. package/dist/esm/clusters/audio-output.d.ts +37 -37
  305. package/dist/esm/clusters/audio-output.js +8 -8
  306. package/dist/esm/clusters/ballast-configuration.d.ts +23 -23
  307. package/dist/esm/clusters/ballast-configuration.js +17 -17
  308. package/dist/esm/clusters/basic-information.d.ts +54 -54
  309. package/dist/esm/clusters/basic-information.js +34 -34
  310. package/dist/esm/clusters/binding.d.ts +12 -12
  311. package/dist/esm/clusters/binding.js +5 -5
  312. package/dist/esm/clusters/boolean-state-configuration.d.ts +92 -92
  313. package/dist/esm/clusters/boolean-state-configuration.js +18 -18
  314. package/dist/esm/clusters/boolean-state.d.ts +7 -7
  315. package/dist/esm/clusters/boolean-state.js +3 -3
  316. package/dist/esm/clusters/bridged-device-basic-information.d.ts +102 -102
  317. package/dist/esm/clusters/bridged-device-basic-information.js +28 -28
  318. package/dist/esm/clusters/channel.d.ts +577 -559
  319. package/dist/esm/clusters/channel.d.ts.map +1 -1
  320. package/dist/esm/clusters/channel.js +87 -73
  321. package/dist/esm/clusters/channel.js.map +1 -1
  322. package/dist/esm/clusters/color-control.d.ts +658 -658
  323. package/dist/esm/clusters/color-control.js +116 -116
  324. package/dist/esm/clusters/commissioner-control.d.ts +16 -16
  325. package/dist/esm/clusters/commissioner-control.js +5 -5
  326. package/dist/esm/clusters/concentration-measurement.d.ts +26 -26
  327. package/dist/esm/clusters/concentration-measurement.js +11 -11
  328. package/dist/esm/clusters/content-app-observer.d.ts +27 -17
  329. package/dist/esm/clusters/content-app-observer.d.ts.map +1 -1
  330. package/dist/esm/clusters/content-app-observer.js +14 -6
  331. package/dist/esm/clusters/content-app-observer.js.map +1 -1
  332. package/dist/esm/clusters/content-control.d.ts +438 -356
  333. package/dist/esm/clusters/content-control.d.ts.map +1 -1
  334. package/dist/esm/clusters/content-control.js +120 -58
  335. package/dist/esm/clusters/content-control.js.map +1 -1
  336. package/dist/esm/clusters/content-launcher.d.ts +509 -475
  337. package/dist/esm/clusters/content-launcher.d.ts.map +1 -1
  338. package/dist/esm/clusters/content-launcher.js +65 -39
  339. package/dist/esm/clusters/content-launcher.js.map +1 -1
  340. package/dist/esm/clusters/descriptor.d.ts +28 -28
  341. package/dist/esm/clusters/descriptor.js +8 -8
  342. package/dist/esm/clusters/device-energy-management-mode.d.ts +43 -43
  343. package/dist/esm/clusters/device-energy-management-mode.js +8 -8
  344. package/dist/esm/clusters/device-energy-management.d.ts +544 -544
  345. package/dist/esm/clusters/device-energy-management.js +87 -87
  346. package/dist/esm/clusters/diagnostic-logs.d.ts +67 -33
  347. package/dist/esm/clusters/diagnostic-logs.d.ts.map +1 -1
  348. package/dist/esm/clusters/diagnostic-logs.js +34 -8
  349. package/dist/esm/clusters/diagnostic-logs.js.map +1 -1
  350. package/dist/esm/clusters/dishwasher-alarm.d.ts +57 -57
  351. package/dist/esm/clusters/dishwasher-alarm.js +14 -14
  352. package/dist/esm/clusters/dishwasher-mode.d.ts +42 -42
  353. package/dist/esm/clusters/dishwasher-mode.js +8 -8
  354. package/dist/esm/clusters/door-lock.d.ts +1367 -1350
  355. package/dist/esm/clusters/door-lock.d.ts.map +1 -1
  356. package/dist/esm/clusters/door-lock.js +242 -228
  357. package/dist/esm/clusters/door-lock.js.map +1 -1
  358. package/dist/esm/clusters/ecosystem-information.d.ts +27 -27
  359. package/dist/esm/clusters/ecosystem-information.js +12 -12
  360. package/dist/esm/clusters/electrical-energy-measurement.d.ts +275 -275
  361. package/dist/esm/clusters/electrical-energy-measurement.js +25 -25
  362. package/dist/esm/clusters/electrical-power-measurement.d.ts +199 -199
  363. package/dist/esm/clusters/electrical-power-measurement.js +39 -39
  364. package/dist/esm/clusters/energy-evse-mode.d.ts +43 -43
  365. package/dist/esm/clusters/energy-evse-mode.js +8 -8
  366. package/dist/esm/clusters/energy-evse.d.ts +323 -323
  367. package/dist/esm/clusters/energy-evse.js +73 -73
  368. package/dist/esm/clusters/energy-preference.d.ts +49 -49
  369. package/dist/esm/clusters/energy-preference.js +9 -9
  370. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +31 -31
  371. package/dist/esm/clusters/ethernet-network-diagnostics.js +10 -10
  372. package/dist/esm/clusters/fan-control.d.ts +67 -67
  373. package/dist/esm/clusters/fan-control.js +17 -17
  374. package/dist/esm/clusters/fixed-label.d.ts +2 -2
  375. package/dist/esm/clusters/fixed-label.js +1 -1
  376. package/dist/esm/clusters/flow-measurement.d.ts +5 -5
  377. package/dist/esm/clusters/flow-measurement.js +4 -4
  378. package/dist/esm/clusters/general-commissioning.d.ts +104 -104
  379. package/dist/esm/clusters/general-commissioning.js +25 -25
  380. package/dist/esm/clusters/general-diagnostics.d.ts +174 -174
  381. package/dist/esm/clusters/general-diagnostics.js +40 -40
  382. package/dist/esm/clusters/group-key-management.d.ts +119 -119
  383. package/dist/esm/clusters/group-key-management.js +23 -23
  384. package/dist/esm/clusters/groups.d.ts +78 -78
  385. package/dist/esm/clusters/groups.js +21 -21
  386. package/dist/esm/clusters/icd-management.d.ts +131 -131
  387. package/dist/esm/clusters/icd-management.js +29 -29
  388. package/dist/esm/clusters/identify.d.ts +16 -16
  389. package/dist/esm/clusters/identify.js +6 -6
  390. package/dist/esm/clusters/illuminance-measurement.d.ts +7 -7
  391. package/dist/esm/clusters/illuminance-measurement.js +5 -5
  392. package/dist/esm/clusters/joint-fabric-datastore.d.ts +175 -175
  393. package/dist/esm/clusters/joint-fabric-datastore.js +62 -62
  394. package/dist/esm/clusters/joint-fabric-pki.d.ts +14 -14
  395. package/dist/esm/clusters/joint-fabric-pki.js +5 -5
  396. package/dist/esm/clusters/keypad-input.d.ts +34 -16
  397. package/dist/esm/clusters/keypad-input.d.ts.map +1 -1
  398. package/dist/esm/clusters/keypad-input.js +17 -3
  399. package/dist/esm/clusters/keypad-input.js.map +1 -1
  400. package/dist/esm/clusters/label.d.ts +10 -10
  401. package/dist/esm/clusters/label.js +3 -3
  402. package/dist/esm/clusters/laundry-dryer-controls.d.ts +4 -4
  403. package/dist/esm/clusters/laundry-dryer-controls.js +2 -2
  404. package/dist/esm/clusters/laundry-washer-controls.d.ts +23 -23
  405. package/dist/esm/clusters/laundry-washer-controls.js +6 -6
  406. package/dist/esm/clusters/laundry-washer-mode.d.ts +34 -34
  407. package/dist/esm/clusters/laundry-washer-mode.js +5 -5
  408. package/dist/esm/clusters/level-control.d.ts +303 -303
  409. package/dist/esm/clusters/level-control.js +32 -32
  410. package/dist/esm/clusters/localization-configuration.d.ts +3 -3
  411. package/dist/esm/clusters/localization-configuration.js +2 -2
  412. package/dist/esm/clusters/low-power.d.ts +2 -2
  413. package/dist/esm/clusters/low-power.js +1 -1
  414. package/dist/esm/clusters/media-input.d.ts +47 -47
  415. package/dist/esm/clusters/media-input.js +11 -11
  416. package/dist/esm/clusters/media-playback.d.ts +427 -385
  417. package/dist/esm/clusters/media-playback.d.ts.map +1 -1
  418. package/dist/esm/clusters/media-playback.js +89 -57
  419. package/dist/esm/clusters/media-playback.js.map +1 -1
  420. package/dist/esm/clusters/messages.d.ts +154 -154
  421. package/dist/esm/clusters/messages.js +38 -38
  422. package/dist/esm/clusters/microwave-oven-control.d.ts +63 -63
  423. package/dist/esm/clusters/microwave-oven-control.js +17 -17
  424. package/dist/esm/clusters/microwave-oven-mode.d.ts +39 -39
  425. package/dist/esm/clusters/microwave-oven-mode.js +7 -7
  426. package/dist/esm/clusters/mode-base.d.ts +59 -59
  427. package/dist/esm/clusters/mode-base.js +13 -13
  428. package/dist/esm/clusters/mode-select.d.ts +51 -51
  429. package/dist/esm/clusters/mode-select.js +13 -13
  430. package/dist/esm/clusters/network-commissioning.d.ts +325 -325
  431. package/dist/esm/clusters/network-commissioning.js +46 -46
  432. package/dist/esm/clusters/occupancy-sensing.d.ts +78 -78
  433. package/dist/esm/clusters/occupancy-sensing.js +20 -20
  434. package/dist/esm/clusters/on-off.d.ts +103 -103
  435. package/dist/esm/clusters/on-off.js +19 -19
  436. package/dist/esm/clusters/operational-credentials.d.ts +94 -94
  437. package/dist/esm/clusters/operational-credentials.js +34 -34
  438. package/dist/esm/clusters/operational-state.d.ts +67 -67
  439. package/dist/esm/clusters/operational-state.js +21 -21
  440. package/dist/esm/clusters/ota-software-update-provider.d.ts +95 -61
  441. package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
  442. package/dist/esm/clusters/ota-software-update-provider.js +51 -25
  443. package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
  444. package/dist/esm/clusters/ota-software-update-requestor.d.ts +72 -72
  445. package/dist/esm/clusters/ota-software-update-requestor.js +25 -25
  446. package/dist/esm/clusters/oven-cavity-operational-state.d.ts +16 -16
  447. package/dist/esm/clusters/oven-cavity-operational-state.js +11 -11
  448. package/dist/esm/clusters/oven-mode.d.ts +40 -40
  449. package/dist/esm/clusters/oven-mode.js +5 -5
  450. package/dist/esm/clusters/power-source-configuration.d.ts +2 -2
  451. package/dist/esm/clusters/power-source-configuration.js +1 -1
  452. package/dist/esm/clusters/power-source.d.ts +155 -155
  453. package/dist/esm/clusters/power-source.js +41 -41
  454. package/dist/esm/clusters/power-topology.d.ts +8 -8
  455. package/dist/esm/clusters/power-topology.js +2 -2
  456. package/dist/esm/clusters/pressure-measurement.d.ts +25 -25
  457. package/dist/esm/clusters/pressure-measurement.js +9 -9
  458. package/dist/esm/clusters/proxy-configuration.d.ts +8 -8
  459. package/dist/esm/clusters/proxy-configuration.js +3 -3
  460. package/dist/esm/clusters/proxy-discovery.d.ts +10 -10
  461. package/dist/esm/clusters/proxy-discovery.js +4 -4
  462. package/dist/esm/clusters/pump-configuration-and-control.d.ts +189 -189
  463. package/dist/esm/clusters/pump-configuration-and-control.js +57 -57
  464. package/dist/esm/clusters/refrigerator-alarm.d.ts +43 -43
  465. package/dist/esm/clusters/refrigerator-alarm.js +11 -11
  466. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +41 -41
  467. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +8 -8
  468. package/dist/esm/clusters/relative-humidity-measurement.d.ts +5 -5
  469. package/dist/esm/clusters/relative-humidity-measurement.js +4 -4
  470. package/dist/esm/clusters/resource-monitoring.d.ts +20 -20
  471. package/dist/esm/clusters/resource-monitoring.js +7 -7
  472. package/dist/esm/clusters/rvc-clean-mode.d.ts +48 -48
  473. package/dist/esm/clusters/rvc-clean-mode.js +9 -9
  474. package/dist/esm/clusters/rvc-operational-state.d.ts +54 -54
  475. package/dist/esm/clusters/rvc-operational-state.js +17 -17
  476. package/dist/esm/clusters/rvc-run-mode.d.ts +55 -55
  477. package/dist/esm/clusters/rvc-run-mode.js +9 -9
  478. package/dist/esm/clusters/scenes-management.d.ts +246 -246
  479. package/dist/esm/clusters/scenes-management.js +70 -70
  480. package/dist/esm/clusters/service-area.d.ts +128 -128
  481. package/dist/esm/clusters/service-area.js +26 -26
  482. package/dist/esm/clusters/smoke-co-alarm.d.ts +137 -137
  483. package/dist/esm/clusters/smoke-co-alarm.js +30 -30
  484. package/dist/esm/clusters/software-diagnostics.d.ts +53 -53
  485. package/dist/esm/clusters/software-diagnostics.js +14 -14
  486. package/dist/esm/clusters/switch.d.ts +105 -105
  487. package/dist/esm/clusters/switch.js +23 -23
  488. package/dist/esm/clusters/target-navigator.d.ts +48 -30
  489. package/dist/esm/clusters/target-navigator.d.ts.map +1 -1
  490. package/dist/esm/clusters/target-navigator.js +24 -10
  491. package/dist/esm/clusters/target-navigator.js.map +1 -1
  492. package/dist/esm/clusters/temperature-control.d.ts +45 -45
  493. package/dist/esm/clusters/temperature-control.js +12 -12
  494. package/dist/esm/clusters/temperature-measurement.d.ts +5 -5
  495. package/dist/esm/clusters/temperature-measurement.js +4 -4
  496. package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts +7 -7
  497. package/dist/esm/clusters/thermostat-user-interface-configuration.js +3 -3
  498. package/dist/esm/clusters/thermostat.d.ts +515 -515
  499. package/dist/esm/clusters/thermostat.js +114 -114
  500. package/dist/esm/clusters/thread-border-router-management.d.ts +58 -58
  501. package/dist/esm/clusters/thread-border-router-management.js +14 -14
  502. package/dist/esm/clusters/thread-network-diagnostics.d.ts +359 -359
  503. package/dist/esm/clusters/thread-network-diagnostics.js +108 -108
  504. package/dist/esm/clusters/thread-network-directory.d.ts +27 -27
  505. package/dist/esm/clusters/thread-network-directory.js +11 -11
  506. package/dist/esm/clusters/time-format-localization.d.ts +12 -12
  507. package/dist/esm/clusters/time-format-localization.js +3 -3
  508. package/dist/esm/clusters/time-synchronization.d.ts +255 -245
  509. package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
  510. package/dist/esm/clusters/time-synchronization.js +55 -47
  511. package/dist/esm/clusters/time-synchronization.js.map +1 -1
  512. package/dist/esm/clusters/unit-localization.d.ts +6 -6
  513. package/dist/esm/clusters/unit-localization.js +1 -1
  514. package/dist/esm/clusters/user-label.d.ts +2 -2
  515. package/dist/esm/clusters/user-label.js +1 -1
  516. package/dist/esm/clusters/valid-proxies.d.ts +7 -7
  517. package/dist/esm/clusters/valid-proxies.js +2 -2
  518. package/dist/esm/clusters/valve-configuration-and-control.d.ts +90 -80
  519. package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
  520. package/dist/esm/clusters/valve-configuration-and-control.js +30 -22
  521. package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
  522. package/dist/esm/clusters/wake-on-lan.d.ts +3 -3
  523. package/dist/esm/clusters/wake-on-lan.js +2 -2
  524. package/dist/esm/clusters/water-heater-management.d.ts +91 -91
  525. package/dist/esm/clusters/water-heater-management.js +16 -16
  526. package/dist/esm/clusters/water-heater-mode.d.ts +42 -42
  527. package/dist/esm/clusters/water-heater-mode.js +8 -8
  528. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +69 -69
  529. package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -20
  530. package/dist/esm/clusters/wi-fi-network-management.d.ts +6 -6
  531. package/dist/esm/clusters/wi-fi-network-management.js +3 -3
  532. package/dist/esm/clusters/window-covering.d.ts +183 -183
  533. package/dist/esm/clusters/window-covering.js +49 -49
  534. package/dist/esm/common/StatusCode.d.ts +2 -11
  535. package/dist/esm/common/StatusCode.d.ts.map +1 -1
  536. package/dist/esm/common/StatusCode.js +1 -17
  537. package/dist/esm/common/StatusCode.js.map +1 -1
  538. package/dist/esm/common/StatusResponseError.d.ts +21 -0
  539. package/dist/esm/common/StatusResponseError.d.ts.map +1 -0
  540. package/dist/esm/common/StatusResponseError.js +34 -0
  541. package/dist/esm/common/StatusResponseError.js.map +6 -0
  542. package/dist/esm/common/ValidationError.d.ts +1 -1
  543. package/dist/esm/common/ValidationError.d.ts.map +1 -1
  544. package/dist/esm/common/ValidationError.js +2 -1
  545. package/dist/esm/common/ValidationError.js.map +1 -1
  546. package/dist/esm/common/index.d.ts +1 -0
  547. package/dist/esm/common/index.d.ts.map +1 -1
  548. package/dist/esm/common/index.js +1 -0
  549. package/dist/esm/common/index.js.map +1 -1
  550. package/dist/esm/globals/AtomicAttributeStatus.d.ts +4 -4
  551. package/dist/esm/globals/AtomicAttributeStatus.js +2 -2
  552. package/dist/esm/globals/AtomicRequestType.d.ts +1 -1
  553. package/dist/esm/globals/Locationdesc.d.ts +5 -5
  554. package/dist/esm/globals/Locationdesc.js +3 -3
  555. package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
  556. package/dist/esm/globals/MeasurementAccuracy.js +3 -3
  557. package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
  558. package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
  559. package/dist/esm/globals/MeasurementType.d.ts +1 -1
  560. package/dist/esm/globals/Priority.d.ts +1 -1
  561. package/dist/esm/globals/Semtag.d.ts +6 -6
  562. package/dist/esm/globals/Semtag.js +4 -4
  563. package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  564. package/dist/esm/globals/Status.d.ts +33 -33
  565. package/dist/esm/globals/Tod.d.ts +2 -2
  566. package/dist/esm/globals/WildcardPathFlags.d.ts +1 -1
  567. package/package.json +5 -5
  568. package/src/clusters/access-control.ts +72 -72
  569. package/src/clusters/account-login.ts +22 -22
  570. package/src/clusters/actions.ts +86 -86
  571. package/src/clusters/administrator-commissioning.ts +67 -20
  572. package/src/clusters/air-quality.ts +4 -4
  573. package/src/clusters/alarm-base.ts +22 -22
  574. package/src/clusters/application-basic.ts +14 -14
  575. package/src/clusters/application-launcher.ts +105 -28
  576. package/src/clusters/audio-output.ts +17 -17
  577. package/src/clusters/ballast-configuration.ts +20 -20
  578. package/src/clusters/basic-information.ts +47 -47
  579. package/src/clusters/binding.ts +8 -8
  580. package/src/clusters/boolean-state-configuration.ts +31 -31
  581. package/src/clusters/boolean-state.ts +6 -6
  582. package/src/clusters/bridged-device-basic-information.ts +38 -38
  583. package/src/clusters/channel.ts +143 -111
  584. package/src/clusters/color-control.ts +168 -168
  585. package/src/clusters/commissioner-control.ts +15 -15
  586. package/src/clusters/concentration-measurement.ts +15 -15
  587. package/src/clusters/content-app-observer.ts +29 -12
  588. package/src/clusters/content-control.ts +248 -96
  589. package/src/clusters/content-launcher.ts +131 -69
  590. package/src/clusters/descriptor.ts +13 -13
  591. package/src/clusters/device-energy-management-mode.ts +28 -28
  592. package/src/clusters/device-energy-management.ts +136 -136
  593. package/src/clusters/diagnostic-logs.ts +88 -26
  594. package/src/clusters/dishwasher-alarm.ts +24 -24
  595. package/src/clusters/dishwasher-mode.ts +27 -27
  596. package/src/clusters/door-lock.ts +408 -377
  597. package/src/clusters/ecosystem-information.ts +17 -17
  598. package/src/clusters/electrical-energy-measurement.ts +39 -39
  599. package/src/clusters/electrical-power-measurement.ts +53 -53
  600. package/src/clusters/energy-evse-mode.ts +28 -28
  601. package/src/clusters/energy-evse.ts +109 -109
  602. package/src/clusters/energy-preference.ts +19 -19
  603. package/src/clusters/ethernet-network-diagnostics.ts +13 -13
  604. package/src/clusters/fan-control.ts +30 -30
  605. package/src/clusters/fixed-label.ts +2 -2
  606. package/src/clusters/flow-measurement.ts +5 -5
  607. package/src/clusters/general-commissioning.ts +45 -45
  608. package/src/clusters/general-diagnostics.ts +66 -66
  609. package/src/clusters/group-key-management.ts +45 -45
  610. package/src/clusters/groups.ts +44 -44
  611. package/src/clusters/icd-management.ts +50 -50
  612. package/src/clusters/identify.ts +14 -14
  613. package/src/clusters/illuminance-measurement.ts +7 -7
  614. package/src/clusters/joint-fabric-datastore.ts +82 -82
  615. package/src/clusters/joint-fabric-pki.ts +12 -12
  616. package/src/clusters/keypad-input.ts +43 -11
  617. package/src/clusters/label.ts +5 -5
  618. package/src/clusters/laundry-dryer-controls.ts +4 -4
  619. package/src/clusters/laundry-washer-controls.ts +11 -11
  620. package/src/clusters/laundry-washer-mode.ts +25 -25
  621. package/src/clusters/level-control.ts +49 -49
  622. package/src/clusters/localization-configuration.ts +3 -3
  623. package/src/clusters/low-power.ts +2 -2
  624. package/src/clusters/media-input.ts +20 -20
  625. package/src/clusters/media-playback.ts +168 -91
  626. package/src/clusters/messages.ts +61 -61
  627. package/src/clusters/microwave-oven-control.ts +23 -23
  628. package/src/clusters/microwave-oven-mode.ts +25 -25
  629. package/src/clusters/mode-base.ts +37 -37
  630. package/src/clusters/mode-select.ts +22 -22
  631. package/src/clusters/network-commissioning.ts +76 -76
  632. package/src/clusters/occupancy-sensing.ts +29 -29
  633. package/src/clusters/on-off.ts +33 -33
  634. package/src/clusters/operational-credentials.ts +65 -65
  635. package/src/clusters/operational-state.ts +34 -34
  636. package/src/clusters/ota-software-update-provider.ts +101 -39
  637. package/src/clusters/ota-software-update-requestor.ts +55 -55
  638. package/src/clusters/oven-cavity-operational-state.ts +14 -14
  639. package/src/clusters/oven-mode.ts +31 -31
  640. package/src/clusters/power-source-configuration.ts +2 -2
  641. package/src/clusters/power-source.ts +59 -59
  642. package/src/clusters/power-topology.ts +4 -4
  643. package/src/clusters/pressure-measurement.ts +11 -11
  644. package/src/clusters/proxy-configuration.ts +6 -6
  645. package/src/clusters/proxy-discovery.ts +7 -7
  646. package/src/clusters/pump-configuration-and-control.ts +69 -69
  647. package/src/clusters/refrigerator-alarm.ts +18 -18
  648. package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +26 -26
  649. package/src/clusters/relative-humidity-measurement.ts +5 -5
  650. package/src/clusters/resource-monitoring.ts +13 -13
  651. package/src/clusters/rvc-clean-mode.ts +31 -31
  652. package/src/clusters/rvc-operational-state.ts +28 -28
  653. package/src/clusters/rvc-run-mode.ts +38 -38
  654. package/src/clusters/scenes-management.ts +112 -112
  655. package/src/clusters/service-area.ts +50 -50
  656. package/src/clusters/smoke-co-alarm.ts +68 -68
  657. package/src/clusters/software-diagnostics.ts +20 -20
  658. package/src/clusters/switch.ts +45 -45
  659. package/src/clusters/target-navigator.ts +52 -20
  660. package/src/clusters/temperature-control.ts +19 -19
  661. package/src/clusters/temperature-measurement.ts +5 -5
  662. package/src/clusters/thermostat-user-interface-configuration.ts +7 -7
  663. package/src/clusters/thermostat.ts +172 -172
  664. package/src/clusters/thread-border-router-management.ts +23 -23
  665. package/src/clusters/thread-network-diagnostics.ts +125 -125
  666. package/src/clusters/thread-network-directory.ts +22 -22
  667. package/src/clusters/time-format-localization.ts +7 -7
  668. package/src/clusters/time-synchronization.ts +98 -81
  669. package/src/clusters/unit-localization.ts +4 -4
  670. package/src/clusters/user-label.ts +2 -2
  671. package/src/clusters/valid-proxies.ts +7 -7
  672. package/src/clusters/valve-configuration-and-control.ts +52 -35
  673. package/src/clusters/wake-on-lan.ts +3 -3
  674. package/src/clusters/water-heater-management.ts +26 -26
  675. package/src/clusters/water-heater-mode.ts +27 -27
  676. package/src/clusters/wi-fi-network-diagnostics.ts +32 -32
  677. package/src/clusters/wi-fi-network-management.ts +6 -6
  678. package/src/clusters/window-covering.ts +68 -68
  679. package/src/common/StatusCode.ts +3 -21
  680. package/src/common/StatusResponseError.ts +41 -0
  681. package/src/common/ValidationError.ts +2 -1
  682. package/src/common/index.ts +1 -0
  683. package/src/globals/AtomicAttributeStatus.ts +4 -4
  684. package/src/globals/AtomicRequestType.ts +1 -1
  685. package/src/globals/Locationdesc.ts +5 -5
  686. package/src/globals/MeasurementAccuracy.ts +5 -5
  687. package/src/globals/MeasurementAccuracyRange.ts +10 -10
  688. package/src/globals/MeasurementType.ts +1 -1
  689. package/src/globals/Priority.ts +1 -1
  690. package/src/globals/Semtag.ts +6 -6
  691. package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
  692. package/src/globals/Status.ts +33 -33
  693. package/src/globals/Tod.ts +2 -2
  694. package/src/globals/WildcardPathFlags.ts +1 -1
@@ -34,7 +34,7 @@ export namespace Thermostat {
34
34
  /**
35
35
  * These are optional features supported by ThermostatCluster.
36
36
  *
37
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.4
37
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.4
38
38
  */
39
39
  export enum Feature {
40
40
  /**
@@ -86,7 +86,7 @@ export namespace Thermostat {
86
86
  * externally, for example due to the temperature control being done by a separate subsystem which does not
87
87
  * offer a view into the currently measured temperature, but allows setpoints to be provided.
88
88
  *
89
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.4.1
89
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.4.1
90
90
  */
91
91
  LocalTemperatureNotExposed = "LocalTemperatureNotExposed",
92
92
 
@@ -106,7 +106,7 @@ export namespace Thermostat {
106
106
  }
107
107
 
108
108
  /**
109
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.7
109
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.7
110
110
  */
111
111
  export const Occupancy = {
112
112
  /**
@@ -115,13 +115,13 @@ export namespace Thermostat {
115
115
  * If this bit is set, it shall indicate the occupied state else if the bit if not set, it shall indicate the
116
116
  * unoccupied state.
117
117
  *
118
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.7.1
118
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.7.1
119
119
  */
120
120
  occupied: BitFlag(0)
121
121
  };
122
122
 
123
123
  /**
124
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.26
124
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.26
125
125
  */
126
126
  export enum ThermostatRunningMode {
127
127
  /**
@@ -141,7 +141,7 @@ export namespace Thermostat {
141
141
  }
142
142
 
143
143
  /**
144
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.24
144
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.24
145
145
  */
146
146
  export enum StartOfWeek {
147
147
  Sunday = 0,
@@ -154,7 +154,7 @@ export namespace Thermostat {
154
154
  }
155
155
 
156
156
  /**
157
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.13
157
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.13
158
158
  */
159
159
  export const ScheduleDayOfWeek = {
160
160
  /**
@@ -199,7 +199,7 @@ export namespace Thermostat {
199
199
  };
200
200
 
201
201
  /**
202
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.14
202
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.14
203
203
  */
204
204
  export const ScheduleMode = {
205
205
  /**
@@ -216,7 +216,7 @@ export namespace Thermostat {
216
216
  /**
217
217
  * This represents a single transition in a Thermostat schedule
218
218
  *
219
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30
219
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30
220
220
  */
221
221
  export const TlvWeeklyScheduleTransition = TlvObject({
222
222
  /**
@@ -224,21 +224,21 @@ export namespace Thermostat {
224
224
  * be represented by a 16 bits unsigned integer to designate the minutes since midnight. For example, 6am will
225
225
  * be represented by 360 minutes since midnight and 11:30pm will be represented by 1410 minutes since midnight.
226
226
  *
227
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.1
227
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.1
228
228
  */
229
229
  transitionTime: TlvField(0, TlvUInt16.bound({ max: 1439 })),
230
230
 
231
231
  /**
232
232
  * This field shall represent the heat setpoint to be applied at this associated transition start time.
233
233
  *
234
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.2
234
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.2
235
235
  */
236
236
  heatSetpoint: TlvField(1, TlvNullable(TlvInt16)),
237
237
 
238
238
  /**
239
239
  * This field shall represent the cool setpoint to be applied at this associated transition start time.
240
240
  *
241
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30.3
241
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30.3
242
242
  */
243
243
  coolSetpoint: TlvField(2, TlvNullable(TlvInt16))
244
244
  });
@@ -246,14 +246,14 @@ export namespace Thermostat {
246
246
  /**
247
247
  * This represents a single transition in a Thermostat schedule
248
248
  *
249
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.30
249
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.30
250
250
  */
251
251
  export interface WeeklyScheduleTransition extends TypeFromSchema<typeof TlvWeeklyScheduleTransition> {}
252
252
 
253
253
  /**
254
254
  * Input to the Thermostat setWeeklySchedule command
255
255
  *
256
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2
256
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2
257
257
  */
258
258
  export const TlvSetWeeklyScheduleRequest = TlvObject({
259
259
  /**
@@ -261,7 +261,7 @@ export namespace Thermostat {
261
261
  * device supports more than 10 transitions in its schedule they can send this by sending more than 1 “Set
262
262
  * Weekly Schedule” command, each containing the separate information that the device needs to set.
263
263
  *
264
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2.1
264
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.1
265
265
  */
266
266
  numberOfTransitionsForSequence: TlvField(0, TlvUInt8),
267
267
 
@@ -274,7 +274,7 @@ export namespace Thermostat {
274
274
  * Each setpoint transition will begin with the day of week for this transition. There can be up to 10
275
275
  * transitions for each command.
276
276
  *
277
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2.2
277
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.2
278
278
  */
279
279
  dayOfWeekForSequence: TlvField(1, TlvBitmap(TlvUInt8, ScheduleDayOfWeek)),
280
280
 
@@ -299,14 +299,14 @@ export namespace Thermostat {
299
299
  * Both bits must be respected, even if the HEAT or COOL feature is not supported, to ensure the command is
300
300
  * decoded and handled correctly.
301
301
  *
302
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2.3
302
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.3
303
303
  */
304
304
  modeForSequence: TlvField(2, TlvBitmap(TlvUInt8, ScheduleMode)),
305
305
 
306
306
  /**
307
307
  * This field shall contain the list of setpoint transitions used to update the specified daily schedules
308
308
  *
309
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2.4
309
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2.4
310
310
  */
311
311
  transitions: TlvField(3, TlvArray(TlvWeeklyScheduleTransition, { maxLength: 10 }))
312
312
  });
@@ -314,21 +314,21 @@ export namespace Thermostat {
314
314
  /**
315
315
  * Input to the Thermostat setWeeklySchedule command
316
316
  *
317
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2
317
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2
318
318
  */
319
319
  export interface SetWeeklyScheduleRequest extends TypeFromSchema<typeof TlvSetWeeklyScheduleRequest> {}
320
320
 
321
321
  /**
322
322
  * Input to the Thermostat getWeeklySchedule command
323
323
  *
324
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.10.3
324
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3
325
325
  */
326
326
  export const TlvGetWeeklyScheduleRequest = TlvObject({
327
327
  /**
328
328
  * This field shall indicate the number of days the client would like to return the setpoint values for and
329
329
  * could be any combination of single days or the entire week.
330
330
  *
331
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.10.3.1
331
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3.1
332
332
  */
333
333
  daysToReturn: TlvField(0, TlvBitmap(TlvUInt8, ScheduleDayOfWeek)),
334
334
 
@@ -336,7 +336,7 @@ export namespace Thermostat {
336
336
  * This field shall indicate the mode the client would like to return the set point values for and could be any
337
337
  * combination of heat only, cool only or heat & cool.
338
338
  *
339
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.10.3.2
339
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3.2
340
340
  */
341
341
  modeToReturn: TlvField(1, TlvBitmap(TlvUInt8, ScheduleMode))
342
342
  });
@@ -344,14 +344,14 @@ export namespace Thermostat {
344
344
  /**
345
345
  * Input to the Thermostat getWeeklySchedule command
346
346
  *
347
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.10.3
347
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3
348
348
  */
349
349
  export interface GetWeeklyScheduleRequest extends TypeFromSchema<typeof TlvGetWeeklyScheduleRequest> {}
350
350
 
351
351
  /**
352
352
  * This command has the same payload format as the Set Weekly Schedule.
353
353
  *
354
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.10.4
354
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.4
355
355
  */
356
356
  export const TlvGetWeeklyScheduleResponse = TlvObject({
357
357
  numberOfTransitionsForSequence: TlvField(0, TlvUInt8),
@@ -363,12 +363,12 @@ export namespace Thermostat {
363
363
  /**
364
364
  * This command has the same payload format as the Set Weekly Schedule.
365
365
  *
366
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.10.4
366
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.4
367
367
  */
368
368
  export interface GetWeeklyScheduleResponse extends TypeFromSchema<typeof TlvGetWeeklyScheduleResponse> {}
369
369
 
370
370
  /**
371
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.22
371
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.22
372
372
  */
373
373
  export enum PresetScenario {
374
374
  /**
@@ -377,7 +377,7 @@ export namespace Thermostat {
377
377
  * This value shall indicate the preset for periods when the thermostat’s temperature-controlled area is
378
378
  * occupied. It is intended for thermostats that can automatically determine occupancy.
379
379
  *
380
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.22.2
380
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.22.2
381
381
  */
382
382
  Occupied = 1,
383
383
 
@@ -387,7 +387,7 @@ export namespace Thermostat {
387
387
  * This value shall indicate the preset for periods when the thermostat’s temperature-controlled area is
388
388
  * unoccupied. It is intended for thermostats that can automatically determine occupancy.
389
389
  *
390
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.22.3
390
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.22.3
391
391
  */
392
392
  Unoccupied = 2,
393
393
 
@@ -396,7 +396,7 @@ export namespace Thermostat {
396
396
  *
397
397
  * This value shall indicate the preset for periods when users are likely to be asleep.
398
398
  *
399
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.22.4
399
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.22.4
400
400
  */
401
401
  Sleep = 3,
402
402
 
@@ -405,7 +405,7 @@ export namespace Thermostat {
405
405
  *
406
406
  * This value shall indicate the preset for periods when users are likely to be waking up.
407
407
  *
408
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.22.5
408
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.22.5
409
409
  */
410
410
  Wake = 4,
411
411
 
@@ -415,7 +415,7 @@ export namespace Thermostat {
415
415
  * This value shall indicate the preset for periods when users are on vacation, or otherwise out-of-home for
416
416
  * extended periods of time.
417
417
  *
418
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.22.6
418
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.22.6
419
419
  */
420
420
  Vacation = 5,
421
421
 
@@ -424,7 +424,7 @@ export namespace Thermostat {
424
424
  *
425
425
  * This value shall indicate the preset for periods when users are likely to be going to sleep.
426
426
  *
427
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.22.7
427
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.22.7
428
428
  */
429
429
  GoingToSleep = 6,
430
430
 
@@ -433,13 +433,13 @@ export namespace Thermostat {
433
433
  *
434
434
  * This value shall indicate a free-form preset; when set, the Name field on PresetStruct shall NOT be null.
435
435
  *
436
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.22.8
436
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.22.8
437
437
  */
438
438
  UserDefined = 254
439
439
  }
440
440
 
441
441
  /**
442
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.8
442
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.8
443
443
  */
444
444
  export const PresetTypeFeatures = {
445
445
  /**
@@ -454,38 +454,38 @@ export namespace Thermostat {
454
454
  };
455
455
 
456
456
  /**
457
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.29
457
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29
458
458
  */
459
459
  export const TlvPresetType = TlvObject({
460
460
  /**
461
461
  * This field shall specify a PresetScenarioEnum value supported by this thermostat.
462
462
  *
463
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.29.1
463
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.1
464
464
  */
465
465
  presetScenario: TlvField(0, TlvEnum<PresetScenario>()),
466
466
 
467
467
  /**
468
468
  * This field shall specify a limit for the number of presets for this PresetScenarioEnum.
469
469
  *
470
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.29.2
470
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.2
471
471
  */
472
472
  numberOfPresets: TlvField(1, TlvUInt8),
473
473
 
474
474
  /**
475
475
  * This field shall specify a bitmap of features for this PresetTypeStruct.
476
476
  *
477
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.29.3
477
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29.3
478
478
  */
479
479
  presetTypeFeatures: TlvField(2, TlvBitmap(TlvUInt16, PresetTypeFeatures))
480
480
  });
481
481
 
482
482
  /**
483
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.29
483
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.29
484
484
  */
485
485
  export interface PresetType extends TypeFromSchema<typeof TlvPresetType> {}
486
486
 
487
487
  /**
488
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28
488
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28
489
489
  */
490
490
  export const TlvPreset = TlvObject({
491
491
  /**
@@ -495,14 +495,14 @@ export namespace Thermostat {
495
495
  * This field shall only be null when the encompassing PresetStruct is appended to the Presets attribute for the
496
496
  * purpose of creating a new Preset. Refer to Presets for the creation of Preset handles.
497
497
  *
498
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.1
498
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.1
499
499
  */
500
500
  presetHandle: TlvField(0, TlvNullable(TlvByteString.bound({ maxLength: 16 }))),
501
501
 
502
502
  /**
503
503
  * This field shall indicate the associated PresetScenarioEnum value for this preset.
504
504
  *
505
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.2
505
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.2
506
506
  */
507
507
  presetScenario: TlvField(1, TlvEnum<PresetScenario>()),
508
508
 
@@ -512,7 +512,7 @@ export namespace Thermostat {
512
512
  * Within each subset of presets sharing the same PresetScenario field value, there shall NOT be any presets
513
513
  * with the same value, including null as a value, in the Name field.
514
514
  *
515
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.3
515
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.3
516
516
  */
517
517
  name: TlvOptionalField(2, TlvNullable(TlvString.bound({ maxLength: 64 }))),
518
518
 
@@ -520,7 +520,7 @@ export namespace Thermostat {
520
520
  * This field shall indicate the cooling setpoint for the preset. Refer to Setpoint Limits for value
521
521
  * constraints.
522
522
  *
523
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.4
523
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.4
524
524
  */
525
525
  coolingSetpoint: TlvOptionalField(3, TlvInt16),
526
526
 
@@ -528,7 +528,7 @@ export namespace Thermostat {
528
528
  * This field shall indicate the heating setpoint for the preset. Refer to Setpoint Limits for value
529
529
  * constraints.
530
530
  *
531
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.5
531
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.5
532
532
  */
533
533
  heatingSetpoint: TlvOptionalField(4, TlvInt16),
534
534
 
@@ -536,27 +536,27 @@ export namespace Thermostat {
536
536
  * This field shall indicate whether the preset is marked as "built-in", meaning that it can be modified, but it
537
537
  * cannot be deleted.
538
538
  *
539
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28.6
539
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28.6
540
540
  */
541
541
  builtIn: TlvField(5, TlvNullable(TlvBoolean))
542
542
  });
543
543
 
544
544
  /**
545
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.28
545
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.28
546
546
  */
547
547
  export interface Preset extends TypeFromSchema<typeof TlvPreset> {}
548
548
 
549
549
  /**
550
550
  * Input to the Thermostat setActivePresetRequest command
551
551
  *
552
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.10.9
552
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9
553
553
  */
554
554
  export const TlvSetActivePresetRequest = TlvObject({
555
555
  /**
556
556
  * This field shall specify the value of the PresetHandle field on the PresetStruct to be made active. If the
557
557
  * field is set to null, that indicates there should be no active preset.
558
558
  *
559
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.10.9.1
559
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9.1
560
560
  */
561
561
  presetHandle: TlvField(0, TlvNullable(TlvByteString.bound({ maxLength: 16 })))
562
562
  });
@@ -564,14 +564,14 @@ export namespace Thermostat {
564
564
  /**
565
565
  * Input to the Thermostat setActivePresetRequest command
566
566
  *
567
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.10.9
567
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9
568
568
  */
569
569
  export interface SetActivePresetRequest extends TypeFromSchema<typeof TlvSetActivePresetRequest> {}
570
570
 
571
571
  /**
572
572
  * Table 9. Interpretation of Heat, Cool and Auto SystemModeEnum Values
573
573
  *
574
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.25
574
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.25
575
575
  */
576
576
  export enum SystemMode {
577
577
  /**
@@ -610,7 +610,7 @@ export namespace Thermostat {
610
610
  }
611
611
 
612
612
  /**
613
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.12
613
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12
614
614
  */
615
615
  export const ScheduleTypeFeatures = {
616
616
  /**
@@ -620,7 +620,7 @@ export namespace Thermostat {
620
620
  * field on the encompassing ScheduleTypeStruct supports specifying presets on ScheduleTransitionStructs
621
621
  * contained in its Transitions field.
622
622
  *
623
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.12.1
623
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12.1
624
624
  */
625
625
  supportsPresets: BitFlag(0),
626
626
 
@@ -631,7 +631,7 @@ export namespace Thermostat {
631
631
  * field on the encompassing ScheduleTypeStruct supports specifying setpoints on ScheduleTransitionStructs
632
632
  * contained in its Transitions field.
633
633
  *
634
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.12.2
634
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12.2
635
635
  */
636
636
  supportsSetpoints: BitFlag(1),
637
637
 
@@ -641,7 +641,7 @@ export namespace Thermostat {
641
641
  * This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
642
642
  * field on the encompassing ScheduleTypeStruct supports setting the value of the Name field.
643
643
  *
644
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.12.3
644
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12.3
645
645
  */
646
646
  supportsNames: BitFlag(2),
647
647
 
@@ -651,27 +651,27 @@ export namespace Thermostat {
651
651
  * This bit shall indicate that any ScheduleStruct with a SystemMode field whose value matches the SystemMode
652
652
  * field on the encompassing ScheduleTypeStruct supports setting its SystemMode field to Off.
653
653
  *
654
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.12.4
654
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.12.4
655
655
  */
656
656
  supportsOff: BitFlag(3)
657
657
  };
658
658
 
659
659
  /**
660
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.33
660
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.33
661
661
  */
662
662
  export const TlvScheduleType = TlvObject({
663
663
  /**
664
664
  * This field shall specify a SystemModeEnum supported by this thermostat for Schedules. The only valid values
665
665
  * for this field shall be Auto, Heat, and Cool.
666
666
  *
667
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.33.1
667
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.33.1
668
668
  */
669
669
  systemMode: TlvField(0, TlvEnum<SystemMode>()),
670
670
 
671
671
  /**
672
672
  * This field shall specify a limit for the number of Schedules for this SystemMode.
673
673
  *
674
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.33.2
674
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.33.2
675
675
  */
676
676
  numberOfSchedules: TlvField(1, TlvUInt8),
677
677
 
@@ -679,13 +679,13 @@ export namespace Thermostat {
679
679
  * This field shall specify a bitmap of features for this schedule entry. At least one of SupportsPresets and
680
680
  * SupportsSetpoints shall be set.
681
681
  *
682
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.33.3
682
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.33.3
683
683
  */
684
684
  scheduleTypeFeatures: TlvField(2, TlvBitmap(TlvUInt16, ScheduleTypeFeatures))
685
685
  });
686
686
 
687
687
  /**
688
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.33
688
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.33
689
689
  */
690
690
  export interface ScheduleType extends TypeFromSchema<typeof TlvScheduleType> {}
691
691
 
@@ -747,14 +747,14 @@ export namespace Thermostat {
747
747
  * • The SystemMode field is provided and has the value Cool or Auto, or the SystemMode field on the parent
748
748
  * ScheduleStruct has the value Cool or Auto
749
749
  *
750
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32
750
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32
751
751
  */
752
752
  export const TlvScheduleTransition = TlvObject({
753
753
  /**
754
754
  * This field shall specify a bitmask of days of the week that the transition applies to. The Vacation bit shall
755
755
  * NOT be set; vacation schedules shall be set via the vacation preset.
756
756
  *
757
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.1
757
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.1
758
758
  */
759
759
  dayOfWeek: TlvField(0, TlvBitmap(TlvUInt8, ScheduleDayOfWeek)),
760
760
 
@@ -764,7 +764,7 @@ export namespace Thermostat {
764
764
  *
765
765
  * Handling of transitions during the changeover of Daylight Saving Time is implementation-dependent.
766
766
  *
767
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.2
767
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.2
768
768
  */
769
769
  transitionTime: TlvField(1, TlvUInt16.bound({ max: 1439 })),
770
770
 
@@ -772,7 +772,7 @@ export namespace Thermostat {
772
772
  * This field shall specify the preset used at the TransitionTime. If this field is provided, then the
773
773
  * SystemMode, CoolingSetpoint and HeatingSetpoint fields shall NOT be provided.
774
774
  *
775
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.3
775
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.3
776
776
  */
777
777
  presetHandle: TlvOptionalField(2, TlvByteString.bound({ maxLength: 16 })),
778
778
 
@@ -781,7 +781,7 @@ export namespace Thermostat {
781
781
  * default for the schedule. The only valid values for this field shall be Auto, Heat, Cool and Off. This field
782
782
  * shall only be included when the required system mode differs from the schedule’s default SystemMode.
783
783
  *
784
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.4
784
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.4
785
785
  */
786
786
  systemMode: TlvOptionalField(3, TlvEnum<SystemMode>()),
787
787
 
@@ -789,7 +789,7 @@ export namespace Thermostat {
789
789
  * This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
790
790
  * NOT be included. Refer to Setpoint Limits for value constraints.
791
791
  *
792
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.5
792
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.5
793
793
  */
794
794
  coolingSetpoint: TlvOptionalField(4, TlvInt16),
795
795
 
@@ -797,7 +797,7 @@ export namespace Thermostat {
797
797
  * This field shall specify the cooling setpoint for the transition. If PresetHandle is set, this field shall
798
798
  * NOT be included. Refer to Setpoint Limits for value constraints.
799
799
  *
800
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32.6
800
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32.6
801
801
  */
802
802
  heatingSetpoint: TlvOptionalField(5, TlvInt16)
803
803
  });
@@ -860,12 +860,12 @@ export namespace Thermostat {
860
860
  * • The SystemMode field is provided and has the value Cool or Auto, or the SystemMode field on the parent
861
861
  * ScheduleStruct has the value Cool or Auto
862
862
  *
863
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.32
863
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.32
864
864
  */
865
865
  export interface ScheduleTransition extends TypeFromSchema<typeof TlvScheduleTransition> {}
866
866
 
867
867
  /**
868
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31
868
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31
869
869
  */
870
870
  export const TlvSchedule = TlvObject({
871
871
  /**
@@ -875,7 +875,7 @@ export namespace Thermostat {
875
875
  * This field shall only be null when the encompassing ScheduleStruct is appended to the Schedules attribute for
876
876
  * the purpose of creating a new Schedule. Refer to Schedules for the creation of Schedule handles.
877
877
  *
878
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.1
878
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.1
879
879
  */
880
880
  scheduleHandle: TlvField(0, TlvNullable(TlvByteString.bound({ maxLength: 16 }))),
881
881
 
@@ -883,21 +883,21 @@ export namespace Thermostat {
883
883
  * This field shall specify the default thermostat system mode for transitions in this schedule. The only valid
884
884
  * values for this field shall be Auto, Heat, and Cool.
885
885
  *
886
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.2
886
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.2
887
887
  */
888
888
  systemMode: TlvField(1, TlvEnum<SystemMode>()),
889
889
 
890
890
  /**
891
891
  * This field shall specify a name for the ScheduleStruct.
892
892
  *
893
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.3
893
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.3
894
894
  */
895
895
  name: TlvOptionalField(2, TlvString.bound({ maxLength: 64 })),
896
896
 
897
897
  /**
898
898
  * This field shall indicate the default PresetHandle value for transitions in this schedule.
899
899
  *
900
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.4
900
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.4
901
901
  */
902
902
  presetHandle: TlvOptionalField(3, TlvByteString.bound({ maxLength: 16 })),
903
903
 
@@ -929,7 +929,7 @@ export namespace Thermostat {
929
929
  * ScheduleTransitionStruct with the largest TransitionTime field from the set of ScheduleTransitionStructs
930
930
  * whose DayOfWeek field matches the current day of the week.
931
931
  *
932
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.5
932
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.5
933
933
  */
934
934
  transitions: TlvField(4, TlvArray(TlvScheduleTransition, { minLength: 1 })),
935
935
 
@@ -937,26 +937,26 @@ export namespace Thermostat {
937
937
  * This field shall indicate whether the schedule is marked as "built-in", meaning that it can be modified, but
938
938
  * it cannot be deleted.
939
939
  *
940
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31.6
940
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31.6
941
941
  */
942
942
  builtIn: TlvField(5, TlvNullable(TlvBoolean))
943
943
  });
944
944
 
945
945
  /**
946
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.31
946
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.31
947
947
  */
948
948
  export interface Schedule extends TypeFromSchema<typeof TlvSchedule> {}
949
949
 
950
950
  /**
951
951
  * Input to the Thermostat setActiveScheduleRequest command
952
952
  *
953
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.10.8
953
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8
954
954
  */
955
955
  export const TlvSetActiveScheduleRequest = TlvObject({
956
956
  /**
957
957
  * This field shall specify the value of the ScheduleHandle field on the ScheduleStruct to be made active.
958
958
  *
959
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.10.8.1
959
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8.1
960
960
  */
961
961
  scheduleHandle: TlvField(0, TlvByteString.bound({ maxLength: 16 }))
962
962
  });
@@ -964,12 +964,12 @@ export namespace Thermostat {
964
964
  /**
965
965
  * Input to the Thermostat setActiveScheduleRequest command
966
966
  *
967
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.10.8
967
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8
968
968
  */
969
969
  export interface SetActiveScheduleRequest extends TypeFromSchema<typeof TlvSetActiveScheduleRequest> {}
970
970
 
971
971
  /**
972
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.6
972
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6
973
973
  */
974
974
  export const HvacSystemType = {
975
975
  /**
@@ -985,7 +985,7 @@ export namespace Thermostat {
985
985
  *
986
986
  * • 11 = Reserved
987
987
  *
988
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.6.1
988
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.1
989
989
  */
990
990
  coolingStage: BitField(0, 2),
991
991
 
@@ -1002,7 +1002,7 @@ export namespace Thermostat {
1002
1002
  *
1003
1003
  * • 11 = Reserved
1004
1004
  *
1005
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.6.2
1005
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.2
1006
1006
  */
1007
1007
  heatingStage: BitField(2, 2),
1008
1008
 
@@ -1015,7 +1015,7 @@ export namespace Thermostat {
1015
1015
  *
1016
1016
  * • 1 = Heat Pump
1017
1017
  *
1018
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.6.3
1018
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.3
1019
1019
  */
1020
1020
  heatingIsHeatPump: BitFlag(4),
1021
1021
 
@@ -1028,13 +1028,13 @@ export namespace Thermostat {
1028
1028
  *
1029
1029
  * • 1 = Uses fuel
1030
1030
  *
1031
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.6.4
1031
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.6.4
1032
1032
  */
1033
1033
  heatingUsesFuel: BitFlag(5)
1034
1034
  };
1035
1035
 
1036
1036
  /**
1037
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.11
1037
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11
1038
1038
  */
1039
1039
  export const RemoteSensing = {
1040
1040
  /**
@@ -1047,7 +1047,7 @@ export namespace Thermostat {
1047
1047
  *
1048
1048
  * This bit shall be supported if the OutdoorTemperature attribute is supported.
1049
1049
  *
1050
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.11.1
1050
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.11.1
1051
1051
  */
1052
1052
  outdoorTemperature: BitFlag(1),
1053
1053
 
@@ -1068,7 +1068,7 @@ export namespace Thermostat {
1068
1068
  * Systems which support cooling or heating, requiring external intervention to change modes or where the whole
1069
1069
  * building must be in the same mode, SHOULD report CoolingOnly or HeatingOnly based on the current capability.
1070
1070
  *
1071
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.21
1071
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.21
1072
1072
  */
1073
1073
  export enum ControlSequenceOfOperation {
1074
1074
  /**
@@ -1103,7 +1103,7 @@ export namespace Thermostat {
1103
1103
  }
1104
1104
 
1105
1105
  /**
1106
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.27
1106
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.27
1107
1107
  */
1108
1108
  export enum TemperatureSetpointHold {
1109
1109
  /**
@@ -1118,7 +1118,7 @@ export namespace Thermostat {
1118
1118
  }
1119
1119
 
1120
1120
  /**
1121
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.9
1121
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.9
1122
1122
  */
1123
1123
  export const ProgrammingOperationMode = {
1124
1124
  /**
@@ -1138,7 +1138,7 @@ export namespace Thermostat {
1138
1138
  };
1139
1139
 
1140
1140
  /**
1141
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.10
1141
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.10
1142
1142
  */
1143
1143
  export const RelayState = {
1144
1144
  /**
@@ -1178,7 +1178,7 @@ export namespace Thermostat {
1178
1178
  };
1179
1179
 
1180
1180
  /**
1181
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.23
1181
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.23
1182
1182
  */
1183
1183
  export enum SetpointChangeSource {
1184
1184
  /**
@@ -1198,7 +1198,7 @@ export namespace Thermostat {
1198
1198
  }
1199
1199
 
1200
1200
  /**
1201
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.19
1201
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.19
1202
1202
  */
1203
1203
  export enum AcType {
1204
1204
  /**
@@ -1228,7 +1228,7 @@ export namespace Thermostat {
1228
1228
  }
1229
1229
 
1230
1230
  /**
1231
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.18
1231
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.18
1232
1232
  */
1233
1233
  export enum AcRefrigerantType {
1234
1234
  /**
@@ -1253,7 +1253,7 @@ export namespace Thermostat {
1253
1253
  }
1254
1254
 
1255
1255
  /**
1256
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.16
1256
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.16
1257
1257
  */
1258
1258
  export enum AcCompressorType {
1259
1259
  /**
@@ -1278,7 +1278,7 @@ export namespace Thermostat {
1278
1278
  }
1279
1279
 
1280
1280
  /**
1281
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.4
1281
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.4
1282
1282
  */
1283
1283
  export const AcErrorCode = {
1284
1284
  /**
@@ -1308,7 +1308,7 @@ export namespace Thermostat {
1308
1308
  };
1309
1309
 
1310
1310
  /**
1311
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.17
1311
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.17
1312
1312
  */
1313
1313
  export enum AcLouverPosition {
1314
1314
  /**
@@ -1338,7 +1338,7 @@ export namespace Thermostat {
1338
1338
  }
1339
1339
 
1340
1340
  /**
1341
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.15
1341
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.15
1342
1342
  */
1343
1343
  export enum AcCapacityFormat {
1344
1344
  /**
@@ -1348,7 +1348,7 @@ export namespace Thermostat {
1348
1348
  }
1349
1349
 
1350
1350
  /**
1351
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.20
1351
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.20
1352
1352
  */
1353
1353
  export enum SetpointRaiseLowerMode {
1354
1354
  /**
@@ -1370,13 +1370,13 @@ export namespace Thermostat {
1370
1370
  /**
1371
1371
  * Input to the Thermostat setpointRaiseLower command
1372
1372
  *
1373
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.10.1
1373
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1
1374
1374
  */
1375
1375
  export const TlvSetpointRaiseLowerRequest = TlvObject({
1376
1376
  /**
1377
1377
  * The field shall specify which setpoints are to be adjusted.
1378
1378
  *
1379
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.10.1.1
1379
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1.1
1380
1380
  */
1381
1381
  mode: TlvField(0, TlvEnum<SetpointRaiseLowerMode>()),
1382
1382
 
@@ -1384,7 +1384,7 @@ export namespace Thermostat {
1384
1384
  * This field shall indicate the amount (possibly negative) that should be added to the setpoint(s), in steps of
1385
1385
  * 0.1°C.
1386
1386
  *
1387
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.10.1.2
1387
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1.2
1388
1388
  */
1389
1389
  amount: TlvField(1, TlvInt8)
1390
1390
  });
@@ -1392,12 +1392,12 @@ export namespace Thermostat {
1392
1392
  /**
1393
1393
  * Input to the Thermostat setpointRaiseLower command
1394
1394
  *
1395
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.10.1
1395
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1
1396
1396
  */
1397
1397
  export interface SetpointRaiseLowerRequest extends TypeFromSchema<typeof TlvSetpointRaiseLowerRequest> {}
1398
1398
 
1399
1399
  /**
1400
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.8.5
1400
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.8.5
1401
1401
  */
1402
1402
  export const AlarmCode = {
1403
1403
  /**
@@ -1425,7 +1425,7 @@ export namespace Thermostat {
1425
1425
  * Indicates whether the heated/cooled space is occupied or not, as measured locally or remotely (over the
1426
1426
  * network).
1427
1427
  *
1428
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.4
1428
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.4
1429
1429
  */
1430
1430
  occupancy: Attribute(
1431
1431
  0x2,
@@ -1446,12 +1446,12 @@ export namespace Thermostat {
1446
1446
  *
1447
1447
  * ### Refer to Setpoint Limits for constraints
1448
1448
  *
1449
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.5
1449
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.5
1450
1450
  */
1451
1451
  absMinHeatSetpointLimit: OptionalFixedAttribute(0x3, TlvInt16, { default: 700 }),
1452
1452
 
1453
1453
  /**
1454
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9
1454
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9
1455
1455
  */
1456
1456
  absMaxHeatSetpointLimit: OptionalFixedAttribute(0x4, TlvInt16, { default: 3000 }),
1457
1457
 
@@ -1461,7 +1461,7 @@ export namespace Thermostat {
1461
1461
  *
1462
1462
  * This attribute is reported regularly and may be used to control a heating device.
1463
1463
  *
1464
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.10
1464
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.10
1465
1465
  */
1466
1466
  piHeatingDemand: OptionalAttribute(0x8, TlvUInt8.bound({ max: 100 })),
1467
1467
 
@@ -1482,7 +1482,7 @@ export namespace Thermostat {
1482
1482
  * either does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value
1483
1483
  * of the ActivePresetHandle attribute shall be set to null.
1484
1484
  *
1485
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.14
1485
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.14
1486
1486
  */
1487
1487
  occupiedHeatingSetpoint: WritableAttribute(0x12, TlvInt16, { persistent: true, default: 2000 }),
1488
1488
 
@@ -1499,7 +1499,7 @@ export namespace Thermostat {
1499
1499
  * which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
1500
1500
  * response with the status code CONSTRAINT_ERROR shall be returned.
1501
1501
  *
1502
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.17
1502
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.17
1503
1503
  */
1504
1504
  minHeatSetpointLimit: OptionalWritableAttribute(
1505
1505
  0x15,
@@ -1516,7 +1516,7 @@ export namespace Thermostat {
1516
1516
  * which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
1517
1517
  * response with the status code CONSTRAINT_ERROR shall be returned.
1518
1518
  *
1519
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.18
1519
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.18
1520
1520
  */
1521
1521
  maxHeatSetpointLimit: OptionalWritableAttribute(
1522
1522
  0x16,
@@ -1532,7 +1532,7 @@ export namespace Thermostat {
1532
1532
  export const CoolingComponent = MutableCluster.Component({
1533
1533
  attributes: {
1534
1534
  /**
1535
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9
1535
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9
1536
1536
  */
1537
1537
  absMinCoolSetpointLimit: OptionalFixedAttribute(0x5, TlvInt16, { default: 1600 }),
1538
1538
 
@@ -1542,7 +1542,7 @@ export namespace Thermostat {
1542
1542
  *
1543
1543
  * ### Refer to Setpoint Limits for constraints
1544
1544
  *
1545
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.8
1545
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.8
1546
1546
  */
1547
1547
  absMaxCoolSetpointLimit: OptionalFixedAttribute(0x6, TlvInt16, { default: 3200 }),
1548
1548
 
@@ -1552,7 +1552,7 @@ export namespace Thermostat {
1552
1552
  *
1553
1553
  * This attribute is reported regularly and may be used to control a cooling device.
1554
1554
  *
1555
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.9
1555
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.9
1556
1556
  */
1557
1557
  piCoolingDemand: OptionalAttribute(0x7, TlvUInt8.bound({ max: 100 })),
1558
1558
 
@@ -1573,7 +1573,7 @@ export namespace Thermostat {
1573
1573
  * either does not support the OCC feature or the Occupied bit is set on the Occupancy attribute, the value
1574
1574
  * of the ActivePresetHandle attribute shall be set to null.
1575
1575
  *
1576
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.13
1576
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.13
1577
1577
  */
1578
1578
  occupiedCoolingSetpoint: WritableAttribute(0x11, TlvInt16, { persistent: true, default: 2600 }),
1579
1579
 
@@ -1586,7 +1586,7 @@ export namespace Thermostat {
1586
1586
  * which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
1587
1587
  * response with the status code CONSTRAINT_ERROR shall be returned.
1588
1588
  *
1589
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.19
1589
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.19
1590
1590
  */
1591
1591
  minCoolSetpointLimit: OptionalWritableAttribute(
1592
1592
  0x17,
@@ -1603,7 +1603,7 @@ export namespace Thermostat {
1603
1603
  * which is not consistent with the constraints and cannot be resolved by modifying setpoints then a
1604
1604
  * response with the status code CONSTRAINT_ERROR shall be returned.
1605
1605
  *
1606
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.20
1606
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.20
1607
1607
  */
1608
1608
  maxCoolSetpointLimit: OptionalWritableAttribute(
1609
1609
  0x18,
@@ -1635,7 +1635,7 @@ export namespace Thermostat {
1635
1635
  * > Prior to revision 8 of this cluster specification the value of this attribute was constrained to a
1636
1636
  * range of -2.5°C to 2.5°C.
1637
1637
  *
1638
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.12
1638
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.12
1639
1639
  */
1640
1640
  localTemperatureCalibration: OptionalWritableAttribute(
1641
1641
  0x10,
@@ -1667,7 +1667,7 @@ export namespace Thermostat {
1667
1667
  * Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall
1668
1668
  * be set to null.
1669
1669
  *
1670
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.15
1670
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.15
1671
1671
  */
1672
1672
  unoccupiedCoolingSetpoint: WritableAttribute(0x13, TlvInt16, { persistent: true, default: 2600 })
1673
1673
  }
@@ -1695,7 +1695,7 @@ export namespace Thermostat {
1695
1695
  * Occupied bit is not set on the Occupancy attribute, the value of the ActivePresetHandle attribute shall
1696
1696
  * be set to null.
1697
1697
  *
1698
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.16
1698
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.16
1699
1699
  */
1700
1700
  unoccupiedHeatingSetpoint: WritableAttribute(0x14, TlvInt16, { persistent: true, default: 2000 })
1701
1701
  }
@@ -1720,7 +1720,7 @@ export namespace Thermostat {
1720
1720
  * For backwards compatibility, this attribute is optionally writeable. However any writes to this attribute
1721
1721
  * shall be silently ignored.
1722
1722
  *
1723
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.21
1723
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.21
1724
1724
  */
1725
1725
  minSetpointDeadBand: WritableAttribute(
1726
1726
  0x19,
@@ -1733,7 +1733,7 @@ export namespace Thermostat {
1733
1733
  * can only be Off, Cool or Heat. This attribute is intended to provide additional information when the
1734
1734
  * thermostat’s system mode is in auto mode.
1735
1735
  *
1736
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.26
1736
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.26
1737
1737
  */
1738
1738
  thermostatRunningMode: OptionalAttribute(
1739
1739
  0x1e,
@@ -1755,21 +1755,21 @@ export namespace Thermostat {
1755
1755
  * This attribute may be able to be used as the base to determine if the device supports weekly scheduling
1756
1756
  * by reading the attribute. Successful response means that the weekly scheduling is supported.
1757
1757
  *
1758
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.27
1758
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.27
1759
1759
  */
1760
1760
  startOfWeek: FixedAttribute(0x20, TlvEnum<StartOfWeek>()),
1761
1761
 
1762
1762
  /**
1763
1763
  * Indicates how many weekly schedule transitions the thermostat is capable of handling.
1764
1764
  *
1765
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.28
1765
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.28
1766
1766
  */
1767
1767
  numberOfWeeklyTransitions: FixedAttribute(0x21, TlvUInt8, { default: 0 }),
1768
1768
 
1769
1769
  /**
1770
1770
  * Indicates how many daily schedule transitions the thermostat is capable of handling.
1771
1771
  *
1772
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.29
1772
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.29
1773
1773
  */
1774
1774
  numberOfDailyTransitions: FixedAttribute(0x22, TlvUInt8, { default: 0 })
1775
1775
  },
@@ -1784,7 +1784,7 @@ export namespace Thermostat {
1784
1784
  * leave all other days unchanged. If the schedule is larger than what fits in one frame or contains more
1785
1785
  * than 10 transitions, the schedule shall then be sent using multiple SetWeeklySchedule Commands.
1786
1786
  *
1787
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.10.2
1787
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.2
1788
1788
  */
1789
1789
  setWeeklySchedule: Command(
1790
1790
  0x1,
@@ -1795,7 +1795,7 @@ export namespace Thermostat {
1795
1795
  ),
1796
1796
 
1797
1797
  /**
1798
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.10.3
1798
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.3
1799
1799
  */
1800
1800
  getWeeklySchedule: Command(0x2, TlvGetWeeklyScheduleRequest, 0x0, TlvGetWeeklyScheduleResponse),
1801
1801
 
@@ -1805,7 +1805,7 @@ export namespace Thermostat {
1805
1805
  * Upon receipt, all transitions currently stored shall be cleared and a default response of SUCCESS shall
1806
1806
  * be sent in response. There are no error responses to this command.
1807
1807
  *
1808
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.10.5
1808
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.5
1809
1809
  */
1810
1810
  clearWeeklySchedule: Command(0x3, TlvNoArguments, 0x3, TlvNoResponse, { invokeAcl: AccessLevel.Manage })
1811
1811
  }
@@ -1838,7 +1838,7 @@ export namespace Thermostat {
1838
1838
  * Thermostat server shall set its OccupiedSetback value to OccupiedSetbackMin and shall send a Write
1839
1839
  * Attribute Response command with a Status Code field enumeration of SUCCESS response.
1840
1840
  *
1841
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.37
1841
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.37
1842
1842
  */
1843
1843
  occupiedSetback: WritableAttribute(
1844
1844
  0x34,
@@ -1852,7 +1852,7 @@ export namespace Thermostat {
1852
1852
  *
1853
1853
  * The null value indicates the attribute is unused.
1854
1854
  *
1855
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.38
1855
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.38
1856
1856
  */
1857
1857
  occupiedSetbackMin: FixedAttribute(0x35, TlvNullable(TlvUInt8), { default: null }),
1858
1858
 
@@ -1862,7 +1862,7 @@ export namespace Thermostat {
1862
1862
  *
1863
1863
  * The null value indicates the attribute is unused.
1864
1864
  *
1865
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.39
1865
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.39
1866
1866
  */
1867
1867
  occupiedSetbackMax: FixedAttribute(0x36, TlvNullable(TlvUInt8), { default: null })
1868
1868
  }
@@ -1895,7 +1895,7 @@ export namespace Thermostat {
1895
1895
  * the Thermostat server shall set its UnoccupiedSetback value to UnoccupiedSetbackMin and shall send a
1896
1896
  * Write Attribute Response command with a Status Code field enumeration of SUCCESS response.
1897
1897
  *
1898
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.40
1898
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.40
1899
1899
  */
1900
1900
  unoccupiedSetback: WritableAttribute(
1901
1901
  0x37,
@@ -1909,7 +1909,7 @@ export namespace Thermostat {
1909
1909
  *
1910
1910
  * The null value indicates the attribute is unused.
1911
1911
  *
1912
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.41
1912
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.41
1913
1913
  */
1914
1914
  unoccupiedSetbackMin: FixedAttribute(0x38, TlvNullable(TlvUInt8), { default: null }),
1915
1915
 
@@ -1919,7 +1919,7 @@ export namespace Thermostat {
1919
1919
  *
1920
1920
  * The null value indicates the attribute is unused.
1921
1921
  *
1922
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.42
1922
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.42
1923
1923
  */
1924
1924
  unoccupiedSetbackMax: FixedAttribute(0x39, TlvNullable(TlvUInt8), { default: null })
1925
1925
  }
@@ -1934,14 +1934,14 @@ export namespace Thermostat {
1934
1934
  * Indicates the supported PresetScenarioEnum values, limits on how many presets can be created for each
1935
1935
  * PresetScenarioEnum, and whether or not a thermostat can transition automatically to a given scenario.
1936
1936
  *
1937
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.52
1937
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.52
1938
1938
  */
1939
1939
  presetTypes: FixedAttribute(0x48, TlvArray(TlvPresetType), { default: [] }),
1940
1940
 
1941
1941
  /**
1942
1942
  * Indicates the maximum number of entries supported by the Presets attribute.
1943
1943
  *
1944
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.54
1944
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.54
1945
1945
  */
1946
1946
  numberOfPresets: FixedAttribute(0x4a, TlvUInt8, { default: 0 }),
1947
1947
 
@@ -1949,7 +1949,7 @@ export namespace Thermostat {
1949
1949
  * Indicates the PresetHandle of the active preset. If this attribute is null, then there is no active
1950
1950
  * preset.
1951
1951
  *
1952
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.58
1952
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.58
1953
1953
  */
1954
1954
  activePresetHandle: Attribute(
1955
1955
  0x4e,
@@ -2029,7 +2029,7 @@ export namespace Thermostat {
2029
2029
  *
2030
2030
  * 2. Otherwise, the attribute status shall be SUCCESS.
2031
2031
  *
2032
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.60
2032
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.60
2033
2033
  */
2034
2034
  presets: WritableAttribute(
2035
2035
  0x50,
@@ -2040,7 +2040,7 @@ export namespace Thermostat {
2040
2040
 
2041
2041
  commands: {
2042
2042
  /**
2043
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.10.9
2043
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.9
2044
2044
  */
2045
2045
  setActivePresetRequest: Command(0x6, TlvSetActivePresetRequest, 0x6, TlvNoResponse)
2046
2046
  }
@@ -2056,26 +2056,26 @@ export namespace Thermostat {
2056
2056
  * each SystemMode value, and whether or not a given SystemMode value supports transitions to Presets,
2057
2057
  * target setpoints, or both.
2058
2058
  *
2059
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.53
2059
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.53
2060
2060
  */
2061
2061
  scheduleTypes: FixedAttribute(0x49, TlvArray(TlvScheduleType), { default: [] }),
2062
2062
 
2063
2063
  /**
2064
2064
  * Indicates the maximum number of entries supported by the Schedules attribute.
2065
2065
  *
2066
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.55
2066
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.55
2067
2067
  */
2068
2068
  numberOfSchedules: FixedAttribute(0x4b, TlvUInt8, { default: 0 }),
2069
2069
 
2070
2070
  /**
2071
2071
  * Indicates the maximum number of transitions per Schedules attribute entry.
2072
2072
  *
2073
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.56
2073
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.56
2074
2074
  */
2075
2075
  numberOfScheduleTransitions: FixedAttribute(0x4c, TlvUInt8, { default: 0 }),
2076
2076
 
2077
2077
  /**
2078
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9
2078
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9
2079
2079
  */
2080
2080
  numberOfScheduleTransitionPerDay: FixedAttribute(0x4d, TlvNullable(TlvUInt8), { default: null }),
2081
2081
 
@@ -2083,7 +2083,7 @@ export namespace Thermostat {
2083
2083
  * Indicates the ScheduleHandle of the active schedule. A null value in this attribute indicates that there
2084
2084
  * is no active schedule.
2085
2085
  *
2086
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.59
2086
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.59
2087
2087
  */
2088
2088
  activeScheduleHandle: Attribute(
2089
2089
  0x4f,
@@ -2199,7 +2199,7 @@ export namespace Thermostat {
2199
2199
  *
2200
2200
  * 2. Otherwise, the attribute status shall be SUCCESS.
2201
2201
  *
2202
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.61
2202
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.61
2203
2203
  */
2204
2204
  schedules: WritableAttribute(
2205
2205
  0x51,
@@ -2210,7 +2210,7 @@ export namespace Thermostat {
2210
2210
 
2211
2211
  commands: {
2212
2212
  /**
2213
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.10.8
2213
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.8
2214
2214
  */
2215
2215
  setActiveScheduleRequest: Command(0x5, TlvSetActiveScheduleRequest, 0x5, TlvNoResponse)
2216
2216
  }
@@ -2260,7 +2260,7 @@ export namespace Thermostat {
2260
2260
  * externally, for example due to the temperature control being done by a separate subsystem which does not
2261
2261
  * offer a view into the currently measured temperature, but allows setpoints to be provided.
2262
2262
  *
2263
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.4.1
2263
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.4.1
2264
2264
  */
2265
2265
  localTemperatureNotExposed: BitFlag(6),
2266
2266
 
@@ -2289,14 +2289,14 @@ export namespace Thermostat {
2289
2289
  * • Otherwise, if the LTNE feature is supported, there is no feedback externally available for the
2290
2290
  * LocalTemperatureCalibration. In that case, the LocalTemperature attribute shall always report null.
2291
2291
  *
2292
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.2
2292
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.2
2293
2293
  */
2294
2294
  localTemperature: Attribute(0x0, TlvNullable(TlvInt16), { default: null }),
2295
2295
 
2296
2296
  /**
2297
2297
  * Indicates the outdoor temperature, as measured locally or remotely (over the network).
2298
2298
  *
2299
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.3
2299
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.3
2300
2300
  */
2301
2301
  outdoorTemperature: OptionalAttribute(0x1, TlvNullable(TlvInt16), { default: null }),
2302
2302
 
@@ -2306,7 +2306,7 @@ export namespace Thermostat {
2306
2306
  * parameters are set via software, there shall be read/write access in order to provide remote programming
2307
2307
  * capability.
2308
2308
  *
2309
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.11
2309
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.11
2310
2310
  * @deprecated
2311
2311
  */
2312
2312
  hvacSystemTypeConfiguration: OptionalWritableAttribute(
@@ -2325,7 +2325,7 @@ export namespace Thermostat {
2325
2325
  * If the LocalTemperature RemoteSensing bit is written with a value of 1 when the LTNE feature is present,
2326
2326
  * the write shall fail and the server shall report a CONSTRAINT_ERROR.
2327
2327
  *
2328
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.22
2328
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.22
2329
2329
  */
2330
2330
  remoteSensing: OptionalWritableAttribute(
2331
2331
  0x1a,
@@ -2341,7 +2341,7 @@ export namespace Thermostat {
2341
2341
  * value of this attribute shall remain unchanged. This behavior is in place for backwards compatibility
2342
2342
  * with existing thermostats.
2343
2343
  *
2344
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.23
2344
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.23
2345
2345
  */
2346
2346
  controlSequenceOfOperation: WritableAttribute(
2347
2347
  0x1b,
@@ -2353,7 +2353,7 @@ export namespace Thermostat {
2353
2353
  * Indicates the current operating mode of the thermostat. Its value shall be limited by the
2354
2354
  * ControlSequenceOfOperation attribute.
2355
2355
  *
2356
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.24
2356
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.24
2357
2357
  */
2358
2358
  systemMode: WritableAttribute(
2359
2359
  0x1c,
@@ -2379,7 +2379,7 @@ export namespace Thermostat {
2379
2379
  * If this attribute is updated to SetpointHoldOff and the SetpointHoldExpiryTimestamp is supported, the
2380
2380
  * server shall set the SetpointHoldExpiryTimestamp to null.
2381
2381
  *
2382
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.30
2382
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.30
2383
2383
  */
2384
2384
  temperatureSetpointHold: OptionalWritableAttribute(
2385
2385
  0x23,
@@ -2399,7 +2399,7 @@ export namespace Thermostat {
2399
2399
  * If this attribute is set to null and the SetpointHoldExpiryTimestamp is supported, the server shall set
2400
2400
  * the SetpointHoldExpiryTimestamp to null.
2401
2401
  *
2402
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.31
2402
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.31
2403
2403
  */
2404
2404
  temperatureSetpointHoldDuration: OptionalWritableAttribute(
2405
2405
  0x24,
@@ -2425,7 +2425,7 @@ export namespace Thermostat {
2425
2425
  * > Modifying the ScheduleActive bit does not clear or delete previous weekly schedule programming
2426
2426
  * configurations.
2427
2427
  *
2428
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.32
2428
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.32
2429
2429
  */
2430
2430
  thermostatProgrammingOperationMode: OptionalWritableAttribute(
2431
2431
  0x25,
@@ -2437,7 +2437,7 @@ export namespace Thermostat {
2437
2437
  * Indicates the current relay state of the heat, cool, and fan relays. Unimplemented outputs shall be
2438
2438
  * treated as if they were Off.
2439
2439
  *
2440
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.33
2440
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.33
2441
2441
  */
2442
2442
  thermostatRunningState: OptionalAttribute(0x29, TlvBitmap(TlvUInt16, RelayState)),
2443
2443
 
@@ -2450,7 +2450,7 @@ export namespace Thermostat {
2450
2450
  * provider). Because automation services may initiate frequent setpoint changes, this attribute clearly
2451
2451
  * differentiates the source of setpoint changes made at the thermostat.
2452
2452
  *
2453
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.34
2453
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.34
2454
2454
  */
2455
2455
  setpointChangeSource: OptionalAttribute(
2456
2456
  0x30,
@@ -2465,14 +2465,14 @@ export namespace Thermostat {
2465
2465
  *
2466
2466
  * The null value indicates that the previous setpoint was unknown.
2467
2467
  *
2468
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.35
2468
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.35
2469
2469
  */
2470
2470
  setpointChangeAmount: OptionalAttribute(0x31, TlvNullable(TlvInt16), { default: null }),
2471
2471
 
2472
2472
  /**
2473
2473
  * Indicates the time in UTC at which the SetpointChangeAmount attribute change was recorded.
2474
2474
  *
2475
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.36
2475
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.36
2476
2476
  */
2477
2477
  setpointChangeSourceTimestamp: OptionalAttribute(0x32, TlvEpochS, { default: 0 }),
2478
2478
 
@@ -2502,7 +2502,7 @@ export namespace Thermostat {
2502
2502
  * when a setpoint is of a specified amount greater than the measured temperature. This allows the heated
2503
2503
  * space to be quickly heated to the desired level set by the user.
2504
2504
  *
2505
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.43
2505
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.43
2506
2506
  */
2507
2507
  emergencyHeatDelta: OptionalWritableAttribute(
2508
2508
  0x3a,
@@ -2514,7 +2514,7 @@ export namespace Thermostat {
2514
2514
  * Indicates the type of Mini Split ACTypeEnum of Mini Split AC is defined depending on how Cooling and
2515
2515
  * Heating condition is achieved by Mini Split AC.
2516
2516
  *
2517
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.44
2517
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.44
2518
2518
  */
2519
2519
  acType: OptionalWritableAttribute(
2520
2520
  0x40,
@@ -2525,7 +2525,7 @@ export namespace Thermostat {
2525
2525
  /**
2526
2526
  * Indicates capacity of Mini Split AC in terms of the format defined by the ACCapacityFormat attribute
2527
2527
  *
2528
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.45
2528
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.45
2529
2529
  */
2530
2530
  acCapacity: OptionalWritableAttribute(
2531
2531
  0x41,
@@ -2536,7 +2536,7 @@ export namespace Thermostat {
2536
2536
  /**
2537
2537
  * Indicates type of refrigerant used within the Mini Split AC.
2538
2538
  *
2539
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.46
2539
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.46
2540
2540
  */
2541
2541
  acRefrigerantType: OptionalWritableAttribute(
2542
2542
  0x42,
@@ -2547,7 +2547,7 @@ export namespace Thermostat {
2547
2547
  /**
2548
2548
  * Indicates the type of compressor used within the Mini Split AC.
2549
2549
  *
2550
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.47
2550
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.47
2551
2551
  */
2552
2552
  acCompressorType: OptionalWritableAttribute(
2553
2553
  0x43,
@@ -2558,7 +2558,7 @@ export namespace Thermostat {
2558
2558
  /**
2559
2559
  * Indicates the type of errors encountered within the Mini Split AC.
2560
2560
  *
2561
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.48
2561
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.48
2562
2562
  */
2563
2563
  acErrorCode: OptionalWritableAttribute(
2564
2564
  0x44,
@@ -2569,7 +2569,7 @@ export namespace Thermostat {
2569
2569
  /**
2570
2570
  * Indicates the position of Louver on the AC.
2571
2571
  *
2572
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.49
2572
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.49
2573
2573
  */
2574
2574
  acLouverPosition: OptionalWritableAttribute(
2575
2575
  0x45,
@@ -2580,14 +2580,14 @@ export namespace Thermostat {
2580
2580
  /**
2581
2581
  * Indicates the temperature of the AC coil, as measured locally or remotely (over the network).
2582
2582
  *
2583
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.50
2583
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.50
2584
2584
  */
2585
2585
  acCoilTemperature: OptionalAttribute(0x46, TlvNullable(TlvInt16), { default: null }),
2586
2586
 
2587
2587
  /**
2588
2588
  * Indicates the format for the ACCapacity attribute.
2589
2589
  *
2590
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.51
2590
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.51
2591
2591
  */
2592
2592
  acCapacityFormat: OptionalWritableAttribute(
2593
2593
  0x47,
@@ -2604,7 +2604,7 @@ export namespace Thermostat {
2604
2604
  * null, this attribute shall be set to null indicating there is no hold on the Thermostat either with or
2605
2605
  * without a duration.
2606
2606
  *
2607
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.9.62
2607
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.9.62
2608
2608
  */
2609
2609
  setpointHoldExpiryTimestamp: OptionalAttribute(
2610
2610
  0x52,
@@ -2615,7 +2615,7 @@ export namespace Thermostat {
2615
2615
 
2616
2616
  commands: {
2617
2617
  /**
2618
- * @see {@link MatterSpecification.v14.Cluster} § 4.3.10.1
2618
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3.10.1
2619
2619
  */
2620
2620
  setpointRaiseLower: Command(0x0, TlvSetpointRaiseLowerRequest, 0x0, TlvNoResponse)
2621
2621
  },
@@ -2654,7 +2654,7 @@ export namespace Thermostat {
2654
2654
  * Per the Matter specification you cannot use {@link ThermostatCluster} without enabling certain feature
2655
2655
  * combinations. You must use the {@link with} factory method to obtain a working cluster.
2656
2656
  *
2657
- * @see {@link MatterSpecification.v14.Cluster} § 4.3
2657
+ * @see {@link MatterSpecification.v141.Cluster} § 4.3
2658
2658
  */
2659
2659
  export interface Cluster extends Identity<typeof ClusterInstance> {}
2660
2660