Newer
Older
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
"routes": {
"/": {
"folder": "/",
"index": "index.html",
"public": false
}
},
"permissions": {
"apps": {
"description": "Required by the cozy-bar to display the icons of the apps",
"type": "io.cozy.apps",
"verbs": ["GET"]
},
"settings": {
"description": "Required by the cozy-bar display Claudy and to know which applications are coming soon",
"type": "io.cozy.settings",
"verbs": ["GET"]
},
"enedisMinute": {
"description": "Auth to get daily data from enedis connector",
"type": "io.enedis.minute"
},
"enedisDay": {
"description": "Auth to get daily data from enedis connector",
"type": "io.enedis.day"
},
"enedisMonth": {
"description": "Auth to get monthly data from enedis connector",
"type": "io.enedis.month"
},
"enedisYear": {
"description": "Auth to get data yearly from enedis connector",
"type": "io.enedis.year"
},
"grdfHour": {
"description": "Auth to get daily data from enedis connector",
"type": "io.grdf.hour"
},
"grdfDay": {
"description": "Auth to get daily data from enedis connector",
"type": "io.grdf.day"
},
"grdfYear": {
"description": "Auth to get monthly data from grdf connector",
"type": "io.grdf.year"
},
"grdfMonth": {
"description": "Auth to get daily data from grdf connector",
"type": "io.grdf.month"
},
"eglDay": {
"description": "Auth to get data from egl connector",
"type": "io.egl.day"
},
"egl_Month": {
"description": "Auth to get daily data from egl connector",
"type": "io.egl.month"
},
"egl_Year": {
"description": "Auth to get monthly data from egl connector",
"type": "io.egl.year"
},
"accounts": {
"description": "accounts",
"type": "io.cozy.accounts"
},
"konnectors": {
"description": "konnectors",
"type": "io.cozy.konnectors"
},
"triggers": {
"description": "triggers",
"type": "io.cozy.triggers"
},
"jobs": {
"description": "jobs",
"type": "io.cozy.jobs"
},
"challengetype": {
"description": "challengetype",
"type": "io.ecolyo.challengetype"
},
"userchallenge": {
"description": "userchallenge",
"type": "io.ecolyo.userchallenge"
},
"ecogesture": {
"description": "ecogesture",
"type": "io.ecolyo.ecogesture"
},
"userprofile": {
"description": "userprofile",
"type": "io.ecolyo.userprofile"
}
}
}