Skip to content

Commit

Permalink
Change HR time to ns (radar-schemas-0.1.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
fschulting committed Jul 17, 2024
1 parent 7da3dae commit bfce224
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commons/passive/polar/polar_heart_rate.avsc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"doc": "Heart rate as beats per minute.",
"fields": [
{ "name": "deviceName", "type": "string", "doc": "Polar device name" },
{ "name": "time", "type": "double", "doc": "Device receiver timestamp in UTC (s)." },
{ "name": "time", "type": "long", "doc": "Device receiver timestamp in UTC (ns)." },
{ "name": "timeReceived", "type": "double", "doc": "Device receiver timestamp in UTC (s)." },
{ "name": "heartRate", "type": "int", "doc": "Heart rate (bpm)." },
{ "name": "rrsMs", "type": {"type": "array", "items": "int"}, "doc": "Data for rrsMs." },
Expand Down

0 comments on commit bfce224

Please sign in to comment.