public interface DevicesDiscovery extends HandlerBehaviour
Modifier and Type | Method and Description |
---|---|
DeviceDescription |
deviceDetails(DeviceId deviceId)
Returns a device description appropriately annotated to support
downstream model extension via projections of the resulting device,
as in the following example.
|
java.util.Set<DeviceId> |
deviceIds()
Returns a set of proxied device ids.
|
handler, setHandler
java.util.Set<DeviceId> deviceIds()
DeviceDescription deviceDetails(DeviceId deviceId)
deviceId
- the device Id of the device of interestdeviceDetails(DeviceId)