boolean ZW_ThermostatFanModeSet (int $InstanceID, int $FanMode)
InstanceID | Device ID |
FanMode | 0..255 |
If the command succeeds, it returns TRUE, otherwise FALSE.
Sets the FanMode FanMode from the specified device with the InstanceID InstanceID
FanMode | Integer-Value |
---|---|
AutoLow | 0 |
OnLow | 1 |
AutoHigh | 2 |
OnHigh | 3 |
ZW_ThermostatFanModeSet(12345,1); //e.g. Switches the FanMode to OnLow