Update fhem version and add known serial adapter to udev rules

This commit is contained in:
2020-10-01 14:08:06 +02:00
parent d714c6b7f9
commit f5d672f609
2 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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"