This action will set the light to specified color.
Developer info
- API endpoint slug
 - govee.light_color
 - Filter code method
 - Govee.lightColor.skip(string?: reason)
 - Runtime method
 - runAction("govee.light_color", {})
 
Action fields
Device name Dropdown list
- Label
 - Which device?
 - Slug
 - device_name
 - Required
 - true
 - Can have default value
 - false
 
Light color Dropdown list
- Label
 - Color
 - Slug
 - light_color
 - Required
 - true
 - Can have default value
 - true
 - Filter code method
 - Govee.lightColor.setLight Color(string: light_color)
 
