ph_disabletrigger PowerHome formula function
Description
Disables an enabled PowerHome trigger.
Syntax
ph_disabletrigger ( )
ph_disabletrigger ( as_id )
Argument Description
as_id String (Optional). The ID of the trigger you wish to disable. If this parameter is omitted, the system variable TRIGGER will be used for ID
Return value
Integer. Returns a 0
Examples
The following examples demonstrate typical syntax/usage for this function.
• ph_disabletrigger("LIVROOM_OFF")