Package org.openhab.binding.heatmiser.internal.thermostat.HeatmiserThermostat

Examples of org.openhab.binding.heatmiser.internal.thermostat.HeatmiserThermostat.Functions


      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
View Full Code Here

TOP

Related Classes of org.openhab.binding.heatmiser.internal.thermostat.HeatmiserThermostat.Functions

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.