Function executeOnSystem

  • Execute a function of the given system module

    Parameters

    • id: string

      System ID

    • method: string

      Name of the function to execute

    • module: string

      Class name of the Module e.g. Display, Lighting etc.

    • index: number = 1

      Module index. Defaults to 1

    • args: any[] = []

      Array of arguments to pass to the executed method

    Returns Observable<HashMap<any>>