Requires: IP-Symcon >= 4.2
boolean ENO_ShutterMoveUpEx (integer $InstanceID, float $Runtime)
InstanceID | ID of the Instance of the device to be switched |
Runtime | How long the roller shutter should run for in seconds. |
If the command succeeds, it returns TRUE, otherwise FALSE. |
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
//Move the roller shutter up for 10.5 seconds ENO_ShutterMoveUpEx(12345, 10.5);