Updated Hue description response emulation. Updated the management of

devices in the map. Updated logging information to be less in normal
mode.
This commit is contained in:
Admin
2015-08-26 11:26:49 -05:00
parent fa15cf3952
commit 41f68f58b0
6 changed files with 19 additions and 19 deletions

View File

@@ -75,7 +75,6 @@ public class HABridge {
// start the upnp ssdp discovery listener
theUpnpListener = new UpnpListener(bridgeSettings);
log.info("Done setup, application to run....");
theUpnpListener.startListening();
}
}