11.09.2020, 10:15
Hi guys,
I'm looking for a solution to find out the update time of an object ( object.time or object.updatetime or ? )
for i, object in ipairs(MyTag) do
if object.data == true then
String = String .. object.name .. object.TIME
end
end
Where Can I find this information in the object tag ? There is a pdf with this informations ?
Regards,
Alberto
I'm looking for a solution to find out the update time of an object ( object.time or object.updatetime or ? )
for i, object in ipairs(MyTag) do
if object.data == true then
String = String .. object.name .. object.TIME
end
end
Where Can I find this information in the object tag ? There is a pdf with this informations ?
Regards,
Alberto
KNX Advanced Partner + Tutor