21.12.2018, 12:18
Hi
Before each
grp.update(AddressTimeLeft, time)
paste this
It will convert time to string so just change this object DPT to 250 string
BR
Before each
grp.update(AddressTimeLeft, time)
paste this
Code:
time =string.format('%02d:%02d:%02d',time.hour,time.min,time.sec)
It will convert time to string so just change this object DPT to 250 string
BR
------------------------------
Ctrl+F5
Ctrl+F5