haui
Version:
Home Automation UI
57 lines (56 loc) • 1.09 kB
JSON
{
"x10": { "serialPath": "/dev/ttyUSB0" },
"port": 10020,
"host": "0.0.0.0",
"uri": "http://haui.mndktchn.com/",
"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"
}
]
}