From 9bb32313b18fd14ae6cbd4324c5b1b76edb147d7 Mon Sep 17 00:00:00 2001 From: markusbloch Date: Mon, 12 Aug 2013 21:57:24 +0000 Subject: [PATCH] FHEM/73_PRESENCE.pm: fixing a mistake in the commandref (thanks to Andrew for reporting) git-svn-id: https://svn.fhem.de/fhem/trunk@3677 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/73_PRESENCE.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fhem/FHEM/73_PRESENCE.pm b/fhem/FHEM/73_PRESENCE.pm index a72078c8d..758ae4359 100755 --- a/fhem/FHEM/73_PRESENCE.pm +++ b/fhem/FHEM/73_PRESENCE.pm @@ -959,12 +959,12 @@ PRESENCE_ProcessAbortedScan($) Checks for a bluetooth device with the help of presenced or collectord. They can be installed where-ever you like, just must be accessible via network. The given device will be checked for presence status.

- define <name> PRESENCE lan-bluetooth <ip-address>[:port] <bluetooth-address> [ <check-interval> ]
+ define <name> PRESENCE lan-bluetooth <bluetooth-address> <ip-address>[:port] [ <check-interval> ]

The default port is 5111 (presenced). Alternatly you can use port 5222 (collectord)

Example

- define iPhone PRESENCE lan-bluetooth 127.0.0.1:5222 0a:4f:36:d8:f9:89

+ define iPhone PRESENCE lan-bluetooth 0a:4f:36:d8:f9:89 127.0.0.1:5222

presenced