« Back to Product

Documentation

ARM_SetActive

Require: IP-Symcon >= 5.3

 boolean ARM_SetActive (int $InstanceID, boolean $Value) 

Parameters

InstanceID

ID of the device to be switched

Value

Value to which the module is to be switched

Returns

If the command could be executed successfully, it returns TRUE as result, otherwise FALSE.

Description

Switches the alarming module with the InstanceID InstanceID to the value Value (true = On; false = Off).

Example

ARM_SetActive(12345, true); //Activate Alarmierungsmodul
Any questions?