mirror of
https://github.com/henrygd/beszel.git
synced 2026-04-01 03:06:41 +02:00
add battery charge monitoring
This commit is contained in:
@@ -36,3 +36,13 @@ export enum SystemStatus {
|
||||
Pending = "pending",
|
||||
Paused = "paused",
|
||||
}
|
||||
|
||||
/** Battery state */
|
||||
export enum BatteryState {
|
||||
Unknown,
|
||||
Empty,
|
||||
Full,
|
||||
Charging,
|
||||
Discharging,
|
||||
Idle,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user