zwave_associations
Retrieve all Z-Wave associations for a node, grouped by group ID, showing target nodes and endpoints.
Instructions
List a node's current associations, keyed by group id.
Each group maps to a list of association targets ({node_id, endpoint}). 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 |