Added platform shim for Domoticz.

This commit is contained in:
Joep Verhaeg
2015-06-10 21:03:24 +02:00
parent 2fb0eaefbd
commit 53367cffce
2 changed files with 226 additions and 1 deletions

View File

@@ -14,7 +14,13 @@
"platform": "SmartThings",
"name": "SmartThings",
"app_id": "JSON SmartApp Id",
"access_token": "JSON SmartApp AccessToken",
"access_token": "JSON SmartApp AccessToken"
},
{
"platform": "Domoticz",
"name": "Domoticz",
"server": "127.0.0.1",
"port": "8005"
}
],