Skip to content

Commit

Permalink
Update honeywell-hpa250b.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
philippeportesppo authored Sep 1, 2018
1 parent 74096fa commit 27768b7
Showing 1 changed file with 3 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,22 +35,11 @@ definition (name: "Honeywell_HPA250B", namespace: "philippeportesppo", author: "
command "voc_on"
command "timer_minus"
command "timer_plus"

//command "enrollResponse"

//fingerprint manufacturer: "Honeywell", model: "HPA250B", deviceJoinName: "HPA250B"



attribute "argument", "enum", ["on", "auto", "medium", "off", "germ", "general_on", "allergen","turbo","updating","plus", "minus"]
attribute "command", "enum", ["fan_speed", "light", "voc","timer"]
}
/*preferences {
section {
// input "internal_ip", "text", title: "Raspberry static IP", required: true
// input "internal_port", "text", title: "Raspberry port (12345)", required: true
}
}*/


tiles (scale: 2) {

standardTile("fan", "device.fan", width: 6, height: 4, canChangeIcon: false, canChangeBackground: false, decoration: "flat") {
Expand Down Expand Up @@ -393,4 +382,4 @@ def refreshCmd() {
}




0 comments on commit 27768b7

Please sign in to comment.