mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
30 lines
387 B
Text
30 lines
387 B
Text
|
|
nodes = {
|
|
file = {
|
|
type = "file"
|
|
uri = "signals.json"
|
|
format = "json"
|
|
in = {
|
|
signals = (
|
|
{ type = "float" },
|
|
{ type = "float" },
|
|
{ type = "boolean" },
|
|
{ type = "integer" }
|
|
)
|
|
eof = "stop"
|
|
epoch_mode = "original"
|
|
}
|
|
}
|
|
}
|
|
|
|
paths = ({
|
|
in = "file"
|
|
hooks = (
|
|
"print",
|
|
{
|
|
type = "digest"
|
|
uri = "digests-check"
|
|
algorithm = "sha256"
|
|
}
|
|
)
|
|
})
|