mirror of
https://github.com/mtan93/homebridge.git
synced 2026-03-20 13:20:57 +00:00
fixed thermostats
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user