Skip to content

HeartRate

KNSG edited this page Sep 6, 2019 · 5 revisions

Summary

  • File name starts with heart_rate-****.json
  • File format: JSON

Data Specification(Presumption)

[{
  "dateTime" : "02/07/19 15:00:36",
  "value" : {
    "bpm" : 70,
    "confidence" : 0
  }
},{
  "dateTime" : "02/07/19 15:01:12",
  "value" : {
    "bpm" : 70,
    "confidence" : 0
  }
}]
  • dateTime (string) : time stamp. format (MM/dd/YY HH:mm:ss)
  • value (object) : object with BPM value
    • bpm (int) : heart rate value in BPM
    • confidence (int) : confidence level of heart beat value ??
Clone this wiki locally