Skip to content

Commit

Permalink
[tellstick] Adopt new API url (openhab#16220)
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Fiddian-Green <[email protected]>
  • Loading branch information
andrewfg authored Jan 7, 2024
1 parent 75dcdd2 commit 9a4c556
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a4c556

Please sign in to comment.