-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathppg.json
45 lines (45 loc) · 1.02 KB
/
ppg.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"header": {
"uuid": "4b4adae9-b611-4762-843a-0be9fce36afc",
"source_creation_date_time": "2013-02-05T07:25:00+01:00",
"schema_id": {
"namespace": "org.md2k.watch.fossil_sport",
"name": "ppg",
"version": "1.0"
},
"timestamp_source": "fossil_sport_with_uuid",
"modality": "sensed",
"acquisition_rate": {
"value": 103,
"unit": "Hz"
},
"external_datasheets": [
{
"datasheet_reference": "https://www.pixart.com/_getfs.php?tb=product&id=26&fs=ck2_fs_en",
"datasheet_description": "PixArt Imaging Inc: PAH8011ET"
}
],
"data_description": "PPG channel 1",
"unit": "None"
},
"body": [
{
"ppg": {
"value": 1237985793.0123
},
"effective_time_frame": {
"time": "07:12:40.123456",
"day_of_week": "sunday"
}
},
{
"ppg": {
"value": 1237943793.0123
},
"effective_time_frame": {
"time": "07:12:40.200452",
"day_of_week": "sunday"
}
}
]
}