Get Device State
GET {{govee_base_url}}/devices?device={{example_mac_address}}&model={{example_device}}
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
device | string | MAC address of your device, ie "C6:EA:B8:56:C8:C6:89:BE" | |
model | string | device 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}