setVehicleOption

Set new value for vehicle config option


suspend fun setVehicleOption(vehicleId: String, optionId: String, value: String): PMCfgMsg

Set new String or TypeEnumOne value for vehicle config option


suspend fun setVehicleOption(vehicleId: String, optionId: String, value: Int): PMCfgMsg

Set new integer value for vehicle config option


suspend fun setVehicleOption(vehicleId: String, optionId: String, value: Boolean): PMCfgMsg

Set new Boolean value for vehicle config option


suspend fun setVehicleOption(vehicleId: String, optionId: String, values: List<String>): PMCfgMsg

Set new TypeEnumSet or TypeEnumList value for vehicle config option