Documentation
ENO_SetMode
boolean ENO_SetMode (int $InstanceID, int $Value)
Parameters
InstanceID | ID of the Instance of the device to be switched |
Value | 0..5 |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
Sets the mode of the actuator with the ID InstanceID to the value Value.
Value-Value | Description |
---|---|
0 | Default |
1 | Summer Mode |
2 | TestClose |
3 | TestOpen |
4 | Liftset |
5 | Init |
Example
ENO_SetMode(12345, 1); //Actuator is set to summer mode