diff --git a/fhem/CHANGED b/fhem/CHANGED index b7bcd3697..64265d54d 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: PRESENCE: added lepresenced to commandref (by PatrickR) - feature: PRESENCE: new attribute bluetooth_hci_device to select a specific bluetooth sender for presence checking (only for mode "local-bluetooth") diff --git a/fhem/FHEM/73_PRESENCE.pm b/fhem/FHEM/73_PRESENCE.pm index c8dff4aff..968e6c691 100755 --- a/fhem/FHEM/73_PRESENCE.pm +++ b/fhem/FHEM/73_PRESENCE.pm @@ -1203,7 +1203,7 @@ PRESENCE_ProcessState($$) It listens on TCP port 5111 for incoming connections from a FHEM PRESENCE instance or a running collectord.
 Usage:
-  presenced -d [-p <port>] [-P <filename>]
+  presenced [-d] [-p <port>] [-P <filename>]
   presenced [-h | --help]
 
 
@@ -1232,6 +1232,39 @@ Options:
     
  • .deb package for Debian (noarch): presenced-1.4.deb
  • .deb package for Raspberry Pi (raspbian): presenced-rpi-1.4.deb
  • +

    + lepresenced

    +

    collectord