This repository has been archived on 2023-06-10. You can view files and clone it, but cannot push or open issues or pull requests.
HomeControl/config/devices.json.example

36 lines
844 B
Plaintext
Raw Normal View History

2018-02-02 00:21:59 +01:00
{
"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"
}
}
}