Fixed order of zwave/backend.zwave
This commit is contained in:
parent
3429fd6318
commit
4b2507a710
1 changed files with 4 additions and 4 deletions
|
@ -284,10 +284,10 @@ backend.http:
|
||||||
port: 8008
|
port: 8008
|
||||||
|
|
||||||
zwave:
|
zwave:
|
||||||
device: /dev/ttyUSB0
|
enabled: true
|
||||||
|
|
||||||
backend.zwave:
|
backend.zwave:
|
||||||
enabled: true
|
device: /dev/ttyUSB0
|
||||||
```
|
```
|
||||||
|
|
||||||
- Start Platypush (by running `platypush` or through a systemd service) and point your browser
|
- Start Platypush (by running `platypush` or through a systemd service) and point your browser
|
||||||
|
|
Loading…
Reference in a new issue