Add samples for the new config options
This commit is contained in:
parent
62bb6ec4a9
commit
8c5053310d
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,6 @@
|
||||||
{
|
{
|
||||||
|
"_title": "DMX Dashboard",
|
||||||
|
"_comment1": "To have a different page title change _title to title.",
|
||||||
"server": {
|
"server": {
|
||||||
"listen_port": 8080,
|
"listen_port": 8080,
|
||||||
"listen_host": "::",
|
"listen_host": "::",
|
||||||
|
@ -49,7 +51,9 @@
|
||||||
"devices": [
|
"devices": [
|
||||||
{
|
{
|
||||||
"type": "eurolite-led-bar",
|
"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",
|
"type": "eurolite-led-bar",
|
||||||
|
|
Loading…
Reference in a new issue