DTH UX Improvements for Page 11 of DTHs:

From Danalock ... to ...ZWave-Virtual-MomentaryContactSwitch
This commit is contained in:
Parijat Das
2017-02-20 17:39:27 +05:30
parent 51832c8db2
commit e54a8644c3
8 changed files with 11 additions and 11 deletions

View File

@@ -33,7 +33,7 @@ metadata {
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"
}
standardTile("refresh", "device.switch", inactiveLabel: false, decoration: "flat") {