View Source ExshomeClock.Services.UtcTime.Opts (Exshome - Elixir Smart Home v0.1.7)

UtcTimeService options.

Link to this section Summary

Link to this section Types

@type t() :: %ExshomeClock.Services.UtcTime.Opts{
  precision: :microsecond | :millisecond | :second,
  refresh_interval: non_neg_integer()
}