*
* @param device The {@link MBaseDevice} device, which has a changed value.
* @param notification The {@link Notification} about changes to the {@link Ecosystem}.
*/
private void processValue(MBaseDevice device, Notification notification) {
TinkerforgeValue newValue = (TinkerforgeValue) notification.getNewValue();
String uid = device.getUid();
String subId = null;
if (device instanceof MSubDevice<?>) {
subId = ((MSubDevice<?>) device).getSubId();
logger.trace("{} Notifier found MSubDevice sensor value for: {}",