Skip to content

Commit

Permalink
Add ADC_COUNTS, COUNTS, MILLI_SEC, BREATHS_PER_MIN, and NANO_SEC units
Browse files Browse the repository at this point in the history
  • Loading branch information
fschulting committed Mar 29, 2024
1 parent 61c3e26 commit e585742
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion commons/catalogue/unit.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"name": "Unit",
"doc": "Measurement units.",
"symbols": [
"BEATS_PER_MIN" ,
"BEATS_PER_MIN",
"CALORIES_PER_SEC",
"CELSIUS",
"DEGREE",
Expand All @@ -21,6 +21,11 @@
"RMSSD_IN_MILLI_SEC",
"SECOND",
"MICRO_VOLT",
"ADC_COUNTS",
"COUNTS",
"MILLI_SEC",
"BREATHS_PER_MIN",
"NANO_SEC",
"UNKNOWN"
]
}

0 comments on commit e585742

Please sign in to comment.