Merge pull request #1685 from skt123/dth_ux_6

[DVCSMP-2445] Standardize Page 6 of DTH UX Improvements
This commit is contained in:
Jack Chi
2017-02-28 08:41:11 -08:00
committed by GitHub
8 changed files with 18 additions and 18 deletions

View File

@@ -46,7 +46,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"
}
standardTile("refresh", "device.refresh", inactiveLabel: false, decoration: "flat") {
state "default", action:"refresh.refresh", icon:"st.secondary.refresh"