Fixes, cleanup

Got rid of old code I clearly don’t need anymore. Switched `this.log`s
to `debug`s. Fix for picking wrong vDev for thermostat current temp.
Added configuration for `Name` characteristic…which I guess became
required.
This commit is contained in:
S'pht'Kr
2015-09-02 06:27:13 +02:00
parent f287c9ee36
commit 30a705e79f
2 changed files with 51 additions and 401 deletions

View File

@@ -33,6 +33,7 @@
"xml2js": "0.4.x",
"xmldoc": "0.1.x",
"yamaha-nodejs": "0.4.x",
"teslams": "1.0.1"
"teslams": "1.0.1",
"debug": "^2.2.0"
}
}