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.
+