mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Eliminate JsonSyntaxException when restricted_frequency is null (#12876)
Signed-off-by: Mark Hilbush <mark@hilbush.com>
This commit is contained in:
parent
7d782767f9
commit
e40e4bb5d0
@ -54,9 +54,6 @@ public class OrbitBhyveDevice {
|
||||
|
||||
JsonObject location = new JsonObject();
|
||||
|
||||
@SerializedName("restricted_frequency")
|
||||
JsonObject restrictedFrequency = new JsonObject();
|
||||
|
||||
@SerializedName("suggested_start_time")
|
||||
String suggestedStartTime = "";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user