This action will turn on/off the device of your choosing.
Developer info
- API endpoint slug
- govee.light_on_off
- Filter code method
- Govee.lightOnOff.skip(string?: reason)
- Runtime method
- runAction("govee.light_on_off", {})
Action fields
Device name Dropdown list
- Label
- Which device?
- Slug
- device_name
- Required
- true
- Can have default value
- false
Light on off Dropdown list
- Label
- on/off
- Slug
- light_on_off
- Required
- true
- Can have default value
- true
- Filter code method
- Govee.lightOnOff.setLightOnOff(string: lightOnOff)