2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-04-07 19:04:20 +00:00

getstate added

git-svn-id: https://svn.fhem.de/fhem/trunk@326 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2009-01-12 09:22:33 +00:00
parent d2d24b3857
commit 04c05dfe1a

View File

@ -24,6 +24,7 @@
<a href="#delete">delete</a> &nbsp;
<a href="#deleteattr">deleteattr</a> &nbsp;
<a href="#get">get</a> &nbsp;
<a href="#getstate">getstate</a> &nbsp;
<a href="#help">?,help</a> &nbsp;
<a href="#include">include</a> &nbsp;
<a href="#inform">inform</a> &nbsp;
@ -409,6 +410,29 @@ A line ending with \ will be concatenated with the next one, so long lines
</ul>
<a name="getstate"></a>
<h3>getstate</h3>
<ul>
<code>getstate &lt;devspec&gt;</code>
<br><br>
Output a short space seperated status for &lt;devspec&gt;. It is useful for
monitoring the device in e.g. Cacti.<br>
Examples:
<ul>
<pre><code> getstate lamp
state:1
getstate fl
ack:0 actuator:2 day-temp:21.5 desired-temp:22.5 [...] measured-temp:22.9 [...]
</code></pre>
</ul>
Note: to use this command copy the file contrib/getstate/99_getstate.pm into
you FHEM directory.
<br>
</ul>
<a name="include"></a>
<h3>include</h3>
<ul>