mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-03-08 05:31:56 +00:00
Merge pull request #1725 from pchomal/dth_ux_page5
[DVCSMP-2444] Standardize Page 5 of DTH UX Improvements
This commit is contained in:
@@ -31,7 +31,7 @@ metadata {
|
|||||||
tiles {
|
tiles {
|
||||||
standardTile("button", "device.switch", width: 2, height: 2, canChangeIcon: true) {
|
standardTile("button", "device.switch", width: 2, height: 2, canChangeIcon: true) {
|
||||||
state "off", label: 'Off', action: "switch.on", icon: "st.switches.switch.off", backgroundColor: "#ffffff", nextState: "on"
|
state "off", label: 'Off', action: "switch.on", icon: "st.switches.switch.off", backgroundColor: "#ffffff", nextState: "on"
|
||||||
state "on", label: 'On', action: "switch.off", icon: "st.switches.switch.on", backgroundColor: "#79b821", nextState: "off"
|
state "on", label: 'On', action: "switch.off", icon: "st.switches.switch.on", backgroundColor: "#00A0DC", nextState: "off"
|
||||||
}
|
}
|
||||||
main "button"
|
main "button"
|
||||||
details "button"
|
details "button"
|
||||||
|
|||||||
@@ -29,8 +29,8 @@ metadata {
|
|||||||
// UI tile definitions
|
// UI tile definitions
|
||||||
tiles {
|
tiles {
|
||||||
standardTile("contact", "device.contact", width: 2, height: 2) {
|
standardTile("contact", "device.contact", width: 2, height: 2) {
|
||||||
state "open", label: '${name}', icon: "st.contact.contact.open", backgroundColor: "#ffa81e"
|
state "open", label: '${name}', icon: "st.contact.contact.open", backgroundColor: "#e86d13"
|
||||||
state "closed", label: '${name}', icon: "st.contact.contact.closed", backgroundColor: "#79b821"
|
state "closed", label: '${name}', icon: "st.contact.contact.closed", backgroundColor: "#00A0DC"
|
||||||
}
|
}
|
||||||
|
|
||||||
main "contact"
|
main "contact"
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ metadata {
|
|||||||
// tile definitions
|
// tile definitions
|
||||||
tiles {
|
tiles {
|
||||||
standardTile("switch", "device.switch", width: 2, height: 2, canChangeIcon: true) {
|
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"
|
state "off", label: '${name}', action: "switch.on", icon: "st.switches.switch.off", backgroundColor: "#ffffff"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -28,8 +28,8 @@ metadata {
|
|||||||
|
|
||||||
tiles {
|
tiles {
|
||||||
standardTile("contact", "device.contact", width: 2, height: 2) {
|
standardTile("contact", "device.contact", width: 2, height: 2) {
|
||||||
state("closed", label:'${name}', icon:"st.contact.contact.closed", backgroundColor:"#79b821", action: "open")
|
state("closed", label:'${name}', icon:"st.contact.contact.closed", backgroundColor:"#00A0DC", action: "open")
|
||||||
state("open", label:'${name}', icon:"st.contact.contact.open", backgroundColor:"#ffa81e", action: "close")
|
state("open", label:'${name}', icon:"st.contact.contact.open", backgroundColor:"#e86d13", action: "close")
|
||||||
}
|
}
|
||||||
main "contact"
|
main "contact"
|
||||||
details "contact"
|
details "contact"
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ metadata {
|
|||||||
tiles {
|
tiles {
|
||||||
standardTile("toggle", "device.lock", width: 2, height: 2) {
|
standardTile("toggle", "device.lock", width: 2, height: 2) {
|
||||||
state "unlocked", label:'unlocked', action:"lock.lock", icon:"st.locks.lock.unlocked", backgroundColor:"#ffffff"
|
state "unlocked", label:'unlocked', action:"lock.lock", icon:"st.locks.lock.unlocked", backgroundColor:"#ffffff"
|
||||||
state "locked", label:'locked', action:"lock.unlock", icon:"st.locks.lock.locked", backgroundColor:"#79b821"
|
state "locked", label:'locked', action:"lock.unlock", icon:"st.locks.lock.locked", backgroundColor:"#00A0DC"
|
||||||
}
|
}
|
||||||
standardTile("lock", "device.lock", inactiveLabel: false, decoration: "flat") {
|
standardTile("lock", "device.lock", inactiveLabel: false, decoration: "flat") {
|
||||||
state "default", label:'lock', action:"lock.lock", icon:"st.locks.lock.locked"
|
state "default", label:'lock', action:"lock.lock", icon:"st.locks.lock.locked"
|
||||||
|
|||||||
@@ -28,8 +28,8 @@ metadata {
|
|||||||
|
|
||||||
tiles {
|
tiles {
|
||||||
standardTile("motion", "device.motion", width: 2, height: 2) {
|
standardTile("motion", "device.motion", width: 2, height: 2) {
|
||||||
state("inactive", label:'no motion', icon:"st.motion.motion.inactive", backgroundColor:"#ffffff", action: "active")
|
state("inactive", label:'no motion', icon:"st.motion.motion.inactive", backgroundColor:"#cccccc", action: "active")
|
||||||
state("active", label:'motion', icon:"st.motion.motion.active", backgroundColor:"#53a7c0", action: "inactive")
|
state("active", label:'motion', icon:"st.motion.motion.active", backgroundColor:"#00A0DC", action: "inactive")
|
||||||
}
|
}
|
||||||
main "motion"
|
main "motion"
|
||||||
details "motion"
|
details "motion"
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ metadata {
|
|||||||
tiles {
|
tiles {
|
||||||
standardTile("presence", "device.presence", width: 2, height: 2, canChangeBackground: true) {
|
standardTile("presence", "device.presence", width: 2, height: 2, canChangeBackground: true) {
|
||||||
state("not present", label:'not present', icon:"st.presence.tile.not-present", backgroundColor:"#ffffff", action:"arrived")
|
state("not present", label:'not present', icon:"st.presence.tile.not-present", backgroundColor:"#ffffff", action:"arrived")
|
||||||
state("present", label:'present', icon:"st.presence.tile.present", backgroundColor:"#53a7c0", action:"departed")
|
state("present", label:'present', icon:"st.presence.tile.present", backgroundColor:"#00A0DC", action:"departed")
|
||||||
}
|
}
|
||||||
main "presence"
|
main "presence"
|
||||||
details "presence"
|
details "presence"
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ metadata {
|
|||||||
tiles {
|
tiles {
|
||||||
standardTile("water", "device.water", width: 2, height: 2) {
|
standardTile("water", "device.water", width: 2, height: 2) {
|
||||||
state "dry", icon:"st.alarm.water.dry", backgroundColor:"#ffffff", action: "wet"
|
state "dry", icon:"st.alarm.water.dry", backgroundColor:"#ffffff", action: "wet"
|
||||||
state "wet", icon:"st.alarm.water.wet", backgroundColor:"#53a7c0", action: "dry"
|
state "wet", icon:"st.alarm.water.wet", backgroundColor:"#00A0DC", action: "dry"
|
||||||
}
|
}
|
||||||
standardTile("wet", "device.water", inactiveLabel: false, decoration: "flat") {
|
standardTile("wet", "device.water", inactiveLabel: false, decoration: "flat") {
|
||||||
state "default", label:'Wet', action:"wet", icon: "st.alarm.water.wet"
|
state "default", label:'Wet', action:"wet", icon: "st.alarm.water.wet"
|
||||||
|
|||||||
@@ -21,8 +21,8 @@ metadata {
|
|||||||
// tile definitions
|
// tile definitions
|
||||||
tiles {
|
tiles {
|
||||||
standardTile("contact", "device.contact", width: 2, height: 2, canChangeIcon: true) {
|
standardTile("contact", "device.contact", width: 2, height: 2, canChangeIcon: true) {
|
||||||
state "closed", label: '${name}', action: "valve.open", icon: "st.valves.water.closed", backgroundColor: "#e86d13"
|
state "closed", label: '${name}', action: "valve.open", icon: "st.valves.water.closed", backgroundColor: "#ffffff"
|
||||||
state "open", label: '${name}', action: "valve.close", icon: "st.valves.water.open", backgroundColor: "#53a7c0"
|
state "open", label: '${name}', action: "valve.close", icon: "st.valves.water.open", backgroundColor: "#00A0DC"
|
||||||
}
|
}
|
||||||
standardTile("refresh", "device.switch", inactiveLabel: false, decoration: "flat") {
|
standardTile("refresh", "device.switch", inactiveLabel: false, decoration: "flat") {
|
||||||
state "default", label:'', action:"refresh.refresh", icon:"st.secondary.refresh"
|
state "default", label:'', action:"refresh.refresh", icon:"st.secondary.refresh"
|
||||||
|
|||||||
@@ -45,8 +45,8 @@ metadata {
|
|||||||
|
|
||||||
tiles {
|
tiles {
|
||||||
standardTile("acceleration", "device.acceleration", width: 2, height: 2, canChangeIcon: true) {
|
standardTile("acceleration", "device.acceleration", width: 2, height: 2, canChangeIcon: true) {
|
||||||
state "inactive", label:'pig secure', icon:"st.motion.acceleration.inactive", backgroundColor:"#44b621"
|
state "inactive", label:'pig secure', icon:"st.motion.acceleration.inactive", backgroundColor:"#cccccc"
|
||||||
state "active", label:'pig alarm', icon:"st.motion.acceleration.active", backgroundColor:"#FF1919"
|
state "active", label:'pig alarm', icon:"st.motion.acceleration.active", backgroundColor:"#00A0DC"
|
||||||
}
|
}
|
||||||
standardTile("balance", "device.balance", inactiveLabel: false, canChangeIcon: true) {
|
standardTile("balance", "device.balance", inactiveLabel: false, canChangeIcon: true) {
|
||||||
state "balance", label:'${currentValue}', unit:"", icon:"st.Food & Dining.dining18"
|
state "balance", label:'${currentValue}', unit:"", icon:"st.Food & Dining.dining18"
|
||||||
|
|||||||
Reference in New Issue
Block a user