Class KodiSystemNamespace

Constructors

Methods

  • Ejects or closes the optical disc drive (if available).

    Returns Promise<string>

    A promise resolving to a string, typically empty on success.

  • Puts the system running Kodi into hibernate mode.

    Returns Promise<string>

    A promise resolving to a string, typically empty on success.

  • Reboots the system running Kodi.

    Returns Promise<string>

    A promise resolving to a string, typically empty on success.

  • Shuts the system running Kodi down.

    Returns Promise<string>

    A promise resolving to a string, typically empty on success.

  • Suspends the system running Kodi.

    Returns Promise<string>

    A promise resolving to a string, typically empty on success.