Temporary fix so users can select main tiles

This commit is contained in:
Matt Nohr
2015-08-26 21:09:07 -05:00
parent 7571309def
commit 0afd090d1e
13 changed files with 89 additions and 0 deletions

View File

@@ -79,6 +79,12 @@ 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"])
}