For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
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
200

Device Success Response

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

Last updated

Was this helpful?