iobroker.netatmo
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"common": { | ||
"name": "netatmo", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"title": "Netatmo Adapter", | ||
@@ -6,0 +6,0 @@ "desc": { |
@@ -517,4 +517,4 @@ /* jshint -W097 */// jshint strict:false | ||
if (typeof aModule.dashboard_data.GustStrenght !== "undefined") { | ||
adapter.setObjectNotExists(aParent + ".GustStrenght", { | ||
if (typeof aModule.dashboard_data.GustStrength !== "undefined") { | ||
adapter.setObjectNotExists(aParent + ".GustStrength", { | ||
type: "state", | ||
@@ -531,3 +531,3 @@ common: { | ||
adapter.setState(aParent + ".GustStrenght", {val: aModule.dashboard_data.GustStrenght, ack: true}); | ||
adapter.setState(aParent + ".GustStrength", {val: aModule.dashboard_data.GustStrength, ack: true}); | ||
} | ||
@@ -534,0 +534,0 @@ |
{ | ||
"name": "iobroker.netatmo", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "ioBroker netatmo Adapter", | ||
@@ -5,0 +5,0 @@ "author": { |
@@ -9,2 +9,4 @@ ![Logo](admin/netatmo.png) | ||
#### 0.0.4 | ||
* Fixed typo/missing parameter in GustStrength | ||
#### 0.0.3 | ||
@@ -11,0 +13,0 @@ * Added error handling to prevent exceptions for missing parameters |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
61660
23