Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@philwolstenholme
Created August 3, 2014 18:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save philwolstenholme/18bc65971a57f6956d67 to your computer and use it in GitHub Desktop.
Save philwolstenholme/18bc65971a57f6956d67 to your computer and use it in GitHub Desktop.
IRCC request to pause a Sony smart TV
<?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>
@philwolstenholme
Copy link
Author

@philwolstenholme
Copy link
Author

Here's a list of other IRCC commands:

@marcioAlmada
Copy link

Do you know how to autorize?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment