mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
Fix for NumberFormatException when parsing json (#14308)
Signed-off-by: Mark Hilbush <mark@hilbush.com>
This commit is contained in:
parent
94969e4c5e
commit
09e85946da
@ -62,9 +62,6 @@ public class OrbitBhyveDevice {
|
||||
@SerializedName("water_sense_mode")
|
||||
String waterSenseMode = "";
|
||||
|
||||
@SerializedName("wifi_version")
|
||||
int wifiVersion = 0;
|
||||
|
||||
public String getName() {
|
||||
return name;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user