added beacon and udev for rfxcom

This commit is contained in:
=
2020-12-25 13:24:47 +01:00
parent 4b9e15a9e5
commit 643e1ccc64
4 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
beacons:
inotify:
- files:
/dev:
mask:
- create
- delete
exclude:
- /dev/gpiochip3
- /dev/serial
- /dev/ttyUSB0
- /dev/ttyUSB1
- disable_during_state_run: True

View File

@@ -0,0 +1,5 @@
SUBSYSTEM=="tty", \
ACTION=="add", \
DRIVERS=="ftdi_sio", \
ATTRS{interface}=="RFXtrx433", \
SYMLINK+="rfxtrx433"