sensorIndex = SensorIndexEnum
.valueOf(itemConf.consumption.name());
} catch (Exception e) {
sensorIndex = SensorIndexEnum.ACTIVE_POWER;
}
addLowPriorityJob(new DeviceConsumptionSensorJob(
device, sensorIndex));
lastUpdateMap.put(itemName, System.currentTimeMillis());
}
}
}