mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
[denonmarantz] doc: added note for later models (#9066)
Added note for later models >= 2016.
This commit is contained in:
parent
89e0771884
commit
de04ad0dde
@ -7,7 +7,7 @@ This binding integrates Denon & Marantz AV receivers by using either Telnet or a
|
||||
This binding supports Denon and Marantz receivers having a Telnet interface or a web based controller at `http://<AVR IP address>/`.
|
||||
The thing type for all of them is `avr`.
|
||||
|
||||
Tested models: Marantz SR5008, Denon AVR-X2000 / X3000 / X1200W / X2100W / X2200W / X3100W / X3300W
|
||||
Tested models: Marantz SR5008, Denon AVR-X2000 / X3000 / X1200W / X2100W / X2200W / X3100W / X3300W / X4400H
|
||||
|
||||
Denon models with HEOS support (`AVR-X..00H`) do not support the HTTP API. They do support Telnet.
|
||||
During Discovery this is auto-detected and configured.
|
||||
@ -31,9 +31,11 @@ There are more parameters which all have defaults set.
|
||||
| zoneCount | [1, 2, 3 or 4] | 2 |
|
||||
| telnetEnabled | true, false | false |
|
||||
| telnetPort | port number, e.g. 23 | 23 |
|
||||
| httpPort | port number, e.g. 80 | 80 |
|
||||
| httpPort | port number, e.g. 80 | 80 (1) |
|
||||
| httpPollingInterval | polling interval in seconds (minimal 5) | 5 |
|
||||
|
||||
(1) Models >= 2016 use port 8080 and have a slightly different API
|
||||
|
||||
## Channels
|
||||
|
||||
The DenonMarantz AVR supports the following channels (some channels are model specific):
|
||||
|
Loading…
Reference in New Issue
Block a user