mirror of
https://github.com/henrygd/beszel.git
synced 2025-12-18 11:16:16 +01:00
refactor: add getMeterState function
This commit is contained in:
@@ -21,3 +21,10 @@ export enum Unit {
|
||||
Celsius,
|
||||
Fahrenheit,
|
||||
}
|
||||
|
||||
/** Meter state for color */
|
||||
export enum MeterState {
|
||||
Good,
|
||||
Warn,
|
||||
Crit,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user