public interface ZigbeeDeviceTracker extends EventListener
| Modifier and Type | Field and Description |
|---|---|
static String |
FILTER_PROP_NAME |
| Modifier and Type | Method and Description |
|---|---|
void |
deviceAdded(DeviceInfo deviceInfo)
Called when a new device has been discovered by the driver.
|
void |
deviceBatteryLevelChanged(String moduleAddress,
float oldBatteryLevel,
float newBatteryLevel)
Called when a device battery level has changed.
|
void |
deviceDataChanged(String moduleAddress,
Data oldData,
Data newData)
Called when a device data has changed.
|
void |
deviceRemoved(DeviceInfo deviceInfo)
Called when a device has been discovered by the driver.
|
static final String FILTER_PROP_NAME
void deviceAdded(DeviceInfo deviceInfo)
deviceInfo - information about the devicevoid deviceRemoved(DeviceInfo deviceInfo)
deviceInfo - information about the devicevoid deviceDataChanged(String moduleAddress, Data oldData, Data newData)
moduleAddress - a device module addressoldData - previous device datanewData - new device datavoid deviceBatteryLevelChanged(String moduleAddress, float oldBatteryLevel, float newBatteryLevel)
moduleAddress - a device module addressoldBatteryLevel - previous device battery levelnewBatteryLevel - new device battery levelCopyright © 2012-2013 ADELE Research Group. All Rights Reserved.