Newer
Older
"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",
},
"enedisDay": {
"description": "Auth to get daily data from enedis connector",
},
"enedisMonth": {
"description": "Auth to get monthly data from enedis connector",
},
"enedisYear": {
"description": "Auth to get data yearly from enedis connector",
},
"grdfHour": {
"description": "Auth to get daily data from enedis connector",
},
"grdfDay": {
"description": "Auth to get daily data from enedis connector",
},
"grdfYear": {
"description": "Auth to get monthly data from grdf connector",
},
"grdfMonth": {
"description": "Auth to get daily data from grdf connector",
},
"eglDay": {
"description": "Auth to get data from egl connector",
},
"egl_Month": {
"description": "Auth to get daily data from egl connector",
},
"egl_Year": {
"description": "Auth to get monthly data from egl connector",
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
},
"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"
}
}
}