boolean LCN_ShutterMoveDown (int $InstanceID)
InstanceID | ID of the device to be switched |
If the command succeeds, it returns TRUE, otherwise FALSE.
Starts the downward movement of the roller shutter with ID InstanceID.
//Start roller shutter downward movement
LCN_ShutterMoveDown(12345);