[DVCSMP-2510] Standardize Page 15 of DTH UX Improvements

This commit is contained in:
jackchi
2017-03-14 14:47:56 -07:00
parent 72248b0004
commit 8a41fb6090
10 changed files with 15 additions and 15 deletions

View File

@@ -51,7 +51,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"
}
valueTile("power", "device.power") {