The homeTheater
namespace contains general commands that can be used by clients that wish to control home theater specific functionality (start of TV playback, HDMI CEC commands, etc.) Commands in this namespace can return global error responses.
The tables below list the commands and events available in the homeTheater
namespace.
Commands
Command | Description |
---|---|
getOptions |
Get homeTheaterOptions such as nightMode and enhanceDialog . |
loadHomeTheaterPlayback |
Starts TV sound playback on the targeted device. |
setOptions |
Set homeTheaterOptions such as nightMode and enhanceDialog . |
setTvPowerState |
If the HDMI CEC bus is available, this command will instruct the home theater capable device to send a CEC “TV On” command on the bus. |
Types
Enum | Description |
---|---|
homeTheaterOptions |
The options available for home theater, such as nightMode and enhanceDialog . |
tvPowerState |
Represents the options to control the TV power state. |