zwave_set_node_location
Update a Z-Wave node's location label by providing its node ID and the new location string, helping keep device placements organized and accurate within the network.
Instructions
Set a node's location label.
Raises ValueError for an unknown node id.
Args: node_id: The Z-Wave node id, e.g. 5 location: The new location for the node
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes | ||
| location | Yes |