Documentation
ENO_ShutterMoveUp
boolean ENO_ShutterMoveUp (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 up until ENO_ShutterStop is executed or the end position is reached.
Example
ENO_ShutterMoveUp(12345);