Skip to content

Commit

Permalink
docs: added small info about configuration (#3622)
Browse files Browse the repository at this point in the history
  • Loading branch information
spacemanspiff2007 authored Feb 27, 2024
1 parent fa37244 commit 4ecf1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Enable this to use Z-Wave JS UI as only a Control Panel

- `mqtt_prefix`: the prefix set in MQTT settings
- `node_location`: location of the Z-Wave node (optional)
- `node_name`: name of the node, if not set it will be `nodeID_<node_id>`
- `node_name`: name of the node, if not set it will be `nodeID_<node_id>`. Can also be configured to only be the `nodeId`.
- `class_name`: the valueId command class name corresponding to the given command class number or `unknownClass_<class_id>` if the class name is not known
- `?endpoint`: Used only with multi-instance devices. Endpoints, other than the main endpoint (0), will have: `endpoint_<endpoint>`
- `propertyName`: the value [propertyName](https://zwave-js.github.io/node-zwave-js/#/api/valueid)
Expand Down

0 comments on commit 4ecf1e6

Please sign in to comment.