You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "For at få adgang til vores endpoints skal du angive et klient-ID og en klienthemmelighed. Du kan oprette dem i CPMS: https://portal2.monta.app/",
"description": "In order to obtain an access token for our endpoints, you need to provide a Client ID and Client Secret. You can create them in CPMS: https://portal2.monta.app/",
"client_id": "Your Monta API Client ID from https://portal2.monta.app/applications",
42
-
"client_secret": "Your Monta API Client Secret from https://portal2.monta.app/applications",
43
-
"scan_interval_charge_points": "How often to fetch charge point data. Recommended: 120 seconds (Monta has rate limit of 10 requests/min)",
44
-
"scan_interval_wallet": "How often to fetch wallet data. Recommended: 600 seconds (10 minutes)",
45
-
"scan_interval_transactions": "How often to fetch transaction data. Recommended: 600 seconds (10 minutes)"
46
-
}
47
-
}
48
-
},
49
-
"error": {
50
-
"auth": "Client ID/Client Secret are invalid.",
51
-
"connection": "Unable to connect to the server.",
52
-
"unknown": "Unknown error occurred."
53
-
}
54
-
},
55
-
"services": {
56
-
"start_charging": {
57
-
"description": "Start charge on selected charger",
58
-
"name": "Start charging",
59
-
"fields": {
60
-
"charge_point_id": {
61
-
"name": "Charge Point ID",
62
-
"description": "The ID of the charger."
63
-
}
64
-
}
65
-
},
66
-
"stop_charging": {
67
-
"description": "Stop charge on selected charger.",
68
-
"name": "Stop charging",
69
-
"fields": {
70
-
"charge_point_id": {
71
-
"name": "Charge Point ID",
72
-
"description": "The ID of the charger."
73
-
}
74
-
}
75
-
}
76
-
}
2
+
"config": {
3
+
"step": {
4
+
"user": {
5
+
"description": "In order to obtain an access token for our endpoints, you need to provide a Client ID and Client Secret. You can create them in CPMS: https://portal2.monta.app/",
0 commit comments