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 | The ID of the Hue light to adjust. |
brightness | number | Yes | How bright the light should be, from 0 to 100 percent. |
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 | The ID of the Hue light to adjust. |
color_temperature | number | Yes | How warm or cool the light looks, in mirek: 153 is cool daylight (6500K) and 500 is warm candlelight (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 | The ID of the Hue light to turn off. |
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 | The ID of the Hue light to turn on. |
Response
{
"status": "mock_value"
}