create_group
Create a new light group to organize and control multiple lights together. Provide a display name and optionally specify light IDs to include in the group.
Instructions
Create a new light group.
Args: name: Display name for the group. light_ids: Optional list of light IDs to add initially (e.g. ["1", "3", "5"]).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| light_ids | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |