Rollback changes for active tile fix

This commit is contained in:
Matt Nohr
2015-09-02 20:01:29 -05:00
parent 3903e2fad9
commit 5e1ce98314
13 changed files with 0 additions and 89 deletions

View File

@@ -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"])
}