[DVCSMP-2509] Standardize Page 14 of DTH UX Improvements

[DVCSMP-2509] Standardize Page 14 of DTH UX Improvements
This commit is contained in:
ShunmugaSundar
2017-03-15 05:03:28 +05:30
parent 72248b0004
commit 6d0f9d101d
7 changed files with 16 additions and 16 deletions

View File

@@ -53,7 +53,7 @@ metadata {
tiles {
standardTile("switch", "device.switch", width: 2, height: 2, canChangeIcon: true) {
state "on", action:"switch.off", icon:"st.vents.vent-open-text", backgroundColor:"#53a7c0"
state "on", action:"switch.off", icon:"st.vents.vent-open-text", backgroundColor:"#00a0dc"
state "off", action:"switch.on", icon:"st.vents.vent-closed", backgroundColor:"#ffffff"
}
valueTile("battery", "device.battery", inactiveLabel: false, decoration: "flat") {