Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: minor fix

...

Disables HDMI output and the syncs for VGA output if passed true. The absence of a signal will cause some monitors to go into standby mode.

getPowerSaveMode()
Code Block
languagejs
Promise<bool> getPowerSaveMode()

...

Returns OutputStatus which describes the current state of the video output and is defined below.

disableAudio()
Code Block
languagejs
[type == "hdmi"] Promise<void> disableAudio(bool disable)

Disables audio output. If passed True, the video will continue to output.

...