From 07bd89de452d8198bc27f8a16bd709d2bea7fb0d Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Fri, 14 Jul 2017 13:14:05 +0200 Subject: [PATCH] websocket: send dummy data in example configuration --- etc/websocket.conf | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/etc/websocket.conf b/etc/websocket.conf index 7ee096c80..a87510eca 100644 --- a/etc/websocket.conf +++ b/etc/websocket.conf @@ -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" } );