Added scanning button animation, detection of scannable controllers and scan start
This commit is contained in:
parent
6656882859
commit
a80a1c5cdc
26 changed files with 100 additions and 70 deletions
|
|
@ -39,7 +39,7 @@ import java.util.HashMap;
|
|||
import java.util.logging.Level;
|
||||
import java.util.logging.Logger;
|
||||
|
||||
public class HalMqttController implements HalAutoScannableController, MqttSubscriptionListener, HalEventController {
|
||||
public class HalMqttController implements HalAutostartController, MqttSubscriptionListener, HalEventController {
|
||||
private final Logger logger = LogUtil.getLogger();
|
||||
|
||||
private MulticastDnsServer mDns;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue