* Change static config in bridge handler to non-static (fixes #13628) Signed-off-by: Konstantin Polihronov <polychronov@gmail.com>
This commit is contained in:
committed by
GitHub
parent
71da06dac7
commit
ec90a091c6
@@ -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