-
Notifications
You must be signed in to change notification settings - Fork 160
Expand file tree
/
Copy pathfitbit.json
More file actions
executable file
·36 lines (36 loc) · 1.43 KB
/
fitbit.json
File metadata and controls
executable file
·36 lines (36 loc) · 1.43 KB
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
{
"fitbit": {
"label": {
"fitbit": "Fitbit",
"type": "Type",
"goals": "goals",
"sleep": "sleep",
"weight": "weight",
"badges": "badges",
"activities": "activities",
"name": "Name",
"create": "Create your own app at",
"copy": "Copy the app details here",
"key": "Key",
"secret": "Secret",
"authenticate": "Authenticate with Fitbit",
"fitbitid": "Fitbit ID"
},
"status": {
"initializing": "initializing",
"failed": "failed",
"querying": "querying"
},
"warn": {
"missing-credentials": "Missing fitbit credentials",
"no-sleep-record": "No main sleep record found",
"no-weight-record": "No weight record returned for"
},
"error": {
"unsupported-data-type": "Unsupported data type",
"missing-credentials": "Missing fitbit credentials",
"oautherror": "<p>Something went wrong with the authentication process. The following error was returned:</p><p><b>__statusCode__</b>: __errorData__</p><p>One known cause of this type of failure is if the clock is wrong on system running Node-RED.</p>",
"authorized": "<html><head></head><body>Authorised - you can close this window and return to Node-RED</body></html>"
}
}
}