Skip to content

Commit

Permalink
[veSync] Vital and 131 Purifiers base support
Browse files Browse the repository at this point in the history
PUR131 and Vital additions
Signed-off-by: David Goodyear <[email protected]>
  • Loading branch information
dag81 committed Jul 28, 2023
1 parent 61038d4 commit 2eab3b3
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ protected void stopBackgroundDiscovery() {

@Override
protected void startScan() {
if (bridgeHandler == null) {
return;
}
// If the bridge is not online no other thing devices can be found, so no reason to scan at this moment.
removeOlderResults(getTimestampOfLastScan());
if (ThingStatus.ONLINE.equals(bridgeHandler.getThing().getStatus())) {
Expand Down

0 comments on commit 2eab3b3

Please sign in to comment.