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

fix indentation

This commit is contained in:
Sonja Happ 2020-07-02 10:06:20 +02:00
parent 284afb27e7
commit 347fa12b7a

View file

@ -33,27 +33,27 @@ See: @ref node-installation
```
nodes = {
sine = {
type = "signal"
signal = "mixed"
values = 5
rate = 25
frequency = 5
type = "signal"
signal = "mixed"
values = 5
rate = 25
frequency = 5
}
web = {
type = "websocket"
destinations = [
"TODO"
]
type = "websocket"
destinations = [
"TODO"
]
}
}
paths = (
{
in = "sine"
out = "web"
in = "sine"
out = "web"
}
)
```