zwave_node_values
List current values of a Z-Wave node, including command class, property, reading, and metadata, excluding configuration parameters.
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 |