Socket
Socket
Sign inDemoInstall

iobroker.wifilight

Package Overview
Dependencies
1
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.6 to 0.0.7

10

io-package.json
{
"common": {
"name": "wifilight",
"version": "0.0.6",
"version": "0.0.7",
"title": "WiFi Light",

@@ -18,9 +18,7 @@ "desc": {

"type": "hardware",
"messagebox": true
"messagebox": true,
"enabled": true
},
"native": {
"ip": "",
"port": 5577,
"polling": true,
"intervall": 60
"devices": []
},

@@ -27,0 +25,0 @@ "instanceObjects": [

2

package.json
{
"name": "iobroker.wifilight",
"version": "0.0.6",
"version": "0.0.7",
"description": "WiFi Light Adapter",

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

@@ -662,2 +662,3 @@ "use strict";

if (!adpter.config.devices) return;
for (var i=0; i<adapter.config.devices.length; i++) {

@@ -664,0 +665,0 @@ normalizeConfigDevice(adapter.config.devices[i]);

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc