Skip to content

Commit

Permalink
Battery report tweak Xiaomi Aqara Motion Sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
alecm authored Feb 25, 2018
1 parent b2baa01 commit fe63aeb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ private Map getBatteryResult(rawValue) {
value: roundedPct,
unit: "%",
isStateChange: true,
descriptionText : "${device.displayName} is at ${roundedPct}% (${rawVolts} Volts)"
descriptionText : "${device.displayName} Battery at ${roundedPct}% (${rawVolts} Volts)"
]

return result
Expand Down

0 comments on commit fe63aeb

Please sign in to comment.