node-red-contrib-time_interval
v1.0.3
Published
dafault
Downloads
23,444
Maintainers
Readme
node-red-contrib-time_interval
Overview
The node calculate time interval between two evens. Type of event doesn't matter. On the first even returns 0, on the second event, computes time difference between first and second evend in milliseconds
how to use
event -> [(node)(time_difference_ms = current_time_ms - previous_time_ms]-> return ms