From 38d3092af3bb625633edd6ff1d7ec7157245dd3c Mon Sep 17 00:00:00 2001 From: tsightler Date: Mon, 5 Oct 2020 09:56:04 -0400 Subject: [PATCH] Update rgbtw-light.js --- devices/rgbtw-light.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devices/rgbtw-light.js b/devices/rgbtw-light.js index 3ca6e2e..c50428a 100644 --- a/devices/rgbtw-light.js +++ b/devices/rgbtw-light.js @@ -11,7 +11,7 @@ class RGBTWLight extends TuyaDevice { this.config.whiteValueScale = this.config.whiteValueScale ? this.config.whiteValueScale : 1000 this.config.dpsColorTemp = this.config.dpsColorTemp ? this.config.dpsColorTemp : 4 this.config.dpsColor = this.config.dpsColor ? this.config.dpsColor : 5 - this.config.colorType = this.config.colorType ? this.config.colorType : 'hsb' + this.config.colorType = this.config.colorType ? this.config.colorType : 'hsbhex' this.deviceData.mdl = 'RGBTW Light'