You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

thing-it-device-enocean-ip

Package Overview
Dependencies
Maintainers
3
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

thing-it-device-enocean-ip - npm Package Compare versions

Comparing version

to
0.2.13

14

default-units/heatingSystem.js

@@ -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",