mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-25 14:55:55 +01:00
Fix removal of discovery results (#16232)
Signed-off-by: Jacob Laursen <jacob-github@vindvejr.dk>
This commit is contained in:
parent
4a03fea490
commit
444d824a41
@ -84,6 +84,6 @@ public class IndegoDiscoveryService extends AbstractThingHandlerDiscoveryService
|
||||
@Override
|
||||
public void dispose() {
|
||||
super.dispose();
|
||||
removeOlderResults(Instant.now().getEpochSecond());
|
||||
removeOlderResults(Instant.now().toEpochMilli());
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user