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
Copy file name to clipboardexpand all lines: types/evse_manager.yaml
+20-4
Original file line number
Diff line number
Diff line change
@@ -101,9 +101,9 @@ types:
101
101
ChargingFinished: Charging is finished. Essentially the same as TransactionFinished, but emitted for clarity
102
102
TransactionFinished: Signaled when the transaction finished. Transaction finishes at the point where one of the preconditions for charging irrevocably becomes false: When a user swipes to stop the transaction and the stop is authorized.
103
103
SessionFinished: Session finishes at the point that the EVSE is available again (no cable plugged)
104
-
Error: Signaled when an error occured
104
+
Error: Signaled when an error occured. An error doesnt prevent further charging operations.
105
105
AllErrorsCleared: Signalled when all errors are cleared
106
-
PermanentFault: Signaled when there is a permanent fault at the EVSE
106
+
PermanentFault: Signaled when there is a permanent fault at the EVSE. A permanent fault prevents further charging operations
107
107
ReservationStart: Signaled when a reservation starts
108
108
ReservationEnd: Signaled when a reservation ends
109
109
ReplugStarted: Signaled when the EVSE Manager virtually replugs without interrupting the session or transaction
@@ -208,7 +208,7 @@ types:
208
208
id_tag:
209
209
description: Id tag that was used to stop the transaction
210
210
type: string
211
-
Error:
211
+
ErrorEnum:
212
212
description: >-
213
213
Details on error type
214
214
Car: Signals a car error
@@ -231,6 +231,22 @@ types:
231
231
- Internal
232
232
- SLAC
233
233
- HLC
234
+
- Other
235
+
Error:
236
+
description: >-
237
+
Error object that contains information about the error and optional vendor error information
0 commit comments