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

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


                  eventPublisher);
            }
              break;
            case BUTTON: {
              ButtonProperties p = readButtonProperties(config.getNumber());
              Button button = buttonMap.get(number);
              if (button == null) {
                button = new Button(p);
                buttonMap.put(number, button);
              }
              config.setDevice(button);
            }
              break;
View Full Code Here

TOP

Related Classes of org.openhab.binding.omnilink.internal.model.Button

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.