Related to comment in #17262
Signed-off-by: Laurent Garnier <lg.hc@free.fr>
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
*
}
private enum NetworkStatus {
+ @SerializedName("working")
WORKING,
UNKNOWN
}
}
public enum Type {
+ @SerializedName("fxs")
FXS,
+ @SerializedName("dect")
DECT,
UNKNOWN
}