From 04c05dfe1a7fb7fa245ca4c5193f8fe13383adda Mon Sep 17 00:00:00 2001 From: rudolfkoenig <> Date: Mon, 12 Jan 2009 09:22:33 +0000 Subject: [PATCH] getstate added git-svn-id: https://svn.fhem.de/fhem/trunk@326 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/docs/commandref.html | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/fhem/docs/commandref.html b/fhem/docs/commandref.html index b7a8ad754..12de64fc2 100644 --- a/fhem/docs/commandref.html +++ b/fhem/docs/commandref.html @@ -24,6 +24,7 @@ delete deleteattr get + getstate ?,help include inform @@ -409,6 +410,29 @@ A line ending with \ will be concatenated with the next one, so long lines + +
getstate <devspec>
+ getstate lamp
+ state:1
+
+ getstate fl
+ ack:0 actuator:2 day-temp:21.5 desired-temp:22.5 [...] measured-temp:22.9 [...]
+
+
+ Note: to use this command copy the file contrib/getstate/99_getstate.pm into
+ you FHEM directory.
+