Eliminate JsonSyntaxException when restricted_frequency is null (#12876)
Signed-off-by: Mark Hilbush <mark@hilbush.com>
This commit is contained in:
@@ -54,9 +54,6 @@ public class OrbitBhyveDevice {
|
|||||||
|
|
||||||
JsonObject location = new JsonObject();
|
JsonObject location = new JsonObject();
|
||||||
|
|
||||||
@SerializedName("restricted_frequency")
|
|
||||||
JsonObject restrictedFrequency = new JsonObject();
|
|
||||||
|
|
||||||
@SerializedName("suggested_start_time")
|
@SerializedName("suggested_start_time")
|
||||||
String suggestedStartTime = "";
|
String suggestedStartTime = "";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user