zwave_association_groups
Retrieve a Z-Wave node's association groups, including max nodes, lifeline and multi-channel flags, and labels. Use to identify the correct group for adding associations.
Instructions
List a node's association groups and their capabilities.
Returns each group id mapped to its max node count, lifeline flag, multi-channel flag, and label. Use this to find the group to pass to zwave_add_association. Raises ValueError for an unknown node id.
Args: node_id: The source Z-Wave node id, e.g. 5 endpoint: Optional endpoint index (defaults to the root device)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | ||
| endpoint | No |