Added scanning button animation, detection of scannable controllers and scan start

This commit is contained in:
Ziver Koc 2021-06-09 22:17:32 +02:00
parent 6656882859
commit a80a1c5cdc
26 changed files with 100 additions and 70 deletions

View file

@ -31,7 +31,7 @@ import java.util.logging.Logger;
*/
public class HalZigbeeController implements HalSensorController,
HalEventController,
HalAutoScannableController,
HalAutostartController,
ZigBeeAnnounceListener,
ZigBeeNetworkNodeListener,
HalScannableController {

View file

@ -3,6 +3,6 @@
"name": "Hal-Zigbee",
"description": "A Zigbee plugin for directly connecting to a CC2531 device over serial port.",
"interfaces": [
{"se.hal.intf.HalAutoScannableController": "se.hal.plugin.zigbee.HalZigbeeController"}
{"se.hal.intf.HalAutostartController": "se.hal.plugin.zigbee.HalZigbeeController"}
]
}