Socket
Socket
Sign inDemoInstall

iobroker.wifilight

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iobroker.wifilight - npm Package Compare versions

Comparing version 0.0.37 to 0.0.38

12

devices.js

@@ -119,6 +119,6 @@ "use strict";

exports.LD382 = Object.assign(exports.LD382A, { // not tested
exports.LD382 = Object.assign({}, exports.LD382A, { // not tested
});
exports.UFO = Object.assign(exports.LD382A, { // not tested
exports.UFO = Object.assign({}, exports.LD382A, { // not tested
on: [0x71, 0x23],

@@ -267,3 +267,3 @@ off: [0x71, 0x24],

exports.MiLightRGB = Object.assign (exports.MiLight, {
exports.MiLightRGB = Object.assign ({}, exports.MiLight, {
g: 2,

@@ -289,9 +289,9 @@ dimSteps: 9,

}
},
}
});
exports.MiLightW = Object.assign (exports.MiLight, {
exports.MiLightW = Object.assign ({}, exports.MiLight, {
g: 2,
dimSteps: 11,
colorSteps: 11,
colorSteps: 11
});
{
"common": {
"name": "wifilight",
"version": "0.0.37",
"version": "0.0.38",
"title": "WiFi Light",

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

{
"name": "iobroker.wifilight",
"version": "0.0.37",
"version": "0.0.38",
"description": "WiFi Light Adapter",

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

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