Skip to content

Commit

Permalink
Battery report tweak xiaomi aqara leak sensor
Browse files Browse the repository at this point in the history
  • Loading branch information
alecm authored Feb 25, 2018
1 parent 43f5942 commit b2baa01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,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)"
]

log.debug "${device.displayName}: ${result}"
Expand Down

0 comments on commit b2baa01

Please sign in to comment.