DTH UX Improvements for Page 13 of DTHs:

From Rgbw-Light... to ...Smartsense-Virtual-Open-Closed
This commit is contained in:
Parijat Das
2017-02-21 11:28:27 +05:30
parent 51832c8db2
commit e687e76b3e
7 changed files with 17 additions and 17 deletions

View File

@@ -41,9 +41,9 @@ metadata {
attributeState("default", label:'${currentValue}%', unit:"%")
}
tileAttribute("device.thermostatOperatingState", key: "OPERATING_STATE") {
attributeState("idle", backgroundColor:"#44b621")
attributeState("heating", backgroundColor:"#ffa81e")
attributeState("cooling", backgroundColor:"#269bd2")
attributeState("idle", backgroundColor:"#ffffff")
attributeState("heating", backgroundColor:"#e86d13")
attributeState("cooling", backgroundColor:"#00a0dc")
}
tileAttribute("device.thermostatMode", key: "THERMOSTAT_MODE") {
attributeState("off", label:'${name}')