This action will turn off the system, and either resume or disable the schedule.
- API endpoint slug
- celebright.turn_off
- Filter code method
- Celebright.turnOff.skip(string?: reason)
- Runtime method
- runAction("celebright.turn_off", {})
Action fields
- Label
- Which Device?
- Helper text
- select the device to control
- Slug
- device
- Required
- true
- Can have default value
- false
- Label
- Resume Schedule? or Turn Off and Disable Schedule?
- Helper text
- Resume schedule will run scheduled events in the device calendar. Disable Schedule will leave the lights off until another user interaction.
- Slug
- resume_schedule
- Required
- false
- Can have default value
- true
- Filter code method
- Celebright.turnOff.setResumeSchedule(string: resumeSchedule)