Class HmJsonRpcClientAsync

java.lang.Object
com.hildeio.homematic.HmJsonRpcClientAsync

public class HmJsonRpcClientAsync extends Object
Klasse HmJsonRpcClientAsync
  • Constructor Details

    • HmJsonRpcClientAsync

      public HmJsonRpcClientAsync()
  • Method Details

    • doRequest

      public static HmResponseModel doRequest(HmRequestModel hmRequestModel, Log4Hilde log4Hilde, String eventId) throws Exception
      Ausfuehren des asynchronen HTTP-Requests an die JSON-RPC API der HomeMatic CCU.
      Parameters:
      hmRequestModel - Request-Model mit den Daten des HomeMatic Aktors.
      log4Hilde - Aktuelle Logging-Instanz.
      eventId - Aktuelle WorkflowId.
      Returns:
      Response von der HomeMatic CCU.
      Throws:
      Exception - Erforderliche Exception.