From 9eb6fe91644f178061bbd498eb8a8740aa4ff6ed Mon Sep 17 00:00:00 2001 From: Artekus Date: Thu, 1 Oct 2020 12:15:30 -0500 Subject: [PATCH] Update README.md with network key requirements Add " The network key must not contain spaces if utilized. " to line 56. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ebb40fa..915b97c 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ The value for `userDir` can be overridden in the settings.js file used by Node-R ##### - **zwave-controller** -This is a [config node](http://nodered.org/docs/creating-nodes/config-nodes) whose job is to hold the necessary data for initializing OpenZWave and act as the encapsulator for access to the OpenZWave API. When you add a 'zwave-in' or 'zwave-out' into your flows, a singleton instance of this node is created in the background, and you need to click on the 'controller' icon, in order to *configure where your ZWave USB controller is connected to* (for example `/dev/ttyUSB0` in Linux) and define a logging level. +This is a [config node](http://nodered.org/docs/creating-nodes/config-nodes) whose job is to hold the necessary data for initializing OpenZWave and act as the encapsulator for access to the OpenZWave API. When you add a 'zwave-in' or 'zwave-out' into your flows, a singleton instance of this node is created in the background, and you need to click on the 'controller' icon, in order to *configure where your ZWave USB controller is connected to* (for example `/dev/ttyUSB0` in Linux) and define a logging level. The network key must not contain spaces if utilized. ##### - **zwave-in**