[Feature] Add custom meter percentages (#942)

This commit is contained in:
Sven van Ginkel
2025-08-02 23:58:52 +02:00
committed by GitHub
parent a0f271545a
commit df9e2dec28
4 changed files with 103 additions and 2 deletions

View File

@@ -28,6 +28,10 @@ export const $maxValues = atom(false)
export const $userSettings = map<UserSettings>({
chartTime: "1h",
emails: [pb.authStore.record?.email || ""],
meterThresholds: {
yellow: 65,
red: 90,
},
// unitTemp: "celsius",
// unitNet: "mbps",
// unitDisk: "mbps",