mirror of
https://github.com/danieldemus/openhab-addons
synced 2026-07-29 12:34:21 +02:00
* Change static config in bridge handler to non-static (fixes #13628) Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
This commit is contained in:
+1
-1
@@ -70,7 +70,7 @@ public class ParadoxIP150BridgeHandler extends BaseBridgeHandler
|
||||
|
||||
private IParadoxCommunicator communicator;
|
||||
|
||||
private static ParadoxIP150BridgeConfiguration config;
|
||||
private ParadoxIP150BridgeConfiguration config;
|
||||
private @Nullable ScheduledFuture<?> refreshCacheUpdateSchedule;
|
||||
|
||||
private long timeStamp = 0;
|
||||
|
||||
Reference in New Issue
Block a user