1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-23 00:00:01 +01:00
VILLASnode/etc/examples/hooks/reorder_ts.conf
Philipp Jungkamp aa3e08ae64 hook-reorder-ts: Add example for 'reorder_ts' hook
Signed-off-by: Philipp Jungkamp <Philipp.Jungkamp@opal-rt.com>
2023-08-30 14:57:05 +02:00

16 lines
155 B
Text

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