View Source ExOura.Client.ReadinessSummary (ex_oura v1.0.0)

Provides struct and type for a ReadinessSummary

Summary

Types

t()

@type t() :: %ExOura.Client.ReadinessSummary{
  contributors: ExOura.Client.ReadinessContributors.t(),
  score: integer() | nil,
  temperature_deviation: number() | nil,
  temperature_trend_deviation: number() | nil
}