Skip to content

Commit

Permalink
Update xiaomi-smoke-detector.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
fison67 committed Apr 12, 2019
1 parent 28fbad2 commit e8ec5bd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ def callback(physicalgraph.device.HubResponse hubResponse){
}
}

def installed() {
sendEvent(name:"smoke", value: "clear")
}

def updated() {
}

Expand Down

0 comments on commit e8ec5bd

Please sign in to comment.