iobroker.innogy-smarthome
Advanced tools
Comparing version 0.2.5 to 0.2.6
{ | ||
"common": { | ||
"name": "innogy-smarthome", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"title": "Innogy Smarthome Adapter", | ||
@@ -6,0 +6,0 @@ "license": "MIT", |
@@ -179,7 +179,3 @@ /* jshint -W097 */// jshint strict:false | ||
smartHome.on("close", function (e) { | ||
if (typeof e === "string") | ||
adapter.log.debug("CLOSE:" + e); | ||
else | ||
adapter.log.debug("CLOSE:" + JSON.stringify(e)); | ||
adapter.log.debug("SOCKET CONNECTION TO THE INNOGY API WAS CLOSED"); | ||
adapter.setState("info.connection", false, true); | ||
@@ -186,0 +182,0 @@ }); |
{ | ||
"name": "iobroker.innogy-smarthome", | ||
"version": "0.2.5", | ||
"version": "0.2.6", | ||
"description": "ioBroker Innogy SmartHome Adapter", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -12,2 +12,5 @@ ![Logo](admin/innogy-smarthome.png) | ||
### 0.2.6 | ||
Fixed an exception once the Innogy API closes the status socket connection | ||
### 0.2.5 | ||
@@ -14,0 +17,0 @@ Implemented throttling changes required by the Innogy API |
46010
147
568