haui
Version:
Home Automation UI
62 lines (61 loc) • 1.19 kB
JSON
{
"x10": { "serialPath": "/dev/ttyUSB0" },
"port": 10020,
"host": "192.168.1.30",
"uri": "http://192.168.1.30:10020",
"good": {
"subscribers": {
"console": ["ops", "request", "log", "error"]
}
},
"buttons": [
{
"label": "Livingroom - Front - ON",
"command": "ON",
"house": "O",
"unit": "10"
},
{
"label": "Livingroom - Front - OFF",
"command": "OFF",
"house": "O",
"unit": "10"
},
{
"label": "Livingroom - Hall - ON",
"command": "ON",
"house": "O",
"unit": "11"
},
{
"label": "Livingroom - Hall - OFF",
"command": "OFF",
"house": "O",
"unit": "11"
},
{
"label": "Livingroom - Back - ON",
"command": "ON",
"house": "O",
"unit": "12"
},
{
"label": "Livingroom - Back - OFF",
"command": "OFF",
"house": "O",
"unit": "12"
},
{
"label": "Livingroom - Lava Lamps - ON",
"command": "ON",
"house": "O",
"unit": "16"
},
{
"label": "Livingroom - Lava Lamps - OFF",
"command": "OFF",
"house": "O",
"unit": "16"
}
]
}