DVCSMP-1738 Philips HUE: Detail page showing the Brightness level twice

-Removed secondary control from all Hue DTH
This commit is contained in:
Lars Finander
2016-05-06 09:29:41 -07:00
parent 7571c1b980
commit 27c05f4e5b
3 changed files with 0 additions and 9 deletions

View File

@@ -38,9 +38,6 @@ metadata {
tileAttribute ("device.level", key: "SLIDER_CONTROL") {
attributeState "level", action:"switch level.setLevel", range:"(0..100)"
}
tileAttribute ("device.level", key: "SECONDARY_CONTROL") {
attributeState "level", label: 'Level ${currentValue}%'
}
tileAttribute ("device.color", key: "COLOR_CONTROL") {
attributeState "color", action:"setAdjustedColor"
}