From 22bbe08d0c7e00334d530301f288821465c330ca Mon Sep 17 00:00:00 2001 From: "Dr. Bunsen Honeydew" Date: Tue, 27 Sep 2016 16:30:34 -0500 Subject: [PATCH] DEVC-489: Adding a fingerprint line to the DTH --- devicetypes/smartthings/zigbee-switch.src/zigbee-switch.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devicetypes/smartthings/zigbee-switch.src/zigbee-switch.groovy b/devicetypes/smartthings/zigbee-switch.src/zigbee-switch.groovy index 7e243f4..de78456 100644 --- a/devicetypes/smartthings/zigbee-switch.src/zigbee-switch.groovy +++ b/devicetypes/smartthings/zigbee-switch.src/zigbee-switch.groovy @@ -21,6 +21,7 @@ metadata { fingerprint profileId: "0104", inClusters: "0000, 0003, 0004, 0005, 0006" fingerprint profileId: "0104", inClusters: "0000, 0003, 0006", outClusters: "0003, 0006, 0019, 0406", manufacturer: "Leviton", model: "ZSS-10", deviceJoinName: "Leviton Switch" + fingerprint profileId: "0104", inClusters: "0000, 0003, 0006", outClusters: "000A", manufacturer: "HAI", model: "65A21-1", deviceJoinName: "Leviton Wireless Load Control Module-30amp" } // simulator metadata @@ -79,4 +80,4 @@ def refresh() { def configure() { log.debug "Configuring Reporting and Bindings." zigbee.onOffConfig() + zigbee.onOffRefresh() -} +} \ No newline at end of file