Current state of K's activity timer

This commit is contained in:
2023-10-02 15:53:45 -04:00
parent 915183c899
commit cc21c329fe
6 changed files with 82 additions and 0 deletions

7
kallen-timer/rounding.js Normal file
View File

@ -0,0 +1,7 @@
var readout = msg.duration
msg.duration = +readout.toFixed(0)
node.status({fill:"green",shape:"dot",text:msg.duration + "m"})
return msg