Group Location
Explore Plans
Mobile menu Close menu
Govee HomeGovee Home

Turns on/off

This action will turn on/off the device of your choosing.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This action will turn on/off the device of your choosing.
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)