house_modes_switched
- Sent when house mode transition is initiated, finished or canceled
Edit
Fields | Type | Description |
---|---|---|
event | string | Name of the event |
from | string | Id of the mode from which the transition is initiated |
to | string | Id of the mode to which the transition is initiated |
status | string | Switch status |
switch_delay | string | Delay (in seconds) before the modes are switched |
Edit
{
name = "house_mode_switched",
from = "1",
to = "2",
status = "begin",
switch_delay = 30
}