Discussions
Govee API returning no devices
about 1 month ago by Chase
I just received my API key and made a call to /devices
, however, even though receiving a 200, the data.devices
is an empty array
{
"data": {
"devices": []
},
"message": "Success",
"code": 200
}
I have two wifi-enabled devices connected to my account that I can see/control in app:
- H607C (light)
- H6604 (sync-box 2)
Why would the API not return either of these devices? What else needs to be configured?