This Action will turn on, turn off or toggle your lights.
Developer info
- API endpoint slug
 - cololight.on_off
 - Filter code method
 - Cololight.onOff.skip(string?: reason)
 - Runtime method
 - runAction("cololight.on_off", {})
 
Action fields
Deviceid Dropdown list
- Label
 - Which lights?
 - Slug
 - deviceId
 - Required
 - true
 - Can have default value
 - false
 
Value Dropdown list
- Label
 - On, off or toggle?
 - Slug
 - value
 - Required
 - true
 - Can have default value
 - true
 - Filter code method
 - Cololight.onOff.setValue(string: value)
 
