forked from achamaikin/CCSModuleSW30Web
intermediate version
This commit is contained in:
12
Core/Inc/connector.h
Normal file → Executable file
12
Core/Inc/connector.h
Normal file → Executable file
@@ -17,12 +17,14 @@
|
||||
|
||||
typedef enum __attribute__((packed)) {
|
||||
CONN_Initializing = 1,
|
||||
CONN_Error = 2,
|
||||
CONN_Faulted = 2,
|
||||
CONN_Available = 3,
|
||||
CONN_Occupied_waiting = 4,// to charge
|
||||
CONN_Occupied_charging = 5,
|
||||
CONN_Occupied_complete = 6,//, waiting to disconnect
|
||||
|
||||
CONN_Preparing = 4,// to charge
|
||||
CONN_Charging = 5,
|
||||
CONN_Finishing = 6,//, waiting to disconnect
|
||||
CONN_Suspended_EV = 7,
|
||||
CONN_Suspended_EVSE = 8,
|
||||
//Reserved
|
||||
} CONN_State_t;
|
||||
|
||||
// Управление
|
||||
|
||||
Reference in New Issue
Block a user