Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/oura_api/src/types/oura.ts>DailyReadiness

Typescript project to interact with v2 of the Oura Ring API
Latest
interface DailyReadiness
import { type DailyReadiness } from "https://deno.land/x/oura_api@1.0.1/src/types/oura.ts";

Represents daily readiness metrics provided by the Oura ring.

Properties

id: string

Unique identifier

contributors: { activity_balance: number | null; body_temperature: number | null; hrv_balance: number | null; previous_day_activity: number | null; previous_night: number | null; recovery_index: number | null; resting_heart_rate: number | null; sleep_balance: number | null; }

Object defining readiness score contributors

day: string

Day that the daily readiness belongs to

score: number | null

Daily readiness score

temperature_deviation: number | null

Temperature deviation in degrees Celsius

temperature_trend_deviation: number | null

Temperature trend deviation in degrees Celsius

timestamp: string

Timestamp of the daily readiness