Get Device State

GET {{govee_base_url}}/devices?device={{example_mac_address}}&model={{example_device}}

Request Params

KeyDatatypeRequiredDescription
devicestringMAC address of your device, ie "C6:EA:B8:56:C8:C6:89:BE"
modelstringdevice string, ie "H6076", MUST match the MAC address of "device"

RESPONSES

status: OK

{"data":{"device":"C6:EA:B8:56:C8:C6:89:BE","model":"H6076","properties":[{"online":true},{"powerState":"on"},{"brightness":100},{"color":{"r":255,"b":55,"g":108}}]},"message":"Success","code":200}