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

add signal definition for villas-web example config

This commit is contained in:
Steffen Vogel 2020-07-04 17:13:01 +02:00 committed by Steffen Vogel
parent 8e259516a3
commit b6d0a67b8e

View file

@ -14,6 +14,12 @@ nodes = {
destinations = [
"https://web.villas.fein-aachen.org//ws/relay/test_data_1"
]
in = {
signals = (
{ name = "loopback", unit = "pu", init = 13.37, type = "float" }
)
}
}
}
@ -23,4 +29,3 @@ paths = (
out = "web"
}
)