From 77fbe5ef76e0a49be31f83347c33d2ee28ad8058 Mon Sep 17 00:00:00 2001 From: Ajay Assani Date: Mon, 31 Aug 2020 11:47:13 +0100 Subject: [PATCH] Zigbee RGBW GU10 Zigbee 3.0 RGB+CCT - 2000-6500k --- .../smartthings/zigbee-rgbw-bulb.src/zigbee-rgbw-bulb.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devicetypes/smartthings/zigbee-rgbw-bulb.src/zigbee-rgbw-bulb.groovy b/devicetypes/smartthings/zigbee-rgbw-bulb.src/zigbee-rgbw-bulb.groovy index 9b2ce34265e..a0dfe4c0793 100644 --- a/devicetypes/smartthings/zigbee-rgbw-bulb.src/zigbee-rgbw-bulb.groovy +++ b/devicetypes/smartthings/zigbee-rgbw-bulb.src/zigbee-rgbw-bulb.groovy @@ -96,6 +96,7 @@ metadata { // Ajax Online fingerprint manufacturer: "Ajaxonline", model: "AJ-RGBCCT 5 in 1", deviceJoinName: "Ajax Light", mnmn: "SmartThings", vid: "generic-rgbw-color-bulb-2000K-6500K" + fingerprint profileId: "0104", manufacturer: "Ajax online Ltd", model: "AJ_ZB30_GU10", deviceJoinName: "Ajax Light" } // UI tile definitions @@ -293,4 +294,4 @@ def installed() { private boolean isTintBulb() { device.getDataValue("model") == "ZBT-ExtendedColor" -} +} \ No newline at end of file