[DVCSMP-2443] Standardize Page 4 of DTH UX Improvements

This commit is contained in:
piyush.c
2017-02-28 18:32:02 +05:30
parent 51832c8db2
commit 72c75882cf
9 changed files with 22 additions and 22 deletions

View File

@@ -31,7 +31,7 @@ metadata {
tiles {
standardTile("switch", "device.switch", width: 2, height: 2, canChangeIcon: true) {
state "off", label: '${name}', action: "switch.on", icon: "st.switches.switch.off", backgroundColor: "#ffffff"
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"
}
main "switch"
details "switch"