iobroker.rwe-smarthome
Advanced tools
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 { |
{ | ||
"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 |
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
63625
359
31
+ Addednode-rwe-smarterhome-lib@0.1.0(transitive)
- Removednode-rwe-smarterhome-lib@0.0.11(transitive)