Created
October 21, 2016 23:17
-
-
Save jishi/f6f760ca3a84ea992ac405a266970eb1 to your computer and use it in GitHub Desktop.
Notify example
This file contains hidden or 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
| NOTIFY / HTTP/1.1 | |
| HOST: 192.168.1.116:3500 | |
| CONNECTION: close | |
| CONTENT-TYPE: text/xml | |
| CONTENT-LENGTH: 1146 | |
| NT: upnp:event | |
| NTS: upnp:propchange | |
| SID: uuid:RINCON_000xxxxxxxx01400_sub0000003246 | |
| SEQ: 0 | |
| <e:propertyset xmlns:e="urn:schemas-upnp-org:event-1-0"> | |
| <e:property> | |
| <LastChange><Event xmlns="urn:schemas-upnp-org:metadata-1-0/RCS/"><InstanceID val="0"><Volume channel="Master" val="12"/><Volume channel="LF" val="100"/><Volume channel="RF" val="100"/><Mute channel="Master" val="0"/><Mute channel="LF" val="0"/><Mute channel="RF" val="0"/><Bass val="0"/><Treble val="-3"/><Loudness channel="Master" val="1"/><OutputFixed val="0"/><HeadphoneConnected val="0"/><SpeakerSize val="4"/><SubGain val="0"/><SubCrossover val="0"/><SubPolarity val="0"/><SubEnabled val="1"/><SonarEnabled val="0"/><SonarCalibrationAvailable val="0"/><PresetNameList val="FactoryDefaults"/></InstanceID></Event></LastChange> | |
| </e:property> | |
| </e:propertyset> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment