You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adding a Reconnect Rate to improve connectivity for the thing in case of weak wifi signal and automatically reconnect the thing.
Signed-off-by: chingon007 <[email protected]>
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.haassohnpelletstove/src/main/java/org/openhab/binding/haassohnpelletstove/internal/HaasSohnpelletstoveConfiguration.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.haassohnpelletstove/src/main/java/org/openhab/binding/haassohnpelletstove/internal/HaasSohnpelletstoveHandler.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.haassohnpelletstove/src/main/java/org/openhab/binding/haassohnpelletstove/internal/HaasSohnpelletstoveJSONCommunication.java
+34-73
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,7 @@
26
26
importorg.slf4j.LoggerFactory;
27
27
28
28
importcom.google.gson.Gson;
29
+
importcom.google.gson.JsonSyntaxException;
29
30
30
31
/**
31
32
* This class handles the JSON communication with the Wifi Modul of the Stove
@@ -52,105 +53,65 @@ public HaasSohnpelletstoveJSONCommunication() {
52
53
/**
53
54
* Refreshes the oven Connection with the internal oven token.
54
55
*
55
-
* @param message Message object to pass errors to the calling method.
56
-
* @param thingUID Thing UID for logging purposes
57
-
* @return true if no error occurred, false otherwise.
56
+
* @return an empty string if no error occurred, the error message otherwise.
Copy file name to clipboardexpand all lines: bundles/org.openhab.binding.haassohnpelletstove/src/main/java/org/openhab/binding/haassohnpelletstove/internal/Helper.java
0 commit comments