15.03.2020, 06:54
(This post was last modified: 15.03.2020, 07:19 by Erwin van der Zwart.)
Hi,
Just.make 2 extra (virtual) objects (1x 2 byte and 1x 250 byte) and put this event script on your windspeed object.
You should also be able to put these 2 object values to a widget with the widget creator in the Touch visu.
BR,
Erwin
Just.make 2 extra (virtual) objects (1x 2 byte and 1x 250 byte) and put this event script on your windspeed object.
Code:
if event.getvalue() > grp.getvalue('32/1/1') then
grp.update('32/1/1', event.getvalue())
grp.update('32/1/2', os.date('%A %d %B %H:%M'))
end
BR,
Erwin