Updated broadlink discover and fixed list mapping issue. Added refresh

to ResourceHAndlers so Broadlink and Lifx can be refreshed from the tab.
This commit is contained in:
bsamuels
2018-02-08 15:30:21 -06:00
parent 5a73cc20a9
commit 869ffaaf36
27 changed files with 238 additions and 88 deletions

View File

@@ -139,5 +139,9 @@ public class HTTPHome implements Home {
anHttpHandler = null;
closed = true;
}
@Override
public void refresh() {
// noop
}
}