From 25ec3a33b7bc12ea8188bc9c6eda3237afa47cae Mon Sep 17 00:00:00 2001 From: lolodomo Date: Sun, 18 Aug 2024 13:23:19 +0200 Subject: [PATCH] [freeboxos] Fix command handling for DECT thing type (#17274) Related to comment in #17262 Signed-off-by: Laurent Garnier --- .../binding/freeboxos/internal/api/rest/PhoneManager.java | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bundles/org.openhab.binding.freeboxos/src/main/java/org/openhab/binding/freeboxos/internal/api/rest/PhoneManager.java b/bundles/org.openhab.binding.freeboxos/src/main/java/org/openhab/binding/freeboxos/internal/api/rest/PhoneManager.java index 73bac2d0bc..067c531e83 100644 --- a/bundles/org.openhab.binding.freeboxos/src/main/java/org/openhab/binding/freeboxos/internal/api/rest/PhoneManager.java +++ b/bundles/org.openhab.binding.freeboxos/src/main/java/org/openhab/binding/freeboxos/internal/api/rest/PhoneManager.java @@ -20,6 +20,8 @@ import org.eclipse.jdt.annotation.Nullable; import org.openhab.binding.freeboxos.internal.api.FreeboxException; import org.openhab.binding.freeboxos.internal.api.Response; +import com.google.gson.annotations.SerializedName; + /** * The {@link PhoneManager} is the Java class used to handle api requests related to phone and calls * @@ -38,6 +40,7 @@ public class PhoneManager extends ConfigurableRest