05.04.2020, 00:10
(This post was last modified: 05.04.2020, 00:11 by Erwin van der Zwart.)
Hi,
You should check if the table content is valid before drilling down deeper...
BR,
Erwin
You should check if the table content is valid before drilling down deeper...
Code:
if data then
if data.payload then
if data.payload.power then
grp.checkwrite('1/1/1’, data.payload.power)
end
end
end
Erwin