-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial version of Tinkerlist's Cuez Automator control
- Loading branch information
1 parent
6c1374e
commit 83049b7
Showing
12 changed files
with
2,682 additions
and
976 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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# companion-module-sony-bravia | ||
# companion-module-tinkerlist-cuez-automator | ||
|
||
See [HELP.md](./companion/HELP.md) and [LICENSE](./LICENSE) | ||
|
||
The main code is inherited from companion-module-sony-bravia and then customized for the TinkerList Cuez Automator API. |
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 |
---|---|---|
@@ -1,35 +1,17 @@ | ||
## Sony Bravia | ||
## TinkerList Cuez Automator | ||
|
||
This module will allow you to control Sony Bravia TVs such as the FWD-65X950G. | ||
This module will allow you to control TinkerList's Cuez Automator. | ||
|
||
### Configuration | ||
|
||
- The remote device must be configured to use a PSK. | ||
- The module makes HTTP requests over port 80. | ||
- The module makes HTTP requests over port 7070. | ||
|
||
### To use the module | ||
|
||
Add an action to a button and choose the action you wish to use. | ||
|
||
**Available Actions:** | ||
|
||
- Power On | ||
- Power Off | ||
- Volume Up | ||
- Volume Down | ||
- Volume Mute | ||
- Volume Unmute | ||
- Change External Input | ||
|
||
**Available Feedbacks:** | ||
|
||
- Power State | ||
- Current Input | ||
- Mute State | ||
|
||
**Available Variables:** | ||
|
||
- Power State | ||
- Current Input | ||
- Mute State | ||
- Volume Level |
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 |
---|---|---|
@@ -1,16 +1,15 @@ | ||
{ | ||
"id": "sony-bravia", | ||
"name": "sony-bravia", | ||
"shortname": "sony-bravia", | ||
"id": "tinkerlist-cuez-automator", | ||
"name": "tinkerlist-cuez-automator", | ||
"shortname": "cuez-automator", | ||
"description": "", | ||
"version": "0.0.0", | ||
"license": "MIT", | ||
"repository": "git+https://github.com/bitfocus/companion-module-sony-bravia.git", | ||
"bugs": "https://github.com/bitfocus/companion-module-sony-bravia/issues", | ||
"repository": "git+https://github.com/bitfocus/companion-module-tinkerlist-cuez-automator.git", | ||
"bugs": "https://github.com/bitfocus/companion-module-tinkerlist-cuez-automator/issues", | ||
"maintainers": [ | ||
{ | ||
"name": "Joseph Adams", | ||
"email": "[email protected]" | ||
"name": "Peter Newman" | ||
} | ||
], | ||
"legacyIds": [], | ||
|
@@ -20,7 +19,7 @@ | |
"apiVersion": "0.0.0", | ||
"entrypoint": "../index.js" | ||
}, | ||
"manufacturer": "Sony", | ||
"products": ["Bravia"], | ||
"keywords": ["TV"] | ||
"manufacturer": "TinkerList", | ||
"products": ["Cuez - Automator"], | ||
"keywords": ["Running Order"] | ||
} |
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
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
Oops, something went wrong.