2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-02-01 01:09:47 +00:00

31_Aurora.pm: removed bri from docu

git-svn-id: https://svn.fhem.de/fhem/trunk@21127 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
justme-1968 2020-02-05 12:20:53 +00:00
parent f5ce4c610f
commit 6c9cb157bb

View File

@ -959,8 +959,6 @@ Aurora_Attr($$$;$)
<a name="Aurora_Readings"></a> <a name="Aurora_Readings"></a>
<b>Readings</b> <b>Readings</b>
<ul> <ul>
<li>bri<br>
the brightness reported from the device. the value can be betwen 1 and 254</li>
<li>colormode<br> <li>colormode<br>
the current colormode</li> the current colormode</li>
<li>ct<br> <li>ct<br>
@ -995,8 +993,6 @@ Aurora_Attr($$$;$)
Note: the FS20 compatible dimXX% commands are also accepted.</li> Note: the FS20 compatible dimXX% commands are also accepted.</li>
<li>color &lt;value&gt;<br> <li>color &lt;value&gt;<br>
set colortemperature to &lt;value&gt; kelvin.</li> set colortemperature to &lt;value&gt; kelvin.</li>
<li>bri &lt;value&gt; [&lt;ramp-time&gt;]<br>
set brighness to &lt;value&gt;; range is 0-254.</li>
<li>dimUp [delta]</li> <li>dimUp [delta]</li>
<li>dimDown [delta]</li> <li>dimDown [delta]</li>
<li>ct &lt;value&gt; [&lt;ramp-time&gt;]<br> <li>ct &lt;value&gt; [&lt;ramp-time&gt;]<br>
@ -1025,7 +1021,7 @@ Aurora_Attr($$$;$)
<li>multiple paramters can be set at once separated by <code>:</code><br> <li>multiple paramters can be set at once separated by <code>:</code><br>
Examples:<br> Examples:<br>
<code>set LC on : transitiontime 100</code><br> <code>set LC on : transitiontime 100</code><br>
<code>set bulb on : bri 100 : color 4000</code><br></li> <code>set bulb on : pct 100 : color 4000</code><br></li>
</ul> </ul>
</ul><br> </ul><br>