28.07.2017, 03:15
(26.07.2017, 10:21)admin Wrote: Try running this script once, change IP variable as needed. It should return XML with current volume settings.
Code:IP = '192.168.1.10' http = require('socket.http') url = 'http://' .. IP .. ':8090/volume' res, err = http.request(url) log(res, err)
I tried to use this way, but it does not work, hopefully there is another way

I look forward to feedback from you