From 8c5053310d4d0e3d8587722ea0d7a7ea83d63340 Mon Sep 17 00:00:00 2001 From: Max Stockner Date: Mon, 9 Jul 2018 23:42:05 +0200 Subject: [PATCH] Add samples for the new config options --- dmx-web-example.conf | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/dmx-web-example.conf b/dmx-web-example.conf index f40a2ff..78d28e9 100644 --- a/dmx-web-example.conf +++ b/dmx-web-example.conf @@ -1,4 +1,6 @@ { + "_title": "DMX Dashboard", + "_comment1": "To have a different page title change _title to title.", "server": { "listen_port": 8080, "listen_host": "::", @@ -49,7 +51,9 @@ "devices": [ { "type": "eurolite-led-bar", - "address": 1 + "address": 1, + "name": "Behind the TV", + "_comment1": "name is optional and is shown above the sliders if sets" }, { "type": "eurolite-led-bar",