Update fhem version and add known serial adapter to udev rules
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
toolName="fhem"
|
||||
toolUser="$toolName"
|
||||
toolHome="/opt/fhem"
|
||||
toolVersion="5.9"
|
||||
toolVersion="6.0"
|
||||
toolDpkg="fhem-${toolVersion}.deb"
|
||||
toolUrl="http://fhem.de/$toolDpkg"
|
||||
# default deps listed at https://debian.fhem.de/
|
||||
@@ -78,5 +78,5 @@ step_32() {
|
||||
}
|
||||
systemdConfigLoc="/etc/systemd/system"
|
||||
|
||||
VERSION_SEQREV=9
|
||||
VERSION_SEQREV=11
|
||||
. /usr/local/bin/sequencer.sh
|
||||
|
@@ -4,3 +4,4 @@ SUBSYSTEM=="tty", ATTRS{idVendor}=="03eb", ATTRS{idProduct}=="204b", SYMLINK+="t
|
||||
SUBSYSTEM=="tty", ATTRS{idVendor}=="0658", ATTRS{idProduct}=="0200", SYMLINK+="tty_Zwave"
|
||||
SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", ATTRS{serial}=="A40352S9", SYMLINK+="ttyUSB_RS485"
|
||||
SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", ATTRS{serial}=="A103R0XO", SYMLINK+="ttyUSB_LinkUSBi"
|
||||
SUBSYSTEM=="tty", ATTRS{idVendor}=="0403", ATTRS{idProduct}=="6001", ATTRS{serial}=="FT8YS9UP", SYMLINK+="ttyUSB_Comfoair"
|
||||
|
Reference in New Issue
Block a user