This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

Control Bose Lifestyle 650 Home Entertainment System
#5
(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 Sad

I look forward to feedback from you
Reply


Messages In This Thread
RE: Control Bose Lifestyle 650 Home Entertainment System - by d25m07y1993 - 28.07.2017, 03:15

Forum Jump: