fix the previous docu fixes

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@2173 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
markusbloch 2012-11-23 22:42:13 +00:00
parent 465a989a93
commit cec0f23c39

View File

@ -704,7 +704,7 @@ sub YAMAHA_AVR_getInputs($$)
<b>Zone Selection</b><br> <b>Zone Selection</b><br>
<ul> <ul>
If your receiver supports zone selection (e.g. RX-V671, RX-V673,... and the AVANTAGE series) If your receiver supports zone selection (e.g. RX-V671, RX-V673,... and the AVANTAGE series)
you can select the zone which should be controlled. The RX-V4xx and RX-V3xx series for example you can select the zone which should be controlled. The RX-V3xx and RX-V4xx series for example
just have a "Main Zone" (which is the whole receiver itself). In general you have the following just have a "Main Zone" (which is the whole receiver itself). In general you have the following
possibilities for the parameter &lt;zone&gt; (depending on your receiver model).<br><br> possibilities for the parameter &lt;zone&gt; (depending on your receiver model).<br><br>
<ul> <ul>
@ -727,8 +727,8 @@ sub YAMAHA_AVR_getInputs($$)
define AV_Receiver_Zone2 YAMAHA_AVR 192.168.0.10 zone2 define AV_Receiver_Zone2 YAMAHA_AVR 192.168.0.10 zone2
attr AV_Receiver_Zone2 room Bedroom attr AV_Receiver_Zone2 room Bedroom
</PRE> </PRE>
For each Zone you will need an own YAMAHA_AVr device, which can be assigned to a different room. For each Zone you will need an own YAMAHA_AVR device, which can be assigned to a different room.
Each zone can be controlled separatly from all other available zones. Each zone can be controlled separatly from all other available zones.
<br><br> <br><br>
</ul> </ul>