LastChangeParser

32 views
Skip to first unread message

FTZ

unread,
Nov 1, 2012, 5:55:15 PM11/1/12
to up...@googlegroups.com
Hello,

i´m testing this Library to control a sonos multi room audio system... working quit well.
I have just one main problem with events.
If i get an volume change event from sonos renderer

<Event xmlns="urn:schemas-upnp-org:metadata-1-0/RCS/"><InstanceID val="0"><Volume channel="Master" val="50"/><Volume channel="LF" val="100"/><Volume channel="RF" val="100"/></InstanceID></Event>

i get wrong values in -(void)UPnPEvent:(BasicUPnPService*)sender events:(NSDictionary*)events{

    InstanceID = 100;

    Volume = 100;


it should be ... 

    InstanceID = 0;

    Volume = 50;


I would be very happy if some one could advise me into the right direction!


Best regards

FTZ

Reply all
Reply to author
Forward
0 new messages