Nobil: Support new charger speeds

This commit is contained in:
Robert Högberg
2026-03-06 22:54:07 +01:00
committed by Johan von Forstner
parent aebcdaa06c
commit c414e4bcc2

View File

@@ -274,6 +274,14 @@ data class NobilChargerStation(
"43" -> 600.0 // 600 kW DC
"44" -> 700.0 // 700 kW DC
"45" -> 800.0 // 800 kW DC
"46" -> 320.0
"47" -> 900.0
"48" -> 1000.0
"49" -> 1100.0
"50" -> 1200.0
"51" -> 1300.0
"52" -> 1400.0
"53" -> 1500.0
else -> null
}