- Pest, Mon May 28 19:39:22 MEST 2007

- Added 62_EMEM.pm to support EM1000-EM devices.
  - doc: Update of commandref.htm (typos and EMEM).


git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@67 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
pest
2007-05-28 17:39:59 +00:00
parent 963897dc44
commit b0106b0221
9 changed files with 168 additions and 8 deletions

View File

@@ -672,19 +672,38 @@ split in multiple lines<br><br>
<code>define &lt;name&gt; EMWZ &lt;device-number&gt;</code>
<br><br>
Define up two 4 EM1000WZ attached to the EM1010PC. The device number must
Define up to 4 EM1000WZ attached to the EM1010PC. The device number must
be between 1 and 4 (else you have a differnt device connected to the
EM1010PC). Defining an EMWZ will schedule an internal task, which reads the
status of the device every 5 minutes, and triggers notify/filelog commands.
<br><br>
Examples:
Example:
<ul>
<code>define emwz EMWZ 1</code><br>
</ul>
<br>
</ul>
<a name="EMEM"></a>
<h4>Type EMEM</h4>
<ul>
<code>define &lt;name&gt; EMEM &lt;device-number&gt;</code>
<br><br>
Define up to 4 EM1000EM attached to the EM1010PC. The device number must
be between 5 and 8.
Defining an EMEM will schedule an internal task, which reads the
status of the device every 5 minutes, and triggers notify/filelog commands.
<br>Note: Currently this device does not support a "set" function.
<br><br>
Example:
<ul>
<code>define emem EMEM 5</code><br>
</ul>
<br>
</ul>
<a name="FileLog"></a>
<h4>Type FileLog</h4>