@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.
- package/dist/cjs/cluster/mutation/{ElementModifier.d.ts → ClusterTypeModifier.d.ts} +8 -8
- package/dist/cjs/cluster/mutation/ClusterTypeModifier.d.ts.map +1 -0
- package/dist/cjs/cluster/mutation/{ElementModifier.js → ClusterTypeModifier.js} +6 -6
- package/dist/cjs/cluster/mutation/{ElementModifier.js.map → ClusterTypeModifier.js.map} +2 -2
- package/dist/cjs/cluster/mutation/MutableCluster.d.ts +7 -7
- package/dist/cjs/cluster/mutation/MutableCluster.d.ts.map +1 -1
- package/dist/cjs/cluster/mutation/MutableCluster.js +4 -4
- package/dist/cjs/cluster/mutation/MutableCluster.js.map +1 -1
- package/dist/cjs/cluster/mutation/index.d.ts +1 -1
- package/dist/cjs/cluster/mutation/index.d.ts.map +1 -1
- package/dist/cjs/cluster/mutation/index.js +1 -1
- package/dist/cjs/cluster/mutation/index.js.map +1 -1
- package/dist/cjs/clusters/access-control.d.ts +96 -47
- package/dist/cjs/clusters/access-control.d.ts.map +1 -1
- package/dist/cjs/clusters/access-control.js +16 -8
- package/dist/cjs/clusters/access-control.js.map +1 -1
- package/dist/cjs/clusters/account-login.d.ts +20 -20
- package/dist/cjs/clusters/account-login.js +12 -12
- package/dist/cjs/clusters/actions.d.ts +36 -5
- package/dist/cjs/clusters/actions.d.ts.map +1 -1
- package/dist/cjs/clusters/actions.js +26 -1
- package/dist/cjs/clusters/actions.js.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.d.ts +29 -25
- package/dist/cjs/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/administrator-commissioning.js +7 -6
- package/dist/cjs/clusters/administrator-commissioning.js.map +1 -1
- package/dist/cjs/clusters/air-quality.js +1 -1
- package/dist/cjs/clusters/air-quality.js.map +1 -1
- package/dist/cjs/clusters/alarm-base.d.ts +4 -4
- package/dist/cjs/clusters/alarm-base.js +2 -2
- package/dist/cjs/clusters/application-launcher.d.ts +49 -23
- package/dist/cjs/clusters/application-launcher.d.ts.map +1 -1
- package/dist/cjs/clusters/application-launcher.js +7 -3
- package/dist/cjs/clusters/application-launcher.js.map +1 -1
- package/dist/cjs/clusters/basic-information.d.ts +22 -19
- package/dist/cjs/clusters/basic-information.d.ts.map +1 -1
- package/dist/cjs/clusters/basic-information.js +21 -18
- package/dist/cjs/clusters/basic-information.js.map +1 -1
- package/dist/cjs/clusters/boolean-state-configuration.d.ts +15 -15
- package/dist/cjs/clusters/boolean-state-configuration.js +3 -3
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts +56 -12
- package/dist/cjs/clusters/bridged-device-basic-information.d.ts.map +1 -1
- package/dist/cjs/clusters/bridged-device-basic-information.js +18 -4
- package/dist/cjs/clusters/bridged-device-basic-information.js.map +1 -1
- package/dist/cjs/clusters/channel.d.ts +12 -0
- package/dist/cjs/clusters/channel.d.ts.map +1 -1
- package/dist/cjs/clusters/channel.js +4 -0
- package/dist/cjs/clusters/channel.js.map +1 -1
- package/dist/cjs/clusters/color-control.d.ts +128 -119
- package/dist/cjs/clusters/color-control.d.ts.map +1 -1
- package/dist/cjs/clusters/color-control.js +52 -68
- package/dist/cjs/clusters/color-control.js.map +1 -1
- package/dist/cjs/clusters/commissioner-control.d.ts +8 -4
- package/dist/cjs/clusters/commissioner-control.d.ts.map +1 -1
- package/dist/cjs/clusters/commissioner-control.js +5 -1
- package/dist/cjs/clusters/commissioner-control.js.map +1 -1
- package/dist/cjs/clusters/concentration-measurement.d.ts +7 -9
- package/dist/cjs/clusters/concentration-measurement.d.ts.map +1 -1
- package/dist/cjs/clusters/concentration-measurement.js +11 -12
- package/dist/cjs/clusters/concentration-measurement.js.map +1 -1
- package/dist/cjs/clusters/content-control.d.ts +44 -30
- package/dist/cjs/clusters/content-control.d.ts.map +1 -1
- package/dist/cjs/clusters/content-control.js +6 -6
- package/dist/cjs/clusters/content-control.js.map +1 -1
- package/dist/cjs/clusters/content-launcher.d.ts +32 -32
- package/dist/cjs/clusters/content-launcher.js +1 -1
- package/dist/cjs/clusters/descriptor.d.ts +43 -10
- package/dist/cjs/clusters/descriptor.d.ts.map +1 -1
- package/dist/cjs/clusters/descriptor.js +21 -4
- package/dist/cjs/clusters/descriptor.js.map +1 -1
- package/dist/cjs/clusters/device-energy-management-mode.d.ts +9 -0
- package/dist/cjs/clusters/device-energy-management-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/device-energy-management-mode.js +3 -0
- package/dist/cjs/clusters/device-energy-management-mode.js.map +1 -1
- package/dist/cjs/clusters/device-energy-management.d.ts +133 -24
- package/dist/cjs/clusters/device-energy-management.d.ts.map +1 -1
- package/dist/cjs/clusters/device-energy-management.js +38 -12
- package/dist/cjs/clusters/device-energy-management.js.map +1 -1
- package/dist/cjs/clusters/dishwasher-alarm.d.ts +3 -3
- package/dist/cjs/clusters/dishwasher-alarm.js +1 -1
- package/dist/cjs/clusters/dishwasher-mode.d.ts +9 -0
- package/dist/cjs/clusters/dishwasher-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/dishwasher-mode.js +3 -0
- package/dist/cjs/clusters/dishwasher-mode.js.map +1 -1
- package/dist/cjs/clusters/door-lock.d.ts +182 -266
- package/dist/cjs/clusters/door-lock.d.ts.map +1 -1
- package/dist/cjs/clusters/door-lock.js +80 -111
- package/dist/cjs/clusters/door-lock.js.map +1 -1
- package/dist/cjs/clusters/ecosystem-information.d.ts +93 -49
- package/dist/cjs/clusters/ecosystem-information.d.ts.map +1 -1
- package/dist/cjs/clusters/ecosystem-information.js +36 -24
- package/dist/cjs/clusters/ecosystem-information.js.map +1 -1
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts +285 -209
- package/dist/cjs/clusters/electrical-energy-measurement.d.ts.map +1 -1
- package/dist/cjs/clusters/electrical-energy-measurement.js +33 -13
- package/dist/cjs/clusters/electrical-energy-measurement.js.map +2 -2
- package/dist/cjs/clusters/electrical-power-measurement.d.ts +201 -126
- package/dist/cjs/clusters/electrical-power-measurement.d.ts.map +1 -1
- package/dist/cjs/clusters/electrical-power-measurement.js +45 -23
- package/dist/cjs/clusters/electrical-power-measurement.js.map +2 -2
- package/dist/cjs/clusters/energy-evse-mode.d.ts +9 -0
- package/dist/cjs/clusters/energy-evse-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/energy-evse-mode.js +3 -0
- package/dist/cjs/clusters/energy-evse-mode.js.map +1 -1
- package/dist/cjs/clusters/energy-evse.d.ts +61 -45
- package/dist/cjs/clusters/energy-evse.d.ts.map +1 -1
- package/dist/cjs/clusters/energy-evse.js +28 -33
- package/dist/cjs/clusters/energy-evse.js.map +1 -1
- package/dist/cjs/clusters/energy-preference.d.ts +5 -9
- package/dist/cjs/clusters/energy-preference.d.ts.map +1 -1
- package/dist/cjs/clusters/energy-preference.js +1 -3
- package/dist/cjs/clusters/energy-preference.js.map +1 -1
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts +59 -69
- package/dist/cjs/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/ethernet-network-diagnostics.js +21 -25
- package/dist/cjs/clusters/ethernet-network-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/fan-control.d.ts +334 -148
- package/dist/cjs/clusters/fan-control.d.ts.map +1 -1
- package/dist/cjs/clusters/fan-control.js +107 -56
- package/dist/cjs/clusters/fan-control.js.map +1 -1
- package/dist/cjs/clusters/flow-measurement.js +1 -1
- package/dist/cjs/clusters/flow-measurement.js.map +1 -1
- package/dist/cjs/clusters/general-commissioning.d.ts +90 -69
- package/dist/cjs/clusters/general-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/general-commissioning.js +26 -23
- package/dist/cjs/clusters/general-commissioning.js.map +1 -1
- package/dist/cjs/clusters/general-diagnostics.d.ts +51 -52
- package/dist/cjs/clusters/general-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/general-diagnostics.js +13 -13
- package/dist/cjs/clusters/general-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/group-key-management.d.ts +28 -22
- package/dist/cjs/clusters/group-key-management.d.ts.map +1 -1
- package/dist/cjs/clusters/group-key-management.js +13 -10
- package/dist/cjs/clusters/group-key-management.js.map +1 -1
- package/dist/cjs/clusters/groups.d.ts +0 -12
- package/dist/cjs/clusters/groups.d.ts.map +1 -1
- package/dist/cjs/clusters/groups.js +1 -7
- package/dist/cjs/clusters/groups.js.map +1 -1
- package/dist/cjs/clusters/icd-management.d.ts +809 -145
- package/dist/cjs/clusters/icd-management.d.ts.map +1 -1
- package/dist/cjs/clusters/icd-management.js +182 -34
- package/dist/cjs/clusters/icd-management.js.map +1 -1
- package/dist/cjs/clusters/identify.d.ts +12 -1
- package/dist/cjs/clusters/identify.d.ts.map +1 -1
- package/dist/cjs/clusters/identify.js +13 -2
- package/dist/cjs/clusters/identify.js.map +1 -1
- package/dist/cjs/clusters/illuminance-measurement.js +1 -1
- package/dist/cjs/clusters/illuminance-measurement.js.map +1 -1
- package/dist/cjs/clusters/index.d.ts +1 -5
- package/dist/cjs/clusters/index.d.ts.map +1 -1
- package/dist/cjs/clusters/index.js +3 -15
- package/dist/cjs/clusters/index.js.map +1 -1
- package/dist/cjs/clusters/joint-fabric-administrator.d.ts +424 -0
- package/dist/cjs/clusters/joint-fabric-administrator.d.ts.map +1 -0
- package/dist/cjs/clusters/joint-fabric-administrator.js +285 -0
- package/dist/cjs/clusters/joint-fabric-administrator.js.map +6 -0
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts +1960 -805
- package/dist/cjs/clusters/joint-fabric-datastore.d.ts.map +1 -1
- package/dist/cjs/clusters/joint-fabric-datastore.js +990 -172
- package/dist/cjs/clusters/joint-fabric-datastore.js.map +2 -2
- package/dist/cjs/clusters/label.d.ts +9 -6
- package/dist/cjs/clusters/label.d.ts.map +1 -1
- package/dist/cjs/clusters/label.js +3 -2
- package/dist/cjs/clusters/label.js.map +1 -1
- package/dist/cjs/clusters/laundry-washer-controls.d.ts +9 -9
- package/dist/cjs/clusters/laundry-washer-controls.js +4 -4
- package/dist/cjs/clusters/laundry-washer-controls.js.map +1 -1
- package/dist/cjs/clusters/laundry-washer-mode.d.ts +2 -2
- package/dist/cjs/clusters/level-control.d.ts +11 -15
- package/dist/cjs/clusters/level-control.d.ts.map +1 -1
- package/dist/cjs/clusters/level-control.js +8 -9
- package/dist/cjs/clusters/level-control.js.map +1 -1
- package/dist/cjs/clusters/media-playback.d.ts +138 -12
- package/dist/cjs/clusters/media-playback.d.ts.map +1 -1
- package/dist/cjs/clusters/media-playback.js +41 -4
- package/dist/cjs/clusters/media-playback.js.map +1 -1
- package/dist/cjs/clusters/messages.d.ts +7 -7
- package/dist/cjs/clusters/messages.js +3 -3
- package/dist/cjs/clusters/microwave-oven-control.js +4 -4
- package/dist/cjs/clusters/microwave-oven-control.js.map +1 -1
- package/dist/cjs/clusters/microwave-oven-mode.d.ts +9 -0
- package/dist/cjs/clusters/microwave-oven-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/microwave-oven-mode.js +3 -0
- package/dist/cjs/clusters/microwave-oven-mode.js.map +1 -1
- package/dist/cjs/clusters/mode-base.d.ts +31 -2
- package/dist/cjs/clusters/mode-base.d.ts.map +1 -1
- package/dist/cjs/clusters/mode-base.js +15 -2
- package/dist/cjs/clusters/mode-base.js.map +1 -1
- package/dist/cjs/clusters/mode-select.d.ts +7 -7
- package/dist/cjs/clusters/mode-select.js +2 -2
- package/dist/cjs/clusters/network-commissioning.d.ts +259 -201
- package/dist/cjs/clusters/network-commissioning.d.ts.map +1 -1
- package/dist/cjs/clusters/network-commissioning.js +41 -27
- package/dist/cjs/clusters/network-commissioning.js.map +1 -1
- package/dist/cjs/clusters/occupancy-sensing.d.ts +14 -20
- package/dist/cjs/clusters/occupancy-sensing.d.ts.map +1 -1
- package/dist/cjs/clusters/occupancy-sensing.js +4 -6
- package/dist/cjs/clusters/occupancy-sensing.js.map +1 -1
- package/dist/cjs/clusters/on-off.js +4 -4
- package/dist/cjs/clusters/on-off.js.map +1 -1
- package/dist/cjs/clusters/operational-credentials.d.ts +367 -77
- package/dist/cjs/clusters/operational-credentials.d.ts.map +1 -1
- package/dist/cjs/clusters/operational-credentials.js +182 -38
- package/dist/cjs/clusters/operational-credentials.js.map +1 -1
- package/dist/cjs/clusters/operational-state.d.ts +29 -49
- package/dist/cjs/clusters/operational-state.d.ts.map +1 -1
- package/dist/cjs/clusters/operational-state.js +7 -10
- package/dist/cjs/clusters/operational-state.js.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.d.ts +54 -22
- package/dist/cjs/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-provider.js +27 -11
- package/dist/cjs/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts +12 -10
- package/dist/cjs/clusters/ota-software-update-requestor.d.ts.map +1 -1
- package/dist/cjs/clusters/ota-software-update-requestor.js +6 -5
- package/dist/cjs/clusters/ota-software-update-requestor.js.map +1 -1
- package/dist/cjs/clusters/oven-cavity-operational-state.d.ts +5 -5
- package/dist/cjs/clusters/oven-cavity-operational-state.js +3 -3
- package/dist/cjs/clusters/oven-mode.d.ts +150 -0
- package/dist/cjs/clusters/oven-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/oven-mode.js +51 -1
- package/dist/cjs/clusters/oven-mode.js.map +1 -1
- package/dist/cjs/clusters/power-source.d.ts +18 -6
- package/dist/cjs/clusters/power-source.d.ts.map +1 -1
- package/dist/cjs/clusters/power-source.js +6 -2
- package/dist/cjs/clusters/power-source.js.map +1 -1
- package/dist/cjs/clusters/pressure-measurement.d.ts +18 -9
- package/dist/cjs/clusters/pressure-measurement.d.ts.map +1 -1
- package/dist/cjs/clusters/pressure-measurement.js +10 -7
- package/dist/cjs/clusters/pressure-measurement.js.map +1 -1
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts +46 -37
- package/dist/cjs/clusters/pump-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/pump-configuration-and-control.js +15 -12
- package/dist/cjs/clusters/pump-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/refrigerator-alarm.d.ts +3 -3
- package/dist/cjs/clusters/refrigerator-alarm.js +1 -1
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +9 -0
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +3 -0
- package/dist/cjs/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
- package/dist/cjs/clusters/resource-monitoring.js +1 -1
- package/dist/cjs/clusters/resource-monitoring.js.map +1 -1
- package/dist/cjs/clusters/rvc-clean-mode.d.ts +16 -3
- package/dist/cjs/clusters/rvc-clean-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/rvc-clean-mode.js +5 -1
- package/dist/cjs/clusters/rvc-clean-mode.js.map +1 -1
- package/dist/cjs/clusters/rvc-operational-state.d.ts +78 -49
- package/dist/cjs/clusters/rvc-operational-state.d.ts.map +1 -1
- package/dist/cjs/clusters/rvc-operational-state.js +19 -11
- package/dist/cjs/clusters/rvc-operational-state.js.map +1 -1
- package/dist/cjs/clusters/rvc-run-mode.d.ts +9 -0
- package/dist/cjs/clusters/rvc-run-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/rvc-run-mode.js +3 -0
- package/dist/cjs/clusters/rvc-run-mode.js.map +1 -1
- package/dist/cjs/clusters/scenes-management.d.ts +14 -45
- package/dist/cjs/clusters/scenes-management.d.ts.map +1 -1
- package/dist/cjs/clusters/scenes-management.js +7 -22
- package/dist/cjs/clusters/scenes-management.js.map +1 -1
- package/dist/cjs/clusters/service-area.d.ts +36 -40
- package/dist/cjs/clusters/service-area.d.ts.map +1 -1
- package/dist/cjs/clusters/service-area.js +10 -12
- package/dist/cjs/clusters/service-area.js.map +1 -1
- package/dist/cjs/clusters/smoke-co-alarm.d.ts +4 -9
- package/dist/cjs/clusters/smoke-co-alarm.d.ts.map +1 -1
- package/dist/cjs/clusters/smoke-co-alarm.js.map +1 -1
- package/dist/cjs/clusters/software-diagnostics.d.ts +52 -51
- package/dist/cjs/clusters/software-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/software-diagnostics.js +17 -17
- package/dist/cjs/clusters/software-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/switch.d.ts +20 -17
- package/dist/cjs/clusters/switch.d.ts.map +1 -1
- package/dist/cjs/clusters/switch.js +9 -8
- package/dist/cjs/clusters/switch.js.map +1 -1
- package/dist/cjs/clusters/temperature-control.d.ts +18 -9
- package/dist/cjs/clusters/temperature-control.d.ts.map +1 -1
- package/dist/cjs/clusters/temperature-control.js +7 -4
- package/dist/cjs/clusters/temperature-control.js.map +1 -1
- package/dist/cjs/clusters/thermostat-user-interface-configuration.d.ts.map +1 -1
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js +2 -10
- package/dist/cjs/clusters/thermostat-user-interface-configuration.js.map +1 -1
- package/dist/cjs/clusters/thermostat.d.ts +406 -420
- package/dist/cjs/clusters/thermostat.d.ts.map +1 -1
- package/dist/cjs/clusters/thermostat.js +89 -101
- package/dist/cjs/clusters/thermostat.js.map +1 -1
- package/dist/cjs/clusters/thread-border-router-management.d.ts +9 -9
- package/dist/cjs/clusters/thread-border-router-management.js +5 -5
- package/dist/cjs/clusters/thread-border-router-management.js.map +1 -1
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts +479 -504
- package/dist/cjs/clusters/thread-network-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/thread-network-diagnostics.js +171 -181
- package/dist/cjs/clusters/thread-network-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/thread-network-directory.d.ts +3 -3
- package/dist/cjs/clusters/thread-network-directory.js +5 -5
- package/dist/cjs/clusters/thread-network-directory.js.map +1 -1
- package/dist/cjs/clusters/time-synchronization.d.ts +159 -127
- package/dist/cjs/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/cjs/clusters/time-synchronization.js +52 -42
- package/dist/cjs/clusters/time-synchronization.js.map +1 -1
- package/dist/cjs/clusters/unit-localization.d.ts +51 -13
- package/dist/cjs/clusters/unit-localization.d.ts.map +1 -1
- package/dist/cjs/clusters/unit-localization.js +22 -4
- package/dist/cjs/clusters/unit-localization.js.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/cjs/clusters/valve-configuration-and-control.js +8 -12
- package/dist/cjs/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/cjs/clusters/water-heater-management.d.ts +2 -14
- package/dist/cjs/clusters/water-heater-management.d.ts.map +1 -1
- package/dist/cjs/clusters/water-heater-management.js +5 -9
- package/dist/cjs/clusters/water-heater-management.js.map +1 -1
- package/dist/cjs/clusters/water-heater-mode.d.ts +9 -0
- package/dist/cjs/clusters/water-heater-mode.d.ts.map +1 -1
- package/dist/cjs/clusters/water-heater-mode.js +3 -0
- package/dist/cjs/clusters/water-heater-mode.js.map +1 -1
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts +57 -72
- package/dist/cjs/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js +20 -26
- package/dist/cjs/clusters/wi-fi-network-diagnostics.js.map +1 -1
- package/dist/cjs/clusters/wi-fi-network-management.d.ts +39 -1
- package/dist/cjs/clusters/wi-fi-network-management.d.ts.map +1 -1
- package/dist/cjs/clusters/wi-fi-network-management.js +22 -3
- package/dist/cjs/clusters/wi-fi-network-management.js.map +1 -1
- package/dist/cjs/clusters/window-covering.d.ts +105 -3
- package/dist/cjs/clusters/window-covering.d.ts.map +1 -1
- package/dist/cjs/clusters/window-covering.js +35 -1
- package/dist/cjs/clusters/window-covering.js.map +1 -1
- package/dist/cjs/globals/Currency.d.ts +27 -0
- package/dist/cjs/globals/Currency.d.ts.map +1 -0
- package/dist/cjs/globals/{Tod.js → Currency.js} +8 -22
- package/dist/cjs/globals/Currency.js.map +6 -0
- package/dist/cjs/globals/Locationdesc.d.ts +7 -7
- package/dist/cjs/globals/Locationdesc.js +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/cjs/globals/MeasurementAccuracy.js +3 -3
- package/dist/cjs/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/cjs/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/cjs/globals/MeasurementType.d.ts +14 -2
- package/dist/cjs/globals/MeasurementType.d.ts.map +1 -1
- package/dist/cjs/globals/MeasurementType.js +3 -0
- package/dist/cjs/globals/MeasurementType.js.map +1 -1
- package/dist/cjs/globals/Namespace.d.ts +13 -3
- package/dist/cjs/globals/Namespace.d.ts.map +1 -1
- package/dist/cjs/globals/Namespace.js.map +1 -1
- package/dist/cjs/globals/Price.d.ts +30 -0
- package/dist/cjs/globals/Price.d.ts.map +1 -0
- package/dist/cjs/globals/Price.js +33 -0
- package/dist/cjs/globals/Price.js.map +6 -0
- package/dist/cjs/globals/Priority.d.ts +1 -1
- package/dist/cjs/globals/Semtag.d.ts +9 -9
- package/dist/cjs/globals/Semtag.js +7 -7
- package/dist/cjs/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/cjs/globals/Status.d.ts +24 -5
- package/dist/cjs/globals/Status.d.ts.map +1 -1
- package/dist/cjs/globals/Status.js +3 -0
- package/dist/cjs/globals/Status.js.map +1 -1
- package/dist/cjs/globals/ThreeLevelAuto.d.ts +33 -0
- package/dist/cjs/globals/ThreeLevelAuto.d.ts.map +1 -0
- package/dist/cjs/globals/ThreeLevelAuto.js +36 -0
- package/dist/cjs/globals/ThreeLevelAuto.js.map +6 -0
- package/dist/cjs/globals/WildcardPathFlags.d.ts +2 -2
- package/dist/cjs/globals/WildcardPathFlags.js +1 -1
- package/dist/cjs/globals/index.d.ts +3 -1
- package/dist/cjs/globals/index.d.ts.map +1 -1
- package/dist/cjs/globals/index.js +3 -1
- package/dist/cjs/globals/index.js.map +1 -1
- package/dist/esm/cluster/mutation/{ElementModifier.d.ts → ClusterTypeModifier.d.ts} +8 -8
- package/dist/esm/cluster/mutation/ClusterTypeModifier.d.ts.map +1 -0
- package/dist/esm/cluster/mutation/{ElementModifier.js → ClusterTypeModifier.js} +3 -3
- package/dist/esm/cluster/mutation/{ElementModifier.js.map → ClusterTypeModifier.js.map} +2 -2
- package/dist/esm/cluster/mutation/MutableCluster.d.ts +7 -7
- package/dist/esm/cluster/mutation/MutableCluster.d.ts.map +1 -1
- package/dist/esm/cluster/mutation/MutableCluster.js +4 -4
- package/dist/esm/cluster/mutation/MutableCluster.js.map +1 -1
- package/dist/esm/cluster/mutation/index.d.ts +1 -1
- package/dist/esm/cluster/mutation/index.d.ts.map +1 -1
- package/dist/esm/cluster/mutation/index.js +1 -1
- package/dist/esm/clusters/access-control.d.ts +96 -47
- package/dist/esm/clusters/access-control.d.ts.map +1 -1
- package/dist/esm/clusters/access-control.js +16 -8
- package/dist/esm/clusters/access-control.js.map +1 -1
- package/dist/esm/clusters/account-login.d.ts +20 -20
- package/dist/esm/clusters/account-login.js +12 -12
- package/dist/esm/clusters/actions.d.ts +36 -5
- package/dist/esm/clusters/actions.d.ts.map +1 -1
- package/dist/esm/clusters/actions.js +26 -1
- package/dist/esm/clusters/actions.js.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.d.ts +29 -25
- package/dist/esm/clusters/administrator-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/administrator-commissioning.js +7 -6
- package/dist/esm/clusters/administrator-commissioning.js.map +1 -1
- package/dist/esm/clusters/air-quality.js +1 -1
- package/dist/esm/clusters/air-quality.js.map +1 -1
- package/dist/esm/clusters/alarm-base.d.ts +4 -4
- package/dist/esm/clusters/alarm-base.js +2 -2
- package/dist/esm/clusters/application-launcher.d.ts +49 -23
- package/dist/esm/clusters/application-launcher.d.ts.map +1 -1
- package/dist/esm/clusters/application-launcher.js +7 -3
- package/dist/esm/clusters/application-launcher.js.map +1 -1
- package/dist/esm/clusters/basic-information.d.ts +22 -19
- package/dist/esm/clusters/basic-information.d.ts.map +1 -1
- package/dist/esm/clusters/basic-information.js +22 -18
- package/dist/esm/clusters/basic-information.js.map +1 -1
- package/dist/esm/clusters/boolean-state-configuration.d.ts +15 -15
- package/dist/esm/clusters/boolean-state-configuration.js +3 -3
- package/dist/esm/clusters/bridged-device-basic-information.d.ts +56 -12
- package/dist/esm/clusters/bridged-device-basic-information.d.ts.map +1 -1
- package/dist/esm/clusters/bridged-device-basic-information.js +19 -4
- package/dist/esm/clusters/bridged-device-basic-information.js.map +1 -1
- package/dist/esm/clusters/channel.d.ts +12 -0
- package/dist/esm/clusters/channel.d.ts.map +1 -1
- package/dist/esm/clusters/channel.js +4 -0
- package/dist/esm/clusters/channel.js.map +1 -1
- package/dist/esm/clusters/color-control.d.ts +128 -119
- package/dist/esm/clusters/color-control.d.ts.map +1 -1
- package/dist/esm/clusters/color-control.js +52 -68
- package/dist/esm/clusters/color-control.js.map +1 -1
- package/dist/esm/clusters/commissioner-control.d.ts +8 -4
- package/dist/esm/clusters/commissioner-control.d.ts.map +1 -1
- package/dist/esm/clusters/commissioner-control.js +5 -1
- package/dist/esm/clusters/commissioner-control.js.map +1 -1
- package/dist/esm/clusters/concentration-measurement.d.ts +7 -9
- package/dist/esm/clusters/concentration-measurement.d.ts.map +1 -1
- package/dist/esm/clusters/concentration-measurement.js +11 -12
- package/dist/esm/clusters/concentration-measurement.js.map +1 -1
- package/dist/esm/clusters/content-control.d.ts +44 -30
- package/dist/esm/clusters/content-control.d.ts.map +1 -1
- package/dist/esm/clusters/content-control.js +6 -6
- package/dist/esm/clusters/content-control.js.map +1 -1
- package/dist/esm/clusters/content-launcher.d.ts +32 -32
- package/dist/esm/clusters/content-launcher.js +1 -1
- package/dist/esm/clusters/descriptor.d.ts +43 -10
- package/dist/esm/clusters/descriptor.d.ts.map +1 -1
- package/dist/esm/clusters/descriptor.js +22 -5
- package/dist/esm/clusters/descriptor.js.map +1 -1
- package/dist/esm/clusters/device-energy-management-mode.d.ts +9 -0
- package/dist/esm/clusters/device-energy-management-mode.d.ts.map +1 -1
- package/dist/esm/clusters/device-energy-management-mode.js +3 -0
- package/dist/esm/clusters/device-energy-management-mode.js.map +1 -1
- package/dist/esm/clusters/device-energy-management.d.ts +133 -24
- package/dist/esm/clusters/device-energy-management.d.ts.map +1 -1
- package/dist/esm/clusters/device-energy-management.js +38 -12
- package/dist/esm/clusters/device-energy-management.js.map +1 -1
- package/dist/esm/clusters/dishwasher-alarm.d.ts +3 -3
- package/dist/esm/clusters/dishwasher-alarm.js +1 -1
- package/dist/esm/clusters/dishwasher-mode.d.ts +9 -0
- package/dist/esm/clusters/dishwasher-mode.d.ts.map +1 -1
- package/dist/esm/clusters/dishwasher-mode.js +3 -0
- package/dist/esm/clusters/dishwasher-mode.js.map +1 -1
- package/dist/esm/clusters/door-lock.d.ts +182 -266
- package/dist/esm/clusters/door-lock.d.ts.map +1 -1
- package/dist/esm/clusters/door-lock.js +81 -112
- package/dist/esm/clusters/door-lock.js.map +1 -1
- package/dist/esm/clusters/ecosystem-information.d.ts +93 -49
- package/dist/esm/clusters/ecosystem-information.d.ts.map +1 -1
- package/dist/esm/clusters/ecosystem-information.js +37 -25
- package/dist/esm/clusters/ecosystem-information.js.map +1 -1
- package/dist/esm/clusters/electrical-energy-measurement.d.ts +285 -209
- package/dist/esm/clusters/electrical-energy-measurement.d.ts.map +1 -1
- package/dist/esm/clusters/electrical-energy-measurement.js +33 -13
- package/dist/esm/clusters/electrical-energy-measurement.js.map +2 -2
- package/dist/esm/clusters/electrical-power-measurement.d.ts +201 -126
- package/dist/esm/clusters/electrical-power-measurement.d.ts.map +1 -1
- package/dist/esm/clusters/electrical-power-measurement.js +45 -23
- package/dist/esm/clusters/electrical-power-measurement.js.map +2 -2
- package/dist/esm/clusters/energy-evse-mode.d.ts +9 -0
- package/dist/esm/clusters/energy-evse-mode.d.ts.map +1 -1
- package/dist/esm/clusters/energy-evse-mode.js +3 -0
- package/dist/esm/clusters/energy-evse-mode.js.map +1 -1
- package/dist/esm/clusters/energy-evse.d.ts +61 -45
- package/dist/esm/clusters/energy-evse.d.ts.map +1 -1
- package/dist/esm/clusters/energy-evse.js +28 -33
- package/dist/esm/clusters/energy-evse.js.map +1 -1
- package/dist/esm/clusters/energy-preference.d.ts +5 -9
- package/dist/esm/clusters/energy-preference.d.ts.map +1 -1
- package/dist/esm/clusters/energy-preference.js +1 -3
- package/dist/esm/clusters/energy-preference.js.map +1 -1
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts +59 -69
- package/dist/esm/clusters/ethernet-network-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/ethernet-network-diagnostics.js +21 -25
- package/dist/esm/clusters/ethernet-network-diagnostics.js.map +1 -1
- package/dist/esm/clusters/fan-control.d.ts +334 -148
- package/dist/esm/clusters/fan-control.d.ts.map +1 -1
- package/dist/esm/clusters/fan-control.js +107 -56
- package/dist/esm/clusters/fan-control.js.map +1 -1
- package/dist/esm/clusters/flow-measurement.js +1 -1
- package/dist/esm/clusters/flow-measurement.js.map +1 -1
- package/dist/esm/clusters/general-commissioning.d.ts +90 -69
- package/dist/esm/clusters/general-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/general-commissioning.js +26 -23
- package/dist/esm/clusters/general-commissioning.js.map +1 -1
- package/dist/esm/clusters/general-diagnostics.d.ts +51 -52
- package/dist/esm/clusters/general-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/general-diagnostics.js +13 -13
- package/dist/esm/clusters/general-diagnostics.js.map +1 -1
- package/dist/esm/clusters/group-key-management.d.ts +28 -22
- package/dist/esm/clusters/group-key-management.d.ts.map +1 -1
- package/dist/esm/clusters/group-key-management.js +13 -10
- package/dist/esm/clusters/group-key-management.js.map +1 -1
- package/dist/esm/clusters/groups.d.ts +0 -12
- package/dist/esm/clusters/groups.d.ts.map +1 -1
- package/dist/esm/clusters/groups.js +1 -7
- package/dist/esm/clusters/groups.js.map +1 -1
- package/dist/esm/clusters/icd-management.d.ts +809 -145
- package/dist/esm/clusters/icd-management.d.ts.map +1 -1
- package/dist/esm/clusters/icd-management.js +182 -34
- package/dist/esm/clusters/icd-management.js.map +1 -1
- package/dist/esm/clusters/identify.d.ts +12 -1
- package/dist/esm/clusters/identify.d.ts.map +1 -1
- package/dist/esm/clusters/identify.js +13 -2
- package/dist/esm/clusters/identify.js.map +1 -1
- package/dist/esm/clusters/illuminance-measurement.js +1 -1
- package/dist/esm/clusters/illuminance-measurement.js.map +1 -1
- package/dist/esm/clusters/index.d.ts +1 -5
- package/dist/esm/clusters/index.d.ts.map +1 -1
- package/dist/esm/clusters/index.js +3 -15
- package/dist/esm/clusters/index.js.map +1 -1
- package/dist/esm/clusters/joint-fabric-administrator.d.ts +424 -0
- package/dist/esm/clusters/joint-fabric-administrator.d.ts.map +1 -0
- package/dist/esm/clusters/joint-fabric-administrator.js +265 -0
- package/dist/esm/clusters/joint-fabric-administrator.js.map +6 -0
- package/dist/esm/clusters/joint-fabric-datastore.d.ts +1960 -805
- package/dist/esm/clusters/joint-fabric-datastore.d.ts.map +1 -1
- package/dist/esm/clusters/joint-fabric-datastore.js +993 -175
- package/dist/esm/clusters/joint-fabric-datastore.js.map +2 -2
- package/dist/esm/clusters/label.d.ts +9 -6
- package/dist/esm/clusters/label.d.ts.map +1 -1
- package/dist/esm/clusters/label.js +3 -2
- package/dist/esm/clusters/label.js.map +1 -1
- package/dist/esm/clusters/laundry-washer-controls.d.ts +9 -9
- package/dist/esm/clusters/laundry-washer-controls.js +4 -4
- package/dist/esm/clusters/laundry-washer-controls.js.map +1 -1
- package/dist/esm/clusters/laundry-washer-mode.d.ts +2 -2
- package/dist/esm/clusters/level-control.d.ts +11 -15
- package/dist/esm/clusters/level-control.d.ts.map +1 -1
- package/dist/esm/clusters/level-control.js +8 -9
- package/dist/esm/clusters/level-control.js.map +1 -1
- package/dist/esm/clusters/media-playback.d.ts +138 -12
- package/dist/esm/clusters/media-playback.d.ts.map +1 -1
- package/dist/esm/clusters/media-playback.js +41 -4
- package/dist/esm/clusters/media-playback.js.map +1 -1
- package/dist/esm/clusters/messages.d.ts +7 -7
- package/dist/esm/clusters/messages.js +3 -3
- package/dist/esm/clusters/microwave-oven-control.js +4 -4
- package/dist/esm/clusters/microwave-oven-control.js.map +1 -1
- package/dist/esm/clusters/microwave-oven-mode.d.ts +9 -0
- package/dist/esm/clusters/microwave-oven-mode.d.ts.map +1 -1
- package/dist/esm/clusters/microwave-oven-mode.js +3 -0
- package/dist/esm/clusters/microwave-oven-mode.js.map +1 -1
- package/dist/esm/clusters/mode-base.d.ts +31 -2
- package/dist/esm/clusters/mode-base.d.ts.map +1 -1
- package/dist/esm/clusters/mode-base.js +15 -2
- package/dist/esm/clusters/mode-base.js.map +1 -1
- package/dist/esm/clusters/mode-select.d.ts +7 -7
- package/dist/esm/clusters/mode-select.js +2 -2
- package/dist/esm/clusters/network-commissioning.d.ts +259 -201
- package/dist/esm/clusters/network-commissioning.d.ts.map +1 -1
- package/dist/esm/clusters/network-commissioning.js +41 -27
- package/dist/esm/clusters/network-commissioning.js.map +1 -1
- package/dist/esm/clusters/occupancy-sensing.d.ts +14 -20
- package/dist/esm/clusters/occupancy-sensing.d.ts.map +1 -1
- package/dist/esm/clusters/occupancy-sensing.js +4 -6
- package/dist/esm/clusters/occupancy-sensing.js.map +1 -1
- package/dist/esm/clusters/on-off.js +4 -4
- package/dist/esm/clusters/on-off.js.map +1 -1
- package/dist/esm/clusters/operational-credentials.d.ts +367 -77
- package/dist/esm/clusters/operational-credentials.d.ts.map +1 -1
- package/dist/esm/clusters/operational-credentials.js +183 -39
- package/dist/esm/clusters/operational-credentials.js.map +1 -1
- package/dist/esm/clusters/operational-state.d.ts +29 -49
- package/dist/esm/clusters/operational-state.d.ts.map +1 -1
- package/dist/esm/clusters/operational-state.js +7 -10
- package/dist/esm/clusters/operational-state.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.d.ts +54 -22
- package/dist/esm/clusters/ota-software-update-provider.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-provider.js +27 -11
- package/dist/esm/clusters/ota-software-update-provider.js.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.d.ts +12 -10
- package/dist/esm/clusters/ota-software-update-requestor.d.ts.map +1 -1
- package/dist/esm/clusters/ota-software-update-requestor.js +6 -5
- package/dist/esm/clusters/ota-software-update-requestor.js.map +1 -1
- package/dist/esm/clusters/oven-cavity-operational-state.d.ts +5 -5
- package/dist/esm/clusters/oven-cavity-operational-state.js +3 -3
- package/dist/esm/clusters/oven-mode.d.ts +150 -0
- package/dist/esm/clusters/oven-mode.d.ts.map +1 -1
- package/dist/esm/clusters/oven-mode.js +51 -1
- package/dist/esm/clusters/oven-mode.js.map +1 -1
- package/dist/esm/clusters/power-source.d.ts +18 -6
- package/dist/esm/clusters/power-source.d.ts.map +1 -1
- package/dist/esm/clusters/power-source.js +6 -2
- package/dist/esm/clusters/power-source.js.map +1 -1
- package/dist/esm/clusters/pressure-measurement.d.ts +18 -9
- package/dist/esm/clusters/pressure-measurement.d.ts.map +1 -1
- package/dist/esm/clusters/pressure-measurement.js +10 -7
- package/dist/esm/clusters/pressure-measurement.js.map +1 -1
- package/dist/esm/clusters/pump-configuration-and-control.d.ts +46 -37
- package/dist/esm/clusters/pump-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/pump-configuration-and-control.js +15 -12
- package/dist/esm/clusters/pump-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/refrigerator-alarm.d.ts +3 -3
- package/dist/esm/clusters/refrigerator-alarm.js +1 -1
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts +9 -0
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.d.ts.map +1 -1
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js +3 -0
- package/dist/esm/clusters/refrigerator-and-temperature-controlled-cabinet-mode.js.map +1 -1
- package/dist/esm/clusters/resource-monitoring.js +1 -1
- package/dist/esm/clusters/resource-monitoring.js.map +1 -1
- package/dist/esm/clusters/rvc-clean-mode.d.ts +16 -3
- package/dist/esm/clusters/rvc-clean-mode.d.ts.map +1 -1
- package/dist/esm/clusters/rvc-clean-mode.js +5 -1
- package/dist/esm/clusters/rvc-clean-mode.js.map +1 -1
- package/dist/esm/clusters/rvc-operational-state.d.ts +78 -49
- package/dist/esm/clusters/rvc-operational-state.d.ts.map +1 -1
- package/dist/esm/clusters/rvc-operational-state.js +19 -11
- package/dist/esm/clusters/rvc-operational-state.js.map +1 -1
- package/dist/esm/clusters/rvc-run-mode.d.ts +9 -0
- package/dist/esm/clusters/rvc-run-mode.d.ts.map +1 -1
- package/dist/esm/clusters/rvc-run-mode.js +3 -0
- package/dist/esm/clusters/rvc-run-mode.js.map +1 -1
- package/dist/esm/clusters/scenes-management.d.ts +14 -45
- package/dist/esm/clusters/scenes-management.d.ts.map +1 -1
- package/dist/esm/clusters/scenes-management.js +8 -30
- package/dist/esm/clusters/scenes-management.js.map +1 -1
- package/dist/esm/clusters/service-area.d.ts +36 -40
- package/dist/esm/clusters/service-area.d.ts.map +1 -1
- package/dist/esm/clusters/service-area.js +10 -12
- package/dist/esm/clusters/service-area.js.map +1 -1
- package/dist/esm/clusters/smoke-co-alarm.d.ts +4 -9
- package/dist/esm/clusters/smoke-co-alarm.d.ts.map +1 -1
- package/dist/esm/clusters/smoke-co-alarm.js.map +1 -1
- package/dist/esm/clusters/software-diagnostics.d.ts +52 -51
- package/dist/esm/clusters/software-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/software-diagnostics.js +17 -17
- package/dist/esm/clusters/software-diagnostics.js.map +1 -1
- package/dist/esm/clusters/switch.d.ts +20 -17
- package/dist/esm/clusters/switch.d.ts.map +1 -1
- package/dist/esm/clusters/switch.js +9 -8
- package/dist/esm/clusters/switch.js.map +1 -1
- package/dist/esm/clusters/temperature-control.d.ts +18 -9
- package/dist/esm/clusters/temperature-control.d.ts.map +1 -1
- package/dist/esm/clusters/temperature-control.js +7 -4
- package/dist/esm/clusters/temperature-control.js.map +1 -1
- package/dist/esm/clusters/thermostat-user-interface-configuration.d.ts.map +1 -1
- package/dist/esm/clusters/thermostat-user-interface-configuration.js +2 -10
- package/dist/esm/clusters/thermostat-user-interface-configuration.js.map +1 -1
- package/dist/esm/clusters/thermostat.d.ts +406 -420
- package/dist/esm/clusters/thermostat.d.ts.map +1 -1
- package/dist/esm/clusters/thermostat.js +89 -101
- package/dist/esm/clusters/thermostat.js.map +1 -1
- package/dist/esm/clusters/thread-border-router-management.d.ts +9 -9
- package/dist/esm/clusters/thread-border-router-management.js +5 -5
- package/dist/esm/clusters/thread-border-router-management.js.map +1 -1
- package/dist/esm/clusters/thread-network-diagnostics.d.ts +479 -504
- package/dist/esm/clusters/thread-network-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/thread-network-diagnostics.js +171 -181
- package/dist/esm/clusters/thread-network-diagnostics.js.map +1 -1
- package/dist/esm/clusters/thread-network-directory.d.ts +3 -3
- package/dist/esm/clusters/thread-network-directory.js +5 -5
- package/dist/esm/clusters/thread-network-directory.js.map +1 -1
- package/dist/esm/clusters/time-synchronization.d.ts +159 -127
- package/dist/esm/clusters/time-synchronization.d.ts.map +1 -1
- package/dist/esm/clusters/time-synchronization.js +52 -42
- package/dist/esm/clusters/time-synchronization.js.map +1 -1
- package/dist/esm/clusters/unit-localization.d.ts +51 -13
- package/dist/esm/clusters/unit-localization.d.ts.map +1 -1
- package/dist/esm/clusters/unit-localization.js +23 -5
- package/dist/esm/clusters/unit-localization.js.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.d.ts.map +1 -1
- package/dist/esm/clusters/valve-configuration-and-control.js +8 -12
- package/dist/esm/clusters/valve-configuration-and-control.js.map +1 -1
- package/dist/esm/clusters/water-heater-management.d.ts +2 -14
- package/dist/esm/clusters/water-heater-management.d.ts.map +1 -1
- package/dist/esm/clusters/water-heater-management.js +5 -9
- package/dist/esm/clusters/water-heater-management.js.map +1 -1
- package/dist/esm/clusters/water-heater-mode.d.ts +9 -0
- package/dist/esm/clusters/water-heater-mode.d.ts.map +1 -1
- package/dist/esm/clusters/water-heater-mode.js +3 -0
- package/dist/esm/clusters/water-heater-mode.js.map +1 -1
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts +57 -72
- package/dist/esm/clusters/wi-fi-network-diagnostics.d.ts.map +1 -1
- package/dist/esm/clusters/wi-fi-network-diagnostics.js +20 -26
- package/dist/esm/clusters/wi-fi-network-diagnostics.js.map +1 -1
- package/dist/esm/clusters/wi-fi-network-management.d.ts +39 -1
- package/dist/esm/clusters/wi-fi-network-management.d.ts.map +1 -1
- package/dist/esm/clusters/wi-fi-network-management.js +22 -3
- package/dist/esm/clusters/wi-fi-network-management.js.map +1 -1
- package/dist/esm/clusters/window-covering.d.ts +105 -3
- package/dist/esm/clusters/window-covering.d.ts.map +1 -1
- package/dist/esm/clusters/window-covering.js +35 -1
- package/dist/esm/clusters/window-covering.js.map +1 -1
- package/dist/esm/globals/Currency.d.ts +27 -0
- package/dist/esm/globals/Currency.d.ts.map +1 -0
- package/dist/esm/globals/Currency.js +15 -0
- package/dist/esm/globals/Currency.js.map +6 -0
- package/dist/esm/globals/Locationdesc.d.ts +7 -7
- package/dist/esm/globals/Locationdesc.js +5 -5
- package/dist/esm/globals/MeasurementAccuracy.d.ts +5 -5
- package/dist/esm/globals/MeasurementAccuracy.js +3 -3
- package/dist/esm/globals/MeasurementAccuracyRange.d.ts +10 -10
- package/dist/esm/globals/MeasurementAccuracyRange.js +8 -8
- package/dist/esm/globals/MeasurementType.d.ts +14 -2
- package/dist/esm/globals/MeasurementType.d.ts.map +1 -1
- package/dist/esm/globals/MeasurementType.js +3 -0
- package/dist/esm/globals/MeasurementType.js.map +1 -1
- package/dist/esm/globals/Namespace.d.ts +13 -3
- package/dist/esm/globals/Namespace.d.ts.map +1 -1
- package/dist/esm/globals/Namespace.js.map +1 -1
- package/dist/esm/globals/Price.d.ts +30 -0
- package/dist/esm/globals/Price.d.ts.map +1 -0
- package/dist/esm/globals/Price.js +13 -0
- package/dist/esm/globals/Price.js.map +6 -0
- package/dist/esm/globals/Priority.d.ts +1 -1
- package/dist/esm/globals/Semtag.d.ts +9 -9
- package/dist/esm/globals/Semtag.js +7 -7
- package/dist/esm/globals/SoftwareVersionCertificationStatus.d.ts +1 -1
- package/dist/esm/globals/Status.d.ts +24 -5
- package/dist/esm/globals/Status.d.ts.map +1 -1
- package/dist/esm/globals/Status.js +3 -0
- package/dist/esm/globals/Status.js.map +1 -1
- package/dist/esm/globals/ThreeLevelAuto.d.ts +33 -0
- package/dist/esm/globals/ThreeLevelAuto.d.ts.map +1 -0
- package/dist/esm/globals/ThreeLevelAuto.js +16 -0
- package/dist/esm/globals/ThreeLevelAuto.js.map +6 -0
- package/dist/esm/globals/WildcardPathFlags.d.ts +2 -2
- package/dist/esm/globals/WildcardPathFlags.js +1 -1
- package/dist/esm/globals/index.d.ts +3 -1
- package/dist/esm/globals/index.d.ts.map +1 -1
- package/dist/esm/globals/index.js +3 -1
- package/dist/esm/globals/index.js.map +1 -1
- package/package.json +5 -5
- package/src/cluster/mutation/{ElementModifier.ts → ClusterTypeModifier.ts} +9 -9
- package/src/cluster/mutation/MutableCluster.ts +14 -14
- package/src/cluster/mutation/index.ts +1 -1
- package/src/clusters/access-control.ts +26 -21
- package/src/clusters/account-login.ts +16 -16
- package/src/clusters/actions.ts +36 -5
- package/src/clusters/administrator-commissioning.ts +9 -8
- package/src/clusters/air-quality.ts +1 -1
- package/src/clusters/alarm-base.ts +2 -2
- package/src/clusters/application-launcher.ts +7 -3
- package/src/clusters/basic-information.ts +23 -18
- package/src/clusters/boolean-state-configuration.ts +3 -3
- package/src/clusters/bridged-device-basic-information.ts +24 -6
- package/src/clusters/channel.ts +4 -0
- package/src/clusters/color-control.ts +53 -69
- package/src/clusters/commissioner-control.ts +9 -5
- package/src/clusters/concentration-measurement.ts +12 -13
- package/src/clusters/content-control.ts +8 -6
- package/src/clusters/content-launcher.ts +2 -2
- package/src/clusters/descriptor.ts +25 -7
- package/src/clusters/device-energy-management-mode.ts +3 -0
- package/src/clusters/device-energy-management.ts +63 -13
- package/src/clusters/dishwasher-alarm.ts +1 -1
- package/src/clusters/dishwasher-mode.ts +3 -0
- package/src/clusters/door-lock.ts +102 -126
- package/src/clusters/ecosystem-information.ts +59 -31
- package/src/clusters/electrical-energy-measurement.ts +110 -17
- package/src/clusters/electrical-power-measurement.ts +116 -28
- package/src/clusters/energy-evse-mode.ts +3 -0
- package/src/clusters/energy-evse.ts +33 -38
- package/src/clusters/energy-preference.ts +3 -3
- package/src/clusters/ethernet-network-diagnostics.ts +21 -25
- package/src/clusters/fan-control.ts +109 -71
- package/src/clusters/flow-measurement.ts +1 -1
- package/src/clusters/general-commissioning.ts +43 -28
- package/src/clusters/general-diagnostics.ts +14 -14
- package/src/clusters/group-key-management.ts +15 -12
- package/src/clusters/groups.ts +1 -8
- package/src/clusters/icd-management.ts +213 -55
- package/src/clusters/identify.ts +13 -2
- package/src/clusters/illuminance-measurement.ts +1 -1
- package/src/clusters/index.ts +1 -5
- package/src/clusters/joint-fabric-administrator.ts +470 -0
- package/src/clusters/joint-fabric-datastore.ts +1433 -223
- package/src/clusters/label.ts +3 -2
- package/src/clusters/laundry-washer-controls.ts +4 -4
- package/src/clusters/laundry-washer-mode.ts +2 -2
- package/src/clusters/level-control.ts +9 -10
- package/src/clusters/media-playback.ts +45 -4
- package/src/clusters/messages.ts +3 -3
- package/src/clusters/microwave-oven-control.ts +4 -4
- package/src/clusters/microwave-oven-mode.ts +3 -0
- package/src/clusters/mode-base.ts +15 -2
- package/src/clusters/mode-select.ts +3 -3
- package/src/clusters/network-commissioning.ts +57 -31
- package/src/clusters/occupancy-sensing.ts +6 -8
- package/src/clusters/on-off.ts +4 -4
- package/src/clusters/operational-credentials.ts +336 -53
- package/src/clusters/operational-state.ts +7 -10
- package/src/clusters/ota-software-update-provider.ts +27 -11
- package/src/clusters/ota-software-update-requestor.ts +6 -5
- package/src/clusters/oven-cavity-operational-state.ts +3 -3
- package/src/clusters/oven-mode.ts +53 -1
- package/src/clusters/power-source.ts +6 -2
- package/src/clusters/pressure-measurement.ts +10 -7
- package/src/clusters/pump-configuration-and-control.ts +16 -13
- package/src/clusters/refrigerator-alarm.ts +1 -1
- package/src/clusters/refrigerator-and-temperature-controlled-cabinet-mode.ts +3 -0
- package/src/clusters/resource-monitoring.ts +1 -1
- package/src/clusters/rvc-clean-mode.ts +10 -2
- package/src/clusters/rvc-operational-state.ts +70 -15
- package/src/clusters/rvc-run-mode.ts +3 -0
- package/src/clusters/scenes-management.ts +8 -31
- package/src/clusters/service-area.ts +10 -12
- package/src/clusters/smoke-co-alarm.ts +4 -9
- package/src/clusters/software-diagnostics.ts +17 -17
- package/src/clusters/switch.ts +11 -10
- package/src/clusters/temperature-control.ts +7 -4
- package/src/clusters/thermostat-user-interface-configuration.ts +2 -10
- package/src/clusters/thermostat.ts +138 -155
- package/src/clusters/thread-border-router-management.ts +6 -6
- package/src/clusters/thread-network-diagnostics.ts +171 -181
- package/src/clusters/thread-network-directory.ts +5 -5
- package/src/clusters/time-synchronization.ts +56 -44
- package/src/clusters/unit-localization.ts +24 -5
- package/src/clusters/valve-configuration-and-control.ts +8 -12
- package/src/clusters/water-heater-management.ts +5 -9
- package/src/clusters/water-heater-mode.ts +3 -0
- package/src/clusters/wi-fi-network-diagnostics.ts +23 -29
- package/src/clusters/wi-fi-network-management.ts +22 -3
- package/src/clusters/window-covering.ts +35 -1
- package/src/globals/Currency.ts +32 -0
- package/src/globals/Locationdesc.ts +7 -7
- package/src/globals/MeasurementAccuracy.ts +5 -5
- package/src/globals/MeasurementAccuracyRange.ts +10 -10
- package/src/globals/MeasurementType.ts +17 -2
- package/src/globals/Namespace.ts +13 -3
- package/src/globals/Price.ts +30 -0
- package/src/globals/Priority.ts +1 -1
- package/src/globals/Semtag.ts +9 -9
- package/src/globals/SoftwareVersionCertificationStatus.ts +1 -1
- package/src/globals/Status.ts +27 -5
- package/src/globals/ThreeLevelAuto.ts +37 -0
- package/src/globals/WildcardPathFlags.ts +2 -2
- package/src/globals/index.ts +3 -1
- package/dist/cjs/cluster/mutation/ElementModifier.d.ts.map +0 -1
- package/dist/cjs/clusters/ballast-configuration.d.ts +0 -243
- package/dist/cjs/clusters/ballast-configuration.d.ts.map +0 -1
- package/dist/cjs/clusters/ballast-configuration.js +0 -253
- package/dist/cjs/clusters/ballast-configuration.js.map +0 -6
- package/dist/cjs/clusters/joint-fabric-pki.d.ts +0 -172
- package/dist/cjs/clusters/joint-fabric-pki.d.ts.map +0 -1
- package/dist/cjs/clusters/joint-fabric-pki.js +0 -120
- package/dist/cjs/clusters/joint-fabric-pki.js.map +0 -6
- package/dist/cjs/clusters/proxy-configuration.d.ts +0 -79
- package/dist/cjs/clusters/proxy-configuration.d.ts.map +0 -1
- package/dist/cjs/clusters/proxy-configuration.js +0 -73
- package/dist/cjs/clusters/proxy-configuration.js.map +0 -6
- package/dist/cjs/clusters/proxy-discovery.d.ts +0 -98
- package/dist/cjs/clusters/proxy-discovery.d.ts.map +0 -1
- package/dist/cjs/clusters/proxy-discovery.js +0 -79
- package/dist/cjs/clusters/proxy-discovery.js.map +0 -6
- package/dist/cjs/clusters/valid-proxies.d.ts +0 -84
- package/dist/cjs/clusters/valid-proxies.d.ts.map +0 -1
- package/dist/cjs/clusters/valid-proxies.js +0 -68
- package/dist/cjs/clusters/valid-proxies.js.map +0 -6
- package/dist/cjs/globals/Tod.d.ts +0 -41
- package/dist/cjs/globals/Tod.d.ts.map +0 -1
- package/dist/cjs/globals/Tod.js.map +0 -6
- package/dist/esm/cluster/mutation/ElementModifier.d.ts.map +0 -1
- package/dist/esm/clusters/ballast-configuration.d.ts +0 -243
- package/dist/esm/clusters/ballast-configuration.d.ts.map +0 -1
- package/dist/esm/clusters/ballast-configuration.js +0 -233
- package/dist/esm/clusters/ballast-configuration.js.map +0 -6
- package/dist/esm/clusters/joint-fabric-pki.d.ts +0 -172
- package/dist/esm/clusters/joint-fabric-pki.d.ts.map +0 -1
- package/dist/esm/clusters/joint-fabric-pki.js +0 -100
- package/dist/esm/clusters/joint-fabric-pki.js.map +0 -6
- package/dist/esm/clusters/proxy-configuration.d.ts +0 -79
- package/dist/esm/clusters/proxy-configuration.d.ts.map +0 -1
- package/dist/esm/clusters/proxy-configuration.js +0 -53
- package/dist/esm/clusters/proxy-configuration.js.map +0 -6
- package/dist/esm/clusters/proxy-discovery.d.ts +0 -98
- package/dist/esm/clusters/proxy-discovery.d.ts.map +0 -1
- package/dist/esm/clusters/proxy-discovery.js +0 -59
- package/dist/esm/clusters/proxy-discovery.js.map +0 -6
- package/dist/esm/clusters/valid-proxies.d.ts +0 -84
- package/dist/esm/clusters/valid-proxies.d.ts.map +0 -1
- package/dist/esm/clusters/valid-proxies.js +0 -48
- package/dist/esm/clusters/valid-proxies.js.map +0 -6
- package/dist/esm/globals/Tod.d.ts +0 -41
- package/dist/esm/globals/Tod.d.ts.map +0 -1
- package/dist/esm/globals/Tod.js +0 -29
- package/dist/esm/globals/Tod.js.map +0 -6
- package/src/clusters/ballast-configuration.ts +0 -268
- package/src/clusters/joint-fabric-pki.ts +0 -200
- package/src/clusters/proxy-configuration.ts +0 -77
- package/src/clusters/proxy-discovery.ts +0 -90
- package/src/clusters/valid-proxies.ts +0 -90
- 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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
244
|
-
*
|
|
245
|
-
*
|
|
246
|
-
*
|
|
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
|
-
*
|
|
249
|
-
*
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
372
|
-
*
|
|
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
|
|
387
|
-
*
|
|
388
|
-
*
|
|
389
|
-
*
|
|
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
|
|
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
|
|
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
|
|
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:
|
|
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
|
|
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.
|
|
463
|
-
*
|
|
464
|
-
*
|
|
465
|
-
*
|
|
466
|
-
*
|
|
467
|
-
* attribute
|
|
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
|
-
*
|
|
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
|
-
*
|
|
472
|
-
*
|
|
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
|
|
476
|
-
* shall
|
|
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
|
|
489
|
-
*
|
|
490
|
-
*
|
|
491
|
-
*
|
|
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
|
-
*
|
|
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
|
|
502
|
-
*
|
|
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
|
|
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
|
|
527
|
-
*
|
|
528
|
-
*
|
|
529
|
-
*
|
|
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
|
-
*
|
|
532
|
-
*
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
658
|
-
*
|
|
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
|
|
674
|
-
*
|
|
675
|
-
*
|
|
676
|
-
*
|
|
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
|
|
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
|
|
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
|
|
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:
|
|
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
|
|
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.
|
|
752
|
-
*
|
|
753
|
-
*
|
|
754
|
-
*
|
|
755
|
-
*
|
|
756
|
-
* attribute
|
|
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
|
-
*
|
|
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
|
-
*
|
|
761
|
-
*
|
|
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
|
|
765
|
-
* shall
|
|
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
|
|
778
|
-
*
|
|
779
|
-
*
|
|
780
|
-
*
|
|
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
|
-
*
|
|
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
|
|
791
|
-
*
|
|
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
|
|
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
|
|
816
|
-
*
|
|
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
|
-
*
|
|
821
|
-
*
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
947
|
-
*
|
|
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
|
|
963
|
-
*
|
|
964
|
-
*
|
|
965
|
-
*
|
|
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
|
|
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
|
|
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
|
|
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:
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
*/
|