]> git.basschouten.com Git - openhab-addons.git/commitdiff
[tellstick] Adopt new API url (#16220)
authorAndrew Fiddian-Green <software@whitebear.ch>
Sun, 7 Jan 2024 11:24:27 +0000 (11:24 +0000)
committerGitHub <noreply@github.com>
Sun, 7 Jan 2024 11:24:27 +0000 (12:24 +0100)
Signed-off-by: Andrew Fiddian-Green <software@whitebear.ch>
bundles/org.openhab.binding.tellstick/src/main/java/org/openhab/binding/tellstick/internal/live/TelldusLiveDeviceController.java

index 3b8d875efa7b6c3ca536d27695517d9e7442db83..44a16abb65fd2853982a56da39c6090eac98e0fc 100644 (file)
@@ -71,7 +71,7 @@ public class TelldusLiveDeviceController implements DeviceChangeListener, Sensor
     public static final long DEFAULT_INTERVAL_BETWEEN_SEND = 250;
     private static final int REQUEST_TIMEOUT_MS = 15000;
     private AsyncHttpClient client;
-    static final String HTTP_API_TELLDUS_COM_XML = "http://api.telldus.com/xml/";
+    static final String HTTP_API_TELLDUS_COM_XML = "http://pa-api.telldus.com/xml/";
     static final String HTTP_TELLDUS_CLIENTS = HTTP_API_TELLDUS_COM_XML + "clients/list";
     static final String HTTP_TELLDUS_DEVICES = HTTP_API_TELLDUS_COM_XML + "devices/list?supportedMethods=19";
     static final String HTTP_TELLDUS_SENSORS = HTTP_API_TELLDUS_COM_XML