added node label for zwave

This commit is contained in:
=
2020-12-25 17:05:06 +01:00
parent 643e1ccc64
commit c4e163f66e
4 changed files with 19 additions and 1 deletions

View File

@@ -10,4 +10,6 @@ beacons:
- /dev/serial
- /dev/ttyUSB0
- /dev/ttyUSB1
- /dev/ttyACM0
- /dev/ttyACM1
- disable_during_state_run: True

View File

@@ -0,0 +1,6 @@
SUBSYSTEM=="tty", \
ACTION=="add", \
DRIVERS=="cdc_acm", \
ATTRS{idProduct}=="0002", \
ATTRS{idVendor}=="1d6b", \
SYMLINK+="zwave"