Skip to content

Added Additional Oura schemas #400

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 22 commits into from
Aug 13, 2025
Merged

Added Additional Oura schemas #400

merged 22 commits into from
Aug 13, 2025

Conversation

Hsankesara
Copy link
Member

@Hsankesara Hsankesara commented Aug 7, 2025

  • Merged branch master to dev
  • Added Oura schemas for the routes mentioned in this issue #177

{"name": "id", "type": ["null", "string"], "doc": "Unique identifier of the Oura activity record the activity class data is taken from.", "default": null},
{"name": "vo2Max", "type": ["null", "float"], "doc": "The VO2 Max value in milliliters of oxygen per kilogram of body weight per minute (ml/kg/min).", "default": null},
{"name": "day", "type": ["null", "string"], "doc": "Day that the VO2 Max data belongs to. Null if unknown.", "default": null},
{"name": "timestamp", "type": ["null", "double"], "doc": "Timestamp of the VO2 Max data in seconds since January 1, 1970, 00:00:00 UTC (Unix timestamp). Null if unknown.", "default": null}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be included in time value

@@ -1,12 +1,12 @@
object Versions {
const val project = "0.8.10-SNAPSHOT"
const val project = "0.8.12"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this should be snapshot version for dev branch

value_schema: .connector.oura.OuraRecommendedSleepTime
- doc: Oura resilience is a measure of how well your body is managing stress and recovering from challenges, based on sleep recovery, daytime recovery, and stress levels.
topic: connect_oura_activity_resilience
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why is activity in the topic name?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think connect_oura_daily_resilience seems more apt.

Copy link
Member

@yatharthranjan yatharthranjan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just a few minor comments.

@Hsankesara Hsankesara merged commit dbb97ba into dev Aug 13, 2025
3 checks passed
@Hsankesara Hsankesara deleted the additional_oura_schemas branch August 13, 2025 10:09
@Hsankesara Hsankesara mentioned this pull request Aug 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants