diff options
Diffstat (limited to 'config.json')
-rw-r--r-- | config.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/config.json b/config.json new file mode 100644 index 0000000..9366364 --- /dev/null +++ b/config.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" + } +} |