Package org.openhab.binding.omnilink.internal.model

Examples of org.openhab.binding.omnilink.internal.model.Unit.updateItem()


                unit = new Unit(p);
                unitMap.put(number, unit);
              }
              config.setDevice(unit);
              unit.setProperties(p);
              unit.updateItem(provider.getItem(itemName), config,
                  eventPublisher);
            }
              break;
            case THERMO_COOL_POINT:
            case THERMO_FAN_MODE:
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.