Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixing build
  • Loading branch information
greens authored and workingmonk committed Jul 18, 2018
1 parent c67a4b8 commit 8312dbd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions devicetypes/smartthings/zwave-siren.src/zwave-siren.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,6 @@ def poll() {
}
}

def on() {
log.debug "sending on"

def on() {
log.debug "sending on"
// ICP-5323: Zipato siren sometimes fails to make sound for full duration
Expand All @@ -159,7 +156,6 @@ def on() {
]
}
}
}

def off() {
log.debug "sending off"
Expand Down

0 comments on commit 8312dbd

Please sign in to comment.