Fix for NumberFormatException when parsing json (#14308)

Signed-off-by: Mark Hilbush <mark@hilbush.com>
pull/14312/head
Mark Hilbush 2023-01-31 14:52:00 -05:00 committed by GitHub
parent 94969e4c5e
commit 09e85946da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -62,9 +62,6 @@ public class OrbitBhyveDevice {
@SerializedName("water_sense_mode") @SerializedName("water_sense_mode")
String waterSenseMode = ""; String waterSenseMode = "";
@SerializedName("wifi_version")
int wifiVersion = 0;
public String getName() { public String getName() {
return name; return name;
} }