From f29aba842a18f1d8bf758b4319f448c45fdb3c1a Mon Sep 17 00:00:00 2001 From: darthsandmann Date: Fri, 2 Feb 2018 00:26:31 +0100 Subject: [PATCH] Delete devices.json --- config/devices.json | 51 --------------------------------------------- 1 file changed, 51 deletions(-) delete mode 100644 config/devices.json diff --git a/config/devices.json b/config/devices.json deleted file mode 100644 index 0db1e5c..0000000 --- a/config/devices.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "yeelight" : { - "fernseher" : { - "ip" : "192.168.178.127", - "type" : "rgb", - "groups" : { - "1" : "passiv", - "2" : "zimmer" - } - }, - "regal" : { - "ip" : "192.168.178.128", - "type" : "rgb", - "groups" : { - "1" : "passiv", - "2" : "zimmer" - } - }, - "monitor" : { - "ip" : "192.168.178.126", - "type" : "rgb", - "groups" : { - "1" : "passiv", - "2" : "zimmer" - } - }, - "bett" : { - "ip" : "192.168.178.122", - "type" : "rgb", - "groups" : { - "1" : "zimmer" - } - } - }, - "ssh" : { - "nas" : { - "ip" : "192.168.178.81", - "user" : "root" - } - }, - "wol" : { - "nas" : { "mac" : "38.EA.A7.A1.09.D7" } - }, - "denon" : { - "ip" : "192.168.178.69", - "input" : { - "TV" : "TV Audio", - "Internet Radio" : "Internet Radio" - } - } -} \ No newline at end of file