diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/default.json | 8 | ||||
-rw-r--r-- | config/example.json | 11 |
2 files changed, 19 insertions, 0 deletions
diff --git a/config/default.json b/config/default.json new file mode 100644 index 0000000..17d64ef --- /dev/null +++ b/config/default.json @@ -0,0 +1,8 @@ +{ + "devices":{ + "hs100":[] + }, + "web":{ + "listen":"127.0.0.1:9000" + } +} diff --git a/config/example.json b/config/example.json new file mode 100644 index 0000000..9366364 --- /dev/null +++ b/config/example.json @@ -0,0 +1,11 @@ +{ + "devices":{ + "hs100":[ + {"ip":"192.168.1.40","name":"LED strip living room"}, + {"ip":"192.168.1.42","name":"TV"} + ] + }, + "web":{ + "listen":"127.0.0.1:9000" + } +} |