1.0.3 • Published 2 years ago

node-red-contrib-time_interval v1.0.3

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

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