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

iobroker.rwe-smarthome

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iobroker.rwe-smarthome - npm Package Compare versions

Comparing version 0.0.3 to 0.1.0

10

main.js

@@ -21,4 +21,6 @@ "use strict";

try {
adapter.log.info('cleaned everything up...');
callback();
smartHomeInstance.shutdown(function () {
adapter.log.info('cleaned everything up...');
callback();
});
} catch (e) {

@@ -94,4 +96,4 @@ callback();

smartHomeInstance.on("Debug", function(debugObject) {
adapter.log.info("DEBUG INFO: " + JSON.stringify(debugObject));
smartHomeInstance.on("Debug", function (debugObject) {
adapter.log.info("DEBUG INFO: " + JSON.stringify(debugObject));
});

@@ -98,0 +100,0 @@ } else {

6

package.json
{
"name": "iobroker.rwe-smarthome",
"version": "0.0.3",
"version": "0.1.0",
"description": "ioBroker rwe-smarthome Adapter",

@@ -16,3 +16,3 @@ "author": {

"homepage": "https://github.com/PArns/ioBroker.rwe-smarthome",
"license": "MIT",
"license": "GPL-2.0",
"keywords": [

@@ -29,3 +29,3 @@ "ioBroker",

"dependencies": {
"node-rwe-smarterhome-lib": "0.0.11"
"node-rwe-smarterhome-lib": "0.1.0"
},

@@ -32,0 +32,0 @@ "devDependencies": {

@@ -10,4 +10,20 @@ ![Logo](admin/rwe-smarthome.png)

### 0.0.1
Initial commit, at the moment only virtual switches and "Zwischenschalter" works
Initial commit, at the moment only GenericActuator and SwitchActuator works
### 0.0.2
Added AlarmActuator
Added RollerShutterActuator
Added RoomHumiditySensor
Added RoomTemperatureSensor
Added WindowDoorSensor
### 0.0.3
Fixed some underlaying communication problems
Added debug events
### 0.1.0
Added shutdown event to clean the connection to the central during unload event
Updated underlaying lib to keep connection to the central alive
## License

@@ -14,0 +30,0 @@ GPL V2

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