From 82d57a9f0f827f24487df0f4efea9f9235be7f8c Mon Sep 17 00:00:00 2001 From: Duncan McKee Date: Sat, 11 Mar 2017 12:48:45 -0600 Subject: [PATCH] Add mfr fingerprints to Fibaro Motion NVS-6 --- .../fibaro-motion-sensor-zw5.groovy | 5 ++++- .../fibaro-motion-sensor.groovy | 14 +++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/devicetypes/fibargroup/fibaro-motion-sensor-zw5.src/fibaro-motion-sensor-zw5.groovy b/devicetypes/fibargroup/fibaro-motion-sensor-zw5.src/fibaro-motion-sensor-zw5.groovy index 848c50b..e6ba8fb 100644 --- a/devicetypes/fibargroup/fibaro-motion-sensor-zw5.src/fibaro-motion-sensor-zw5.groovy +++ b/devicetypes/fibargroup/fibaro-motion-sensor-zw5.src/fibaro-motion-sensor-zw5.groovy @@ -24,7 +24,10 @@ metadata { capability "Temperature Measurement" capability "Health Check" - fingerprint deviceId: "0x0701", inClusters: "0x5E, 0x20, 0x86, 0x72, 0x5A, 0x59, 0x85, 0x73, 0x84, 0x80, 0x71, 0x56, 0x70, 0x31, 0x8E, 0x22, 0x30, 0x9C, 0x98, 0x7A", outClusters: "" + fingerprint deviceId: "0x0701", inClusters: "0x5E, 0x20, 0x86, 0x72, 0x5A, 0x59, 0x85, 0x73, 0x84, 0x80, 0x71, 0x56, 0x70, 0x31, 0x8E, 0x22, 0x30, 0x9C, 0x98, 0x7A", outClusters: "" + + fingerprint mfr:"010F", prod:"0801", model:"2001" + fingerprint mfr:"010F", prod:"0801", model:"1001" } simulator { diff --git a/devicetypes/smartthings/fibaro-motion-sensor.src/fibaro-motion-sensor.groovy b/devicetypes/smartthings/fibaro-motion-sensor.src/fibaro-motion-sensor.groovy index a0c9322..a1fb45f 100644 --- a/devicetypes/smartthings/fibaro-motion-sensor.src/fibaro-motion-sensor.groovy +++ b/devicetypes/smartthings/fibaro-motion-sensor.src/fibaro-motion-sensor.groovy @@ -47,14 +47,14 @@ capability "Sensor" capability "Battery" capability "Health Check" + command "resetParams2StDefaults" + command "listCurrentParams" + command "updateZwaveParam" + command "test" + command "configure" - command "resetParams2StDefaults" - command "listCurrentParams" - command "updateZwaveParam" - command "test" - command "configure" - - fingerprint deviceId: "0x2001", inClusters: "0x30,0x84,0x85,0x80,0x8F,0x56,0x72,0x86,0x70,0x8E,0x31,0x9C,0xEF,0x30,0x31,0x9C" + fingerprint mfr:"010F", prod:"0800", model:"2001" + fingerprint mfr:"010F", prod:"0800", model:"1001" } simulator {