homebridge-xiaomi-yeelight
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -134,3 +134,3 @@ "use strict"; | ||
try { | ||
await this.connection.color(this.convertColorTemp(value)); | ||
await this.connection.color(this.convertColorTemp(value), 'temperature'); | ||
this.platform.log.info('color temp set successfully'); | ||
@@ -137,0 +137,0 @@ } |
{ | ||
"displayName": "Xiaomi Yeelight Support", | ||
"name": "homebridge-xiaomi-yeelight", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"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
48861