05.03.2024, 12:50
1. Place the function definition after require('socket.ftp')
2. Replace this line:
With these:
Thanks for letting us know, we will take a look into email notifications issue.
2. Replace this line:
Code:
value = grp.decodevalue(row.datahex, row.datatype)
With these:
Code:
if row.datatype == dt.dalidiag then
value = busdatatype.decode(row.datahex, row.datatype)
value = dalidiagtostring(value)
else
value = grp.decodevalue(row.datahex, row.datatype)
end
Thanks for letting us know, we will take a look into email notifications issue.