@citrineos/base
Version:
The base module for OCPP v2.0.1 including all interfaces. This module is not intended to be used directly, but rather as a dependency for other modules.
70 lines (69 loc) • 2.65 kB
TypeScript
/**
* Persisted DataTypes and their namespaces
*/
export declare enum Namespace {
AuthorizationData = "Authorization",
BootConfig = "Boot",
ChargingProfile = "ChargingProfile",
ChargingSchedule = "ChargingSchedule",
ChargingStation = "ChargingStation",
CompositeSchedule = "CompositeSchedule",
Connection = "Connection",
Evse = "Evse",
IdTokenType = "IdToken",
IdTokenInfoType = "IdTokenInfo",
MeterValue = "MeterValue",
OCPPMessage = "OCPPMessage",
ReserveNowRequest = "Reservation",
StatusNotificationRequest = "StatusNotification",
TransactionType = "Transaction",
Websocket = "Websocket",
WebsocketMapping = "WebsocketMapping",
Tenant = "Tenant",
TlsReload = "TlsReload"
}
export declare enum OCPP2_Namespace {
AdditionalInfoType = "AdditionalInfoType",
AuthorizationRestrictions = "AuthorizationRestrictions",
Certificate = "Certificate",
InstalledCertificate = "InstalledCertificate",
InstallCertificateAttempt = "InstallCertificateAttempt",
DeleteCertificateAttempt = "DeleteCertificateAttempt",
CertificateChain = "CertificateChain",
UploadExistingCertificate = "UploadExistingCertificate",
RegenerateExistingCertificate = "RegenerateExistingCertificate",
ChargingNeeds = "ChargingNeeds",
ChargingStationSecurityInfo = "ChargingStationSecurityInfo",
ComponentType = "Component",
EVSEType = "EvseType",
EventDataType = "EventData",
FileURL = "FileURL",
LatestStatusNotification = "LatestStatusNotification",
LocalListAuthorization = "LocalListAuthorization",
LocalListVersion = "LocalListVersion",
Location = "Location",
MessageInfoType = "MessageInfo",
PasswordType = "Password",
RootCertificate = "RootCertificate",
SalesTariff = "SalesTariff",
SecurityEventNotificationRequest = "SecurityEvent",
SendLocalListRequest = "SendLocalList",
ServerNetworkProfile = "ServerNetworkProfile",
Subscription = "Subscription",
SystemConfig = "SystemConfig",
TlsCertificates = "TlsCertificates",
TransactionEventRequest = "TransactionEvent",
Tariff = "Tariff",
VariableAttributeType = "VariableAttribute",
VariableCharacteristicsType = "VariableCharacteristics",
VariableMonitoringType = "VariableMonitoring",
VariableMonitoringStatus = "VariableMonitoringStatus",
VariableStatus = "VariableStatus",
VariableType = "Variable"
}
export declare enum OCPP1_6_Namespace {
ChangeConfiguration = "ChangeConfiguration",
Connector = "Connector",
StartTransaction = "StartTransaction",
StopTransaction = "StopTransaction"
}