Examples of requestDeviceLevel()


Examples of org.openhab.binding.insteonhub.internal.hardware.InsteonHubProxy.requestDeviceLevel()

      // lookup proxy for device
      InsteonHubProxy proxy = proxies.get(deviceInfo.getHubId());
      if (proxy != null) {
        // request device level from proxy
        // this will callback in AsyncEventPublisher if device exists
        proxy.requestDeviceLevel(deviceInfo.getDeviceId());
      }
    }

    logger.debug(BINDING_NAME + " execute complete");
  }
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.