Skip to content

Instantly share code, notes, and snippets.

@Hex29A
Created November 26, 2014 11:43
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 Hex29A/0cbd42472018c2483b8b to your computer and use it in GitHub Desktop.
Save Hex29A/0cbd42472018c2483b8b to your computer and use it in GitHub Desktop.
Post commands to Sony Bravia TV with curl (volume down)
/usr/bin/curl -X POST -d '<?xml version="1.0" encoding="utf-8"?><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>AAAAAQAAAAEAAAASAw==</IRCCCode></u:X_SendIRCC></s:Body></s:Envelope>' http://ip.to.tv/IRCC
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment