Examples of FritzahaWebserviceUpdateNumberCallback


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
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.