I read Sonos Wireless HiFi Music Systems
that says:
[code]To play a synchronized message in all rooms setting the volume for the message at level 60 in all rooms:
luup.call_action(“urn:micasaverde-com:serviceId:Sonos1”, “Say”,
{Text=“The sun shines outside”, Language=“en”, GroupZones=“ALL”,
Volume=60, SameVolumeForAll=“true”},
666)
[/code]
Let’s say I have an MP3 file on a server here, how could I play that using PLEG, but customize it to run on all speakers or just one? I wonder if that level of customization is possible.