This repository has been archived by the owner on Aug 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 22
/
debug_data.js
115 lines (115 loc) · 3.89 KB
/
debug_data.js
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
exports = {
"bucket": [{
"startTimeMillis": "1515909600000",
"endTimeMillis": "1515996000000",
"dataset": [{
"dataSourceId": "derived:com.google.step_count.delta:com.google.android.gms:aggregated",
"point": [{
"startTimeNanos": "1515913323392740449",
"endTimeNanos": "1515996000000000000",
"dataTypeName": "com.google.step_count.delta",
"originDataSourceId": "raw:com.google.step_count.cumulative:Google:Pixel:a6e7d67b35d2c787:BMI160 Step counter",
"value": [{
"intVal": 2823,
"mapVal": []
}]
}]
}, {
"dataSourceId": "derived:com.google.weight.summary:com.google.android.gms:aggregated",
"point": []
}]
}, {
"startTimeMillis": "1515996000000",
"endTimeMillis": "1516082400000",
"dataset": [{
"dataSourceId": "derived:com.google.step_count.delta:com.google.android.gms:aggregated",
"point": [{
"startTimeNanos": "1515996000000000000",
"endTimeNanos": "1516079347050375104",
"dataTypeName": "com.google.step_count.delta",
"originDataSourceId": "raw:com.google.step_count.cumulative:Google:Pixel:a6e7d67b35d2c787:BMI160 Step counter",
"value": [{
"intVal": 10226,
"mapVal": []
}]
}]
}, {
"dataSourceId": "derived:com.google.weight.summary:com.google.android.gms:aggregated",
"point": [{
"startTimeNanos": "1516000634476000000",
"endTimeNanos": "1516000634476000000",
"dataTypeName": "com.google.weight.summary",
"originDataSourceId": "raw:com.google.weight:com.popularapp.sevenmins:",
"value": [{
"fpVal": 72.57477569580078,
"mapVal": []
}, {
"fpVal": 72.57477569580078,
"mapVal": []
}, {
"fpVal": 72.57477569580078,
"mapVal": []
}]
}]
}]
}, {
"startTimeMillis": "1516082400000",
"endTimeMillis": "1516168800000",
"dataset": [{
"dataSourceId": "derived:com.google.step_count.delta:com.google.android.gms:aggregated",
"point": [{
"startTimeNanos": "1516114999272563632",
"endTimeNanos": "1516158363087565706",
"dataTypeName": "com.google.step_count.delta",
"originDataSourceId": "raw:com.google.step_count.cumulative:Google:Pixel:a6e7d67b35d2c787:BMI160 Step counter",
"value": [{
"intVal": 1598,
"mapVal": []
}]
}]
}, {
"dataSourceId": "derived:com.google.weight.summary:com.google.android.gms:aggregated",
"point": []
}]
}, {
"startTimeMillis": "1516168800000",
"endTimeMillis": "1516255200000",
"dataset": [{
"dataSourceId": "derived:com.google.step_count.delta:com.google.android.gms:aggregated",
"point": []
}, {
"dataSourceId": "derived:com.google.weight.summary:com.google.android.gms:aggregated",
"point": []
}]
}, {
"startTimeMillis": "1516255200000",
"endTimeMillis": "1516341600000",
"dataset": [{
"dataSourceId": "derived:com.google.step_count.delta:com.google.android.gms:aggregated",
"point": []
}, {
"dataSourceId": "derived:com.google.weight.summary:com.google.android.gms:aggregated",
"point": []
}]
}, {
"startTimeMillis": "1516341600000",
"endTimeMillis": "1516428000000",
"dataset": [{
"dataSourceId": "derived:com.google.step_count.delta:com.google.android.gms:aggregated",
"point": []
}, {
"dataSourceId": "derived:com.google.weight.summary:com.google.android.gms:aggregated",
"point": []
}]
}, {
"startTimeMillis": "1516428000000",
"endTimeMillis": "1516514399999",
"dataset": [{
"dataSourceId": "derived:com.google.step_count.delta:com.google.android.gms:aggregated",
"point": []
}, {
"dataSourceId": "derived:com.google.weight.summary:com.google.android.gms:aggregated",
"point": []
}]
}]
};