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