Television Channel
Channel Category: television
Provides control for TVs, including input source, brightness, and power state.
Required Properties
| Property | Data Type | Range | Unit | Permissions |
|---|---|---|---|---|
on | Bool | true/false | - | RW (Read/Write) |
brightness | Uchar | 0–100 | % | RW (Read/Write) |
input_source | Enum | tv/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 valuesapp: Integrated streaming app.hdmi-X: Specific HDMI inputs if multiple are available (e.g.,hdmi-1,hdmi-2).
Optional Properties
| Property | Data Type | Range | Unit | Permissions |
|---|---|---|---|---|
remote_key | Enum | rewind/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.
- Navigation:
Last updated on