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

@@ -16,7 +16,6 @@ metadata {
capability "Switch"
capability "Refresh"
capability "Sensor"
capability "Health Check"
command "setAdjustedColor"
command "reset"
@@ -56,10 +55,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"
@@ -171,7 +166,3 @@ def verifyPercent(percent) {
return false
}
}
def ping() {
log.debug "${parent.ping(this)}"
}