-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrpc-call.ts
86 lines (85 loc) · 2.06 KB
/
rpc-call.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
/* eslint-disable */
/**
* This file was automatically generated by json-schema-to-typescript.
* DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
* and run json-schema-to-typescript to regenerate this file.
*/
/**
* @minItems 4
* @maxItems 4
*/
export type RpcCallV201 = [
2,
string,
(
| "Authorize"
| "BootNotification"
| "CancelReservation"
| "CertificateSigned"
| "ChangeAvailability"
| "ClearCache"
| "ClearChargingProfile"
| "ClearDisplayMessage"
| "ClearVariableMonitoring"
| "ClearedChargingLimit"
| "CostUpdated"
| "CustomerInformation"
| "DataTransfer"
| "DeleteCertificate"
| "FirmwareStatusNotification"
| "GetBaseReport"
| "GetCertificateStatus"
| "GetChargingProfiles"
| "GetCompositeSchedule"
| "GetDisplayMessages"
| "GetInstalledCertificateIds"
| "GetLocalListVersion"
| "GetLog"
| "GetMonitoringReport"
| "GetReport"
| "GetTransactionStatus"
| "GetVariables"
| "Get15118EVCertificate"
| "Heartbeat"
| "InstallCertificate"
| "LogStatusNotification"
| "MeterValues"
| "NotifyChargingLimit"
| "NotifyCustomerInformation"
| "NotifyDisplayMessages"
| "NotifyEVChargingNeeds"
| "NotifyEVChargingSchedule"
| "NotifyEvent"
| "NotifyMonitoringReport"
| "NotifyReport"
| "PublishFirmwareStatusNotification"
| "PublishFirmware"
| "ReportChargingProfiles"
| "ReservationStatusUpdate"
| "ReserveNow"
| "Reset"
| "SecurityEventNotification"
| "SendLocalList"
| "SetChargingProfile"
| "SetDisplayMessage"
| "SetMonitoringBase"
| "SetMonitoringLevel"
| "SetNetworkProfile"
| "SetVariableMonitoring"
| "SetVariables"
| "SignCertificate"
| "StartTransactionResponse"
| "StartTransactionRequest"
| "StatusNotification"
| "StopTransactionResponse"
| "StopTransactionRequest"
| "TransactionEvent"
| "TriggerMessage"
| "UnlockConnector"
| "UnpublishFirmware"
| "UpdateFirmware"
),
{
[k: string]: unknown;
}
];