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:
parent
8e259516a3
commit
b6d0a67b8e
1 changed files with 6 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue