zwave_node_config
Retrieve and view all manufacturer-defined configuration parameters for a Z-Wave node, including current value, defaults, and allowed settings.
Instructions
List a node's configuration parameters and their current values.
Returns each manufacturer-defined parameter with its current value, default, allowed range or named states, unit, size, and writeability — the device-specific tuning knobs (LED behavior, report intervals, motion sensitivity, etc.). Set a parameter with zwave_set_config_parameter. 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 |