1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

hook-reorder-ts: Add example for 'reorder_ts' hook

Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
This commit is contained in:
Philipp Jungkamp 2023-08-25 13:21:34 +02:00 committed by Steffen Vogel
parent bde1582348
commit aa3e08ae64

View file

@ -0,0 +1,16 @@
@include "hook-nodes.conf"
paths = (
{
in = "signal_node"
out = "file_node"
hooks = (
{
type = "reorder_ts"
window = 10
}
)
}
)