Skip to content

Commit 6c262dc

Browse files
authored
Change ambient server domain (openhab#20159)
Signed-off-by: Mark Hilbush <mark@hilbush.com>
1 parent 3c269a4 commit 6c262dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundles/org.openhab.binding.ambientweather/src/main/java/org/openhab/binding/ambientweather/internal/handler/AmbientWeatherEventListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
*/
4343
public class AmbientWeatherEventListener {
4444
// URL used to get the realtime event stream
45-
private static final String REALTIME_URL = "https://api.ambientweather.net/?api=1&applicationKey=%APPKEY%";
45+
private static final String REALTIME_URL = "https://rt2.ambientweather.net/?api=1&applicationKey=%APPKEY%";
4646

4747
// JSON used to subscribe or unsubscribe from weather data events
4848
private static final String SUB_UNSUB_JSON = "{ apiKeys: [ '%APIKEY%' ] }";

0 commit comments

Comments
 (0)