mirror of
https://github.com/ev-map/EVMap.git
synced 2026-05-19 12:26:20 -04:00
disable Chargeprice for Tesla
This commit is contained in:
@@ -131,8 +131,11 @@ interface ChargepriceApi {
|
||||
it !in listOf(
|
||||
"1", // unknown operator
|
||||
"44", // private residence/individual
|
||||
"45" // business owner at location
|
||||
"45", // business owner at location
|
||||
"23", "3534" // Tesla
|
||||
)
|
||||
} else if (charger.dataSource == "goingelectric") {
|
||||
it !== "Tesla Supercharger"
|
||||
} else {
|
||||
true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user