Lodol Docs

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

ParameterTypeRequiredDescription
light_idstringYesThe ID of the Hue light to adjust.
brightnessnumberYesHow 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

ParameterTypeRequiredDescription
light_idstringYesThe ID of the Hue light to adjust.
color_temperaturenumberYesHow 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

ParameterTypeRequiredDescription
light_idstringYesThe 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

ParameterTypeRequiredDescription
light_idstringYesThe ID of the Hue light to turn on.

Response

{
  "status": "mock_value"
}

On this page