diff --git a/fhem/CHANGED b/fhem/CHANGED index 799629ca4..83be4f4c6 100644 --- a/fhem/CHANGED +++ b/fhem/CHANGED @@ -1,5 +1,6 @@ # 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 presenced deb package (ping command, systemd) - feature: 93_DbRep: V7.6.1, data with "|" in value are possible to process, attr "sqlCmdHistoryLength" to use sqlCmdHistory list, attr "fetchMarkDuplicates" to highlight multiple data @@ -7,7 +8,7 @@ - new: 88_HMCCURPCPROC: Sub process based RPC server for HMCCU. - feature: 73_PRESENCE: new collectord package (RSSI based room selection for BTLE devices (lepresenced), ping command for - daemon monitoring, systemd service unit + 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 bf943c623..8836ad0a3 100755 --- a/fhem/FHEM/73_PRESENCE.pm +++ b/fhem/FHEM/73_PRESENCE.pm @@ -1512,6 +1512,8 @@ Options: PID file for storing the local process id (Default: /var/run/presenced.pid) -d, --daemon detach from terminal and run as background daemon + -n, --no-timestamps + do not output timestamps in log messages -v, --verbose Print detailed log output -h, --help @@ -1527,8 +1529,7 @@ Options: The presenced is available as:



lepresenced

@@ -1584,6 +1585,8 @@ Options: PID file for storing the local process id (Default: /var/run/collectord.pid) -d, --daemon detach from terminal and run as background daemon + -n, --no-timestamps + do not output timestamps in log messages -v, --verbose Print detailed log output -l, --logfile <logfile> @@ -1855,8 +1858,7 @@ Options: Der presenced ist zum Download verfügbar als:



lepresenced

diff --git a/fhem/contrib/PRESENCE/deb/presenced-1.5.deb b/fhem/contrib/PRESENCE/deb/presenced-1.5.deb new file mode 100644 index 000000000..98e7e4457 Binary files /dev/null and b/fhem/contrib/PRESENCE/deb/presenced-1.5.deb differ