Is it possible? I have a Position and, therefore, a deviceId through position.getDeviceId(). Can I acquire a Device object with an id somehow without using Storage?
If the device is online, then yes.
cacheManager.getObject(Device.class, position.getDeviceId())
Am I in the right direction?
Is it possible? I have a Position and, therefore, a deviceId through position.getDeviceId(). Can I acquire a Device object with an id somehow without using Storage?