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. 
 | 
Set<DeviceId> | 
deviceIds()
Returns a set of proxied device ids. 
 | 
handler, setHandlerDeviceDescription deviceDetails(DeviceId deviceId)
deviceId - the device Id of the device of interestdeviceDetails(DeviceId)