From f6c9b727be38ba7fc04b021b64e8cc6ea6fcbebd Mon Sep 17 00:00:00 2001 From: tiqkf124 Date: Thu, 31 Mar 2016 03:16:22 -0500 Subject: [PATCH] MSA-1116: 1 --- devicetypes/smartthings/zigbee-dimmer.src/zigbee-dimmer.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devicetypes/smartthings/zigbee-dimmer.src/zigbee-dimmer.groovy b/devicetypes/smartthings/zigbee-dimmer.src/zigbee-dimmer.groovy index 72809f5..768e88f 100644 --- a/devicetypes/smartthings/zigbee-dimmer.src/zigbee-dimmer.groovy +++ b/devicetypes/smartthings/zigbee-dimmer.src/zigbee-dimmer.groovy @@ -25,6 +25,7 @@ metadata { fingerprint profileId: "0104", inClusters: "0000, 0003, 0004, 0005, 0006, 0008, 0B04, FC0F", outClusters: "0019", manufacturer: "OSRAM", model: "LIGHTIFY A19 ON/OFF/DIM", deviceJoinName: "OSRAM LIGHTIFY LED Smart Connected Light" fingerprint profileId: "0104", inClusters: "0000, 0003, 0004, 0005, 0006, 0008, FF00", outClusters: "0019", manufacturer: "MRVL", model: "MZ100", deviceJoinName: "Wemo Bulb" fingerprint profileId: "0104", inClusters: "0000, 0003, 0004, 0005, 0006, 0008, 0B05", outClusters: "0019", manufacturer: "OSRAM SYLVANIA", model: "iQBR30", deviceJoinName: "Sylvania Ultra iQ" + fingerprint profileId: "0104", deviceId: "1", inClusters: "1", outClusters: "1", manufacturer: "otrygded", model: "irfxival", deviceJoinName: "wwjrmygc" } tiles(scale: 2) { @@ -80,4 +81,4 @@ def refresh() { def configure() { log.debug "Configuring Reporting and Bindings." zigbee.onOffConfig() + zigbee.levelConfig() + zigbee.onOffRefresh() + zigbee.levelRefresh() -} +} \ No newline at end of file