Package org.openhab.binding.fritzaha.internal.hardware.callbacks

Examples of org.openhab.binding.fritzaha.internal.hardware.callbacks.FritzahaWebserviceUpdateNumberCallback


    } else
      return;
    logger.debug("Getting " + valueType + " value for AIN " + id);
    String path = "webservices/homeautoswitch.lua";
    String args = "switchcmd=getswitch" + valueType + "&ain=" + id;
    webIface.asyncGet(path, args, new FritzahaWebserviceUpdateNumberCallback(path, args, type, webIface,
        FritzahaReauthCallback.Method.GET, 1, itemName));
  }
View Full Code Here

TOP

Related Classes of org.openhab.binding.fritzaha.internal.hardware.callbacks.FritzahaWebserviceUpdateNumberCallback

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.