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 1.1.3 to 1.1.4

2

io-package.json
{
"common": {
"name": "netatmo",
"version": "1.1.3",
"version": "1.1.4",
"title": "Netatmo Adapter",

@@ -6,0 +6,0 @@ "desc": {

@@ -25,2 +25,5 @@ module.exports = function (myapi, myadapter) {

function getDeviceName(aDeviceName) {
if (!aDeviceName)
return "Unnamed";
return aDeviceName.replaceAll(" ", "-").replaceAll("---", "-").replaceAll("--", "-");

@@ -34,3 +37,3 @@ }

handleDevice(aDevice, aParent);
} else if (aDevice.module_name) {
} else {
var deviceName = getDeviceName(aDevice.module_name);

@@ -60,4 +63,2 @@ var fullPath = aParent ? aParent + "." + deviceName : deviceName;

});
} else {
myadapter.log.warn("UNKNOWN MODULE " + JSON.stringify(aDevice));
}

@@ -64,0 +65,0 @@ }

{
"name": "iobroker.netatmo",
"version": "1.1.3",
"version": "1.1.4",
"description": "ioBroker netatmo Adapter",

@@ -5,0 +5,0 @@ "author": {

@@ -34,2 +34,5 @@ ![Logo](admin/netatmo.png)

### 1.1.4
* (PArns) Added support for unnamed modules
### 1.1.1

@@ -36,0 +39,0 @@ * (PArns) Simplified setAway

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