Fix upper limit sound
This commit is contained in:
parent
7d3ea81ca4
commit
23eb888dc9
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ Page {
|
|||
notification.publish()
|
||||
}
|
||||
else if(battery.charge >= settings.upperLimit && battery.charging === true) {
|
||||
alertLow.play()
|
||||
alertHigh.play()
|
||||
notification.publish()
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue