DTH UX Improvements for Page 13 of DTHs:

From Rgbw-Light... to ...Smartsense-Virtual-Open-Closed
This commit is contained in:
Parijat Das
2017-02-21 11:28:27 +05:30
parent 51832c8db2
commit e687e76b3e
7 changed files with 17 additions and 17 deletions

View File

@@ -36,7 +36,7 @@ metadata {
tiles {
standardTile("switch", "device.switch", width: 2, height: 2, canChangeIcon: true) {
state "off", label: '${name}', action: "switch.on", icon: "st.Home.home30", backgroundColor: "#ffffff"
state "on", label: '${name}', action: "switch.off", icon: "st.Home.home30", backgroundColor: "#79b821"
state "on", label: '${name}', action: "switch.off", icon: "st.Home.home30", backgroundColor: "#00a0dc"
}
standardTile("refresh", "device.switch", inactiveLabel: false, decoration: "flat") {
state "default", label:"", action:"refresh.refresh", icon:"st.secondary.refresh"