Revert "WWST-40 Philips Hue: Implement device watch"

This reverts commit bacd335991.
This commit is contained in:
Lars Finander
2016-09-06 12:42:11 -06:00
parent 3528e7da51
commit d1aee1e874
5 changed files with 47 additions and 130 deletions

View File

@@ -17,7 +17,6 @@ metadata {
capability "Switch"
capability "Refresh"
capability "Sensor"
capability "Health Check"
command "setAdjustedColor"
command "reset"
@@ -65,10 +64,6 @@ metadata {
}
}
void installed() {
sendEvent(name: "checkInterval", value: 60 * 30, data: [protocol: "lan"], displayed: false)
}
// parse events into attributes
def parse(description) {
log.debug "parse() - $description"
@@ -187,7 +182,3 @@ def verifyPercent(percent) {
return false
}
}
def ping() {
log.trace "${parent.ping(this)}"
}