11.08.2017, 14:40
(10.08.2017, 19:37)Mr. Danielsen Wrote: Hi,
An update of the app was released yesterday, but I don't see any changes in my delay issue. Did it not install correct or was the issues I am seeing not addressed in this release?
Thanks
Mr.D
Hi
I just got info from SE that they fixed only this:
-- Load modules
require('socket.http')
-- Set timout
socket.http.TIMEOUT = 5
reply = socket.http.request('http://127.0.0.1/apps/data/sonos/sonos.lp?action=mute&ip=192.168.10.26')
log(reply) Error in /www/apps/data/sonos/sonos.lp at line 633: attempt to call global 'Mute' (a nil value)
reply = socket.http.request('http://127.0.0.1/apps/data/sonos/sonos.lp?action=unmute&ip=192.168.10.26')
log(reply) Error in /www/apps/data/sonos/sonos.lp at line 665: attempt to call global 'Unmute' (a nil value)