]> git.basschouten.com Git - openhab-addons.git/commitdiff
Eliminate JsonSyntaxException when restricted_frequency is null (#12876)
authorMark Hilbush <mark@hilbush.com>
Sat, 4 Jun 2022 21:05:17 +0000 (17:05 -0400)
committerGitHub <noreply@github.com>
Sat, 4 Jun 2022 21:05:17 +0000 (23:05 +0200)
Signed-off-by: Mark Hilbush <mark@hilbush.com>
bundles/org.openhab.binding.orbitbhyve/src/main/java/org/openhab/binding/orbitbhyve/internal/model/OrbitBhyveDevice.java

index d40533d4c6987ccb32aee0d52e5e8d2a4b6201a1..2c28bff1d9097a9559257761aefe9dd34c2f4d80 100644 (file)
@@ -54,9 +54,6 @@ public class OrbitBhyveDevice {
 
     JsonObject location = new JsonObject();
 
-    @SerializedName("restricted_frequency")
-    JsonObject restrictedFrequency = new JsonObject();
-
     @SerializedName("suggested_start_time")
     String suggestedStartTime = "";