forked from suborb/philips_android_tv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
18 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,16 @@ | ||
# philips_android_tv | ||
Tools to control Philips 2016 Android TVs | ||
|
||
The API is I suspect the same as JointSpace (http://jointspace.sourceforge.net/) with the following | ||
The API is roughly the same as JointSpace (http://jointspace.sourceforge.net/) with the following | ||
differences: | ||
|
||
* Uses HTTPS over port 1926 | ||
* Uses /6/ instead of /1/ as the API path | ||
* All calls have to have digest auth to be successful | ||
* An initial pairing to determine the user/pass is required | ||
* Channel and Source methods aren't available | ||
|
||
Channel status and changes are performed using a different protocol that isn't described here. | ||
|
||
The tool here will do the initial pairing. The credentials can then be used in a standard way | ||
(digest) in other tools. |
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