Skip to Content
🚀 We just launched! Please star us on Github!

Television Channel

Channel Category: television

Provides control for TVs, including input source, brightness, and power state.


Required Properties

PropertyData TypeRangeUnitPermissions
onBooltrue/false-RW (Read/Write)
brightnessUchar0–100%RW (Read/Write)
input_sourceEnumtv/hdmi/hdmi-X/app-RW (Read/Write)

Property Details

on

Indicates whether the television is powered on or off:

  • true: The television is on.
  • false: The television is off.

brightness

Represents the brightness level of the display:

  • Measured as a percentage (%).
  • 0%: Minimum brightness.
  • 100%: Maximum brightness.

input_source

Specifies the current input source:

  • Possible values:
    • tv: Built-in tuner.
    • hdmi: HDMI input. If the TV has more HDMI inputs, it is allowed to use hdmi-X values
    • app: Integrated streaming app.
    • hdmi-X: Specific HDMI inputs if multiple are available (e.g., hdmi-1, hdmi-2).

Optional Properties

PropertyData TypeRangeUnitPermissions
remote_keyEnumrewind/fast_forward/next/previous/arrow_up/arrow_down/arrow_left/arrow_right/select/back/exit/info/play/pause-RW (Read/Write)

Property Details

remote_key

Represents the key pressed on a virtual or physical remote control:

  • Possible values:
    • Navigation: arrow_up, arrow_down, arrow_left, arrow_right.
    • Playback: rewind, fast_forward, play, pause.
    • Control: select, back, exit, info.
Last updated on