homebridge-xiaomi-yeelight
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package