fixing attributes for YAMAHA_AVR

git-svn-id: https://fhem.svn.sourceforge.net/svnroot/fhem/trunk/fhem@2067 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch
2012-11-03 11:51:35 +00:00
parent 13e245a64f
commit cb03df08e9

View File

@@ -10366,15 +10366,15 @@ volume</pre>
<li><a href="#loglevel">loglevel</a></li> <li><a href="#loglevel">loglevel</a></li>
<li><a href="#event-on-update-reading">event-on-update-reading</a></li> <li><a href="#event-on-update-reading">event-on-update-reading</a></li>
<li><a href="#event-on-change-reading">event-on-change-reading</a></li> <li><a href="#event-on-change-reading">event-on-change-reading</a></li><br>
<li><a name="volume-smooth-change">volume-smooth-change</a><li><br> <li><a name="volume-smooth-change">volume-smooth-change</a></li>
Optional attribute to activate a smooth volume change. Optional attribute to activate a smooth volume change.
<br><br> <br><br>
Possible values: 0 => off , 1 => on Possible values: 0 => off , 1 => on<br><br>
<li><a name="volume-smooth-steps">volume-smooth-steps</a></li><br> <li><a name="volume-smooth-steps">volume-smooth-steps</a></li>
Optional attribute to define the number of volume changes between the Optional attribute to define the number of volume changes between the
current and the desired volume. Default value is 5 steps current and the desired volume. Default value is 5 steps<br><br>
<li><a name="volume-smooth-time">volume-smooth-time</a></li><br> <li><a name="volume-smooth-time">volume-smooth-time</a></li>
Optional attribute to define the time window for the volume smoothing in seconds. Optional attribute to define the time window for the volume smoothing in seconds.
For example the value 2 means the smooth process in general should take 2 seconds. For example the value 2 means the smooth process in general should take 2 seconds.
The value 0 means "as fast as possible". Default value is 0. The value 0 means "as fast as possible". Default value is 0.