mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-03-21 21:03:47 +00:00
[DVCSMP-2446]
DTH UX Improvements for the following DTHs: 1. Cree Bulb 2. ZigBee Switch Power 3. Ecobee Sensor 4. Mobile Presence 5. On-Off Shield 6. Life360 User 7. WeMo Light Switch 8. Coopboss h3vx 9. Smartsense Moisture
This commit is contained in:
@@ -31,7 +31,7 @@ metadata {
|
||||
// UI tile definitions
|
||||
tiles {
|
||||
standardTile("switch", "device.switch", width: 2, height: 2, canChangeIcon: true, canChangeBackground: 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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user