Package org.openhab.binding.fritzaha

Examples of org.openhab.binding.fritzaha.FritzahaBindingProvider


   * @{inheritDoc
   */
  @Override
  protected void internalReceiveCommand(String itemName, Command command) {
    logger.debug("internalReceiveCommand() is called!");
    FritzahaBindingProvider commandProvider = null;
    FritzahaSwitchedOutlet switchDevice = null;
    for (FritzahaBindingProvider currentProvider : providers) {
      if (!currentProvider.getItemNames().contains(itemName))
        continue;
      FritzahaDevice device = currentProvider.getDeviceConfig(itemName);
View Full Code Here

TOP

Related Classes of org.openhab.binding.fritzaha.FritzahaBindingProvider

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.