Skip to content

Commit

Permalink
Added Refresh capability
Browse files Browse the repository at this point in the history
Added refresh back into the metadata, appeared to have gone missing in action.
  • Loading branch information
twonk authored Feb 16, 2017
1 parent fdab0c8 commit feea8ff
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ metadata {
capability "Configuration"
capability "Battery"
capability "Sensor"
capability "Refresh"

attribute "lastCheckin", "String"
attribute "lastMotion", "String"
Expand Down Expand Up @@ -313,4 +314,4 @@ def stopMotion() {

def reset() {
sendEvent(name:"motion", value:"inactive")
}
}

0 comments on commit feea8ff

Please sign in to comment.