24.09.2017, 08:18
Hi,
Just tested it on my Sonos and it works as it should..
This is the command i used:
BR,
Erwin
Just tested it on my Sonos and it works as it should..
This is the command i used:
Code:
-- Load modules
require('socket.http')
-- Set timout
socket.http.TIMEOUT = 5
-- Start say command - xxx.xxx.xxx.26 = my Sonos and xxx.xxx.xxx.203 = my homeLYnk
socket.http.request('http://127.0.0.1/apps/data/sonos/sonos.lp?action=say&ip=192.168.10.26&audiofile=http://192.168.10.203/user/deurbel.mp3&volume=50&duration=10')
BR,
Erwin