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

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


                audioZone.setAudioSource(audioSourceMap);
                audioZoneMap.put(number, audioZone);
              }
              config.setDevice(audioZone);
              audioZone.setProperties(p);
              audioZone.updateItem(provider.getItem(itemName),
                  config, eventPublisher);
            }
              break;
            case AUDIOSOURCE_TEXT:
            case AUDIOSOURCE_TEXT_FIELD1:
View Full Code Here


          case AUDIOZONE_TEXT_FIELD3: {
            AudioZone az = (AudioZone) config.getDevice();
            az.setAudioSource(audioSourceMap);
            if (az.getProperties().getSource() == as
                .getProperties().getNumber()) {
              az.updateItem(provider.getItem(itemName), config,
                  eventPublisher);
            }
          }
            break;
          default:
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.