10.05.2021, 12:01
See if you can get a response using simple request command:
Otherwise you need a sink variable to store the response. Similar example: https://forum.logicmachine.net/showthrea...1#pid21631
Code:
res, code = require('socket.http').request('http://192.168.1.91:81/api/volume')
log(res, code)
Otherwise you need a sink variable to store the response. Similar example: https://forum.logicmachine.net/showthrea...1#pid21631