Philips Hue
API actions for the Philips Hue integration.
Philips Hue
Control Philips Hue lights and scenes.
Set light brightness
Adjust the brightness level of a Philips Hue light.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
light_id | string | Yes | Hue light identifier |
brightness | number | Yes | Brightness percentage (0-100) |
Response
{
"status": "mock_value"
}Set color temperature
Change the color temperature of a Philips Hue light.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
light_id | string | Yes | Hue light identifier |
color_temperature | number | Yes | Color temperature in mirek (153=cool/6500K, 500=warm/2000K) |
Response
{
"status": "mock_value"
}Turn off a light
Switch off a Philips Hue light by ID.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
light_id | string | Yes | Hue light identifier |
Response
{
"status": "mock_value"
}Turn on a light
Switch on a Philips Hue light by ID.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
light_id | string | Yes | Hue light identifier |
Response
{
"status": "mock_value"
}