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",