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

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


            case AUDIOSOURCE_TEXT_FIELD2:
            case AUDIOSOURCE_TEXT_FIELD3: {
              AudioSource as = audioSourceMap.get(number);
              if (as != null) {
                config.setDevice(as);
                as.updateItem(provider.getItem(itemName),
                    config, eventPublisher);
              }
            }
              break;
            case AREA_ENTRY_TIMER:
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.