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

homebridge-xiaomi-yeelight

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

homebridge-xiaomi-yeelight - npm Package Compare versions

Comparing version 1.0.11 to 1.0.12

8

dist/platformAccessory.js

@@ -133,7 +133,7 @@ "use strict";

// max brightness for ceiling22
if (value > 385) {
value = 385;
if (value > 384) {
value = 384;
}
else if (value < 163) {
value = 163;
else if (value < 164) {
value = 164;
}

@@ -140,0 +140,0 @@ this.platform.log.info('setting color temp to', value, 'in kelvin:', this.convertColorTemp(value));

{
"displayName": "Xiaomi Yeelight Support",
"name": "homebridge-xiaomi-yeelight",
"version": "1.0.11",
"version": "1.0.12",
"description": "A short description about what your plugin does.",

@@ -6,0 +6,0 @@ "license": "Apache-2.0",

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