homebridge-xiaomi-yeelight
Advanced tools
Comparing version 1.0.5 to 1.0.6
@@ -137,3 +137,3 @@ "use strict"; | ||
try { | ||
await this.connection.colorthis.convertColorTempFromMiredToKelvin(value); | ||
await this.connection.color(this.convertColorTempFromMiredToKelvin(value)); | ||
this.platform.log.info('color temp set successfully'); | ||
@@ -140,0 +140,0 @@ } |
{ | ||
"displayName": "Xiaomi Yeelight Support", | ||
"name": "homebridge-xiaomi-yeelight", | ||
"version": "1.0.5", | ||
"version": "1.0.6", | ||
"description": "A short description about what your plugin does.", | ||
@@ -6,0 +6,0 @@ "license": "Apache-2.0", |
Sorry, the diff of this file is not supported yet
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
49118