Merge pull request #1724 from pchomal/dth_ux_page4

[DVCSMP-2443] Standardize Page 4 of DTH UX Improvements
This commit is contained in:
Jack Chi
2017-02-28 08:50:37 -08:00
committed by GitHub
9 changed files with 22 additions and 22 deletions

View File

@@ -24,7 +24,7 @@ metadata {
multiAttributeTile(name:"switch", type: "lighting", width: 6, height: 4, canChangeIcon: true){
tileAttribute ("device.switch", key: "PRIMARY_CONTROL") {
attributeState "off", label: '${name}', action: "switch.on", icon: "st.switches.switch.off", backgroundColor: "#ffffff"
attributeState "on", label: '${name}', action: "switch.off", icon: "st.switches.switch.on", backgroundColor: "#79b821"
attributeState "on", label: '${name}', action: "switch.off", icon: "st.switches.switch.on", backgroundColor: "#00A0DC"
}
}
main "switch"