UNPKG

@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.

60 lines (59 loc) 2.23 kB
/** * Persisted DataTypes and their namespaces */ export declare enum Namespace { AuthorizationData = "Authorization", BootConfig = "Boot", ChargingProfile = "ChargingProfile", ChargingSchedule = "ChargingSchedule", ChargingStation = "ChargingStation", CompositeSchedule = "CompositeSchedule", IdTokenType = "IdToken", IdTokenInfoType = "IdTokenInfo", MeterValue = "MeterValue", OCPPMessage = "OCPPMessage", ReserveNowRequest = "Reservation", StatusNotificationRequest = "StatusNotification", TransactionType = "Transaction" } export declare enum OCPP2_0_1_Namespace { AdditionalInfoType = "AdditionalInfoType", AuthorizationRestrictions = "AuthorizationRestrictions", Certificate = "Certificate", ChargingNeeds = "ChargingNeeds", InstalledCertificate = "InstalledCertificate", CertificateChain = "CertificateChain", ChargingStationSecurityInfo = "ChargingStationSecurityInfo", ComponentType = "Component", EVSEType = "Evse", 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" }