mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 18:59:33 +00:00
70_JSONMETER.pm: Docu change
git-svn-id: https://svn.fhem.de/fhem/trunk@4866 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
5f8d8e3db7
commit
e4d312604f
@ -600,7 +600,7 @@ JSONMETER_UpdateAborted($)
|
||||
<li>deviceType 'url': specifies the url path</li>
|
||||
<li>other: can be used to add login information to the url path of predefined devices
|
||||
<br>
|
||||
e.g. <code>?LogName=geheim&LogPSWD=auch_geheim</code></li>
|
||||
e.g. <code>?LogName=secret&LogPSWD=very_secret</code></li>
|
||||
</ul>
|
||||
<li><code>port <number></code>
|
||||
<br>
|
||||
@ -636,7 +636,7 @@ JSONMETER_UpdateAborted($)
|
||||
<li><b>ITF</b> - Eintarifzähler, genutzt von N-ENERGY Netz GmbH (Industrietechnik Fröschle)</li>
|
||||
<li><b>EFR</b> - Stromzähler, genutzt von N-ENERGY Netz GmbH</li>
|
||||
<li><b>url</b> - benutzt die URL, welche durch das Attribut 'pathString' und 'port' definiert wird.</li>
|
||||
<li><b>file</b> - benutzt die Datei, welche durh das Attribut 'pathString' definiert wird (im FHEM Dateisystem)</li>
|
||||
<li><b>file</b> - benutzt die Datei, welche durch das Attribut 'pathString' definiert wird (im FHEM Dateisystem)</li>
|
||||
Das Attribute 'pathString' kann auch benutzt werdne, um Login Information an den URL-Pfad der vordefinierten Geräte anzuhängen.
|
||||
</ul>
|
||||
</li>
|
||||
@ -662,7 +662,7 @@ JSONMETER_UpdateAborted($)
|
||||
<ul>
|
||||
<li><code>jsonFile</code>
|
||||
<br>
|
||||
extracts and shows the json file</li>
|
||||
Liest die JSON-Datei ein und zeigt sie an</li>
|
||||
</ul>
|
||||
<br>
|
||||
|
||||
@ -671,18 +671,18 @@ JSONMETER_UpdateAborted($)
|
||||
<ul>
|
||||
<li><code>doStatistics < 0 | 1 ></code>
|
||||
<br>
|
||||
Calculates statistic values - <i>not implemented yet</i></li>
|
||||
<li><code>pathString <string></code>
|
||||
Berechnet statistische Werte - <i>noch nicht implementiert</i></li>
|
||||
<li><code>pathString <Zeichenkette></code>
|
||||
<ul>
|
||||
<li>deviceType 'file': specifies the local file name and path</li>
|
||||
<li>deviceType 'url': specifies the url path</li>
|
||||
<li>other: can be used to add login information to the url path of predefined devices
|
||||
<li>Gerätetyp 'file': definiert den lokalen Dateinamen und -pfad</li>
|
||||
<li>Gerätetyp 'url': Definiert den URL-Pfad</li>
|
||||
<li>Andere: Kann benutzt werden um Login-Information zum URL Pfad von vordefinerten Geräten hinzuzufügen
|
||||
<br>
|
||||
e.g. <code>?LogName=geheim&LogPSWD=auch_geheim</code></li>
|
||||
e.g. <code>?LogName=geheim&LogPSWD=sehr_geheim</code></li>
|
||||
</ul>
|
||||
<li><code>port <number></code>
|
||||
<li><code>port <Nummer></code>
|
||||
<br>
|
||||
if the deviceType 'url' is selected the url port can be specified here (default is 80)</li>
|
||||
Beim Gerätetyp 'url' kann hier der URL-Port festgelegt werden (standardmässig 80)</li>
|
||||
<li><a href="#readingFnAttributes">readingFnAttributes</a></li>
|
||||
</ul>
|
||||
</ul>
|
||||
|
Loading…
Reference in New Issue
Block a user