boolean IPS_SetEventTriggerValue (int $EventID, variant $TriggerValue)
EventID | ID of the event to be changed |
TriggerValue | Value/ type, depending on TriggerVariableID |
If the command succeeds, it returns TRUE, otherwise FALSE.
Indicates the value/threshold at which the event should be run.
The TriggerType of the event must be set to:
The limit must be specified as the correct type. Otherwise the comparison may fail or be triggered unexpectedly.
IPS_SetEventTriggerValue($EventID, true); //Trigger only for TRUE values