From 9f2336d1c6da04e8ae2dff5985ddd94c998efc81 Mon Sep 17 00:00:00 2001
From: markusbloch <>
Date: Sun, 22 Nov 2015 14:14:42 +0000
Subject: [PATCH] PRESENCE: changing %NAME,... to $NAME,... in commandref for
feature level 5.7
git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@9970 2b470e98-0d58-463d-a4d8-8e2adae1ed80
---
FHEM/73_PRESENCE.pm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/FHEM/73_PRESENCE.pm b/FHEM/73_PRESENCE.pm
index a952050bc..8e977fcb6 100755
--- a/FHEM/73_PRESENCE.pm
+++ b/FHEM/73_PRESENCE.pm
@@ -1256,9 +1256,9 @@ Options:
When executing the powerCmd (set command: power) following placeholders will be replaced by there corresponding values:
%NAME
- name of the PRESENCE definition%ADDRESS
- the address of the PRESENCE definition as given in the define statement%ARGUMENT
- the argument given to the power set command (e.g. "on" or "off)$NAME
- name of the PRESENCE definition$ADDRESS
- the address of the PRESENCE definition as given in the define statement$ARGUMENT
- the argument given to the power set command (e.g. "on" or "off)%NAME
- Name der PRESENCE-Definition%ADDRESS
- Die überwachte Addresse der PRESENCE Definition, wie sie im define-Befehl angegeben wurde.%ARGUMENT
- Das Argument, was dem Set-Befehl "power" übergeben wurde. (z.B. "on" oder "off")$NAME
- Name der PRESENCE-Definition$ADDRESS
- Die überwachte Addresse der PRESENCE Definition, wie sie im define-Befehl angegeben wurde.$ARGUMENT
- Das Argument, was dem Set-Befehl "power" übergeben wurde. (z.B. "on" oder "off")