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_idstringYesHue light identifier
brightnessnumberYesBrightness percentage (0-100)

Response

{
  "status": "mock_value"
}

Set color temperature

Change the color temperature of a Philips Hue light.

Parameters

ParameterTypeRequiredDescription
light_idstringYesHue light identifier
color_temperaturenumberYesColor 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

ParameterTypeRequiredDescription
light_idstringYesHue light identifier

Response

{
  "status": "mock_value"
}

Turn on a light

Switch on a Philips Hue light by ID.

Parameters

ParameterTypeRequiredDescription
light_idstringYesHue light identifier

Response

{
  "status": "mock_value"
}

On this page