Discussions
Get Devices lists only 1
Am using curl ( from CLI like below and via library ). In both cases, i'm only getting 1 Govee device...the last one added...have turned that device off ( unplugged power ) but it is the only one reported.
Have requested a new API Key, rebooted, etc. but still the 2nd device never shows.
both have LAN on although i'm using the 'new API' as shown below:
$ curl --location https://developer-api.govee.com/v1/devices --header 'Govee-API-Key: XYZ' --header 'Content-Type: application/json'
It returns the expected JSON for ONE device, but not SECOND?
{"data":{"devices":[{"device":"XYZ","model":"H6056","deviceName":"RGBIC TV Light Bars","controllable":true,"properties":{"colorTem":{"range":{"min":2000,"max":9000}}},"retrievable":true,"supportCmds":["turn","brightness","color","colorTem"]}]},"message":"Success","code":200}
Is there something wrong with the curl above? Or any known bugs if a device is off or the order added?
Thanks;