diff --git a/etc/websocket.conf b/etc/websocket.conf index e648b18d4..8ea8279ea 100644 --- a/etc/websocket.conf +++ b/etc/websocket.conf @@ -18,8 +18,6 @@ nodes = { ws = { type = "websocket", - unit = "MVa", - units = [ "V", "A", "Var" ], description = "Demo Channel", #vectorize = 10, source = { @@ -27,10 +25,10 @@ nodes = { location = "ACS lab" }, series = ( - { label = "Random walk" }, - { label = "Sine" }, - { label = "Rect" }, - { label = "Ramp" } + { label = "Random walk", unit = "V" }, + { label = "Sine", unit = "A" }, + { label = "Rect", unit = "Var"}, + { label = "Ramp", unit = "°C" } ) } };