Class KodiXBMCNamespace

Constructors

Methods

  • Retrieves the specified info booleans about Kodi and the system.

    Parameters

    • booleans: string[]

      An array of info boolean names to retrieve.

    Returns Promise<GetInfoBooleansResponse>

    A promise resolving to an object containing the requested info booleans and their states.

  • Retrieves the specified info labels about Kodi and the system.

    Parameters

    • labels: string[]

      An array of info label names to retrieve.

    Returns Promise<GetInfoLabelsResponse>

    A promise resolving to an object containing the requested info labels and their values.