.
This commit is contained in:
BIN
config/.DS_Store
vendored
Normal file
BIN
config/.DS_Store
vendored
Normal file
Binary file not shown.
51
config/devices.json
Normal file
51
config/devices.json
Normal file
@ -0,0 +1,51 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
36
config/devices.json.example
Normal file
36
config/devices.json.example
Normal file
@ -0,0 +1,36 @@
|
||||
{
|
||||
"yeelight" : {
|
||||
"fernseher" : {
|
||||
"ip" : "192.168.178.127",
|
||||
"type" : "rgb"
|
||||
},
|
||||
"regal" : {
|
||||
"ip" : "192.168.178.128",
|
||||
"type" : "rgb"
|
||||
},
|
||||
"monitor" : {
|
||||
"ip" : "192.168.178.126",
|
||||
"type" : "rgb"
|
||||
},
|
||||
"bett" : {
|
||||
"ip" : "192.168.178.122",
|
||||
"type" : "rgb"
|
||||
}
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
9
config/settings.json
Normal file
9
config/settings.json
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"yeelight": {
|
||||
"dunkel": "1",
|
||||
"hell": "100",
|
||||
"warm": "1700",
|
||||
"normal": "3000",
|
||||
"kalt": "6500"
|
||||
}
|
||||
}
|
9
config/settings.json.example
Normal file
9
config/settings.json.example
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
"yeelight" : {
|
||||
"dunkel" : "1",
|
||||
"hell" : "100",
|
||||
"warm" : "1700",
|
||||
"normal" : "3000",
|
||||
"kalt" : "6500"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user