|  Developer
Updated on November 23, 2021

house_modes_switched

  • Sent when house mode transition is initiated, finished or canceled
Edit
FieldsTypeDescription
eventstringName of the event
fromstringId of the mode from which the transition is initiated
tostringId of the mode to which the transition is initiated
statusstringSwitch status
switch_delaystringDelay (in seconds) before the modes are switched
Edit
				
					{
    name = "house_mode_switched",
    from = "1",
    to = "2",
    status = "begin",
    switch_delay = 30
}