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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

31 lines
387 B
Text
Raw Permalink Normal View History

2023-11-30 10:49:49 +01:00
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"
}
)
})