SGP40.VocIndex.set_tuning_params

You're seeing just the function set_tuning_params, go back to SGP40.VocIndex module for more information.

Specs

set_tuning_params(%{
  voc_index_offset: 0..2_147_483_647,
  learning_time_hours: 0..2_147_483_647,
  gating_max_duration_minutes: 0..2_147_483_647,
  std_initial: 0..2_147_483_647
}) :: {:ok, binary()} | {:error, any()}

Set parameters to customize the VOC algorithm. Call this once after start_link/1, if desired. Otherwise, the default values will be used.