zwave_remove_association
Remove a Z-Wave association from a source node's group to a target node, specifying group identifier and optional endpoints.
Instructions
Remove an association from a source node's group to a target node.
Raises ValueError for an unknown source node id.
Args: node_id: The source Z-Wave node id, e.g. 5 group: The association group id on the source node target_node_id: The associated node id to remove from the group source_endpoint: Optional source endpoint (defaults to the root device) target_endpoint: Optional target endpoint (defaults to the root device)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | Yes | ||
| node_id | Yes | ||
| target_node_id | Yes | ||
| source_endpoint | No | ||
| target_endpoint | No |