Fix upper limit sound

This commit is contained in:
Matti Viljanen 2019-01-06 11:31:48 +02:00
parent 7d3ea81ca4
commit 23eb888dc9

View file

@ -60,7 +60,7 @@ Page {
notification.publish()
}
else if(battery.charge >= settings.upperLimit && battery.charging === true) {
alertLow.play()
alertHigh.play()
notification.publish()
}
else