Examples of Auxiliary


Examples of org.openhab.binding.omnilink.internal.model.Auxiliary

            case AUX_CURRENT:
            case AUX_HIGH:
            case AUX_LOW:
            case AUX_STATUS: {
              AuxSensorProperties p = readAuxProperties(config.getNumber());
              Auxiliary auxiliary = auxMap.get(number);
              if (auxiliary == null) {
                auxiliary = new Auxiliary(p, celius);
                auxMap.put(number, auxiliary);
              }
              config.setDevice(auxiliary);
              auxiliary.setProperties(p);
              auxiliary.updateItem(provider.getItem(itemName), config,
                  eventPublisher);
            }
              break;
            case ZONE_STATUS_ARMING:
            case ZONE_STATUS_CURRENT:
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.