Skip to content

Commit 2612e23

Browse files
committed
Added breathingDisturbanceIndex in the OuraDailySpo2Converter
1 parent aebfec8 commit 2612e23

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

oura-library/src/main/kotlin/org/radarbase/oura/converter/OuraDailySpo2Converter.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ class OuraDailySpo2Converter(
4444
id = data.get("id").textValue()
4545
spo2AveragePercentage = data.get("spo2_percentage")?.get("average")?.floatValue()
4646
day = data.get("day").textValue()
47+
breathingDisturbanceIndex = data.get("breathing_disturbance_index")?.intValue()
4748
}.build()
4849
}
4950

0 commit comments

Comments
 (0)