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

add example config for round hook

This commit is contained in:
Manuel Pitz 2022-03-22 18:36:20 +01:00
parent 426726ad79
commit 53f94dad46

View file

@ -0,0 +1,17 @@
@include "hook-nodes.conf"
paths = (
{
in = "signal_node"
out = "file_node"
hooks = (
{
type = "round"
signal = "sine"
precision = 4
}
)
}
)