mirror of
https://github.com/ev-map/EVMap.git
synced 2026-04-18 13:17:38 -04:00
Nobil: Support new charger speeds
This commit is contained in:
committed by
Johan von Forstner
parent
aebcdaa06c
commit
c414e4bcc2
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user