From a06c85600c26e9033a16c27ba5bd191adc7a44f9 Mon Sep 17 00:00:00 2001 From: user Date: Fri, 29 Nov 2019 11:13:26 +0530 Subject: [PATCH] WWST-6203-DTH-Fibaro KeyFob-FGKF-601 AU --- .../zwave-multi-button.src/zwave-multi-button.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devicetypes/smartthings/zwave-multi-button.src/zwave-multi-button.groovy b/devicetypes/smartthings/zwave-multi-button.src/zwave-multi-button.groovy index 8ccc5939e12..68fd2683692 100644 --- a/devicetypes/smartthings/zwave-multi-button.src/zwave-multi-button.groovy +++ b/devicetypes/smartthings/zwave-multi-button.src/zwave-multi-button.groovy @@ -31,6 +31,7 @@ metadata { fingerprint mfr: "0371", prod: "0002", model: "0003", deviceJoinName: "Aeotec NanoMote Quad", mnmn: "SmartThings", vid: "generic-4-button" //EU fingerprint mfr: "0086", prod: "0101", model: "0058", deviceJoinName: "Aeotec KeyFob", mnmn: "SmartThings", vid: "generic-4-button" //US fingerprint mfr: "0086", prod: "0001", model: "0058", deviceJoinName: "Aeotec KeyFob", mnmn: "SmartThings", vid: "generic-4-button" //EU + fingerprint mfr: "010F", prod: "1001", model: "3000", deviceJoinName: "Fibaro KeyFob", mnmn: "SmartThings", vid: "generic-6-button" //AU } tiles(scale: 2) { @@ -233,4 +234,4 @@ private isUntrackedAeotec() { private isAeotecKeyFob() { zwaveInfo.mfr?.contains("0086") -} \ No newline at end of file +}