thing-it-device-enocean-ip
Advanced tools
Comparing version
@@ -288,5 +288,5 @@ module.exports = { | ||
} | ||
// if(!this.state.window) { | ||
// this.setTemperature(this.state.setpoint, this.state.temperature); | ||
// } | ||
if(!this.state.window || this.state.window === false) { | ||
this.setTemperature(this.state.setpoint, this.state.temperature); | ||
} | ||
this.publishStateChange(); | ||
@@ -380,8 +380,8 @@ } | ||
this.state.window = state.window; | ||
if (this.state.window){ | ||
if (this.state.window || this.state.window === true){ | ||
this.closeValve(); | ||
// } | ||
// else{ | ||
// this.setTemperature(this.state.setpoint, this.state.temperature); | ||
} | ||
else{ | ||
this.setTemperature(this.state.setpoint, this.state.temperature); | ||
} | ||
} | ||
@@ -388,0 +388,0 @@ } |
{ | ||
"name": "thing-it-device-enocean-ip", | ||
"version": "0.2.12", | ||
"version": "0.2.13", | ||
"description": "[thing-it-node] Device Plugin for EnOcean IP products.", | ||
@@ -5,0 +5,0 @@ "authors": "Marc Gille", |
161915
0.03%