device.refresh change for tile

This commit is contained in:
Vinay Rao
2016-03-01 19:51:27 -08:00
parent ab4e8a892a
commit 12896f4095
8 changed files with 8 additions and 8 deletions

View File

@@ -40,7 +40,7 @@ metadata {
attributeState "power", label:'${currentValue} W'
}
}
standardTile("refresh", "device.switch", inactiveLabel: false, decoration: "flat", width: 2, height: 2) {
standardTile("refresh", "device.refresh", inactiveLabel: false, decoration: "flat", width: 2, height: 2) {
state "default", label:"", action:"refresh.refresh", icon:"st.secondary.refresh"
}
main "switch"