New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

thing-it-device-enocean-ip

Package Overview
Dependencies
Maintainers
1
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 0.1.13 to 0.1.14

34

default-units/threeChannelTemperatureSensor.js

@@ -72,6 +72,8 @@ module.exports = {

this.state = {temperature1: 20.0,
temperature2: 22.5,
temperature3: 25.0,
batteryFailing: false};
this.state = {
temperature1: 20.0,
temperature2: 22.5,
temperature3: 25.0,
batteryFailing: false
};

@@ -116,3 +118,3 @@ if (this.isSimulated()) {

}
else{
else {
this.state.batteryFailing = false;

@@ -130,2 +132,3 @@ this.publishStateChange();

}
};

@@ -135,5 +138,5 @@ /**

*/
ThreeChannelTemperatureSensor.prototype.getState = function () {
return this.state;
};
ThreeChannelTemperatureSensor.prototype.getState = function () {
return this.state;
};

@@ -143,5 +146,5 @@ /**

*/
ThreeChannelTemperatureSensor.prototype.setState = function (state) {
this.state = state;
};
ThreeChannelTemperatureSensor.prototype.setState = function (state) {
this.state = state;
};

@@ -152,7 +155,6 @@

*/
ThreeChannelTemperatureSensor.prototype.stop = function () {
if (this.isSimulated()) {
if (this.interval) {
clearInterval(this.interval);
}
ThreeChannelTemperatureSensor.prototype.stop = function () {
if (this.isSimulated()) {
if (this.interval) {
clearInterval(this.interval);
}

@@ -159,0 +161,0 @@ }

{
"name": "thing-it-device-enocean-ip",
"version": "0.1.13",
"version": "0.1.14",
"description": "[thing-it-node] Device Plugin for EnOcean IP products.",

@@ -5,0 +5,0 @@ "authors": "Marc Gille",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc