PRESENCE/presenced: new presence deb package for ping command (Forum: #83477), systemd unit file

git-svn-id: https://svn.fhem.de/fhem/trunk@16043 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch 2018-01-29 17:09:12 +00:00
parent 12ebcb5bd6
commit e407c465d5
3 changed files with 8 additions and 5 deletions

View File

@ -1,5 +1,6 @@
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide. # 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. # 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, - feature: 93_DbRep: V7.6.1, data with "|" in value are possible to process,
attr "sqlCmdHistoryLength" to use sqlCmdHistory list, attr "sqlCmdHistoryLength" to use sqlCmdHistory list,
attr "fetchMarkDuplicates" to highlight multiple data attr "fetchMarkDuplicates" to highlight multiple data
@ -7,7 +8,7 @@
- new: 88_HMCCURPCPROC: Sub process based RPC server for HMCCU. - new: 88_HMCCURPCPROC: Sub process based RPC server for HMCCU.
- feature: 73_PRESENCE: new collectord package (RSSI based room selection - feature: 73_PRESENCE: new collectord package (RSSI based room selection
for BTLE devices (lepresenced), ping command for 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 - bugfix: 93_DbLog: use of uninitialized value $txt if addlog has no value
- feature: 33_readingsGroup: added german commandref (by HomeAuto_User) - feature: 33_readingsGroup: added german commandref (by HomeAuto_User)
- feature: 10_pilight_ctrl: support bh1750 illuminance sensor - feature: 10_pilight_ctrl: support bh1750 illuminance sensor

View File

@ -1512,6 +1512,8 @@ Options:
PID file for storing the local process id (Default: /var/run/presenced.pid) PID file for storing the local process id (Default: /var/run/presenced.pid)
-d, --daemon -d, --daemon
detach from terminal and run as background daemon detach from terminal and run as background daemon
-n, --no-timestamps
do not output timestamps in log messages
-v, --verbose -v, --verbose
Print detailed log output Print detailed log output
-h, --help -h, --help
@ -1527,8 +1529,7 @@ Options:
The presenced is available as:<br><br> The presenced is available as:<br><br>
<ul> <ul>
<li>direct perl script file: <a href="https://svn.fhem.de/trac/export/HEAD/trunk/fhem/contrib/PRESENCE/presenced" target="_new">presenced</a></li> <li>direct perl script file: <a href="https://svn.fhem.de/trac/export/HEAD/trunk/fhem/contrib/PRESENCE/presenced" target="_new">presenced</a></li>
<li>.deb package for Debian (noarch): <a href="https://svn.fhem.de/trac/export/HEAD/trunk/fhem/contrib/PRESENCE/deb/presenced-1.4.deb" target="_new">presenced-1.4.deb</a></li> <li>.deb package for Debian/Raspbian (noarch): <a href="https://svn.fhem.de/trac/export/HEAD/trunk/fhem/contrib/PRESENCE/deb/presenced-1.5.deb" target="_new">presenced-1.5.deb</a></li>
<li>.deb package for Raspberry Pi (raspbian): <a href="https://svn.fhem.de/trac/export/HEAD/trunk/fhem/contrib/PRESENCE/deb/presenced-rpi-1.4.deb" target="_new">presenced-rpi-1.4.deb</a></li>
</ul> </ul>
</ul><br><br> </ul><br><br>
<u>lepresenced</u><br><br> <u>lepresenced</u><br><br>
@ -1584,6 +1585,8 @@ Options:
PID file for storing the local process id (Default: /var/run/collectord.pid) PID file for storing the local process id (Default: /var/run/collectord.pid)
-d, --daemon -d, --daemon
detach from terminal and run as background daemon detach from terminal and run as background daemon
-n, --no-timestamps
do not output timestamps in log messages
-v, --verbose -v, --verbose
Print detailed log output Print detailed log output
-l, --logfile &lt;logfile&gt; -l, --logfile &lt;logfile&gt;
@ -1855,8 +1858,7 @@ Options:
Der presenced ist zum Download verf&uuml;gbar als:<br><br> Der presenced ist zum Download verf&uuml;gbar als:<br><br>
<ul> <ul>
<li>Perl Skript: <a href="https://svn.fhem.de/trac/export/HEAD/trunk/fhem/contrib/PRESENCE/presenced" target="_new">presenced</a></li> <li>Perl Skript: <a href="https://svn.fhem.de/trac/export/HEAD/trunk/fhem/contrib/PRESENCE/presenced" target="_new">presenced</a></li>
<li>.deb Paket f&uuml;r Debian (architekturunabh&auml;ngig): <a href="https://svn.fhem.de/trac/export/HEAD/trunk/fhem/contrib/PRESENCE/deb/presenced-1.4.deb" target="_new">presenced-1.4.deb</a></li> <li>.deb Paket f&uuml;r Debian/Raspbian (architekturunabh&auml;ngig): <a href="https://svn.fhem.de/trac/export/HEAD/trunk/fhem/contrib/PRESENCE/deb/presenced-1.5.deb" target="_new">presenced-1.5.deb</a></li>
<li>.deb Paket f&uuml;r Raspberry Pi (raspbian): <a href="https://svn.fhem.de/trac/export/HEAD/trunk/fhem/contrib/PRESENCE/deb/presenced-rpi-1.4.deb" target="_new">presenced-rpi-1.4.deb</a></li>
</ul> </ul>
</ul><br><br> </ul><br><br>
<u>lepresenced</u><br><br> <u>lepresenced</u><br><br>

Binary file not shown.