Documentation
ENO_ShutterMoveDown
boolean ENO_ShutterMoveDown (int $InstanceID)
Parameters
InstanceID | ID of the Instance of the device to be switched |
Returns
If the command succeeds, it returns TRUE, otherwise FALSE.
Description
Moves the roller shutter with the ID InstanceID down until ENO_ShutterStop is executed or the end position is reached.
Example
ENO_ShutterMoveDown(12345);