27.02.2017, 13:59
(This post was last modified: 27.02.2017, 16:33 by Erwin van der Zwart.)
Hi Bart,
I added yesterday evening the interupt audio for doorbell and spoken messages to the app (soon as update available) and did it like this:
With this command it's possible to trigger a audiofile on any player you like (make sure to send it to the master if you have groups), you can set free audio URL, set the volume during interuption and set the total duration of the interuption (depending on your audiofile lenght) and after play the file / interuption it will return to the old state (continue where it was and with old volume)
You can also trigger all players (coordinators and single players) so all groups and players are started at once by using this:
PS: I noticed they sell boxes on the internet that offer this function for around €500,- (: But i have to say it's a real cool function
BR,
Erwin
I added yesterday evening the interupt audio for doorbell and spoken messages to the app (soon as update available) and did it like this:
Code:
http://192.168.10.201/apps/data/sonos/sonos.lp?action=say&ip=192.168.10.32&audiofile=www.yourdomain.com/doorbell.mp3&volume=50&duration=8
With this command it's possible to trigger a audiofile on any player you like (make sure to send it to the master if you have groups), you can set free audio URL, set the volume during interuption and set the total duration of the interuption (depending on your audiofile lenght) and after play the file / interuption it will return to the old state (continue where it was and with old volume)
You can also trigger all players (coordinators and single players) so all groups and players are started at once by using this:
Code:
http://192.168.10.201/apps/data/sonos/sonos.lp?action=sayall&audiofile=www.yourdomain/doorbell.mp3&volume=50&duration=8
PS: I noticed they sell boxes on the internet that offer this function for around €500,- (: But i have to say it's a real cool function
BR,
Erwin