Created
August 3, 2014 18:48
-
-
Save philwolstenholme/18bc65971a57f6956d67 to your computer and use it in GitHub Desktop.
IRCC request to pause a Sony smart TV
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
<?xml version="1.0"?> | |
<s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/" s:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"> | |
<s:Body> | |
<u:X_SendIRCC xmlns:u="urn:schemas-sony-com:service:IRCC:1"> | |
<IRCCCode>AAAAAgAAAJcAAAAZAw==</IRCCCode> | |
</u:X_SendIRCC> | |
</s:Body> | |
</s:Envelope> |
Here's a list of other IRCC commands:
Do you know how to autorize?
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Send via HTTP post to http://IP-ADDRESS-OF-YOUR-TV/IRCC (e.g. http://192.168.0.3/IRCC)