Site updated at 2017-09-01 14:53:32 UTC

This commit is contained in:
Travis CI 2017-09-01 14:53:32 +00:00
parent 986bfcd6bc
commit d028563f70
29 changed files with 69 additions and 64 deletions

View file

@ -86,6 +86,7 @@
<li>Marantz M-CR603</li>
<li>Marantz M-RC610</li>
<li>Marantz SR5008</li>
<li>Marantz SR6007 - SR6010</li>
<li>Marantz NR1604</li>
<li>Other Denon AVR receivers (untested)</li>
<li>Marantz receivers (experimental)</li>
@ -99,6 +100,7 @@ If you have something else using the IP controller for your Denon AVR 3808CI, su
<span class="s">host</span><span class="pi">:</span> <span class="s">IP_ADDRESS</span>
<span class="s">name</span><span class="pi">:</span> <span class="s">NAME</span>
<span class="s">show_all_sources</span><span class="pi">:</span> <span class="s">True / False</span>
<span class="s">timeout</span><span class="pi">:</span> <span class="s">POSITIVE INTEGER</span>
<span class="s">zones</span><span class="pi">:</span>
<span class="pi">-</span> <span class="s">zone</span><span class="pi">:</span> <span class="s">Zone2 / Zone3</span>
<span class="s">name</span><span class="pi">:</span> <span class="s">NAME</span>
@ -109,6 +111,7 @@ If you have something else using the IP controller for your Denon AVR 3808CI, su
<li><strong>host</strong> (<em>Optional</em>): IP address of the device. Example: 192.168.1.32. If not set, auto discovery is used.</li>
<li><strong>name</strong> (<em>Optional</em>): Name of the device. If not set, friendlyName of receiver is used.</li>
<li><strong>show_all_sources</strong> (<em>Optional</em>): If True all sources are displayed in sources list even if they are marked as deleted in the receiver. If False deleted sources are not displayed (default). Some receivers have a bug that marks all sources as deleted in the interface. In this case this option could help.</li>
<li><strong>timeout</strong> (<em>Optional</em>): Timeout for HTTP requests to the receiver. Defaults to 2 seconds if not provided.</li>
<li><strong>zones</strong> (<em>Optional</em>): List of additional zones to be activated. They are displayed as additional media players with the same functionality Main Zone of the device supports
<ul>
<li><strong>zone</strong>: Zone which should be activated. Valid options are Zone2 and Zone3</li>