Documentation
ENO_ShutterMoveDownEx
Require: IP-Symcon >= 4.2
boolean ENO_ShutterMoveDownEx (int $InstanceID, float $Runtime)
Parameters
InstanceID | ID of the Instance of the device to be switched |
Runtime | How long the roller shutter should run for in seconds. (0 - 6535.5) |
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 runtime Runtime has expired.
This function is only supported by Eltako shutters
Example
//Move the roller shutter down for 10.5 seconds
ENO_ShutterMoveDownEx(12345, 10.5);