<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