Adding support for ISY.

This commit is contained in:
Ray Bennett
2015-06-26 18:03:31 -07:00
parent 38d621a13f
commit 0dedbcd362
3 changed files with 394 additions and 0 deletions

View File

@@ -21,6 +21,14 @@
"name": "Domoticz",
"server": "127.0.0.1",
"port": "8005"
},
{
"platform": "ISY",
"name": "ISY",
"host": "192.168.1.20",
"port": "8000",
"username": "username",
"password": "password"
}
],