PMCfgOptions

data class PMCfgOptions(val options: List<PMCfgOption>? = null, val vehicles: List<PMCfgVehicle>? = null, val selectedVehicle: String? = null)

Represents list of stored configuration options

Constructors

Link copied to clipboard
fun PMCfgOptions(options: List<PMCfgOption>? = null, vehicles: List<PMCfgVehicle>? = null, selectedVehicle: String? = null)

Properties

Link copied to clipboard
val options: List<PMCfgOption>? = null

List of used options

Link copied to clipboard
val selectedVehicle: String? = null

Selected vehicle profile

Link copied to clipboard
val vehicles: List<PMCfgVehicle>? = null

List of vehicles