Discussions
Govee Lights - Get Device State returns incorrect info.
4 months ago by Larry Salomon
If I call /router/api/v1/device/state the returned JSON always indicates that the light is in RGB mode rather than a DIY scene.
Steps to reproduce:
- Set your Govee lights to a DIY scene in Govee Home
- Call https://openapi.api.govee.com/router/api/v1/device/state with the appropriate headers and body
type = devices.capabilities.color_setting, instance = colorRgb always has a value while type = devices.capabilities.dynamic_scene, instance = diyScene is always an empty string even though you just set the lights to be a specific scene in the mobile application.