(01.11.2022, 07:27)admin Wrote: You need to encode your request data using JSON:
Code:body = require('json').encode({ dynamicChargerCurrent = dynCurr })
WriteToEasee('chargers/' .. ChargerID .. '/settings', body)
BINGO, Thank You, as always
Only thing missing now is the response_body.. that one is blank.