Skip to content

Commit

Permalink
Use auto_uart instead of explicitly listing devices
Browse files Browse the repository at this point in the history
I wasn't aware of this nifty feature! Since not all Z-Wave sticks show
up with the same device identifier (but hopefully all of them are tty devices),
using `auto_uart` (which automatically makes all tty's accessible to the add-on)
should be more flexible.
  • Loading branch information
jkeljo committed Apr 25, 2018
1 parent 3fc732f commit a9ce9a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ozwcp/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@
"description": "Open ZWave Control Panel",
"startup": "application",
"boot": "manual",
"devices": [
"/dev/ttyACM0:/dev/ttyACM0:rwm"
],
"auto_uart": true,
"map": [
"config:rw"
],
Expand Down

0 comments on commit a9ce9a1

Please sign in to comment.