Device Power

API to manage device power services. These are offered by battery powered devices. The update endpoint (e.g. PUT) was intentionally not implemented.

List device powers

get

List all available device powers

Authorizations
hue-application-keystringRequired
Responses
chevron-right
200

Device Power Success Response

application/json
get
/clip/v2/resource/device_power

Get device power

get

Get power details of a single device from its given {deviceId}.

Authorizations
hue-application-keystringRequired
Path parameters
deviceIdstringRequired

ID of the device

Responses
chevron-right
200

Device Success Response

application/json
get
/clip/v2/resource/device_power/{deviceId}

Last updated

Was this helpful?