Skip to content

Commit

Permalink
Updated battery event description text
Browse files Browse the repository at this point in the history
  • Loading branch information
veeceeoh authored Feb 23, 2018
1 parent ec17be4 commit 96ee34a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ private Map getBatteryResult(rawValue) {
value: roundedPct,
unit: "%",
isStateChange: true,
descriptionText: "${device.displayName} raw battery is ${rawVolts}v"
descriptionText : "${device.displayName} is at ${roundedPct}% (${rawVolts} Volts)"
]

return result
Expand Down

0 comments on commit 96ee34a

Please sign in to comment.