Including unknown temperature values as part of the response for sensors

https://smartthings.atlassian.net/browse/DVCSMP-1511
This commit is contained in:
Yaima Valdivia
2016-03-02 14:20:44 -08:00
parent ab4e8a892a
commit e7e6ea7d56
2 changed files with 9 additions and 4 deletions

View File

@@ -48,8 +48,8 @@ metadata {
}
standardTile("motion", "device.motion") {
state("active", label:'motion', icon:"st.motion.motion.active", backgroundColor:"#53a7c0")
state("inactive", label:'no motion', icon:"st.motion.motion.inactive", backgroundColor:"#ffffff")
state("active", label:'motion', icon:"st.motion.motion.active", backgroundColor:"#53a7c0")
}
standardTile("refresh", "device.refresh", inactiveLabel: false, decoration: "flat") {