@matter/types 0.16.0-alpha.0-20251022-5a69ce65a → 0.16.0-alpha.0-20251027-17770fb28

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 (888) hide show
  1. package/dist/cjs/cluster/mutation/{ElementModifier.d.ts → ClusterTypeModifier.d.ts} +8 -8
  2. package/dist/cjs/cluster/mutation/ClusterTypeModifier.d.ts.map +1 -0
  3. package/dist/cjs/cluster/mutation/{ElementModifier.js → ClusterTypeModifier.js} +6 -6
  4. package/dist/cjs/cluster/mutation/{ElementModifier.js.map → ClusterTypeModifier.js.map} +2 -2
  5. package/dist/cjs/cluster/mutation/MutableCluster.d.ts +7 -7
  6. package/dist/cjs/cluster/mutation/MutableCluster.d.ts.map +1 -1
  7. package/dist/cjs/cluster/mutation/MutableCluster.js +4 -4
  8. package/dist/cjs/cluster/mutation/MutableCluster.js.map +1 -1
  9. package/dist/cjs/cluster/mutation/index.d.ts +1 -1
  10. package/dist/cjs/cluster/mutation/index.d.ts.map +1 -1
  11. package/dist/cjs/cluster/mutation/index.js +1 -1
  12. package/dist/cjs/cluster/mutation/index.js.map +1 -1
  13. package/dist/cjs/clusters/access-control.d.ts +96 -47
  14. package/dist/cjs/clusters/access-control.d.ts.map +1 -1
  15. package/dist/cjs/clusters/access-control.js +16 -8
  16. package/dist/cjs/clusters/access-control.js.map +1 -1
  17. package/dist/cjs/clusters/account-login.d.ts +20 -20
  18. package/dist/cjs/clusters/account-login.js +12 -12
  19. package/dist/cjs/clusters/actions.d.ts +36 -5
  20. package/dist/cjs/clusters/actions.d.ts.map +1 -1
  21. package/dist/cjs/clusters/actions.js +26 -1
  22. package/dist/cjs/clusters/actions.js.map +1 -1
  23. package/dist/cjs/clusters/administrator-commissioning.d.ts +29 -25
  24. package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
  25. package/dist/cjs/clusters/administrator-commissioning.js +7 -6
  26. package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
  27. package/dist/cjs/clusters/air-quality.js +1 -1
  28. package/dist/cjs/clusters/air-quality.js.map +1 -1
  29. package/dist/cjs/clusters/alarm-base.d.ts +4 -4
  30. package/dist/cjs/clusters/alarm-base.js +2 -2
  31. package/dist/cjs/clusters/application-launcher.d.ts +49 -23
  32. package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
  33. package/dist/cjs/clusters/application-launcher.js +7 -3
  34. package/dist/cjs/clusters/application-launcher.js.map +1 -1
  35. package/dist/cjs/clusters/basic-information.d.ts +22 -19
  36. package/dist/cjs/clusters/basic-information.d.ts.map +1 -1
  37. package/dist/cjs/clusters/basic-information.js +21 -18
  38. package/dist/cjs/clusters/basic-information.js.map +1 -1
  39. package/dist/cjs/clusters/boolean-state-configuration.d.ts +15 -15
  40. package/dist/cjs/clusters/boolean-state-configuration.js +3 -3
  41. package/dist/cjs/clusters/bridged-device-basic-information.d.ts +56 -12
  42. package/dist/cjs/clusters/bridged-device-basic-information.d.ts.map +1 -1
  43. package/dist/cjs/clusters/bridged-device-basic-information.js +18 -4
  44. package/dist/cjs/clusters/bridged-device-basic-information.js.map +1 -1
  45. package/dist/cjs/clusters/channel.d.ts +12 -0
  46. package/dist/cjs/clusters/channel.d.ts.map +1 -1
  47. package/dist/cjs/clusters/channel.js +4 -0
  48. package/dist/cjs/clusters/channel.js.map +1 -1
  49. package/dist/cjs/clusters/color-control.d.ts +128 -119
  50. package/dist/cjs/clusters/color-control.d.ts.map +1 -1
  51. package/dist/cjs/clusters/color-control.js +52 -68
  52. package/dist/cjs/clusters/color-control.js.map +1 -1
  53. package/dist/cjs/clusters/commissioner-control.d.ts +8 -4
  54. package/dist/cjs/clusters/commissioner-control.d.ts.map +1 -1
  55. package/dist/cjs/clusters/commissioner-control.js +5 -1
  56. package/dist/cjs/clusters/commissioner-control.js.map +1 -1
  57. package/dist/cjs/clusters/concentration-measurement.d.ts +7 -9
  58. package/dist/cjs/clusters/concentration-measurement.d.ts.map +1 -1
  59. package/dist/cjs/clusters/concentration-measurement.js +11 -12
  60. package/dist/cjs/clusters/concentration-measurement.js.map +1 -1
  61. package/dist/cjs/clusters/content-control.d.ts +44 -30
  62. package/dist/cjs/clusters/content-control.d.ts.map +1 -1
  63. package/dist/cjs/clusters/content-control.js +6 -6
  64. package/dist/cjs/clusters/content-control.js.map +1 -1
  65. package/dist/cjs/clusters/content-launcher.d.ts +32 -32
  66. package/dist/cjs/clusters/content-launcher.js +1 -1
  67. package/dist/cjs/clusters/descriptor.d.ts +43 -10
  68. package/dist/cjs/clusters/descriptor.d.ts.map +1 -1
  69. package/dist/cjs/clusters/descriptor.js +21 -4
  70. package/dist/cjs/clusters/descriptor.js.map +1 -1
  71. package/dist/cjs/clusters/device-energy-management-mode.d.ts +9 -0
  72. package/dist/cjs/clusters/device-energy-management-mode.d.ts.map +1 -1
  73. package/dist/cjs/clusters/device-energy-management-mode.js +3 -0
  74. package/dist/cjs/clusters/device-energy-management-mode.js.map +1 -1
  75. package/dist/cjs/clusters/device-energy-management.d.ts +133 -24
  76. package/dist/cjs/clusters/device-energy-management.d.ts.map +1 -1
  77. package/dist/cjs/clusters/device-energy-management.js +38 -12
  78. package/dist/cjs/clusters/device-energy-management.js.map +1 -1
  79. package/dist/cjs/clusters/dishwasher-alarm.d.ts +3 -3
  80. package/dist/cjs/clusters/dishwasher-alarm.js +1 -1
  81. package/dist/cjs/clusters/dishwasher-mode.d.ts +9 -0
  82. package/dist/cjs/clusters/dishwasher-mode.d.ts.map +1 -1
  83. package/dist/cjs/clusters/dishwasher-mode.js +3 -0
  84. package/dist/cjs/clusters/dishwasher-mode.js.map +1 -1
  85. package/dist/cjs/clusters/door-lock.d.ts +182 -266
  86. package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
  87. package/dist/cjs/clusters/door-lock.js +80 -111
  88. package/dist/cjs/clusters/door-lock.js.map +1 -1
  89. package/dist/cjs/clusters/ecosystem-information.d.ts +93 -49
  90. package/dist/cjs/clusters/ecosystem-information.d.ts.map +1 -1
  91. package/dist/cjs/clusters/ecosystem-information.js +36 -24
  92. package/dist/cjs/clusters/ecosystem-information.js.map +1 -1
  93. package/dist/cjs/clusters/electrical-energy-measurement.d.ts +285 -209
  94. package/dist/cjs/clusters/electrical-energy-measurement.d.ts.map +1 -1
  95. package/dist/cjs/clusters/electrical-energy-measurement.js +33 -13
  96. package/dist/cjs/clusters/electrical-energy-measurement.js.map +2 -2
  97. package/dist/cjs/clusters/electrical-power-measurement.d.ts +201 -126
  98. package/dist/cjs/clusters/electrical-power-measurement.d.ts.map +1 -1
  99. package/dist/cjs/clusters/electrical-power-measurement.js +45 -23
  100. package/dist/cjs/clusters/electrical-power-measurement.js.map +2 -2
  101. package/dist/cjs/clusters/energy-evse-mode.d.ts +9 -0
  102. package/dist/cjs/clusters/energy-evse-mode.d.ts.map +1 -1
  103. package/dist/cjs/clusters/energy-evse-mode.js +3 -0
  104. package/dist/cjs/clusters/energy-evse-mode.js.map +1 -1
  105. package/dist/cjs/clusters/energy-evse.d.ts +61 -45
  106. package/dist/cjs/clusters/energy-evse.d.ts.map +1 -1
  107. package/dist/cjs/clusters/energy-evse.js +28 -33
  108. package/dist/cjs/clusters/energy-evse.js.map +1 -1
  109. package/dist/cjs/clusters/energy-preference.d.ts +5 -9
  110. package/dist/cjs/clusters/energy-preference.d.ts.map +1 -1
  111. package/dist/cjs/clusters/energy-preference.js +1 -3
  112. package/dist/cjs/clusters/energy-preference.js.map +1 -1
  113. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +59 -69
  114. package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
  115. package/dist/cjs/clusters/ethernet-network-diagnostics.js +21 -25
  116. package/dist/cjs/clusters/ethernet-network-diagnostics.js.map +1 -1
  117. package/dist/cjs/clusters/fan-control.d.ts +334 -148
  118. package/dist/cjs/clusters/fan-control.d.ts.map +1 -1
  119. package/dist/cjs/clusters/fan-control.js +107 -56
  120. package/dist/cjs/clusters/fan-control.js.map +1 -1
  121. package/dist/cjs/clusters/flow-measurement.js +1 -1
  122. package/dist/cjs/clusters/flow-measurement.js.map +1 -1
  123. package/dist/cjs/clusters/general-commissioning.d.ts +90 -69
  124. package/dist/cjs/clusters/general-commissioning.d.ts.map +1 -1
  125. package/dist/cjs/clusters/general-commissioning.js +26 -23
  126. package/dist/cjs/clusters/general-commissioning.js.map +1 -1
  127. package/dist/cjs/clusters/general-diagnostics.d.ts +51 -52
  128. package/dist/cjs/clusters/general-diagnostics.d.ts.map +1 -1
  129. package/dist/cjs/clusters/general-diagnostics.js +13 -13
  130. package/dist/cjs/clusters/general-diagnostics.js.map +1 -1
  131. package/dist/cjs/clusters/group-key-management.d.ts +28 -22
  132. package/dist/cjs/clusters/group-key-management.d.ts.map +1 -1
  133. package/dist/cjs/clusters/group-key-management.js +13 -10
  134. package/dist/cjs/clusters/group-key-management.js.map +1 -1
  135. package/dist/cjs/clusters/groups.d.ts +0 -12
  136. package/dist/cjs/clusters/groups.d.ts.map +1 -1
  137. package/dist/cjs/clusters/groups.js +1 -7
  138. package/dist/cjs/clusters/groups.js.map +1 -1
  139. package/dist/cjs/clusters/icd-management.d.ts +809 -145
  140. package/dist/cjs/clusters/icd-management.d.ts.map +1 -1
  141. package/dist/cjs/clusters/icd-management.js +182 -34
  142. package/dist/cjs/clusters/icd-management.js.map +1 -1
  143. package/dist/cjs/clusters/identify.d.ts +12 -1
  144. package/dist/cjs/clusters/identify.d.ts.map +1 -1
  145. package/dist/cjs/clusters/identify.js +13 -2
  146. package/dist/cjs/clusters/identify.js.map +1 -1
  147. package/dist/cjs/clusters/illuminance-measurement.js +1 -1
  148. package/dist/cjs/clusters/illuminance-measurement.js.map +1 -1
  149. package/dist/cjs/clusters/index.d.ts +1 -5
  150. package/dist/cjs/clusters/index.d.ts.map +1 -1
  151. package/dist/cjs/clusters/index.js +3 -15
  152. package/dist/cjs/clusters/index.js.map +1 -1
  153. package/dist/cjs/clusters/joint-fabric-administrator.d.ts +424 -0
  154. package/dist/cjs/clusters/joint-fabric-administrator.d.ts.map +1 -0
  155. package/dist/cjs/clusters/joint-fabric-administrator.js +285 -0
  156. package/dist/cjs/clusters/joint-fabric-administrator.js.map +6 -0
  157. package/dist/cjs/clusters/joint-fabric-datastore.d.ts +1960 -805
  158. package/dist/cjs/clusters/joint-fabric-datastore.d.ts.map +1 -1
  159. package/dist/cjs/clusters/joint-fabric-datastore.js +990 -172
  160. package/dist/cjs/clusters/joint-fabric-datastore.js.map +2 -2
  161. package/dist/cjs/clusters/label.d.ts +9 -6
  162. package/dist/cjs/clusters/label.d.ts.map +1 -1
  163. package/dist/cjs/clusters/label.js +3 -2
  164. package/dist/cjs/clusters/label.js.map +1 -1
  165. package/dist/cjs/clusters/laundry-washer-controls.d.ts +9 -9
  166. package/dist/cjs/clusters/laundry-washer-controls.js +4 -4
  167. package/dist/cjs/clusters/laundry-washer-controls.js.map +1 -1
  168. package/dist/cjs/clusters/laundry-washer-mode.d.ts +2 -2
  169. package/dist/cjs/clusters/level-control.d.ts +11 -15
  170. package/dist/cjs/clusters/level-control.d.ts.map +1 -1
  171. package/dist/cjs/clusters/level-control.js +8 -9
  172. package/dist/cjs/clusters/level-control.js.map +1 -1
  173. package/dist/cjs/clusters/media-playback.d.ts +138 -12
  174. package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
  175. package/dist/cjs/clusters/media-playback.js +41 -4
  176. package/dist/cjs/clusters/media-playback.js.map +1 -1
  177. package/dist/cjs/clusters/messages.d.ts +7 -7
  178. package/dist/cjs/clusters/messages.js +3 -3
  179. package/dist/cjs/clusters/microwave-oven-control.js +4 -4
  180. package/dist/cjs/clusters/microwave-oven-control.js.map +1 -1
  181. package/dist/cjs/clusters/microwave-oven-mode.d.ts +9 -0
  182. package/dist/cjs/clusters/microwave-oven-mode.d.ts.map +1 -1
  183. package/dist/cjs/clusters/microwave-oven-mode.js +3 -0
  184. package/dist/cjs/clusters/microwave-oven-mode.js.map +1 -1
  185. package/dist/cjs/clusters/mode-base.d.ts +31 -2
  186. package/dist/cjs/clusters/mode-base.d.ts.map +1 -1
  187. package/dist/cjs/clusters/mode-base.js +15 -2
  188. package/dist/cjs/clusters/mode-base.js.map +1 -1
  189. package/dist/cjs/clusters/mode-select.d.ts +7 -7
  190. package/dist/cjs/clusters/mode-select.js +2 -2
  191. package/dist/cjs/clusters/network-commissioning.d.ts +259 -201
  192. package/dist/cjs/clusters/network-commissioning.d.ts.map +1 -1
  193. package/dist/cjs/clusters/network-commissioning.js +41 -27
  194. package/dist/cjs/clusters/network-commissioning.js.map +1 -1
  195. package/dist/cjs/clusters/occupancy-sensing.d.ts +14 -20
  196. package/dist/cjs/clusters/occupancy-sensing.d.ts.map +1 -1
  197. package/dist/cjs/clusters/occupancy-sensing.js +4 -6
  198. package/dist/cjs/clusters/occupancy-sensing.js.map +1 -1
  199. package/dist/cjs/clusters/on-off.js +4 -4
  200. package/dist/cjs/clusters/on-off.js.map +1 -1
  201. package/dist/cjs/clusters/operational-credentials.d.ts +367 -77
  202. package/dist/cjs/clusters/operational-credentials.d.ts.map +1 -1
  203. package/dist/cjs/clusters/operational-credentials.js +182 -38
  204. package/dist/cjs/clusters/operational-credentials.js.map +1 -1
  205. package/dist/cjs/clusters/operational-state.d.ts +29 -49
  206. package/dist/cjs/clusters/operational-state.d.ts.map +1 -1
  207. package/dist/cjs/clusters/operational-state.js +7 -10
  208. package/dist/cjs/clusters/operational-state.js.map +1 -1
  209. package/dist/cjs/clusters/ota-software-update-provider.d.ts +54 -22
  210. package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
  211. package/dist/cjs/clusters/ota-software-update-provider.js +27 -11
  212. package/dist/cjs/clusters/ota-software-update-provider.js.map +1 -1
  213. package/dist/cjs/clusters/ota-software-update-requestor.d.ts +12 -10
  214. package/dist/cjs/clusters/ota-software-update-requestor.d.ts.map +1 -1
  215. package/dist/cjs/clusters/ota-software-update-requestor.js +6 -5
  216. package/dist/cjs/clusters/ota-software-update-requestor.js.map +1 -1
  217. package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +5 -5
  218. package/dist/cjs/clusters/oven-cavity-operational-state.js +3 -3
  219. package/dist/cjs/clusters/oven-mode.d.ts +150 -0
  220. package/dist/cjs/clusters/oven-mode.d.ts.map +1 -1
  221. package/dist/cjs/clusters/oven-mode.js +51 -1
  222. package/dist/cjs/clusters/oven-mode.js.map +1 -1
  223. package/dist/cjs/clusters/power-source.d.ts +18 -6
  224. package/dist/cjs/clusters/power-source.d.ts.map +1 -1
  225. package/dist/cjs/clusters/power-source.js +6 -2
  226. package/dist/cjs/clusters/power-source.js.map +1 -1
  227. package/dist/cjs/clusters/pressure-measurement.d.ts +18 -9
  228. package/dist/cjs/clusters/pressure-measurement.d.ts.map +1 -1
  229. package/dist/cjs/clusters/pressure-measurement.js +10 -7
  230. package/dist/cjs/clusters/pressure-measurement.js.map +1 -1
  231. package/dist/cjs/clusters/pump-configuration-and-control.d.ts +46 -37
  232. package/dist/cjs/clusters/pump-configuration-and-control.d.ts.map +1 -1
  233. package/dist/cjs/clusters/pump-configuration-and-control.js +15 -12
  234. package/dist/cjs/clusters/pump-configuration-and-control.js.map +1 -1
  235. package/dist/cjs/clusters/refrigerator-alarm.d.ts +3 -3
  236. package/dist/cjs/clusters/refrigerator-alarm.js +1 -1
  237. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +9 -0
  238. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
  239. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +3 -0
  240. package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
  241. package/dist/cjs/clusters/resource-monitoring.js +1 -1
  242. package/dist/cjs/clusters/resource-monitoring.js.map +1 -1
  243. package/dist/cjs/clusters/rvc-clean-mode.d.ts +16 -3
  244. package/dist/cjs/clusters/rvc-clean-mode.d.ts.map +1 -1
  245. package/dist/cjs/clusters/rvc-clean-mode.js +5 -1
  246. package/dist/cjs/clusters/rvc-clean-mode.js.map +1 -1
  247. package/dist/cjs/clusters/rvc-operational-state.d.ts +78 -49
  248. package/dist/cjs/clusters/rvc-operational-state.d.ts.map +1 -1
  249. package/dist/cjs/clusters/rvc-operational-state.js +19 -11
  250. package/dist/cjs/clusters/rvc-operational-state.js.map +1 -1
  251. package/dist/cjs/clusters/rvc-run-mode.d.ts +9 -0
  252. package/dist/cjs/clusters/rvc-run-mode.d.ts.map +1 -1
  253. package/dist/cjs/clusters/rvc-run-mode.js +3 -0
  254. package/dist/cjs/clusters/rvc-run-mode.js.map +1 -1
  255. package/dist/cjs/clusters/scenes-management.d.ts +14 -45
  256. package/dist/cjs/clusters/scenes-management.d.ts.map +1 -1
  257. package/dist/cjs/clusters/scenes-management.js +7 -22
  258. package/dist/cjs/clusters/scenes-management.js.map +1 -1
  259. package/dist/cjs/clusters/service-area.d.ts +36 -40
  260. package/dist/cjs/clusters/service-area.d.ts.map +1 -1
  261. package/dist/cjs/clusters/service-area.js +10 -12
  262. package/dist/cjs/clusters/service-area.js.map +1 -1
  263. package/dist/cjs/clusters/smoke-co-alarm.d.ts +4 -9
  264. package/dist/cjs/clusters/smoke-co-alarm.d.ts.map +1 -1
  265. package/dist/cjs/clusters/smoke-co-alarm.js.map +1 -1
  266. package/dist/cjs/clusters/software-diagnostics.d.ts +52 -51
  267. package/dist/cjs/clusters/software-diagnostics.d.ts.map +1 -1
  268. package/dist/cjs/clusters/software-diagnostics.js +17 -17
  269. package/dist/cjs/clusters/software-diagnostics.js.map +1 -1
  270. package/dist/cjs/clusters/switch.d.ts +20 -17
  271. package/dist/cjs/clusters/switch.d.ts.map +1 -1
  272. package/dist/cjs/clusters/switch.js +9 -8
  273. package/dist/cjs/clusters/switch.js.map +1 -1
  274. package/dist/cjs/clusters/temperature-control.d.ts +18 -9
  275. package/dist/cjs/clusters/temperature-control.d.ts.map +1 -1
  276. package/dist/cjs/clusters/temperature-control.js +7 -4
  277. package/dist/cjs/clusters/temperature-control.js.map +1 -1
  278. package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts.map +1 -1
  279. package/dist/cjs/clusters/thermostat-user-interface-configuration.js +2 -10
  280. package/dist/cjs/clusters/thermostat-user-interface-configuration.js.map +1 -1
  281. package/dist/cjs/clusters/thermostat.d.ts +406 -420
  282. package/dist/cjs/clusters/thermostat.d.ts.map +1 -1
  283. package/dist/cjs/clusters/thermostat.js +89 -101
  284. package/dist/cjs/clusters/thermostat.js.map +1 -1
  285. package/dist/cjs/clusters/thread-border-router-management.d.ts +9 -9
  286. package/dist/cjs/clusters/thread-border-router-management.js +5 -5
  287. package/dist/cjs/clusters/thread-border-router-management.js.map +1 -1
  288. package/dist/cjs/clusters/thread-network-diagnostics.d.ts +479 -504
  289. package/dist/cjs/clusters/thread-network-diagnostics.d.ts.map +1 -1
  290. package/dist/cjs/clusters/thread-network-diagnostics.js +171 -181
  291. package/dist/cjs/clusters/thread-network-diagnostics.js.map +1 -1
  292. package/dist/cjs/clusters/thread-network-directory.d.ts +3 -3
  293. package/dist/cjs/clusters/thread-network-directory.js +5 -5
  294. package/dist/cjs/clusters/thread-network-directory.js.map +1 -1
  295. package/dist/cjs/clusters/time-synchronization.d.ts +159 -127
  296. package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
  297. package/dist/cjs/clusters/time-synchronization.js +52 -42
  298. package/dist/cjs/clusters/time-synchronization.js.map +1 -1
  299. package/dist/cjs/clusters/unit-localization.d.ts +51 -13
  300. package/dist/cjs/clusters/unit-localization.d.ts.map +1 -1
  301. package/dist/cjs/clusters/unit-localization.js +22 -4
  302. package/dist/cjs/clusters/unit-localization.js.map +1 -1
  303. package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
  304. package/dist/cjs/clusters/valve-configuration-and-control.js +8 -12
  305. package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
  306. package/dist/cjs/clusters/water-heater-management.d.ts +2 -14
  307. package/dist/cjs/clusters/water-heater-management.d.ts.map +1 -1
  308. package/dist/cjs/clusters/water-heater-management.js +5 -9
  309. package/dist/cjs/clusters/water-heater-management.js.map +1 -1
  310. package/dist/cjs/clusters/water-heater-mode.d.ts +9 -0
  311. package/dist/cjs/clusters/water-heater-mode.d.ts.map +1 -1
  312. package/dist/cjs/clusters/water-heater-mode.js +3 -0
  313. package/dist/cjs/clusters/water-heater-mode.js.map +1 -1
  314. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +57 -72
  315. package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
  316. package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -26
  317. package/dist/cjs/clusters/wi-fi-network-diagnostics.js.map +1 -1
  318. package/dist/cjs/clusters/wi-fi-network-management.d.ts +39 -1
  319. package/dist/cjs/clusters/wi-fi-network-management.d.ts.map +1 -1
  320. package/dist/cjs/clusters/wi-fi-network-management.js +22 -3
  321. package/dist/cjs/clusters/wi-fi-network-management.js.map +1 -1
  322. package/dist/cjs/clusters/window-covering.d.ts +105 -3
  323. package/dist/cjs/clusters/window-covering.d.ts.map +1 -1
  324. package/dist/cjs/clusters/window-covering.js +35 -1
  325. package/dist/cjs/clusters/window-covering.js.map +1 -1
  326. package/dist/cjs/globals/Currency.d.ts +27 -0
  327. package/dist/cjs/globals/Currency.d.ts.map +1 -0
  328. package/dist/cjs/globals/{Tod.js → Currency.js} +8 -22
  329. package/dist/cjs/globals/Currency.js.map +6 -0
  330. package/dist/cjs/globals/Locationdesc.d.ts +7 -7
  331. package/dist/cjs/globals/Locationdesc.js +5 -5
  332. package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
  333. package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
  334. package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
  335. package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
  336. package/dist/cjs/globals/MeasurementType.d.ts +14 -2
  337. package/dist/cjs/globals/MeasurementType.d.ts.map +1 -1
  338. package/dist/cjs/globals/MeasurementType.js +3 -0
  339. package/dist/cjs/globals/MeasurementType.js.map +1 -1
  340. package/dist/cjs/globals/Namespace.d.ts +13 -3
  341. package/dist/cjs/globals/Namespace.d.ts.map +1 -1
  342. package/dist/cjs/globals/Namespace.js.map +1 -1
  343. package/dist/cjs/globals/Price.d.ts +30 -0
  344. package/dist/cjs/globals/Price.d.ts.map +1 -0
  345. package/dist/cjs/globals/Price.js +33 -0
  346. package/dist/cjs/globals/Price.js.map +6 -0
  347. package/dist/cjs/globals/Priority.d.ts +1 -1
  348. package/dist/cjs/globals/Semtag.d.ts +9 -9
  349. package/dist/cjs/globals/Semtag.js +7 -7
  350. package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  351. package/dist/cjs/globals/Status.d.ts +24 -5
  352. package/dist/cjs/globals/Status.d.ts.map +1 -1
  353. package/dist/cjs/globals/Status.js +3 -0
  354. package/dist/cjs/globals/Status.js.map +1 -1
  355. package/dist/cjs/globals/ThreeLevelAuto.d.ts +33 -0
  356. package/dist/cjs/globals/ThreeLevelAuto.d.ts.map +1 -0
  357. package/dist/cjs/globals/ThreeLevelAuto.js +36 -0
  358. package/dist/cjs/globals/ThreeLevelAuto.js.map +6 -0
  359. package/dist/cjs/globals/WildcardPathFlags.d.ts +2 -2
  360. package/dist/cjs/globals/WildcardPathFlags.js +1 -1
  361. package/dist/cjs/globals/index.d.ts +3 -1
  362. package/dist/cjs/globals/index.d.ts.map +1 -1
  363. package/dist/cjs/globals/index.js +3 -1
  364. package/dist/cjs/globals/index.js.map +1 -1
  365. package/dist/esm/cluster/mutation/{ElementModifier.d.ts → ClusterTypeModifier.d.ts} +8 -8
  366. package/dist/esm/cluster/mutation/ClusterTypeModifier.d.ts.map +1 -0
  367. package/dist/esm/cluster/mutation/{ElementModifier.js → ClusterTypeModifier.js} +3 -3
  368. package/dist/esm/cluster/mutation/{ElementModifier.js.map → ClusterTypeModifier.js.map} +2 -2
  369. package/dist/esm/cluster/mutation/MutableCluster.d.ts +7 -7
  370. package/dist/esm/cluster/mutation/MutableCluster.d.ts.map +1 -1
  371. package/dist/esm/cluster/mutation/MutableCluster.js +4 -4
  372. package/dist/esm/cluster/mutation/MutableCluster.js.map +1 -1
  373. package/dist/esm/cluster/mutation/index.d.ts +1 -1
  374. package/dist/esm/cluster/mutation/index.d.ts.map +1 -1
  375. package/dist/esm/cluster/mutation/index.js +1 -1
  376. package/dist/esm/clusters/access-control.d.ts +96 -47
  377. package/dist/esm/clusters/access-control.d.ts.map +1 -1
  378. package/dist/esm/clusters/access-control.js +16 -8
  379. package/dist/esm/clusters/access-control.js.map +1 -1
  380. package/dist/esm/clusters/account-login.d.ts +20 -20
  381. package/dist/esm/clusters/account-login.js +12 -12
  382. package/dist/esm/clusters/actions.d.ts +36 -5
  383. package/dist/esm/clusters/actions.d.ts.map +1 -1
  384. package/dist/esm/clusters/actions.js +26 -1
  385. package/dist/esm/clusters/actions.js.map +1 -1
  386. package/dist/esm/clusters/administrator-commissioning.d.ts +29 -25
  387. package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
  388. package/dist/esm/clusters/administrator-commissioning.js +7 -6
  389. package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
  390. package/dist/esm/clusters/air-quality.js +1 -1
  391. package/dist/esm/clusters/air-quality.js.map +1 -1
  392. package/dist/esm/clusters/alarm-base.d.ts +4 -4
  393. package/dist/esm/clusters/alarm-base.js +2 -2
  394. package/dist/esm/clusters/application-launcher.d.ts +49 -23
  395. package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
  396. package/dist/esm/clusters/application-launcher.js +7 -3
  397. package/dist/esm/clusters/application-launcher.js.map +1 -1
  398. package/dist/esm/clusters/basic-information.d.ts +22 -19
  399. package/dist/esm/clusters/basic-information.d.ts.map +1 -1
  400. package/dist/esm/clusters/basic-information.js +22 -18
  401. package/dist/esm/clusters/basic-information.js.map +1 -1
  402. package/dist/esm/clusters/boolean-state-configuration.d.ts +15 -15
  403. package/dist/esm/clusters/boolean-state-configuration.js +3 -3
  404. package/dist/esm/clusters/bridged-device-basic-information.d.ts +56 -12
  405. package/dist/esm/clusters/bridged-device-basic-information.d.ts.map +1 -1
  406. package/dist/esm/clusters/bridged-device-basic-information.js +19 -4
  407. package/dist/esm/clusters/bridged-device-basic-information.js.map +1 -1
  408. package/dist/esm/clusters/channel.d.ts +12 -0
  409. package/dist/esm/clusters/channel.d.ts.map +1 -1
  410. package/dist/esm/clusters/channel.js +4 -0
  411. package/dist/esm/clusters/channel.js.map +1 -1
  412. package/dist/esm/clusters/color-control.d.ts +128 -119
  413. package/dist/esm/clusters/color-control.d.ts.map +1 -1
  414. package/dist/esm/clusters/color-control.js +52 -68
  415. package/dist/esm/clusters/color-control.js.map +1 -1
  416. package/dist/esm/clusters/commissioner-control.d.ts +8 -4
  417. package/dist/esm/clusters/commissioner-control.d.ts.map +1 -1
  418. package/dist/esm/clusters/commissioner-control.js +5 -1
  419. package/dist/esm/clusters/commissioner-control.js.map +1 -1
  420. package/dist/esm/clusters/concentration-measurement.d.ts +7 -9
  421. package/dist/esm/clusters/concentration-measurement.d.ts.map +1 -1
  422. package/dist/esm/clusters/concentration-measurement.js +11 -12
  423. package/dist/esm/clusters/concentration-measurement.js.map +1 -1
  424. package/dist/esm/clusters/content-control.d.ts +44 -30
  425. package/dist/esm/clusters/content-control.d.ts.map +1 -1
  426. package/dist/esm/clusters/content-control.js +6 -6
  427. package/dist/esm/clusters/content-control.js.map +1 -1
  428. package/dist/esm/clusters/content-launcher.d.ts +32 -32
  429. package/dist/esm/clusters/content-launcher.js +1 -1
  430. package/dist/esm/clusters/descriptor.d.ts +43 -10
  431. package/dist/esm/clusters/descriptor.d.ts.map +1 -1
  432. package/dist/esm/clusters/descriptor.js +22 -5
  433. package/dist/esm/clusters/descriptor.js.map +1 -1
  434. package/dist/esm/clusters/device-energy-management-mode.d.ts +9 -0
  435. package/dist/esm/clusters/device-energy-management-mode.d.ts.map +1 -1
  436. package/dist/esm/clusters/device-energy-management-mode.js +3 -0
  437. package/dist/esm/clusters/device-energy-management-mode.js.map +1 -1
  438. package/dist/esm/clusters/device-energy-management.d.ts +133 -24
  439. package/dist/esm/clusters/device-energy-management.d.ts.map +1 -1
  440. package/dist/esm/clusters/device-energy-management.js +38 -12
  441. package/dist/esm/clusters/device-energy-management.js.map +1 -1
  442. package/dist/esm/clusters/dishwasher-alarm.d.ts +3 -3
  443. package/dist/esm/clusters/dishwasher-alarm.js +1 -1
  444. package/dist/esm/clusters/dishwasher-mode.d.ts +9 -0
  445. package/dist/esm/clusters/dishwasher-mode.d.ts.map +1 -1
  446. package/dist/esm/clusters/dishwasher-mode.js +3 -0
  447. package/dist/esm/clusters/dishwasher-mode.js.map +1 -1
  448. package/dist/esm/clusters/door-lock.d.ts +182 -266
  449. package/dist/esm/clusters/door-lock.d.ts.map +1 -1
  450. package/dist/esm/clusters/door-lock.js +81 -112
  451. package/dist/esm/clusters/door-lock.js.map +1 -1
  452. package/dist/esm/clusters/ecosystem-information.d.ts +93 -49
  453. package/dist/esm/clusters/ecosystem-information.d.ts.map +1 -1
  454. package/dist/esm/clusters/ecosystem-information.js +37 -25
  455. package/dist/esm/clusters/ecosystem-information.js.map +1 -1
  456. package/dist/esm/clusters/electrical-energy-measurement.d.ts +285 -209
  457. package/dist/esm/clusters/electrical-energy-measurement.d.ts.map +1 -1
  458. package/dist/esm/clusters/electrical-energy-measurement.js +33 -13
  459. package/dist/esm/clusters/electrical-energy-measurement.js.map +2 -2
  460. package/dist/esm/clusters/electrical-power-measurement.d.ts +201 -126
  461. package/dist/esm/clusters/electrical-power-measurement.d.ts.map +1 -1
  462. package/dist/esm/clusters/electrical-power-measurement.js +45 -23
  463. package/dist/esm/clusters/electrical-power-measurement.js.map +2 -2
  464. package/dist/esm/clusters/energy-evse-mode.d.ts +9 -0
  465. package/dist/esm/clusters/energy-evse-mode.d.ts.map +1 -1
  466. package/dist/esm/clusters/energy-evse-mode.js +3 -0
  467. package/dist/esm/clusters/energy-evse-mode.js.map +1 -1
  468. package/dist/esm/clusters/energy-evse.d.ts +61 -45
  469. package/dist/esm/clusters/energy-evse.d.ts.map +1 -1
  470. package/dist/esm/clusters/energy-evse.js +28 -33
  471. package/dist/esm/clusters/energy-evse.js.map +1 -1
  472. package/dist/esm/clusters/energy-preference.d.ts +5 -9
  473. package/dist/esm/clusters/energy-preference.d.ts.map +1 -1
  474. package/dist/esm/clusters/energy-preference.js +1 -3
  475. package/dist/esm/clusters/energy-preference.js.map +1 -1
  476. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +59 -69
  477. package/dist/esm/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
  478. package/dist/esm/clusters/ethernet-network-diagnostics.js +21 -25
  479. package/dist/esm/clusters/ethernet-network-diagnostics.js.map +1 -1
  480. package/dist/esm/clusters/fan-control.d.ts +334 -148
  481. package/dist/esm/clusters/fan-control.d.ts.map +1 -1
  482. package/dist/esm/clusters/fan-control.js +107 -56
  483. package/dist/esm/clusters/fan-control.js.map +1 -1
  484. package/dist/esm/clusters/flow-measurement.js +1 -1
  485. package/dist/esm/clusters/flow-measurement.js.map +1 -1
  486. package/dist/esm/clusters/general-commissioning.d.ts +90 -69
  487. package/dist/esm/clusters/general-commissioning.d.ts.map +1 -1
  488. package/dist/esm/clusters/general-commissioning.js +26 -23
  489. package/dist/esm/clusters/general-commissioning.js.map +1 -1
  490. package/dist/esm/clusters/general-diagnostics.d.ts +51 -52
  491. package/dist/esm/clusters/general-diagnostics.d.ts.map +1 -1
  492. package/dist/esm/clusters/general-diagnostics.js +13 -13
  493. package/dist/esm/clusters/general-diagnostics.js.map +1 -1
  494. package/dist/esm/clusters/group-key-management.d.ts +28 -22
  495. package/dist/esm/clusters/group-key-management.d.ts.map +1 -1
  496. package/dist/esm/clusters/group-key-management.js +13 -10
  497. package/dist/esm/clusters/group-key-management.js.map +1 -1
  498. package/dist/esm/clusters/groups.d.ts +0 -12
  499. package/dist/esm/clusters/groups.d.ts.map +1 -1
  500. package/dist/esm/clusters/groups.js +1 -7
  501. package/dist/esm/clusters/groups.js.map +1 -1
  502. package/dist/esm/clusters/icd-management.d.ts +809 -145
  503. package/dist/esm/clusters/icd-management.d.ts.map +1 -1
  504. package/dist/esm/clusters/icd-management.js +182 -34
  505. package/dist/esm/clusters/icd-management.js.map +1 -1
  506. package/dist/esm/clusters/identify.d.ts +12 -1
  507. package/dist/esm/clusters/identify.d.ts.map +1 -1
  508. package/dist/esm/clusters/identify.js +13 -2
  509. package/dist/esm/clusters/identify.js.map +1 -1
  510. package/dist/esm/clusters/illuminance-measurement.js +1 -1
  511. package/dist/esm/clusters/illuminance-measurement.js.map +1 -1
  512. package/dist/esm/clusters/index.d.ts +1 -5
  513. package/dist/esm/clusters/index.d.ts.map +1 -1
  514. package/dist/esm/clusters/index.js +3 -15
  515. package/dist/esm/clusters/index.js.map +1 -1
  516. package/dist/esm/clusters/joint-fabric-administrator.d.ts +424 -0
  517. package/dist/esm/clusters/joint-fabric-administrator.d.ts.map +1 -0
  518. package/dist/esm/clusters/joint-fabric-administrator.js +265 -0
  519. package/dist/esm/clusters/joint-fabric-administrator.js.map +6 -0
  520. package/dist/esm/clusters/joint-fabric-datastore.d.ts +1960 -805
  521. package/dist/esm/clusters/joint-fabric-datastore.d.ts.map +1 -1
  522. package/dist/esm/clusters/joint-fabric-datastore.js +993 -175
  523. package/dist/esm/clusters/joint-fabric-datastore.js.map +2 -2
  524. package/dist/esm/clusters/label.d.ts +9 -6
  525. package/dist/esm/clusters/label.d.ts.map +1 -1
  526. package/dist/esm/clusters/label.js +3 -2
  527. package/dist/esm/clusters/label.js.map +1 -1
  528. package/dist/esm/clusters/laundry-washer-controls.d.ts +9 -9
  529. package/dist/esm/clusters/laundry-washer-controls.js +4 -4
  530. package/dist/esm/clusters/laundry-washer-controls.js.map +1 -1
  531. package/dist/esm/clusters/laundry-washer-mode.d.ts +2 -2
  532. package/dist/esm/clusters/level-control.d.ts +11 -15
  533. package/dist/esm/clusters/level-control.d.ts.map +1 -1
  534. package/dist/esm/clusters/level-control.js +8 -9
  535. package/dist/esm/clusters/level-control.js.map +1 -1
  536. package/dist/esm/clusters/media-playback.d.ts +138 -12
  537. package/dist/esm/clusters/media-playback.d.ts.map +1 -1
  538. package/dist/esm/clusters/media-playback.js +41 -4
  539. package/dist/esm/clusters/media-playback.js.map +1 -1
  540. package/dist/esm/clusters/messages.d.ts +7 -7
  541. package/dist/esm/clusters/messages.js +3 -3
  542. package/dist/esm/clusters/microwave-oven-control.js +4 -4
  543. package/dist/esm/clusters/microwave-oven-control.js.map +1 -1
  544. package/dist/esm/clusters/microwave-oven-mode.d.ts +9 -0
  545. package/dist/esm/clusters/microwave-oven-mode.d.ts.map +1 -1
  546. package/dist/esm/clusters/microwave-oven-mode.js +3 -0
  547. package/dist/esm/clusters/microwave-oven-mode.js.map +1 -1
  548. package/dist/esm/clusters/mode-base.d.ts +31 -2
  549. package/dist/esm/clusters/mode-base.d.ts.map +1 -1
  550. package/dist/esm/clusters/mode-base.js +15 -2
  551. package/dist/esm/clusters/mode-base.js.map +1 -1
  552. package/dist/esm/clusters/mode-select.d.ts +7 -7
  553. package/dist/esm/clusters/mode-select.js +2 -2
  554. package/dist/esm/clusters/network-commissioning.d.ts +259 -201
  555. package/dist/esm/clusters/network-commissioning.d.ts.map +1 -1
  556. package/dist/esm/clusters/network-commissioning.js +41 -27
  557. package/dist/esm/clusters/network-commissioning.js.map +1 -1
  558. package/dist/esm/clusters/occupancy-sensing.d.ts +14 -20
  559. package/dist/esm/clusters/occupancy-sensing.d.ts.map +1 -1
  560. package/dist/esm/clusters/occupancy-sensing.js +4 -6
  561. package/dist/esm/clusters/occupancy-sensing.js.map +1 -1
  562. package/dist/esm/clusters/on-off.js +4 -4
  563. package/dist/esm/clusters/on-off.js.map +1 -1
  564. package/dist/esm/clusters/operational-credentials.d.ts +367 -77
  565. package/dist/esm/clusters/operational-credentials.d.ts.map +1 -1
  566. package/dist/esm/clusters/operational-credentials.js +183 -39
  567. package/dist/esm/clusters/operational-credentials.js.map +1 -1
  568. package/dist/esm/clusters/operational-state.d.ts +29 -49
  569. package/dist/esm/clusters/operational-state.d.ts.map +1 -1
  570. package/dist/esm/clusters/operational-state.js +7 -10
  571. package/dist/esm/clusters/operational-state.js.map +1 -1
  572. package/dist/esm/clusters/ota-software-update-provider.d.ts +54 -22
  573. package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
  574. package/dist/esm/clusters/ota-software-update-provider.js +27 -11
  575. package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
  576. package/dist/esm/clusters/ota-software-update-requestor.d.ts +12 -10
  577. package/dist/esm/clusters/ota-software-update-requestor.d.ts.map +1 -1
  578. package/dist/esm/clusters/ota-software-update-requestor.js +6 -5
  579. package/dist/esm/clusters/ota-software-update-requestor.js.map +1 -1
  580. package/dist/esm/clusters/oven-cavity-operational-state.d.ts +5 -5
  581. package/dist/esm/clusters/oven-cavity-operational-state.js +3 -3
  582. package/dist/esm/clusters/oven-mode.d.ts +150 -0
  583. package/dist/esm/clusters/oven-mode.d.ts.map +1 -1
  584. package/dist/esm/clusters/oven-mode.js +51 -1
  585. package/dist/esm/clusters/oven-mode.js.map +1 -1
  586. package/dist/esm/clusters/power-source.d.ts +18 -6
  587. package/dist/esm/clusters/power-source.d.ts.map +1 -1
  588. package/dist/esm/clusters/power-source.js +6 -2
  589. package/dist/esm/clusters/power-source.js.map +1 -1
  590. package/dist/esm/clusters/pressure-measurement.d.ts +18 -9
  591. package/dist/esm/clusters/pressure-measurement.d.ts.map +1 -1
  592. package/dist/esm/clusters/pressure-measurement.js +10 -7
  593. package/dist/esm/clusters/pressure-measurement.js.map +1 -1
  594. package/dist/esm/clusters/pump-configuration-and-control.d.ts +46 -37
  595. package/dist/esm/clusters/pump-configuration-and-control.d.ts.map +1 -1
  596. package/dist/esm/clusters/pump-configuration-and-control.js +15 -12
  597. package/dist/esm/clusters/pump-configuration-and-control.js.map +1 -1
  598. package/dist/esm/clusters/refrigerator-alarm.d.ts +3 -3
  599. package/dist/esm/clusters/refrigerator-alarm.js +1 -1
  600. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +9 -0
  601. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
  602. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +3 -0
  603. package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
  604. package/dist/esm/clusters/resource-monitoring.js +1 -1
  605. package/dist/esm/clusters/resource-monitoring.js.map +1 -1
  606. package/dist/esm/clusters/rvc-clean-mode.d.ts +16 -3
  607. package/dist/esm/clusters/rvc-clean-mode.d.ts.map +1 -1
  608. package/dist/esm/clusters/rvc-clean-mode.js +5 -1
  609. package/dist/esm/clusters/rvc-clean-mode.js.map +1 -1
  610. package/dist/esm/clusters/rvc-operational-state.d.ts +78 -49
  611. package/dist/esm/clusters/rvc-operational-state.d.ts.map +1 -1
  612. package/dist/esm/clusters/rvc-operational-state.js +19 -11
  613. package/dist/esm/clusters/rvc-operational-state.js.map +1 -1
  614. package/dist/esm/clusters/rvc-run-mode.d.ts +9 -0
  615. package/dist/esm/clusters/rvc-run-mode.d.ts.map +1 -1
  616. package/dist/esm/clusters/rvc-run-mode.js +3 -0
  617. package/dist/esm/clusters/rvc-run-mode.js.map +1 -1
  618. package/dist/esm/clusters/scenes-management.d.ts +14 -45
  619. package/dist/esm/clusters/scenes-management.d.ts.map +1 -1
  620. package/dist/esm/clusters/scenes-management.js +8 -30
  621. package/dist/esm/clusters/scenes-management.js.map +1 -1
  622. package/dist/esm/clusters/service-area.d.ts +36 -40
  623. package/dist/esm/clusters/service-area.d.ts.map +1 -1
  624. package/dist/esm/clusters/service-area.js +10 -12
  625. package/dist/esm/clusters/service-area.js.map +1 -1
  626. package/dist/esm/clusters/smoke-co-alarm.d.ts +4 -9
  627. package/dist/esm/clusters/smoke-co-alarm.d.ts.map +1 -1
  628. package/dist/esm/clusters/smoke-co-alarm.js.map +1 -1
  629. package/dist/esm/clusters/software-diagnostics.d.ts +52 -51
  630. package/dist/esm/clusters/software-diagnostics.d.ts.map +1 -1
  631. package/dist/esm/clusters/software-diagnostics.js +17 -17
  632. package/dist/esm/clusters/software-diagnostics.js.map +1 -1
  633. package/dist/esm/clusters/switch.d.ts +20 -17
  634. package/dist/esm/clusters/switch.d.ts.map +1 -1
  635. package/dist/esm/clusters/switch.js +9 -8
  636. package/dist/esm/clusters/switch.js.map +1 -1
  637. package/dist/esm/clusters/temperature-control.d.ts +18 -9
  638. package/dist/esm/clusters/temperature-control.d.ts.map +1 -1
  639. package/dist/esm/clusters/temperature-control.js +7 -4
  640. package/dist/esm/clusters/temperature-control.js.map +1 -1
  641. package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts.map +1 -1
  642. package/dist/esm/clusters/thermostat-user-interface-configuration.js +2 -10
  643. package/dist/esm/clusters/thermostat-user-interface-configuration.js.map +1 -1
  644. package/dist/esm/clusters/thermostat.d.ts +406 -420
  645. package/dist/esm/clusters/thermostat.d.ts.map +1 -1
  646. package/dist/esm/clusters/thermostat.js +89 -101
  647. package/dist/esm/clusters/thermostat.js.map +1 -1
  648. package/dist/esm/clusters/thread-border-router-management.d.ts +9 -9
  649. package/dist/esm/clusters/thread-border-router-management.js +5 -5
  650. package/dist/esm/clusters/thread-border-router-management.js.map +1 -1
  651. package/dist/esm/clusters/thread-network-diagnostics.d.ts +479 -504
  652. package/dist/esm/clusters/thread-network-diagnostics.d.ts.map +1 -1
  653. package/dist/esm/clusters/thread-network-diagnostics.js +171 -181
  654. package/dist/esm/clusters/thread-network-diagnostics.js.map +1 -1
  655. package/dist/esm/clusters/thread-network-directory.d.ts +3 -3
  656. package/dist/esm/clusters/thread-network-directory.js +5 -5
  657. package/dist/esm/clusters/thread-network-directory.js.map +1 -1
  658. package/dist/esm/clusters/time-synchronization.d.ts +159 -127
  659. package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
  660. package/dist/esm/clusters/time-synchronization.js +52 -42
  661. package/dist/esm/clusters/time-synchronization.js.map +1 -1
  662. package/dist/esm/clusters/unit-localization.d.ts +51 -13
  663. package/dist/esm/clusters/unit-localization.d.ts.map +1 -1
  664. package/dist/esm/clusters/unit-localization.js +23 -5
  665. package/dist/esm/clusters/unit-localization.js.map +1 -1
  666. package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
  667. package/dist/esm/clusters/valve-configuration-and-control.js +8 -12
  668. package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
  669. package/dist/esm/clusters/water-heater-management.d.ts +2 -14
  670. package/dist/esm/clusters/water-heater-management.d.ts.map +1 -1
  671. package/dist/esm/clusters/water-heater-management.js +5 -9
  672. package/dist/esm/clusters/water-heater-management.js.map +1 -1
  673. package/dist/esm/clusters/water-heater-mode.d.ts +9 -0
  674. package/dist/esm/clusters/water-heater-mode.d.ts.map +1 -1
  675. package/dist/esm/clusters/water-heater-mode.js +3 -0
  676. package/dist/esm/clusters/water-heater-mode.js.map +1 -1
  677. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +57 -72
  678. package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
  679. package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -26
  680. package/dist/esm/clusters/wi-fi-network-diagnostics.js.map +1 -1
  681. package/dist/esm/clusters/wi-fi-network-management.d.ts +39 -1
  682. package/dist/esm/clusters/wi-fi-network-management.d.ts.map +1 -1
  683. package/dist/esm/clusters/wi-fi-network-management.js +22 -3
  684. package/dist/esm/clusters/wi-fi-network-management.js.map +1 -1
  685. package/dist/esm/clusters/window-covering.d.ts +105 -3
  686. package/dist/esm/clusters/window-covering.d.ts.map +1 -1
  687. package/dist/esm/clusters/window-covering.js +35 -1
  688. package/dist/esm/clusters/window-covering.js.map +1 -1
  689. package/dist/esm/globals/Currency.d.ts +27 -0
  690. package/dist/esm/globals/Currency.d.ts.map +1 -0
  691. package/dist/esm/globals/Currency.js +15 -0
  692. package/dist/esm/globals/Currency.js.map +6 -0
  693. package/dist/esm/globals/Locationdesc.d.ts +7 -7
  694. package/dist/esm/globals/Locationdesc.js +5 -5
  695. package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
  696. package/dist/esm/globals/MeasurementAccuracy.js +3 -3
  697. package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
  698. package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
  699. package/dist/esm/globals/MeasurementType.d.ts +14 -2
  700. package/dist/esm/globals/MeasurementType.d.ts.map +1 -1
  701. package/dist/esm/globals/MeasurementType.js +3 -0
  702. package/dist/esm/globals/MeasurementType.js.map +1 -1
  703. package/dist/esm/globals/Namespace.d.ts +13 -3
  704. package/dist/esm/globals/Namespace.d.ts.map +1 -1
  705. package/dist/esm/globals/Namespace.js.map +1 -1
  706. package/dist/esm/globals/Price.d.ts +30 -0
  707. package/dist/esm/globals/Price.d.ts.map +1 -0
  708. package/dist/esm/globals/Price.js +13 -0
  709. package/dist/esm/globals/Price.js.map +6 -0
  710. package/dist/esm/globals/Priority.d.ts +1 -1
  711. package/dist/esm/globals/Semtag.d.ts +9 -9
  712. package/dist/esm/globals/Semtag.js +7 -7
  713. package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
  714. package/dist/esm/globals/Status.d.ts +24 -5
  715. package/dist/esm/globals/Status.d.ts.map +1 -1
  716. package/dist/esm/globals/Status.js +3 -0
  717. package/dist/esm/globals/Status.js.map +1 -1
  718. package/dist/esm/globals/ThreeLevelAuto.d.ts +33 -0
  719. package/dist/esm/globals/ThreeLevelAuto.d.ts.map +1 -0
  720. package/dist/esm/globals/ThreeLevelAuto.js +16 -0
  721. package/dist/esm/globals/ThreeLevelAuto.js.map +6 -0
  722. package/dist/esm/globals/WildcardPathFlags.d.ts +2 -2
  723. package/dist/esm/globals/WildcardPathFlags.js +1 -1
  724. package/dist/esm/globals/index.d.ts +3 -1
  725. package/dist/esm/globals/index.d.ts.map +1 -1
  726. package/dist/esm/globals/index.js +3 -1
  727. package/dist/esm/globals/index.js.map +1 -1
  728. package/package.json +5 -5
  729. package/src/cluster/mutation/{ElementModifier.ts → ClusterTypeModifier.ts} +9 -9
  730. package/src/cluster/mutation/MutableCluster.ts +14 -14
  731. package/src/cluster/mutation/index.ts +1 -1
  732. package/src/clusters/access-control.ts +26 -21
  733. package/src/clusters/account-login.ts +16 -16
  734. package/src/clusters/actions.ts +36 -5
  735. package/src/clusters/administrator-commissioning.ts +9 -8
  736. package/src/clusters/air-quality.ts +1 -1
  737. package/src/clusters/alarm-base.ts +2 -2
  738. package/src/clusters/application-launcher.ts +7 -3
  739. package/src/clusters/basic-information.ts +23 -18
  740. package/src/clusters/boolean-state-configuration.ts +3 -3
  741. package/src/clusters/bridged-device-basic-information.ts +24 -6
  742. package/src/clusters/channel.ts +4 -0
  743. package/src/clusters/color-control.ts +53 -69
  744. package/src/clusters/commissioner-control.ts +9 -5
  745. package/src/clusters/concentration-measurement.ts +12 -13
  746. package/src/clusters/content-control.ts +8 -6
  747. package/src/clusters/content-launcher.ts +2 -2
  748. package/src/clusters/descriptor.ts +25 -7
  749. package/src/clusters/device-energy-management-mode.ts +3 -0
  750. package/src/clusters/device-energy-management.ts +63 -13
  751. package/src/clusters/dishwasher-alarm.ts +1 -1
  752. package/src/clusters/dishwasher-mode.ts +3 -0
  753. package/src/clusters/door-lock.ts +102 -126
  754. package/src/clusters/ecosystem-information.ts +59 -31
  755. package/src/clusters/electrical-energy-measurement.ts +110 -17
  756. package/src/clusters/electrical-power-measurement.ts +116 -28
  757. package/src/clusters/energy-evse-mode.ts +3 -0
  758. package/src/clusters/energy-evse.ts +33 -38
  759. package/src/clusters/energy-preference.ts +3 -3
  760. package/src/clusters/ethernet-network-diagnostics.ts +21 -25
  761. package/src/clusters/fan-control.ts +109 -71
  762. package/src/clusters/flow-measurement.ts +1 -1
  763. package/src/clusters/general-commissioning.ts +43 -28
  764. package/src/clusters/general-diagnostics.ts +14 -14
  765. package/src/clusters/group-key-management.ts +15 -12
  766. package/src/clusters/groups.ts +1 -8
  767. package/src/clusters/icd-management.ts +213 -55
  768. package/src/clusters/identify.ts +13 -2
  769. package/src/clusters/illuminance-measurement.ts +1 -1
  770. package/src/clusters/index.ts +1 -5
  771. package/src/clusters/joint-fabric-administrator.ts +470 -0
  772. package/src/clusters/joint-fabric-datastore.ts +1433 -223
  773. package/src/clusters/label.ts +3 -2
  774. package/src/clusters/laundry-washer-controls.ts +4 -4
  775. package/src/clusters/laundry-washer-mode.ts +2 -2
  776. package/src/clusters/level-control.ts +9 -10
  777. package/src/clusters/media-playback.ts +45 -4
  778. package/src/clusters/messages.ts +3 -3
  779. package/src/clusters/microwave-oven-control.ts +4 -4
  780. package/src/clusters/microwave-oven-mode.ts +3 -0
  781. package/src/clusters/mode-base.ts +15 -2
  782. package/src/clusters/mode-select.ts +3 -3
  783. package/src/clusters/network-commissioning.ts +57 -31
  784. package/src/clusters/occupancy-sensing.ts +6 -8
  785. package/src/clusters/on-off.ts +4 -4
  786. package/src/clusters/operational-credentials.ts +336 -53
  787. package/src/clusters/operational-state.ts +7 -10
  788. package/src/clusters/ota-software-update-provider.ts +27 -11
  789. package/src/clusters/ota-software-update-requestor.ts +6 -5
  790. package/src/clusters/oven-cavity-operational-state.ts +3 -3
  791. package/src/clusters/oven-mode.ts +53 -1
  792. package/src/clusters/power-source.ts +6 -2
  793. package/src/clusters/pressure-measurement.ts +10 -7
  794. package/src/clusters/pump-configuration-and-control.ts +16 -13
  795. package/src/clusters/refrigerator-alarm.ts +1 -1
  796. package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +3 -0
  797. package/src/clusters/resource-monitoring.ts +1 -1
  798. package/src/clusters/rvc-clean-mode.ts +10 -2
  799. package/src/clusters/rvc-operational-state.ts +70 -15
  800. package/src/clusters/rvc-run-mode.ts +3 -0
  801. package/src/clusters/scenes-management.ts +8 -31
  802. package/src/clusters/service-area.ts +10 -12
  803. package/src/clusters/smoke-co-alarm.ts +4 -9
  804. package/src/clusters/software-diagnostics.ts +17 -17
  805. package/src/clusters/switch.ts +11 -10
  806. package/src/clusters/temperature-control.ts +7 -4
  807. package/src/clusters/thermostat-user-interface-configuration.ts +2 -10
  808. package/src/clusters/thermostat.ts +138 -155
  809. package/src/clusters/thread-border-router-management.ts +6 -6
  810. package/src/clusters/thread-network-diagnostics.ts +171 -181
  811. package/src/clusters/thread-network-directory.ts +5 -5
  812. package/src/clusters/time-synchronization.ts +56 -44
  813. package/src/clusters/unit-localization.ts +24 -5
  814. package/src/clusters/valve-configuration-and-control.ts +8 -12
  815. package/src/clusters/water-heater-management.ts +5 -9
  816. package/src/clusters/water-heater-mode.ts +3 -0
  817. package/src/clusters/wi-fi-network-diagnostics.ts +23 -29
  818. package/src/clusters/wi-fi-network-management.ts +22 -3
  819. package/src/clusters/window-covering.ts +35 -1
  820. package/src/globals/Currency.ts +32 -0
  821. package/src/globals/Locationdesc.ts +7 -7
  822. package/src/globals/MeasurementAccuracy.ts +5 -5
  823. package/src/globals/MeasurementAccuracyRange.ts +10 -10
  824. package/src/globals/MeasurementType.ts +17 -2
  825. package/src/globals/Namespace.ts +13 -3
  826. package/src/globals/Price.ts +30 -0
  827. package/src/globals/Priority.ts +1 -1
  828. package/src/globals/Semtag.ts +9 -9
  829. package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
  830. package/src/globals/Status.ts +27 -5
  831. package/src/globals/ThreeLevelAuto.ts +37 -0
  832. package/src/globals/WildcardPathFlags.ts +2 -2
  833. package/src/globals/index.ts +3 -1
  834. package/dist/cjs/cluster/mutation/ElementModifier.d.ts.map +0 -1
  835. package/dist/cjs/clusters/ballast-configuration.d.ts +0 -243
  836. package/dist/cjs/clusters/ballast-configuration.d.ts.map +0 -1
  837. package/dist/cjs/clusters/ballast-configuration.js +0 -253
  838. package/dist/cjs/clusters/ballast-configuration.js.map +0 -6
  839. package/dist/cjs/clusters/joint-fabric-pki.d.ts +0 -172
  840. package/dist/cjs/clusters/joint-fabric-pki.d.ts.map +0 -1
  841. package/dist/cjs/clusters/joint-fabric-pki.js +0 -120
  842. package/dist/cjs/clusters/joint-fabric-pki.js.map +0 -6
  843. package/dist/cjs/clusters/proxy-configuration.d.ts +0 -79
  844. package/dist/cjs/clusters/proxy-configuration.d.ts.map +0 -1
  845. package/dist/cjs/clusters/proxy-configuration.js +0 -73
  846. package/dist/cjs/clusters/proxy-configuration.js.map +0 -6
  847. package/dist/cjs/clusters/proxy-discovery.d.ts +0 -98
  848. package/dist/cjs/clusters/proxy-discovery.d.ts.map +0 -1
  849. package/dist/cjs/clusters/proxy-discovery.js +0 -79
  850. package/dist/cjs/clusters/proxy-discovery.js.map +0 -6
  851. package/dist/cjs/clusters/valid-proxies.d.ts +0 -84
  852. package/dist/cjs/clusters/valid-proxies.d.ts.map +0 -1
  853. package/dist/cjs/clusters/valid-proxies.js +0 -68
  854. package/dist/cjs/clusters/valid-proxies.js.map +0 -6
  855. package/dist/cjs/globals/Tod.d.ts +0 -41
  856. package/dist/cjs/globals/Tod.d.ts.map +0 -1
  857. package/dist/cjs/globals/Tod.js.map +0 -6
  858. package/dist/esm/cluster/mutation/ElementModifier.d.ts.map +0 -1
  859. package/dist/esm/clusters/ballast-configuration.d.ts +0 -243
  860. package/dist/esm/clusters/ballast-configuration.d.ts.map +0 -1
  861. package/dist/esm/clusters/ballast-configuration.js +0 -233
  862. package/dist/esm/clusters/ballast-configuration.js.map +0 -6
  863. package/dist/esm/clusters/joint-fabric-pki.d.ts +0 -172
  864. package/dist/esm/clusters/joint-fabric-pki.d.ts.map +0 -1
  865. package/dist/esm/clusters/joint-fabric-pki.js +0 -100
  866. package/dist/esm/clusters/joint-fabric-pki.js.map +0 -6
  867. package/dist/esm/clusters/proxy-configuration.d.ts +0 -79
  868. package/dist/esm/clusters/proxy-configuration.d.ts.map +0 -1
  869. package/dist/esm/clusters/proxy-configuration.js +0 -53
  870. package/dist/esm/clusters/proxy-configuration.js.map +0 -6
  871. package/dist/esm/clusters/proxy-discovery.d.ts +0 -98
  872. package/dist/esm/clusters/proxy-discovery.d.ts.map +0 -1
  873. package/dist/esm/clusters/proxy-discovery.js +0 -59
  874. package/dist/esm/clusters/proxy-discovery.js.map +0 -6
  875. package/dist/esm/clusters/valid-proxies.d.ts +0 -84
  876. package/dist/esm/clusters/valid-proxies.d.ts.map +0 -1
  877. package/dist/esm/clusters/valid-proxies.js +0 -48
  878. package/dist/esm/clusters/valid-proxies.js.map +0 -6
  879. package/dist/esm/globals/Tod.d.ts +0 -41
  880. package/dist/esm/globals/Tod.d.ts.map +0 -1
  881. package/dist/esm/globals/Tod.js +0 -29
  882. package/dist/esm/globals/Tod.js.map +0 -6
  883. package/src/clusters/ballast-configuration.ts +0 -268
  884. package/src/clusters/joint-fabric-pki.ts +0 -200
  885. package/src/clusters/proxy-configuration.ts +0 -77
  886. package/src/clusters/proxy-discovery.ts +0 -90
  887. package/src/clusters/valid-proxies.ts +0 -90
  888. package/src/globals/Tod.ts +0 -49
@@ -24,10 +24,9 @@ export declare namespace FanControl {
24
24
  * implementations are capable of determining, from the server, the number of speeds supported between 1, 2, or
25
25
  * 3, and whether automatic speed control is supported.
26
26
  *
27
- * The MultiSpeed feature includes new attributes that support a running fan speed value from 0 to SpeedMax,
28
- * which has a maximum of 100.
27
+ * The MultiSpeed feature includes attributes that support a running fan speed value from 0 to SpeedMax.
29
28
  *
30
- * See Section 4.4.6.6.1 for more details.
29
+ * See Section 4.4.6.6.1, “Speed Rules” for more details.
31
30
  *
32
31
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.4.1
33
32
  */
@@ -86,10 +85,19 @@ export declare namespace FanControl {
86
85
  const Wind: {
87
86
  /**
88
87
  * Indicate sleep wind
88
+ *
89
+ * The fan speed, based on current settings, shall gradually slow down to a final minimum speed. For this
90
+ * process, the sequence, speeds and duration are MS.
91
+ *
92
+ * @see {@link MatterSpecification.v141.Cluster} § 4.4.5.2.1
89
93
  */
90
94
  sleepWind: BitFlag;
91
95
  /**
92
96
  * Indicate natural wind
97
+ *
98
+ * The fan speed shall vary to emulate natural wind. For this setting, the sequence, speeds and duration are MS.
99
+ *
100
+ * @see {@link MatterSpecification.v141.Cluster} § 4.4.5.2.2
93
101
  */
94
102
  naturalWind: BitFlag;
95
103
  };
@@ -126,19 +134,21 @@ export declare namespace FanControl {
126
134
  */
127
135
  const TlvStepRequest: import("../tlv/TlvObject.js").ObjectSchema<{
128
136
  /**
129
- * This field shall indicate whether the fan speed increases or decreases to the next step value.
137
+ * This field shall indicate whether the speed-oriented attributes increase or decrease to the next step value.
130
138
  *
131
139
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.7.1.1
132
140
  */
133
141
  direction: import("../tlv/TlvObject.js").FieldType<StepDirection>;
134
142
  /**
135
- * This field shall indicate if the fan speed wraps between highest and lowest step value.
143
+ * This field shall indicate if the speed-oriented attributes wrap between highest and lowest step value.
136
144
  *
137
145
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.7.1.2
138
146
  */
139
147
  wrap: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
140
148
  /**
141
- * This field shall indicate that the fan being off (speed value 0) is included as a step value.
149
+ * This field shall indicate that the fan being off
150
+ *
151
+ * = 0) is included as a step value.
142
152
  *
143
153
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.7.1.3
144
154
  */
@@ -161,22 +171,10 @@ export declare namespace FanControl {
161
171
  Off = 0,
162
172
  /**
163
173
  * Fan using low speed
164
- *
165
- * If the fan supports 2 or more speeds, the Low value shall be supported.
166
- *
167
- * The Low value shall be supported if and only if the FanModeSequence attribute value is less than 4.
168
- *
169
- * @see {@link MatterSpecification.v141.Cluster} § 4.4.5.5.1
170
174
  */
171
175
  Low = 1,
172
176
  /**
173
177
  * Fan using medium speed
174
- *
175
- * If the fan supports 3 or more speeds, the Medium value shall be supported.
176
- *
177
- * The Medium value shall be supported if and only if the FanModeSequence attribute value is 0 or 2.
178
- *
179
- * @see {@link MatterSpecification.v141.Cluster} § 4.4.5.5.2
180
178
  */
181
179
  Medium = 2,
182
180
  /**
@@ -233,20 +231,22 @@ export declare namespace FanControl {
233
231
  const MultiSpeedComponent: {
234
232
  readonly attributes: {
235
233
  /**
236
- * Indicates that the fan has one speed (value of 1) or the maximum speed, if the fan is capable of multiple
237
- * speeds.
234
+ * Indicates the maximum value to which the SpeedSetting attribute can be set.
238
235
  *
239
236
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.6.5
240
237
  */
241
238
  readonly speedMax: FixedAttribute<number, any>;
242
239
  /**
243
- * Indicates the speed setting for the fan. This attribute may be written by the client to indicate a new
244
- * fan speed. If the client writes null to this attribute, the attribute value shall NOT change. A server
245
- * shall return INVALID_IN_STATE to indicate that the fan is not in a state where the SpeedSetting can be
246
- * changed to the requested value.
240
+ * Indicates the speed setting for the fan. This attribute may be written by a client to indicate a new fan
241
+ * speed. If the FanMode attribute is set to Auto, the value of this attribute shall be set to null.
242
+ *
243
+ * The server shall support all values between 0 and SpeedMax.
244
+ *
245
+ * If a client writes null to this attribute, the attribute value shall NOT change. If the fan is in a state
246
+ * where this attribute cannot be changed to the requested value, the server shall return INVALID_IN_STATE.
247
247
  *
248
- * If this is successfully written to 0, the server shall set the FanMode attribute value to Off. Please see
249
- * the Section 4.4.6.6.1 for details on other values.
248
+ * When this attribute is successfully written to, the server shall set the value of the FanMode and
249
+ * PercentSetting attributes to values that abide by the mapping requirements listed below.
250
250
  *
251
251
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.6.6
252
252
  */
@@ -254,7 +254,17 @@ export declare namespace FanControl {
254
254
  /**
255
255
  * Indicates the actual currently operating fan speed, or zero to indicate that the fan is off. There may be
256
256
  * a temporary mismatch between the value of this attribute and the value of the SpeedSetting attribute due
257
- * to other system requirements that would not allow the fan to operate at the requested setting.
257
+ * to other system requirements or constraints that would not allow the fan to operate at the requested
258
+ * setting.
259
+ *
260
+ * For example, if the value of this attribute is currently 5, and the SpeedSetting attribute is newly set
261
+ * to 2, the value of this attribute may stay above 2 for a period necessary to dissipate internal heat,
262
+ * maintain product operational safety, etc.
263
+ *
264
+ * When the value of the FanMode attribute is AUTO, the value of this attribute may vary across the range
265
+ * over time.
266
+ *
267
+ * See Section 4.4.6.6.1, “Speed Rules” for more details.
258
268
  *
259
269
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.6.7
260
270
  */
@@ -267,7 +277,8 @@ export declare namespace FanControl {
267
277
  const RockingComponent: {
268
278
  readonly attributes: {
269
279
  /**
270
- * This attribute is a bitmap that indicates what rocking motions the server supports.
280
+ * This attribute is a bitmap that indicates the rocking motions that are supported by the server. If this
281
+ * attribute is supported by the server, at least one bit shall be set in this attribute.
271
282
  *
272
283
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.6.8
273
284
  */
@@ -286,11 +297,11 @@ export declare namespace FanControl {
286
297
  rockRound: BitFlag;
287
298
  }>, any>;
288
299
  /**
289
- * This attribute is a bitmap that indicates the current active fan rocking motion settings. Each bit shall
300
+ * This attribute is a bitmap that indicates the currently active fan rocking motion setting. Each bit shall
290
301
  * only be set to 1, if the corresponding bit in the RockSupport attribute is set to 1, otherwise a status
291
302
  * code of CONSTRAINT_ERROR shall be returned.
292
303
  *
293
- * If a combination of supported bits is set by the client, and the server does not support the combination,
304
+ * If a combination of supported bits is set by a client, and the server does not support the combination,
294
305
  * the lowest supported single bit in the combination shall be set and active, and all other bits shall
295
306
  * indicate zero.
296
307
  *
@@ -321,18 +332,27 @@ export declare namespace FanControl {
321
332
  const WindComponent: {
322
333
  readonly attributes: {
323
334
  /**
324
- * This attribute is a bitmap that indicates what wind modes the server supports. At least one wind mode bit
325
- * shall be set.
335
+ * This attribute is a bitmap that indicates what wind modes are supported by the server. If this attribute
336
+ * is supported by the server, at least one bit shall be set in this attribute.
326
337
  *
327
338
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.6.10
328
339
  */
329
340
  readonly windSupport: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
330
341
  /**
331
342
  * Indicate sleep wind
343
+ *
344
+ * The fan speed, based on current settings, shall gradually slow down to a final minimum speed. For this
345
+ * process, the sequence, speeds and duration are MS.
346
+ *
347
+ * @see {@link MatterSpecification.v141.Cluster} § 4.4.5.2.1
332
348
  */
333
349
  sleepWind: BitFlag;
334
350
  /**
335
351
  * Indicate natural wind
352
+ *
353
+ * The fan speed shall vary to emulate natural wind. For this setting, the sequence, speeds and duration are MS.
354
+ *
355
+ * @see {@link MatterSpecification.v141.Cluster} § 4.4.5.2.2
336
356
  */
337
357
  naturalWind: BitFlag;
338
358
  }>, any>;
@@ -341,7 +361,7 @@ export declare namespace FanControl {
341
361
  * only be set to 1, if the corresponding bit in the WindSupport attribute is set to 1, otherwise a status
342
362
  * code of CONSTRAINT_ERROR shall be returned.
343
363
  *
344
- * If a combination of supported bits is set by the client, and the server does not support the combination,
364
+ * If a combination of supported bits is set by a client, and the server does not support the combination,
345
365
  * the lowest supported single bit in the combination shall be set and active, and all other bits shall
346
366
  * indicate zero.
347
367
  *
@@ -353,10 +373,19 @@ export declare namespace FanControl {
353
373
  readonly windSetting: WritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
354
374
  /**
355
375
  * Indicate sleep wind
376
+ *
377
+ * The fan speed, based on current settings, shall gradually slow down to a final minimum speed. For this
378
+ * process, the sequence, speeds and duration are MS.
379
+ *
380
+ * @see {@link MatterSpecification.v141.Cluster} § 4.4.5.2.1
356
381
  */
357
382
  sleepWind: BitFlag;
358
383
  /**
359
384
  * Indicate natural wind
385
+ *
386
+ * The fan speed shall vary to emulate natural wind. For this setting, the sequence, speeds and duration are MS.
387
+ *
388
+ * @see {@link MatterSpecification.v141.Cluster} § 4.4.5.2.2
360
389
  */
361
390
  naturalWind: BitFlag;
362
391
  }>, any>;
@@ -368,8 +397,8 @@ export declare namespace FanControl {
368
397
  const AirflowDirectionComponent: {
369
398
  readonly attributes: {
370
399
  /**
371
- * Indicates the current airflow direction of the fan. This attribute may be written by the client to
372
- * indicate a new airflow direction for the fan. This attribute shall be set to one of the values in the
400
+ * Indicates the current airflow direction of the fan. This attribute may be written by a client to indicate
401
+ * a new airflow direction for the fan. This attribute shall be set to one of the values in the
373
402
  * AirflowDirectionEnum table.
374
403
  *
375
404
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.6.12
@@ -383,10 +412,19 @@ export declare namespace FanControl {
383
412
  const StepComponent: {
384
413
  readonly commands: {
385
414
  /**
386
- * This command speeds up or slows down the fan, in steps, without the client having to know the fan speed.
387
- * This command supports, for example, a user operated wall switch, where the user provides the feedback or
388
- * control to stop sending this command when the proper speed is reached. The step speed values are
389
- * implementation specific. How many step speeds are implemented is implementation specific.
415
+ * This command indirectly changes the speed-oriented attributes of the fan in steps rather than using the
416
+ * speed-oriented attributes, FanMode, PercentSetting, or SpeedSetting, directly. This command supports, for
417
+ * example, a user-operated and wall-mounted toggle switch that can be used to increase or decrease the
418
+ * speed of the fan by pressing the toggle switch up or down until the desired fan speed is reached. How
419
+ * this command is interpreted by the server and how it affects the values of the speed-oriented attributes
420
+ * is implementation specific.
421
+ *
422
+ * For example, a fan supports this command, and the value of the FanModeSequence attribute is 0. The
423
+ * current value of the FanMode attribute is 2, or Medium. This command is received with the Direction field
424
+ * set to Increase. As per it’s specific implementation, the server reacts to the command by setting the
425
+ * value of the FanMode attribute to 3, or High, which in turn sets the PercentSetting and SpeedSetting (if
426
+ * present) attributes to appropriate values, as defined by Section 4.4.6.3.1, “Percent Rules” and Section
427
+ * 4.4.6.6.1, “Speed Rules” respectively.
390
428
  *
391
429
  * This command supports these fields:
392
430
  *
@@ -394,19 +432,21 @@ export declare namespace FanControl {
394
432
  */
395
433
  readonly step: Command<import("../tlv/TlvObject.js").TypeFromFields<{
396
434
  /**
397
- * This field shall indicate whether the fan speed increases or decreases to the next step value.
435
+ * This field shall indicate whether the speed-oriented attributes increase or decrease to the next step value.
398
436
  *
399
437
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.7.1.1
400
438
  */
401
439
  direction: import("../tlv/TlvObject.js").FieldType<StepDirection>;
402
440
  /**
403
- * This field shall indicate if the fan speed wraps between highest and lowest step value.
441
+ * This field shall indicate if the speed-oriented attributes wrap between highest and lowest step value.
404
442
  *
405
443
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.7.1.2
406
444
  */
407
445
  wrap: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
408
446
  /**
409
- * This field shall indicate that the fan being off (speed value 0) is included as a step value.
447
+ * This field shall indicate that the fan being off
448
+ *
449
+ * = 0) is included as a step value.
410
450
  *
411
451
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.7.1.3
412
452
  */
@@ -420,7 +460,7 @@ export declare namespace FanControl {
420
460
  const Base: {
421
461
  readonly id: 514;
422
462
  readonly name: "FanControl";
423
- readonly revision: 4;
463
+ readonly revision: 5;
424
464
  readonly features: {
425
465
  /**
426
466
  * Legacy Fan Control cluster revision 0-1 defined 3 speeds (low, medium and high) plus automatic speed
@@ -428,10 +468,9 @@ export declare namespace FanControl {
428
468
  * legacy client implementations are capable of determining, from the server, the number of speeds supported
429
469
  * between 1, 2, or 3, and whether automatic speed control is supported.
430
470
  *
431
- * The MultiSpeed feature includes new attributes that support a running fan speed value from 0 to SpeedMax,
432
- * which has a maximum of 100.
471
+ * The MultiSpeed feature includes attributes that support a running fan speed value from 0 to SpeedMax.
433
472
  *
434
- * See Section 4.4.6.6.1 for more details.
473
+ * See Section 4.4.6.6.1, “Speed Rules” for more details.
435
474
  *
436
475
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.4.1
437
476
  */
@@ -459,38 +498,52 @@ export declare namespace FanControl {
459
498
  };
460
499
  readonly attributes: {
461
500
  /**
462
- * Indicates the current speed mode of the fan. This attribute may be written by the client to request a
463
- * different fan mode. A server shall return INVALID_IN_STATE to indicate that the fan is not in a state
464
- * where the FanMode can be changed to the requested value. A server may have FanMode values that it can
465
- * never be set to. For example, where this cluster appears on the same or another endpoint as other
466
- * clusters with a system dependency, for example the Thermostat cluster, attempting to set the FanMode
467
- * attribute of this cluster to Off may not be allowed by the system.
501
+ * Indicates the current speed mode of the fan.
502
+ *
503
+ * This attribute shall be set to one of the values in FanModeEnum supported by the server as indicated in
504
+ * the FanModeSequence attribute. The Low value shall be supported if and only if the FanModeSequence
505
+ * attribute value is less than 4. The Medium value shall be supported if and only if the FanModeSequence
506
+ * attribute value is 0 or 2.
507
+ *
508
+ * This attribute may be written by a client to request a different fan mode. The server shall return
509
+ * INVALID_IN_STATE to indicate that the fan is not in a state where this attribute can be changed to the
510
+ * requested value.
468
511
  *
469
- * This attribute shall be set to one of the values in FanModeEnum.
512
+ * The server may have values that this attribute can never be set to or that will be ignored by the server.
513
+ * For example, where this cluster appears on the same or another endpoint as other clusters with a system
514
+ * dependency, for example the Thermostat cluster, attempting to set this attribute to Off may not be
515
+ * allowed by the system.
470
516
  *
471
- * When the FanMode attribute is successfully written to, the PercentSetting and SpeedSetting (if present)
472
- * attributes shall be set to appropriate values, as defined by the Section 4.4.6.3.1 and Section 4.4.6.6.1
473
- * respectively, unless otherwise specified below.
517
+ * If an attempt is made to set this attribute to a value not supported by the server as indicated in the
518
+ * FanModeSequence attribute, the server shall respond with CONSTRAINT_ERROR.
474
519
  *
475
- * When the FanMode attribute is set to any given mode, the PercentCurrent and SpeedCurrent (if present)
476
- * shall indicate the actual currently operating fan speed, unless otherwise specified below.
520
+ * When this attribute is successfully written to, the PercentSetting and SpeedSetting (if present)
521
+ * attributes shall be set to appropriate values, as defined by Section 4.4.6.3.1, “Percent Rules” and
522
+ * Section 4.4.6.6.1, “Speed Rules” respectively, unless otherwise specified below.
523
+ *
524
+ * When this attribute is set to any valid value, the PercentCurrent and SpeedCurrent (if present)
525
+ * attributes shall indicate the actual currently operating fan speed, unless otherwise specified below.
477
526
  *
478
527
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.6.1
479
528
  */
480
529
  readonly fanMode: WritableAttribute<FanMode, any>;
481
530
  /**
482
- * This attribute indicates the fan speed ranges that shall be supported.
531
+ * This attribute indicates the fan speed ranges that shall be supported by the server.
483
532
  *
484
533
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.6.2
485
534
  */
486
535
  readonly fanModeSequence: FixedAttribute<FanModeSequence, any>;
487
536
  /**
488
- * Indicates the speed setting for the fan. This attribute may be written by the client to indicate a new
489
- * fan speed. If the client writes null to this attribute, the attribute value shall NOT change. A server
490
- * shall return INVALID_IN_STATE to indicate that the fan is not in a state where the PercentSetting can be
491
- * changed to the requested value.
537
+ * Indicates the speed setting for the fan with a value of 0 indicating that the fan is off and a value of
538
+ * 100 indicating that the fan is set to run at its maximum speed. If the FanMode attribute is set to Auto,
539
+ * the value of this attribute shall be set to null.
540
+ *
541
+ * This attribute may be written to by a client to indicate a new fan speed. If a client writes null to this
542
+ * attribute, the attribute value shall NOT change. If the fan is in a state where this attribute cannot be
543
+ * changed to the requested value, the server shall return INVALID_IN_STATE.
492
544
  *
493
- * If this is successfully written to 0, the server shall set the FanMode attribute value to Off.
545
+ * When this attribute is successfully written, the server shall set the value of the FanMode and
546
+ * SpeedSetting (if present) attributes to values that abide by the mapping requirements listed below.
494
547
  *
495
548
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.6.3
496
549
  */
@@ -498,8 +551,17 @@ export declare namespace FanControl {
498
551
  /**
499
552
  * Indicates the actual currently operating fan speed, or zero to indicate that the fan is off. There may be
500
553
  * a temporary mismatch between the value of this attribute and the value of the PercentSetting attribute
501
- * due to other system requirements that would not allow the fan to operate at the requested setting. See
502
- * Section 4.4.6.3.1 for more details.
554
+ * due to other system requirements or constraints that would not allow the fan to operate at the requested
555
+ * setting.
556
+ *
557
+ * For example, if the value of this attribute is currently 50%, and the PercentSetting attribute is newly
558
+ * set to 25%, the value of this attribute may stay above 25% for a period necessary to dissipate internal
559
+ * heat, maintain product operational safety, etc.
560
+ *
561
+ * When the value of the FanMode attribute is AUTO, the value of this attribute may vary across the range
562
+ * over time.
563
+ *
564
+ * See Section 4.4.6.3.1, “Percent Rules” for more details.
503
565
  *
504
566
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.6.4
505
567
  */
@@ -516,20 +578,22 @@ export declare namespace FanControl {
516
578
  readonly component: {
517
579
  readonly attributes: {
518
580
  /**
519
- * Indicates that the fan has one speed (value of 1) or the maximum speed, if the fan is capable of multiple
520
- * speeds.
581
+ * Indicates the maximum value to which the SpeedSetting attribute can be set.
521
582
  *
522
583
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.6.5
523
584
  */
524
585
  readonly speedMax: FixedAttribute<number, any>;
525
586
  /**
526
- * Indicates the speed setting for the fan. This attribute may be written by the client to indicate a new
527
- * fan speed. If the client writes null to this attribute, the attribute value shall NOT change. A server
528
- * shall return INVALID_IN_STATE to indicate that the fan is not in a state where the SpeedSetting can be
529
- * changed to the requested value.
587
+ * Indicates the speed setting for the fan. This attribute may be written by a client to indicate a new fan
588
+ * speed. If the FanMode attribute is set to Auto, the value of this attribute shall be set to null.
589
+ *
590
+ * The server shall support all values between 0 and SpeedMax.
591
+ *
592
+ * If a client writes null to this attribute, the attribute value shall NOT change. If the fan is in a state
593
+ * where this attribute cannot be changed to the requested value, the server shall return INVALID_IN_STATE.
530
594
  *
531
- * If this is successfully written to 0, the server shall set the FanMode attribute value to Off. Please see
532
- * the Section 4.4.6.6.1 for details on other values.
595
+ * When this attribute is successfully written to, the server shall set the value of the FanMode and
596
+ * PercentSetting attributes to values that abide by the mapping requirements listed below.
533
597
  *
534
598
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.6.6
535
599
  */
@@ -537,7 +601,17 @@ export declare namespace FanControl {
537
601
  /**
538
602
  * Indicates the actual currently operating fan speed, or zero to indicate that the fan is off. There may be
539
603
  * a temporary mismatch between the value of this attribute and the value of the SpeedSetting attribute due
540
- * to other system requirements that would not allow the fan to operate at the requested setting.
604
+ * to other system requirements or constraints that would not allow the fan to operate at the requested
605
+ * setting.
606
+ *
607
+ * For example, if the value of this attribute is currently 5, and the SpeedSetting attribute is newly set
608
+ * to 2, the value of this attribute may stay above 2 for a period necessary to dissipate internal heat,
609
+ * maintain product operational safety, etc.
610
+ *
611
+ * When the value of the FanMode attribute is AUTO, the value of this attribute may vary across the range
612
+ * over time.
613
+ *
614
+ * See Section 4.4.6.6.1, “Speed Rules” for more details.
541
615
  *
542
616
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.6.7
543
617
  */
@@ -551,7 +625,8 @@ export declare namespace FanControl {
551
625
  readonly component: {
552
626
  readonly attributes: {
553
627
  /**
554
- * This attribute is a bitmap that indicates what rocking motions the server supports.
628
+ * This attribute is a bitmap that indicates the rocking motions that are supported by the server. If this
629
+ * attribute is supported by the server, at least one bit shall be set in this attribute.
555
630
  *
556
631
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.6.8
557
632
  */
@@ -570,11 +645,11 @@ export declare namespace FanControl {
570
645
  rockRound: BitFlag;
571
646
  }>, any>;
572
647
  /**
573
- * This attribute is a bitmap that indicates the current active fan rocking motion settings. Each bit shall
648
+ * This attribute is a bitmap that indicates the currently active fan rocking motion setting. Each bit shall
574
649
  * only be set to 1, if the corresponding bit in the RockSupport attribute is set to 1, otherwise a status
575
650
  * code of CONSTRAINT_ERROR shall be returned.
576
651
  *
577
- * If a combination of supported bits is set by the client, and the server does not support the combination,
652
+ * If a combination of supported bits is set by a client, and the server does not support the combination,
578
653
  * the lowest supported single bit in the combination shall be set and active, and all other bits shall
579
654
  * indicate zero.
580
655
  *
@@ -606,18 +681,27 @@ export declare namespace FanControl {
606
681
  readonly component: {
607
682
  readonly attributes: {
608
683
  /**
609
- * This attribute is a bitmap that indicates what wind modes the server supports. At least one wind mode bit
610
- * shall be set.
684
+ * This attribute is a bitmap that indicates what wind modes are supported by the server. If this attribute
685
+ * is supported by the server, at least one bit shall be set in this attribute.
611
686
  *
612
687
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.6.10
613
688
  */
614
689
  readonly windSupport: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
615
690
  /**
616
691
  * Indicate sleep wind
692
+ *
693
+ * The fan speed, based on current settings, shall gradually slow down to a final minimum speed. For this
694
+ * process, the sequence, speeds and duration are MS.
695
+ *
696
+ * @see {@link MatterSpecification.v141.Cluster} § 4.4.5.2.1
617
697
  */
618
698
  sleepWind: BitFlag;
619
699
  /**
620
700
  * Indicate natural wind
701
+ *
702
+ * The fan speed shall vary to emulate natural wind. For this setting, the sequence, speeds and duration are MS.
703
+ *
704
+ * @see {@link MatterSpecification.v141.Cluster} § 4.4.5.2.2
621
705
  */
622
706
  naturalWind: BitFlag;
623
707
  }>, any>;
@@ -626,7 +710,7 @@ export declare namespace FanControl {
626
710
  * only be set to 1, if the corresponding bit in the WindSupport attribute is set to 1, otherwise a status
627
711
  * code of CONSTRAINT_ERROR shall be returned.
628
712
  *
629
- * If a combination of supported bits is set by the client, and the server does not support the combination,
713
+ * If a combination of supported bits is set by a client, and the server does not support the combination,
630
714
  * the lowest supported single bit in the combination shall be set and active, and all other bits shall
631
715
  * indicate zero.
632
716
  *
@@ -638,10 +722,19 @@ export declare namespace FanControl {
638
722
  readonly windSetting: WritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
639
723
  /**
640
724
  * Indicate sleep wind
725
+ *
726
+ * The fan speed, based on current settings, shall gradually slow down to a final minimum speed. For this
727
+ * process, the sequence, speeds and duration are MS.
728
+ *
729
+ * @see {@link MatterSpecification.v141.Cluster} § 4.4.5.2.1
641
730
  */
642
731
  sleepWind: BitFlag;
643
732
  /**
644
733
  * Indicate natural wind
734
+ *
735
+ * The fan speed shall vary to emulate natural wind. For this setting, the sequence, speeds and duration are MS.
736
+ *
737
+ * @see {@link MatterSpecification.v141.Cluster} § 4.4.5.2.2
645
738
  */
646
739
  naturalWind: BitFlag;
647
740
  }>, any>;
@@ -654,8 +747,8 @@ export declare namespace FanControl {
654
747
  readonly component: {
655
748
  readonly attributes: {
656
749
  /**
657
- * Indicates the current airflow direction of the fan. This attribute may be written by the client to
658
- * indicate a new airflow direction for the fan. This attribute shall be set to one of the values in the
750
+ * Indicates the current airflow direction of the fan. This attribute may be written by a client to indicate
751
+ * a new airflow direction for the fan. This attribute shall be set to one of the values in the
659
752
  * AirflowDirectionEnum table.
660
753
  *
661
754
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.6.12
@@ -670,10 +763,19 @@ export declare namespace FanControl {
670
763
  readonly component: {
671
764
  readonly commands: {
672
765
  /**
673
- * This command speeds up or slows down the fan, in steps, without the client having to know the fan speed.
674
- * This command supports, for example, a user operated wall switch, where the user provides the feedback or
675
- * control to stop sending this command when the proper speed is reached. The step speed values are
676
- * implementation specific. How many step speeds are implemented is implementation specific.
766
+ * This command indirectly changes the speed-oriented attributes of the fan in steps rather than using the
767
+ * speed-oriented attributes, FanMode, PercentSetting, or SpeedSetting, directly. This command supports, for
768
+ * example, a user-operated and wall-mounted toggle switch that can be used to increase or decrease the
769
+ * speed of the fan by pressing the toggle switch up or down until the desired fan speed is reached. How
770
+ * this command is interpreted by the server and how it affects the values of the speed-oriented attributes
771
+ * is implementation specific.
772
+ *
773
+ * For example, a fan supports this command, and the value of the FanModeSequence attribute is 0. The
774
+ * current value of the FanMode attribute is 2, or Medium. This command is received with the Direction field
775
+ * set to Increase. As per it’s specific implementation, the server reacts to the command by setting the
776
+ * value of the FanMode attribute to 3, or High, which in turn sets the PercentSetting and SpeedSetting (if
777
+ * present) attributes to appropriate values, as defined by Section 4.4.6.3.1, “Percent Rules” and Section
778
+ * 4.4.6.6.1, “Speed Rules” respectively.
677
779
  *
678
780
  * This command supports these fields:
679
781
  *
@@ -681,19 +783,21 @@ export declare namespace FanControl {
681
783
  */
682
784
  readonly step: Command<import("../tlv/TlvObject.js").TypeFromFields<{
683
785
  /**
684
- * This field shall indicate whether the fan speed increases or decreases to the next step value.
786
+ * This field shall indicate whether the speed-oriented attributes increase or decrease to the next step value.
685
787
  *
686
788
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.7.1.1
687
789
  */
688
790
  direction: import("../tlv/TlvObject.js").FieldType<StepDirection>;
689
791
  /**
690
- * This field shall indicate if the fan speed wraps between highest and lowest step value.
792
+ * This field shall indicate if the speed-oriented attributes wrap between highest and lowest step value.
691
793
  *
692
794
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.7.1.2
693
795
  */
694
796
  wrap: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
695
797
  /**
696
- * This field shall indicate that the fan being off (speed value 0) is included as a step value.
798
+ * This field shall indicate that the fan being off
799
+ *
800
+ * = 0) is included as a step value.
697
801
  *
698
802
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.7.1.3
699
803
  */
@@ -709,7 +813,7 @@ export declare namespace FanControl {
709
813
  const ClusterInstance: MutableCluster<{
710
814
  readonly id: 514;
711
815
  readonly name: "FanControl";
712
- readonly revision: 4;
816
+ readonly revision: 5;
713
817
  readonly features: {
714
818
  /**
715
819
  * Legacy Fan Control cluster revision 0-1 defined 3 speeds (low, medium and high) plus automatic speed
@@ -717,10 +821,9 @@ export declare namespace FanControl {
717
821
  * legacy client implementations are capable of determining, from the server, the number of speeds supported
718
822
  * between 1, 2, or 3, and whether automatic speed control is supported.
719
823
  *
720
- * The MultiSpeed feature includes new attributes that support a running fan speed value from 0 to SpeedMax,
721
- * which has a maximum of 100.
824
+ * The MultiSpeed feature includes attributes that support a running fan speed value from 0 to SpeedMax.
722
825
  *
723
- * See Section 4.4.6.6.1 for more details.
826
+ * See Section 4.4.6.6.1, “Speed Rules” for more details.
724
827
  *
725
828
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.4.1
726
829
  */
@@ -748,38 +851,52 @@ export declare namespace FanControl {
748
851
  };
749
852
  readonly attributes: {
750
853
  /**
751
- * Indicates the current speed mode of the fan. This attribute may be written by the client to request a
752
- * different fan mode. A server shall return INVALID_IN_STATE to indicate that the fan is not in a state
753
- * where the FanMode can be changed to the requested value. A server may have FanMode values that it can
754
- * never be set to. For example, where this cluster appears on the same or another endpoint as other
755
- * clusters with a system dependency, for example the Thermostat cluster, attempting to set the FanMode
756
- * attribute of this cluster to Off may not be allowed by the system.
854
+ * Indicates the current speed mode of the fan.
855
+ *
856
+ * This attribute shall be set to one of the values in FanModeEnum supported by the server as indicated in
857
+ * the FanModeSequence attribute. The Low value shall be supported if and only if the FanModeSequence
858
+ * attribute value is less than 4. The Medium value shall be supported if and only if the FanModeSequence
859
+ * attribute value is 0 or 2.
860
+ *
861
+ * This attribute may be written by a client to request a different fan mode. The server shall return
862
+ * INVALID_IN_STATE to indicate that the fan is not in a state where this attribute can be changed to the
863
+ * requested value.
757
864
  *
758
- * This attribute shall be set to one of the values in FanModeEnum.
865
+ * The server may have values that this attribute can never be set to or that will be ignored by the server.
866
+ * For example, where this cluster appears on the same or another endpoint as other clusters with a system
867
+ * dependency, for example the Thermostat cluster, attempting to set this attribute to Off may not be
868
+ * allowed by the system.
759
869
  *
760
- * When the FanMode attribute is successfully written to, the PercentSetting and SpeedSetting (if present)
761
- * attributes shall be set to appropriate values, as defined by the Section 4.4.6.3.1 and Section 4.4.6.6.1
762
- * respectively, unless otherwise specified below.
870
+ * If an attempt is made to set this attribute to a value not supported by the server as indicated in the
871
+ * FanModeSequence attribute, the server shall respond with CONSTRAINT_ERROR.
763
872
  *
764
- * When the FanMode attribute is set to any given mode, the PercentCurrent and SpeedCurrent (if present)
765
- * shall indicate the actual currently operating fan speed, unless otherwise specified below.
873
+ * When this attribute is successfully written to, the PercentSetting and SpeedSetting (if present)
874
+ * attributes shall be set to appropriate values, as defined by Section 4.4.6.3.1, “Percent Rules” and
875
+ * Section 4.4.6.6.1, “Speed Rules” respectively, unless otherwise specified below.
876
+ *
877
+ * When this attribute is set to any valid value, the PercentCurrent and SpeedCurrent (if present)
878
+ * attributes shall indicate the actual currently operating fan speed, unless otherwise specified below.
766
879
  *
767
880
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.6.1
768
881
  */
769
882
  readonly fanMode: WritableAttribute<FanMode, any>;
770
883
  /**
771
- * This attribute indicates the fan speed ranges that shall be supported.
884
+ * This attribute indicates the fan speed ranges that shall be supported by the server.
772
885
  *
773
886
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.6.2
774
887
  */
775
888
  readonly fanModeSequence: FixedAttribute<FanModeSequence, any>;
776
889
  /**
777
- * Indicates the speed setting for the fan. This attribute may be written by the client to indicate a new
778
- * fan speed. If the client writes null to this attribute, the attribute value shall NOT change. A server
779
- * shall return INVALID_IN_STATE to indicate that the fan is not in a state where the PercentSetting can be
780
- * changed to the requested value.
890
+ * Indicates the speed setting for the fan with a value of 0 indicating that the fan is off and a value of
891
+ * 100 indicating that the fan is set to run at its maximum speed. If the FanMode attribute is set to Auto,
892
+ * the value of this attribute shall be set to null.
893
+ *
894
+ * This attribute may be written to by a client to indicate a new fan speed. If a client writes null to this
895
+ * attribute, the attribute value shall NOT change. If the fan is in a state where this attribute cannot be
896
+ * changed to the requested value, the server shall return INVALID_IN_STATE.
781
897
  *
782
- * If this is successfully written to 0, the server shall set the FanMode attribute value to Off.
898
+ * When this attribute is successfully written, the server shall set the value of the FanMode and
899
+ * SpeedSetting (if present) attributes to values that abide by the mapping requirements listed below.
783
900
  *
784
901
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.6.3
785
902
  */
@@ -787,8 +904,17 @@ export declare namespace FanControl {
787
904
  /**
788
905
  * Indicates the actual currently operating fan speed, or zero to indicate that the fan is off. There may be
789
906
  * a temporary mismatch between the value of this attribute and the value of the PercentSetting attribute
790
- * due to other system requirements that would not allow the fan to operate at the requested setting. See
791
- * Section 4.4.6.3.1 for more details.
907
+ * due to other system requirements or constraints that would not allow the fan to operate at the requested
908
+ * setting.
909
+ *
910
+ * For example, if the value of this attribute is currently 50%, and the PercentSetting attribute is newly
911
+ * set to 25%, the value of this attribute may stay above 25% for a period necessary to dissipate internal
912
+ * heat, maintain product operational safety, etc.
913
+ *
914
+ * When the value of the FanMode attribute is AUTO, the value of this attribute may vary across the range
915
+ * over time.
916
+ *
917
+ * See Section 4.4.6.3.1, “Percent Rules” for more details.
792
918
  *
793
919
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.6.4
794
920
  */
@@ -805,20 +931,22 @@ export declare namespace FanControl {
805
931
  readonly component: {
806
932
  readonly attributes: {
807
933
  /**
808
- * Indicates that the fan has one speed (value of 1) or the maximum speed, if the fan is capable of multiple
809
- * speeds.
934
+ * Indicates the maximum value to which the SpeedSetting attribute can be set.
810
935
  *
811
936
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.6.5
812
937
  */
813
938
  readonly speedMax: FixedAttribute<number, any>;
814
939
  /**
815
- * Indicates the speed setting for the fan. This attribute may be written by the client to indicate a new
816
- * fan speed. If the client writes null to this attribute, the attribute value shall NOT change. A server
817
- * shall return INVALID_IN_STATE to indicate that the fan is not in a state where the SpeedSetting can be
818
- * changed to the requested value.
940
+ * Indicates the speed setting for the fan. This attribute may be written by a client to indicate a new fan
941
+ * speed. If the FanMode attribute is set to Auto, the value of this attribute shall be set to null.
819
942
  *
820
- * If this is successfully written to 0, the server shall set the FanMode attribute value to Off. Please see
821
- * the Section 4.4.6.6.1 for details on other values.
943
+ * The server shall support all values between 0 and SpeedMax.
944
+ *
945
+ * If a client writes null to this attribute, the attribute value shall NOT change. If the fan is in a state
946
+ * where this attribute cannot be changed to the requested value, the server shall return INVALID_IN_STATE.
947
+ *
948
+ * When this attribute is successfully written to, the server shall set the value of the FanMode and
949
+ * PercentSetting attributes to values that abide by the mapping requirements listed below.
822
950
  *
823
951
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.6.6
824
952
  */
@@ -826,7 +954,17 @@ export declare namespace FanControl {
826
954
  /**
827
955
  * Indicates the actual currently operating fan speed, or zero to indicate that the fan is off. There may be
828
956
  * a temporary mismatch between the value of this attribute and the value of the SpeedSetting attribute due
829
- * to other system requirements that would not allow the fan to operate at the requested setting.
957
+ * to other system requirements or constraints that would not allow the fan to operate at the requested
958
+ * setting.
959
+ *
960
+ * For example, if the value of this attribute is currently 5, and the SpeedSetting attribute is newly set
961
+ * to 2, the value of this attribute may stay above 2 for a period necessary to dissipate internal heat,
962
+ * maintain product operational safety, etc.
963
+ *
964
+ * When the value of the FanMode attribute is AUTO, the value of this attribute may vary across the range
965
+ * over time.
966
+ *
967
+ * See Section 4.4.6.6.1, “Speed Rules” for more details.
830
968
  *
831
969
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.6.7
832
970
  */
@@ -840,7 +978,8 @@ export declare namespace FanControl {
840
978
  readonly component: {
841
979
  readonly attributes: {
842
980
  /**
843
- * This attribute is a bitmap that indicates what rocking motions the server supports.
981
+ * This attribute is a bitmap that indicates the rocking motions that are supported by the server. If this
982
+ * attribute is supported by the server, at least one bit shall be set in this attribute.
844
983
  *
845
984
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.6.8
846
985
  */
@@ -859,11 +998,11 @@ export declare namespace FanControl {
859
998
  rockRound: BitFlag;
860
999
  }>, any>;
861
1000
  /**
862
- * This attribute is a bitmap that indicates the current active fan rocking motion settings. Each bit shall
1001
+ * This attribute is a bitmap that indicates the currently active fan rocking motion setting. Each bit shall
863
1002
  * only be set to 1, if the corresponding bit in the RockSupport attribute is set to 1, otherwise a status
864
1003
  * code of CONSTRAINT_ERROR shall be returned.
865
1004
  *
866
- * If a combination of supported bits is set by the client, and the server does not support the combination,
1005
+ * If a combination of supported bits is set by a client, and the server does not support the combination,
867
1006
  * the lowest supported single bit in the combination shall be set and active, and all other bits shall
868
1007
  * indicate zero.
869
1008
  *
@@ -895,18 +1034,27 @@ export declare namespace FanControl {
895
1034
  readonly component: {
896
1035
  readonly attributes: {
897
1036
  /**
898
- * This attribute is a bitmap that indicates what wind modes the server supports. At least one wind mode bit
899
- * shall be set.
1037
+ * This attribute is a bitmap that indicates what wind modes are supported by the server. If this attribute
1038
+ * is supported by the server, at least one bit shall be set in this attribute.
900
1039
  *
901
1040
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.6.10
902
1041
  */
903
1042
  readonly windSupport: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
904
1043
  /**
905
1044
  * Indicate sleep wind
1045
+ *
1046
+ * The fan speed, based on current settings, shall gradually slow down to a final minimum speed. For this
1047
+ * process, the sequence, speeds and duration are MS.
1048
+ *
1049
+ * @see {@link MatterSpecification.v141.Cluster} § 4.4.5.2.1
906
1050
  */
907
1051
  sleepWind: BitFlag;
908
1052
  /**
909
1053
  * Indicate natural wind
1054
+ *
1055
+ * The fan speed shall vary to emulate natural wind. For this setting, the sequence, speeds and duration are MS.
1056
+ *
1057
+ * @see {@link MatterSpecification.v141.Cluster} § 4.4.5.2.2
910
1058
  */
911
1059
  naturalWind: BitFlag;
912
1060
  }>, any>;
@@ -915,7 +1063,7 @@ export declare namespace FanControl {
915
1063
  * only be set to 1, if the corresponding bit in the WindSupport attribute is set to 1, otherwise a status
916
1064
  * code of CONSTRAINT_ERROR shall be returned.
917
1065
  *
918
- * If a combination of supported bits is set by the client, and the server does not support the combination,
1066
+ * If a combination of supported bits is set by a client, and the server does not support the combination,
919
1067
  * the lowest supported single bit in the combination shall be set and active, and all other bits shall
920
1068
  * indicate zero.
921
1069
  *
@@ -927,10 +1075,19 @@ export declare namespace FanControl {
927
1075
  readonly windSetting: WritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
928
1076
  /**
929
1077
  * Indicate sleep wind
1078
+ *
1079
+ * The fan speed, based on current settings, shall gradually slow down to a final minimum speed. For this
1080
+ * process, the sequence, speeds and duration are MS.
1081
+ *
1082
+ * @see {@link MatterSpecification.v141.Cluster} § 4.4.5.2.1
930
1083
  */
931
1084
  sleepWind: BitFlag;
932
1085
  /**
933
1086
  * Indicate natural wind
1087
+ *
1088
+ * The fan speed shall vary to emulate natural wind. For this setting, the sequence, speeds and duration are MS.
1089
+ *
1090
+ * @see {@link MatterSpecification.v141.Cluster} § 4.4.5.2.2
934
1091
  */
935
1092
  naturalWind: BitFlag;
936
1093
  }>, any>;
@@ -943,8 +1100,8 @@ export declare namespace FanControl {
943
1100
  readonly component: {
944
1101
  readonly attributes: {
945
1102
  /**
946
- * Indicates the current airflow direction of the fan. This attribute may be written by the client to
947
- * indicate a new airflow direction for the fan. This attribute shall be set to one of the values in the
1103
+ * Indicates the current airflow direction of the fan. This attribute may be written by a client to indicate
1104
+ * a new airflow direction for the fan. This attribute shall be set to one of the values in the
948
1105
  * AirflowDirectionEnum table.
949
1106
  *
950
1107
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.6.12
@@ -959,10 +1116,19 @@ export declare namespace FanControl {
959
1116
  readonly component: {
960
1117
  readonly commands: {
961
1118
  /**
962
- * This command speeds up or slows down the fan, in steps, without the client having to know the fan speed.
963
- * This command supports, for example, a user operated wall switch, where the user provides the feedback or
964
- * control to stop sending this command when the proper speed is reached. The step speed values are
965
- * implementation specific. How many step speeds are implemented is implementation specific.
1119
+ * This command indirectly changes the speed-oriented attributes of the fan in steps rather than using the
1120
+ * speed-oriented attributes, FanMode, PercentSetting, or SpeedSetting, directly. This command supports, for
1121
+ * example, a user-operated and wall-mounted toggle switch that can be used to increase or decrease the
1122
+ * speed of the fan by pressing the toggle switch up or down until the desired fan speed is reached. How
1123
+ * this command is interpreted by the server and how it affects the values of the speed-oriented attributes
1124
+ * is implementation specific.
1125
+ *
1126
+ * For example, a fan supports this command, and the value of the FanModeSequence attribute is 0. The
1127
+ * current value of the FanMode attribute is 2, or Medium. This command is received with the Direction field
1128
+ * set to Increase. As per it’s specific implementation, the server reacts to the command by setting the
1129
+ * value of the FanMode attribute to 3, or High, which in turn sets the PercentSetting and SpeedSetting (if
1130
+ * present) attributes to appropriate values, as defined by Section 4.4.6.3.1, “Percent Rules” and Section
1131
+ * 4.4.6.6.1, “Speed Rules” respectively.
966
1132
  *
967
1133
  * This command supports these fields:
968
1134
  *
@@ -970,19 +1136,21 @@ export declare namespace FanControl {
970
1136
  */
971
1137
  readonly step: Command<import("../tlv/TlvObject.js").TypeFromFields<{
972
1138
  /**
973
- * This field shall indicate whether the fan speed increases or decreases to the next step value.
1139
+ * This field shall indicate whether the speed-oriented attributes increase or decrease to the next step value.
974
1140
  *
975
1141
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.7.1.1
976
1142
  */
977
1143
  direction: import("../tlv/TlvObject.js").FieldType<StepDirection>;
978
1144
  /**
979
- * This field shall indicate if the fan speed wraps between highest and lowest step value.
1145
+ * This field shall indicate if the speed-oriented attributes wrap between highest and lowest step value.
980
1146
  *
981
1147
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.7.1.2
982
1148
  */
983
1149
  wrap: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
984
1150
  /**
985
- * This field shall indicate that the fan being off (speed value 0) is included as a step value.
1151
+ * This field shall indicate that the fan being off
1152
+ *
1153
+ * = 0) is included as a step value.
986
1154
  *
987
1155
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.7.1.3
988
1156
  */
@@ -1009,7 +1177,7 @@ export declare namespace FanControl {
1009
1177
  const CompleteInstance: MutableCluster<{
1010
1178
  readonly id: import("#general").Branded<514, "ClusterId">;
1011
1179
  readonly name: "FanControl";
1012
- readonly revision: 4;
1180
+ readonly revision: 5;
1013
1181
  readonly features: {
1014
1182
  /**
1015
1183
  * Legacy Fan Control cluster revision 0-1 defined 3 speeds (low, medium and high) plus automatic speed
@@ -1017,10 +1185,9 @@ export declare namespace FanControl {
1017
1185
  * legacy client implementations are capable of determining, from the server, the number of speeds supported
1018
1186
  * between 1, 2, or 3, and whether automatic speed control is supported.
1019
1187
  *
1020
- * The MultiSpeed feature includes new attributes that support a running fan speed value from 0 to SpeedMax,
1021
- * which has a maximum of 100.
1188
+ * The MultiSpeed feature includes attributes that support a running fan speed value from 0 to SpeedMax.
1022
1189
  *
1023
- * See Section 4.4.6.6.1 for more details.
1190
+ * See Section 4.4.6.6.1, “Speed Rules” for more details.
1024
1191
  *
1025
1192
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.4.1
1026
1193
  */
@@ -1116,10 +1283,19 @@ export declare namespace FanControl {
1116
1283
  readonly windSupport: FixedAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1117
1284
  /**
1118
1285
  * Indicate sleep wind
1286
+ *
1287
+ * The fan speed, based on current settings, shall gradually slow down to a final minimum speed. For this
1288
+ * process, the sequence, speeds and duration are MS.
1289
+ *
1290
+ * @see {@link MatterSpecification.v141.Cluster} § 4.4.5.2.1
1119
1291
  */
1120
1292
  sleepWind: BitFlag;
1121
1293
  /**
1122
1294
  * Indicate natural wind
1295
+ *
1296
+ * The fan speed shall vary to emulate natural wind. For this setting, the sequence, speeds and duration are MS.
1297
+ *
1298
+ * @see {@link MatterSpecification.v141.Cluster} § 4.4.5.2.2
1123
1299
  */
1124
1300
  naturalWind: BitFlag;
1125
1301
  }>, any> & {
@@ -1133,10 +1309,19 @@ export declare namespace FanControl {
1133
1309
  readonly windSetting: WritableAttribute<import("../schema/BitmapSchema.js").TypeFromPartialBitSchema<{
1134
1310
  /**
1135
1311
  * Indicate sleep wind
1312
+ *
1313
+ * The fan speed, based on current settings, shall gradually slow down to a final minimum speed. For this
1314
+ * process, the sequence, speeds and duration are MS.
1315
+ *
1316
+ * @see {@link MatterSpecification.v141.Cluster} § 4.4.5.2.1
1136
1317
  */
1137
1318
  sleepWind: BitFlag;
1138
1319
  /**
1139
1320
  * Indicate natural wind
1321
+ *
1322
+ * The fan speed shall vary to emulate natural wind. For this setting, the sequence, speeds and duration are MS.
1323
+ *
1324
+ * @see {@link MatterSpecification.v141.Cluster} § 4.4.5.2.2
1140
1325
  */
1141
1326
  naturalWind: BitFlag;
1142
1327
  }>, any> & {
@@ -1167,10 +1352,9 @@ export declare namespace FanControl {
1167
1352
  * legacy client implementations are capable of determining, from the server, the number of speeds supported
1168
1353
  * between 1, 2, or 3, and whether automatic speed control is supported.
1169
1354
  *
1170
- * The MultiSpeed feature includes new attributes that support a running fan speed value from 0 to SpeedMax,
1171
- * which has a maximum of 100.
1355
+ * The MultiSpeed feature includes attributes that support a running fan speed value from 0 to SpeedMax.
1172
1356
  *
1173
- * See Section 4.4.6.6.1 for more details.
1357
+ * See Section 4.4.6.6.1, “Speed Rules” for more details.
1174
1358
  *
1175
1359
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.4.1
1176
1360
  */
@@ -1203,19 +1387,21 @@ export declare namespace FanControl {
1203
1387
  readonly commands: {
1204
1388
  readonly step: Command<import("../tlv/TlvObject.js").TypeFromFields<{
1205
1389
  /**
1206
- * This field shall indicate whether the fan speed increases or decreases to the next step value.
1390
+ * This field shall indicate whether the speed-oriented attributes increase or decrease to the next step value.
1207
1391
  *
1208
1392
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.7.1.1
1209
1393
  */
1210
1394
  direction: import("../tlv/TlvObject.js").FieldType<StepDirection>;
1211
1395
  /**
1212
- * This field shall indicate if the fan speed wraps between highest and lowest step value.
1396
+ * This field shall indicate if the speed-oriented attributes wrap between highest and lowest step value.
1213
1397
  *
1214
1398
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.7.1.2
1215
1399
  */
1216
1400
  wrap: import("../tlv/TlvObject.js").OptionalFieldType<boolean>;
1217
1401
  /**
1218
- * This field shall indicate that the fan being off (speed value 0) is included as a step value.
1402
+ * This field shall indicate that the fan being off
1403
+ *
1404
+ * = 0) is included as a step value.
1219
1405
  *
1220
1406
  * @see {@link MatterSpecification.v141.Cluster} § 4.4.7.1.3
1221
1407
  */