@@ -15,57 +15,57 @@ const (
15
15
// An EV was connected
16
16
//
17
17
// Use Case EVCC, Scenario 1
18
- EvConnected api.EventType = "EvConnected"
18
+ EvConnected api.EventType = "ucevcc- EvConnected"
19
19
20
20
// An EV was disconnected
21
21
//
22
22
// Note: The ev entity is no longer connected to the device!
23
23
//
24
24
// Use Case EVCC, Scenario 8
25
- EvDisconnected api.EventType = "EvDisconnected"
25
+ EvDisconnected api.EventType = "ucevcc- EvDisconnected"
26
26
27
27
// EV charge state data was updated
28
28
//
29
29
// Use `ChargeState` to get the current data
30
- DataUpdateChargeState api.EventType = "DataUpdateChargeState"
30
+ DataUpdateChargeState api.EventType = "ucevcc- DataUpdateChargeState"
31
31
32
32
// EV communication standard data was updated
33
33
//
34
34
// Use `CommunicationStandard` to get the current data
35
35
//
36
36
// Use Case EVCC, Scenario 2
37
- DataUpdateCommunicationStandard api.EventType = "DataUpdateCommunicationStandard"
37
+ DataUpdateCommunicationStandard api.EventType = "ucevcc- DataUpdateCommunicationStandard"
38
38
39
39
// EV asymmetric charging data was updated
40
40
//
41
41
// Use `AsymmetricChargingSupport` to get the current data
42
- DataUpdateAsymmetricChargingSupport api.EventType = "DataUpdateAsymmetricChargingSupport"
42
+ DataUpdateAsymmetricChargingSupport api.EventType = "ucevcc- DataUpdateAsymmetricChargingSupport"
43
43
44
44
// EV identificationdata was updated
45
45
//
46
46
// Use `Identifications` to get the current data
47
47
//
48
48
// Use Case EVCC, Scenario 4
49
- DataUpdateIdentifications api.EventType = "DataUpdateIdentifications"
49
+ DataUpdateIdentifications api.EventType = "ucevcc- DataUpdateIdentifications"
50
50
51
51
// EV manufacturer data was updated
52
52
//
53
53
// Use `ManufacturerData` to get the current data
54
54
//
55
55
// Use Case EVCC, Scenario 5
56
- DataUpdateManufacturerData api.EventType = "DataUpdateManufacturerData"
56
+ DataUpdateManufacturerData api.EventType = "ucevcc- DataUpdateManufacturerData"
57
57
58
58
// EV charging power limits
59
59
//
60
60
// Use `ChargingPowerLimits` to get the current data
61
61
//
62
62
// Use Case EVCC, Scenario 6
63
- DataUpdateCurrentLimits api.EventType = "DataUpdateCurrentLimits"
63
+ DataUpdateCurrentLimits api.EventType = "ucevcc- DataUpdateCurrentLimits"
64
64
65
65
// EV permitted power limits updated
66
66
//
67
67
// Use `IsInSleepMode` to get the current data
68
68
//
69
69
// Use Case EVCC, Scenario 7
70
- DataUpdateIsInSleepMode api.EventType = "DataUpdateIsInSleepMode"
70
+ DataUpdateIsInSleepMode api.EventType = "ucevcc- DataUpdateIsInSleepMode"
71
71
)
0 commit comments