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
|
|
@ -31,7 +31,7 @@ import java.util.logging.Logger;
|
|||
*/
|
||||
public class HalZigbeeController implements HalSensorController,
|
||||
HalEventController,
|
||||
HalAutoScannableController,
|
||||
HalAutostartController,
|
||||
ZigBeeAnnounceListener,
|
||||
ZigBeeNetworkNodeListener,
|
||||
HalScannableController {
|
||||
|
|
|
|||
|
|
@ -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"}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue