Skip to content

Commit

Permalink
Fix for NumberFormatException when parsing json (openhab#14308)
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Hilbush <mark@hilbush.com>
  • Loading branch information
mhilbush authored and psmedley committed Feb 23, 2023
1 parent e22a46a commit e9b59f2
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,6 @@ public class OrbitBhyveDevice {
@SerializedName("water_sense_mode")
String waterSenseMode = "";

@SerializedName("wifi_version")
int wifiVersion = 0;

public String getName() {
return name;
}
Expand Down

0 comments on commit e9b59f2

Please sign in to comment.