mirror of
https://github.com/mtan93/SmartThingsPublic.git
synced 2026-03-20 13:20:53 +00:00
Rollback changes for active tile fix
This commit is contained in:
@@ -79,12 +79,6 @@ metadata {
|
||||
state "battery", label:'${currentValue}% battery', unit:""
|
||||
}
|
||||
|
||||
//This tile is a temporary fix so users can select main tiles again
|
||||
standardTile("CONVERTED-MULTI-device.contact", "device.contact", width: 4, height: 4) {
|
||||
state "open", label:'${name}', icon:"st.contact.contact.open", backgroundColor:"#ffa81e"
|
||||
state "closed", label:'${name}', icon:"st.contact.contact.closed", backgroundColor:"#79b821"
|
||||
}
|
||||
|
||||
main(["contact", "acceleration", "temperature"])
|
||||
details(["contact", "acceleration", "temperature", "3axis", "battery"])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user