Function lookupSystemModuleState

  • Get the state of the given system module

    Parameters

    • id: string

      System ID

    • module: string

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

    • index: number = 1

      Module index. Defaults to 1

    • lookup: string

      Status variable of interest. If set it will return only the state of this variable

    Returns Observable<HashMap<any>>