From f519a2d828ec3e9e5e0673d4af7d35f4d8a9d817 Mon Sep 17 00:00:00 2001 From: natec007 Date: Thu, 6 Jul 2017 14:27:33 -0700 Subject: [PATCH] Update spruce-sensor.groovy Removed checkInterval attribute sendEvent(name: "checkInterval" already in updated and installed --- .../plaidsystems/spruce-sensor.src/spruce-sensor.groovy | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/devicetypes/plaidsystems/spruce-sensor.src/spruce-sensor.groovy b/devicetypes/plaidsystems/spruce-sensor.src/spruce-sensor.groovy index fc1fe39..f2e1154 100644 --- a/devicetypes/plaidsystems/spruce-sensor.src/spruce-sensor.groovy +++ b/devicetypes/plaidsystems/spruce-sensor.src/spruce-sensor.groovy @@ -32,7 +32,6 @@ metadata { capability "Health Check" //capability "Polling" - attribute "checkInterval", "string" attribute "maxHum", "string" attribute "minHum", "string" @@ -411,4 +410,4 @@ private byte[] reverseArray(byte[] array) { i++; } return array -} \ No newline at end of file +}