15.05.2023, 08:39
thanks works,
then I should actually get this value on the bus
http = require('socket.http')
url = 'https://192.168.2.113/endpoints/call?key=CO@100_0_1&method=get&user=xxx&pw=xxx'
res, err = http.request(url)
log(res, err)
value = data
grp.checkwrite('32/1/2', value)
then I should actually get this value on the bus
http = require('socket.http')
url = 'https://192.168.2.113/endpoints/call?key=CO@100_0_1&method=get&user=xxx&pw=xxx'
res, err = http.request(url)
log(res, err)
value = data
grp.checkwrite('32/1/2', value)