2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-10 09:16:53 +00:00

59_GSI.pm: attribute continuous documentation added

git-svn-id: https://svn.fhem.de/fhem/trunk@21379 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
herrmannj 2020-03-08 17:05:14 +00:00
parent 7088951cb9
commit 0dfcbceb54

View File

@ -707,20 +707,24 @@ sub parse {
<a name="GSIattr"></a>
<b>Attributes</b>
<ul>
<a name="cmdStateIcon"></a>
<li>cmdStateIcon<br>
preset to the function
<ul><li><code>{GSI::devStateIcon($name)}</code></li></ul>
and can be advanced to
<ul><li><code>{GSI::devStateIcon($name,'other_valid_svg_icon_name')}</code></li></ul>
The icon will be colored based on share of renewable energy (GSI) available:
<ul>
<li>0..39: black</li>
<li>40..59: orange</li>
<li>60..100: green</li>
</ul><br>
<a name="cmdStateIcon"></a>
<li>cmdStateIcon<br>
preset to the function
<ul><li><code>{GSI::devStateIcon($name)}</code></li></ul>
and can be advanced to
<ul><li><code>{GSI::devStateIcon($name,'other_valid_svg_icon_name')}</code></li></ul>
The icon will be colored based on share of renewable energy (GSI) available:
<ul>
<li>0..39: black</li>
<li>40..59: orange</li>
<li>60..100: green</li>
</ul>
</li>
</ul>
<a name="continuous"></a>
<li>continuous<br>
if set to 0 readings will be updated on hourly base. Otherwise readings will be continuously updated with interpolated values.
</li>
</ul><br>
<a name="GSIschedule"></a>
<b>Consumption schedule</b>