Skip to content

Commit

Permalink
[pioneeravr] Added support for Pioneer VSX-922 AVR (openhab#10328)
Browse files Browse the repository at this point in the history
Tested all channels and confirmed that they work for this model.

Signed-off-by: Nathan Prins <[email protected]>
  • Loading branch information
nathanprins authored and computergeek1507 committed Jul 13, 2021
1 parent 2a9122d commit 1990e68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 1990e68

Please sign in to comment.