mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-03-08 05:31:56 +00:00
Update spruce-sensor.groovy
Removed checkInterval attribute sendEvent(name: "checkInterval" already in updated and installed
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user