Skip to content

Instantly share code, notes, and snippets.

@jishi
Created October 21, 2016 23:17
Show Gist options
  • Select an option

  • Save jishi/f6f760ca3a84ea992ac405a266970eb1 to your computer and use it in GitHub Desktop.

Select an option

Save jishi/f6f760ca3a84ea992ac405a266970eb1 to your computer and use it in GitHub Desktop.
Notify example
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>&lt;Event xmlns=&quot;urn:schemas-upnp-org:metadata-1-0/RCS/&quot;&gt;&lt;InstanceID val=&quot;0&quot;&gt;&lt;Volume channel=&quot;Master&quot; val=&quot;12&quot;/&gt;&lt;Volume channel=&quot;LF&quot; val=&quot;100&quot;/&gt;&lt;Volume channel=&quot;RF&quot; val=&quot;100&quot;/&gt;&lt;Mute channel=&quot;Master&quot; val=&quot;0&quot;/&gt;&lt;Mute channel=&quot;LF&quot; val=&quot;0&quot;/&gt;&lt;Mute channel=&quot;RF&quot; val=&quot;0&quot;/&gt;&lt;Bass val=&quot;0&quot;/&gt;&lt;Treble val=&quot;-3&quot;/&gt;&lt;Loudness channel=&quot;Master&quot; val=&quot;1&quot;/&gt;&lt;OutputFixed val=&quot;0&quot;/&gt;&lt;HeadphoneConnected val=&quot;0&quot;/&gt;&lt;SpeakerSize val=&quot;4&quot;/&gt;&lt;SubGain val=&quot;0&quot;/&gt;&lt;SubCrossover val=&quot;0&quot;/&gt;&lt;SubPolarity val=&quot;0&quot;/&gt;&lt;SubEnabled val=&quot;1&quot;/&gt;&lt;SonarEnabled val=&quot;0&quot;/&gt;&lt;SonarCalibrationAvailable val=&quot;0&quot;/&gt;&lt;PresetNameList val=&quot;FactoryDefaults&quot;/&gt;&lt;/InstanceID&gt;&lt;/Event&gt;</LastChange>
</e:property>
</e:propertyset>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment