mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
websocket: send dummy data in example configuration
This commit is contained in:
parent
4b274626e7
commit
07bd89de45
1 changed files with 11 additions and 2 deletions
|
@ -46,12 +46,21 @@ nodes = {
|
|||
{ label = "Rect", unit = "Var"},
|
||||
{ label = "Ramp", unit = "°C" }
|
||||
)
|
||||
}
|
||||
},
|
||||
sig = {
|
||||
type = "signal",
|
||||
|
||||
signal = "sine",
|
||||
values = 1,
|
||||
frequency = 50,
|
||||
|
||||
rate = 800
|
||||
},
|
||||
};
|
||||
|
||||
|
||||
############ List of paths ############
|
||||
|
||||
paths = (
|
||||
{ in = "ws", out = "ws" }
|
||||
{ in = "sig", out = "ws" }
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue