Skip to content

Commit

Permalink
Clean Up App Log (Recently Tab)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmleafs authored Jan 19, 2018
1 parent 133aaf3 commit c31d4aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def parse(String description) {
def now = new Date().format("yyyy MMM dd EEE h:mm:ss a", location.timeZone)
def nowDate = new Date(now).getTime()
sendEvent(name: "lastCheckin", value: now)
sendEvent(name: "lastCheckinDate", value: nowDate)
sendEvent(name: "lastCheckinDate", value: nowDate, displayed: false)

Map map = [:]

Expand Down Expand Up @@ -338,4 +338,4 @@ def configure() {
def resetBatteryRuntime() {
def now = new Date().format("yyyy MMM dd EEE h:mm:ss a", location.timeZone)
sendEvent(name: "batteryRuntime", value: now)
}
}

0 comments on commit c31d4aa

Please sign in to comment.