return;
}
logger.debug("Heatmiser command provider is: {}", providerCmd);
int address = providerCmd.getAddress(itemName);
Functions function = providerCmd.getFunction(itemName);
for (HeatmiserThermostat thermostat: thermostatTable) {
if(thermostat.getAddress() == address) {
logger.debug("Heatmiser command found thermostat: {}", thermostat);
// Found the thermostat