Documentation
ENO_SetFanStage
boolean ENO_SetFanStage (int $InstanceID, int $FanStage)
Parameters
| InstanceID | ID of the Instance of the device to be switched |
| FanStage | 0..4 |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
Sets the FanStage of the device with the ID InstanceID to the value Fanstage.
| Fanstage value | Description |
|---|---|
| 0 | off |
| 1 | low |
| 2 | medium |
| 3 | high |
| 4 | automatic |
This function can only be used with EnOcean Thanos instances.
Example
ENO_SetFanStage(12345, 4); //Device is set to automatic