Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

iobroker.netatmo

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iobroker.netatmo - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

io-package.json
{
"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

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