[DVCSMP-2444] Standardize Page 5 of DTH UX Improvements

This commit is contained in:
piyush.c
2017-02-28 19:07:03 +05:30
parent 51832c8db2
commit fe5a965f6f
10 changed files with 15 additions and 15 deletions

View File

@@ -20,7 +20,7 @@ metadata {
// tile definitions
tiles {
standardTile("switch", "device.switch", width: 2, height: 2, canChangeIcon: true) {
state "on", label: '${name}', action: "switch.off", icon: "st.switches.switch.on", backgroundColor: "#79b821"
state "on", label: '${name}', action: "switch.off", icon: "st.switches.switch.on", backgroundColor: "#00A0DC"
state "off", label: '${name}', action: "switch.on", icon: "st.switches.switch.off", backgroundColor: "#ffffff"
}