Skip to content

Commit

Permalink
Removes advanced HVAC data from Overview page
Browse files Browse the repository at this point in the history
  • Loading branch information
hufman authored Dec 24, 2023
1 parent 30f40ae commit 399868b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ class CarDetailedInfo(carCapabilities: Map<String, Any?>, cdsMetrics: CDSMetrics
private val overviewFields: List<Flow<String>> = listOf(
engineTemp, tempExterior,
oilTemp, tempInterior,
tempEvaporator, tempExchanger,
fuelLevelLabel, evLevelLabel,
accBatteryLevelLabel,batteryTemp
)
Expand Down Expand Up @@ -272,4 +271,4 @@ class CarDetailedInfo(carCapabilities: Map<String, Any?>, cdsMetrics: CDSMetrics
val allCategories = basicCategories + advancedCategories
val category = MutableStateFlow(allCategories.keys.first())
val categoryFields: Flow<List<Flow<String>>> = category.map { allCategories[it] ?: emptyList() }
}
}

0 comments on commit 399868b

Please sign in to comment.