hue_api
Make arbitrary Philips Hue CLIP v2 API calls to manage lights, scenes, groups, and bridge resources. Send GET, PUT, POST, or DELETE requests for direct control.
Instructions
Make an arbitrary Philips Hue CLIP v2 API call. This gives full unrestricted access to the Hue API. The path is relative to /route/clip/v2/ (e.g. 'resource/light', 'resource/light/{id}', 'resource/scene', 'resource/grouped_light/{id}', 'resource/room', 'resource/zone', 'resource/bridge'). See https://developers.meethue.com/develop/hue-api-v2/ for full API docs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Optional JSON body for PUT/POST requests | |
| path | Yes | API path after /route/clip/v2/ (e.g. 'resource/light', 'resource/light/{id}', 'resource/scene', 'resource/grouped_light/{id}') | |
| method | Yes | HTTP method |