From 75b968429be2c71e50fdf50166d9b028f7dece62 Mon Sep 17 00:00:00 2001 From: Nathan Prins Date: Fri, 26 Mar 2021 10:33:03 -0700 Subject: [PATCH] [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 Signed-off-by: John Marshall --- .../pioneeravr/internal/PioneerAvrBindingConstants.java | 8 ++++---- .../src/main/resources/OH-INF/thing/thing-types.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bundles/org.openhab.binding.pioneeravr/src/main/java/org/openhab/binding/pioneeravr/internal/PioneerAvrBindingConstants.java b/bundles/org.openhab.binding.pioneeravr/src/main/java/org/openhab/binding/pioneeravr/internal/PioneerAvrBindingConstants.java index 46780397657a0..eaa7d7770b18d 100644 --- a/bundles/org.openhab.binding.pioneeravr/src/main/java/org/openhab/binding/pioneeravr/internal/PioneerAvrBindingConstants.java +++ b/bundles/org.openhab.binding.pioneeravr/src/main/java/org/openhab/binding/pioneeravr/internal/PioneerAvrBindingConstants.java @@ -32,10 +32,10 @@ public class PioneerAvrBindingConstants { public static final String BINDING_ID = "pioneeravr"; - public static final Set 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 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 SUPPORTED_DEVICE_MODELS2014 = Collections .unmodifiableSet(Stream.of("SC-LX87", "SC-LX77", "SC-LX57", "SC-2023", "SC-1223", "VSX-1123", "VSX-923") diff --git a/bundles/org.openhab.binding.pioneeravr/src/main/resources/OH-INF/thing/thing-types.xml b/bundles/org.openhab.binding.pioneeravr/src/main/resources/OH-INF/thing/thing-types.xml index 3c0d161a457da..982548115dd05 100644 --- a/bundles/org.openhab.binding.pioneeravr/src/main/resources/OH-INF/thing/thing-types.xml +++ b/bundles/org.openhab.binding.pioneeravr/src/main/resources/OH-INF/thing/thing-types.xml @@ -9,7 +9,7 @@ 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