« Back to Product

Documentation

ENO_ShutterMoveUpEx

Require: IP-Symcon >= 4.2

 boolean ENO_ShutterMoveUpEx (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.

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.

Warning

This function is only supported by Eltako shutters

Example

//Move the roller shutter up for 10.5 seconds
ENO_ShutterMoveUpEx(12345, 10.5);
Any questions?