[pioneeravr] Added support for Pioneer VSX-922 AVR (#10328)
Tested all channels and confirmed that they work for this model. Signed-off-by: Nathan Prins <nathanprins@hotmail.com>
This commit is contained in:
parent
0a2a6e738a
commit
506ef2e115
|
@ -32,10 +32,10 @@ public class PioneerAvrBindingConstants {
|
|||
|
||||
public static final String BINDING_ID = "pioneeravr";
|
||||
|
||||
public static final Set<String> SUPPORTED_DEVICE_MODELS = Collections
|
||||
.unmodifiableSet(Stream.of("SC-57", "SC-LX85", "SC-55", "SC-1526", "SC-LX75", "VSX-53", "VSX-1326",
|
||||
"VSX-LX55", "VSX-2021", "VSA-LX55", "VSX-52", "VSX-1126", "VSX-1121", "VSX-51", "VSX-1021",
|
||||
"VSX-1026", "VSA-1021", "VSX-50", "VSX-926", "VSX-921", "VSA-921").collect(Collectors.toSet()));
|
||||
public static final Set<String> SUPPORTED_DEVICE_MODELS = Collections.unmodifiableSet(
|
||||
Stream.of("SC-57", "SC-LX85", "SC-55", "SC-1526", "SC-LX75", "VSX-53", "VSX-1326", "VSX-LX55", "VSX-2021",
|
||||
"VSA-LX55", "VSX-52", "VSX-1126", "VSX-1121", "VSX-51", "VSX-1021", "VSX-1026", "VSA-1021",
|
||||
"VSX-50", "VSX-926", "VSX-921", "VSA-921", "VSX-922").collect(Collectors.toSet()));
|
||||
|
||||
public static final Set<String> SUPPORTED_DEVICE_MODELS2014 = Collections
|
||||
.unmodifiableSet(Stream.of("SC-LX87", "SC-LX77", "SC-LX57", "SC-2023", "SC-1223", "VSX-1123", "VSX-923")
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<label>Pioneer Classic AVR over IP</label>
|
||||
<description>Control a classic Pioneer AVR (SC-57, SC-LX85, SC-55, SC-1526, SC-LX75, VSX-53, VSX-1326, VSX-LX55,
|
||||
VSX-2021, VSA-LX55, VSX-52, VSX-1126, VSX-1121, VSX-51, VSX-1021, VSX-1026, VSA-1021, VSX-50, VSX-926, VSX-921,
|
||||
VSA-921) over IP
|
||||
VSA-921, VSX-922) over IP
|
||||
</description>
|
||||
|
||||
<channel-groups>
|
||||
|
|
Loading…
Reference in New Issue