fixed thermostats

This commit is contained in:
Thomas Kluge
2015-10-31 12:02:06 +01:00
parent 727809e9b4
commit 04f48ecbab
2 changed files with 22 additions and 6 deletions

View File

@@ -360,6 +360,12 @@ HomeMaticPlatform.prototype = {
},
setRegaValue: function(channel, datapoint, value) {
var rega = new RegaRequest(this.log, this.ccuIP);
rega.setValue(channel, datapoint, value);
return;
},
getValue: function(channel, datapoint, callback) {
if (channel.indexOf("BidCos-RF.") > -1)  {