mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
23 lines
280 B
Text
23 lines
280 B
Text
|
|
nodes = {
|
|
file = {
|
|
type = "file"
|
|
uri = "signal.csv"
|
|
format = "csv"
|
|
in = {
|
|
eof = "stop"
|
|
epoch_mode = "original"
|
|
}
|
|
}
|
|
}
|
|
|
|
paths = ({
|
|
in = "file"
|
|
hooks = ({
|
|
type = "digest"
|
|
uri = "digests.txt"
|
|
algorithm = "sha256"
|
|
mode = "timestamp"
|
|
interval = 10
|
|
})
|
|
})
|