Socket
Socket
Sign inDemoInstall

iobroker.wifilight

Package Overview
Dependencies
Maintainers
0
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 1.3.0 to 1.3.1

2

main.js

@@ -85,3 +85,3 @@ const net = require('node:net');

const usedStateNames = {
online: { n: 'reachable', g: 1, val: 0, common: { write: false, type: 'boolean', role: 'indicator.reachable'}},
online: { n: 'reachable', g: 1, val: false, common: { write: false, type: 'boolean', role: 'indicator.reachable'}},
on: { n: 'on', g: 3, val: false, common: { type: 'boolean', role: 'switch' }},

@@ -88,0 +88,0 @@ bri: { n: 'bri', g: 3, val: 100, common: { type: 'number', min: 0, max: 100, unit: '%', desc: '0..100%', role: 'level.dimmer' }},

{
"name": "iobroker.wifilight",
"version": "1.3.0",
"version": "1.3.1",
"description": "WiFi Light Adapter",

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

@@ -54,3 +54,3 @@ ![Logo](admin/wifilight.png)

-->
### 1.3.0 (2024-08-12)
### 1.3.1 (2024-08-12)
* (p-kehling) Added ignorance of acknowledgement messages for on/off commands

@@ -57,0 +57,0 @@ * (bluefox) refactoring

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