Modifier and Type | Method and Description |
---|---|
Set<DeviceInfo> |
ZigbeeDriver.getDeviceInfos()
Returns information about all zigbee devices discovered by the dongle.
|
Set<DeviceInfo> |
ZigbeeDriver.getDeviceInfos(TypeCode typeCode)
Returns information about all zigbee devices discovered by the dongle with specified type.
|
Modifier and Type | Method and Description |
---|---|
void |
ZigbeeDeviceTracker.deviceAdded(DeviceInfo deviceInfo)
Called when a new device has been discovered by the driver.
|
void |
ZigbeeDeviceTracker.deviceRemoved(DeviceInfo deviceInfo)
Called when a device has been discovered by the driver.
|
Modifier and Type | Method and Description |
---|---|
DeviceInfo |
SerialPortHandler.getDeviceInfo(String moduleAddress) |
DeviceInfo |
SerialPortHandler.parseData(List<Byte> sb)
Parse data from the list of byte read.
|
Modifier and Type | Method and Description |
---|---|
List<DeviceInfo> |
SerialPortHandler.getDeviceInfos() |
Modifier and Type | Method and Description |
---|---|
void |
ZigbeeDeviceDiscoveryImpl.deviceAdded(DeviceInfo deviceInfo) |
void |
ZigbeeDeviceDiscoveryImpl.deviceRemoved(DeviceInfo deviceInfo) |
Modifier and Type | Method and Description |
---|---|
void |
ZigbeeBinaryLight.deviceAdded(DeviceInfo deviceInfo)
Called when a new device has been discovered by the driver.
|
void |
ZigbeeMotionSensor.deviceAdded(DeviceInfo deviceInfo)
Called when a new device has been discovered by the driver.
|
void |
ZigbeePushButton.deviceAdded(DeviceInfo deviceInfo)
Called when a new device has been discovered by the driver.
|
void |
ZigbeePresenceSensor.deviceAdded(DeviceInfo deviceInfo)
Called when a new device has been discovered by the driver.
|
void |
ZigbeeThermometer.deviceAdded(DeviceInfo deviceInfo)
Called when a new device has been discovered by the driver.
|
void |
ZigbeePowerSwitch.deviceAdded(DeviceInfo deviceInfo)
Called when a new device has been discovered by the driver.
|
void |
ZigbeePhotometer.deviceAdded(DeviceInfo deviceInfo) |
void |
ZigbeeBinaryLight.deviceRemoved(DeviceInfo deviceInfo)
Called when a device has been discovered by the driver.
|
void |
ZigbeeMotionSensor.deviceRemoved(DeviceInfo deviceInfo)
Called when a device has been discovered by the driver.
|
void |
ZigbeePushButton.deviceRemoved(DeviceInfo deviceInfo)
Called when a device has been discovered by the driver.
|
void |
ZigbeePresenceSensor.deviceRemoved(DeviceInfo deviceInfo)
Called when a device has been discovered by the driver.
|
void |
ZigbeeThermometer.deviceRemoved(DeviceInfo deviceInfo)
Called when a device has been removed by the driver.
|
void |
ZigbeePowerSwitch.deviceRemoved(DeviceInfo deviceInfo)
Called when a device has been discovered by the driver.
|
void |
ZigbeePhotometer.deviceRemoved(DeviceInfo deviceInfo) |
Copyright © 2012-2013 ADELE Research Group. All Rights Reserved.