« Back to Product

Documentation

ARM_SetAlert

Require: IP-Symcon >= 5.3

 boolean ARM_SetAlert (int $InstanceID, boolean $Value) 

Parameters

InstanceID

ID of the device to be switched

Value

Value to which the alarm is to be switched

Returns

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

Description

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

Example

ARM_SetAlert(12345, false); //Deactivate alarm
Any questions?