Hi,
I'm trying to write a Scene in lua using the HTTPClient to get data from IC-Meter's API.
I have tried the code on multiple endpoint all with the same result, the HTTPClient is not returning anything at all, looks like it's just skipped during the execution.
My code:
--[[
%% properties
%% globals
--]]
print('Script start...')
local requestUrl = 'http://app.ic-meter.com/icm/oauth/token'
local httpClient = net.HTTPClient();
httpClient:req