Skip to content

Commit 8868922

Browse files
authored
batterypower@joka42: Add handling for additional status from documentation (#6537)
1 parent 879fe84 commit 8868922

File tree

1 file changed

+2
-0
lines changed
  • batterypower@joka42/files/batterypower@joka42

1 file changed

+2
-0
lines changed

batterypower@joka42/files/batterypower@joka42/applet.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ BatteryPowerApplet.prototype = {
6969
this.set_applet_label(value + unit_string);
7070
break;
7171
case "unknown":
72+
case "not charging":
73+
case "full":
7274
this.set_applet_tooltip('Battery is fully charged. AC is plugged in.');
7375
this.set_applet_label(charging_indicator);
7476
break;

0 commit comments

Comments
 (0)