Skip to content

Commit c414e4b

Browse files
robhojohan12345
authored andcommitted
Nobil: Support new charger speeds
1 parent aebcdaa commit c414e4b

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

app/src/main/java/net/vonforst/evmap/api/nobil/NobilModel.kt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,14 @@ data class NobilChargerStation(
274274
"43" -> 600.0 // 600 kW DC
275275
"44" -> 700.0 // 700 kW DC
276276
"45" -> 800.0 // 800 kW DC
277+
"46" -> 320.0
278+
"47" -> 900.0
279+
"48" -> 1000.0
280+
"49" -> 1100.0
281+
"50" -> 1200.0
282+
"51" -> 1300.0
283+
"52" -> 1400.0
284+
"53" -> 1500.0
277285
else -> null
278286
}
279287

0 commit comments

Comments
 (0)