1
0
Fork 0
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:
Steffen Vogel 2017-07-14 13:14:05 +02:00
parent 4b274626e7
commit 07bd89de45

View file

@ -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" }
);