zwave_node_values
Retrieve the current values, metadata, and properties of a Z-Wave node by providing its node ID, helping identify live sensor readings, states, units, and writable endpoints for network monitoring.
Instructions
List a node's current values (excluding configuration parameters).
Returns each value's id, command class, endpoint, property, current reading, and metadata (label, unit, type, range, states, writeability). Configuration parameters are reported separately by zwave_node_config. Raises ValueError if the node id is unknown.
Args: node_id: The Z-Wave node id, e.g. 5
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |