Add PSU voltage sensors with 220V range highlighting

This commit is contained in:
Mikhail Chusavitin
2026-02-24 18:05:26 +03:00
parent 752b063613
commit 15dc86a0e4
3 changed files with 51 additions and 3 deletions

View File

@@ -662,6 +662,11 @@ code {
border-left-color: #f39c12;
}
.sensor-card.voltage-out-of-range {
border-left-color: #e74c3c;
background: #fff5f5;
}
.sensor-card.ns {
border-left-color: #95a5a6;
opacity: 0.6;