mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01: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:
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;
|
||||
|
Loading…
Reference in New Issue
Block a user