-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add webostv sound_output capability (#31121)
* Webostv: add sound_output capability Add the ability to read and set the sound_output * Webostv: add sound_output capability * Webostv: add sound_output capability * fix blank spaces * fix to long line * add , * Import ATTR_SOUND_OUTPUT Do not have the ability to test this change right now * Add white space * Create const.py * Use const import * Use import from const.py * Add docstring * Change order * Change order * Fix import * Fix import * Fix typo * Change order again * Change order again * Change order of attributes
- Loading branch information
1 parent
1f0f62d
commit 1278f32
Showing
4 changed files
with
39 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
"""Constants used for WebOS TV.""" | ||
LIVE_TV_APP_ID = "com.webos.app.livetv" | ||
|
||
ATTR_SOUND_OUTPUT = "sound_output" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters