Implemented: config.json parameter loadscenes & fixed dimmer-bug

Added parameter in config.json: 'loadscenes' for enabling/disabling
loading scenes
Fixed issue with dimmer-range; was 0-100, should be 0-16
This commit is contained in:
EddyK69
2015-08-26 23:20:42 +02:00
parent 4c088d235c
commit b170e81059
2 changed files with 36 additions and 19 deletions

View File

@@ -41,7 +41,9 @@
"platform": "Domoticz",
"name": "Domoticz",
"server": "127.0.0.1",
"port": "8005"
"port": "8080",
"roomid": 0,
"loadscenes": 1
},
{
"platform": "PhilipsHue",