diff --git a/fhem/CHANGED b/fhem/CHANGED index f58a026e2..5c8f2d8fe 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,8 @@ # Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # Do not insert empty lines here, update check depends on it. + - feature: 73_PRESENCE: new collectord package (RSSI based room selection + for BTLE devices (lepresenced), ping command for + daemon monitoring, systemd service unit - bugfix: 93_DbLog: use of uninitialized value $txt if addlog has no value - feature: 33_readingsGroup: added german commandref (by HomeAuto_User) - feature: 10_pilight_ctrl: support bh1750 illuminance sensor diff --git a/fhem/FHEM/73_PRESENCE.pm b/fhem/FHEM/73_PRESENCE.pm index 8fd1b34d8..554694e83 100755 --- a/fhem/FHEM/73_PRESENCE.pm +++ b/fhem/FHEM/73_PRESENCE.pm @@ -1616,7 +1616,7 @@ Options:

@@ -1945,7 +1945,7 @@ Options: diff --git a/fhem/contrib/PRESENCE/deb/collectord-1.8.deb b/fhem/contrib/PRESENCE/deb/collectord-1.8.deb new file mode 100644 index 000000000..37eba1227 Binary files /dev/null and b/fhem/contrib/PRESENCE/deb/collectord-1.8.deb differ