change_hue_light
Control Philips Hue lights by adjusting brightness, color hue, saturation, and turning them on or off using the Hue MCP Server.
Instructions
Change the state of a Philips Hue light.
Args: light_id: The ID of the light to control (1-based index) brightness: Brightness level (0-254), where 0 is minimum and 254 is maximum hue: Hue color value (0-65535), where 0 and 65535 are red, 25500 is green, and 46920 is blue saturation: Color saturation (0-254), where 0 is white and 254 is most saturated on: Turn the light on (True) or off (False)
Returns: A message indicating the result of the operation
Input Schema
Name | Required | Description | Default |
---|---|---|---|
brightness | No | ||
hue | No | ||
light_id | Yes | ||
on | No | ||
saturation | No |