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.

76 lines 4.02 kB
// SPDX-FileCopyrightText: 2025 Contributors to the CitrineOS Project // // SPDX-License-Identifier: Apache-2.0 /** * Persisted DataTypes and their namespaces */ export var Namespace; (function (Namespace) { Namespace["AuthorizationData"] = "Authorization"; Namespace["BootConfig"] = "Boot"; Namespace["ChargingProfile"] = "ChargingProfile"; Namespace["ChargingSchedule"] = "ChargingSchedule"; Namespace["ChargingStation"] = "ChargingStation"; Namespace["CompositeSchedule"] = "CompositeSchedule"; Namespace["Connection"] = "Connection"; Namespace["Evse"] = "Evse"; Namespace["IdTokenType"] = "IdToken"; Namespace["IdTokenInfoType"] = "IdTokenInfo"; Namespace["MeterValue"] = "MeterValue"; Namespace["OCPPMessage"] = "OCPPMessage"; Namespace["ReserveNowRequest"] = "Reservation"; Namespace["StatusNotificationRequest"] = "StatusNotification"; Namespace["TransactionType"] = "Transaction"; Namespace["Websocket"] = "Websocket"; Namespace["WebsocketMapping"] = "WebsocketMapping"; Namespace["Tenant"] = "Tenant"; Namespace["TlsReload"] = "TlsReload"; })(Namespace || (Namespace = {})); export var OCPP2_Namespace; (function (OCPP2_Namespace) { OCPP2_Namespace["AdditionalInfoType"] = "AdditionalInfoType"; OCPP2_Namespace["AuthorizationRestrictions"] = "AuthorizationRestrictions"; OCPP2_Namespace["Certificate"] = "Certificate"; OCPP2_Namespace["InstalledCertificate"] = "InstalledCertificate"; OCPP2_Namespace["InstallCertificateAttempt"] = "InstallCertificateAttempt"; OCPP2_Namespace["DeleteCertificateAttempt"] = "DeleteCertificateAttempt"; OCPP2_Namespace["CertificateChain"] = "CertificateChain"; OCPP2_Namespace["UploadExistingCertificate"] = "UploadExistingCertificate"; OCPP2_Namespace["RegenerateExistingCertificate"] = "RegenerateExistingCertificate"; OCPP2_Namespace["ChargingNeeds"] = "ChargingNeeds"; OCPP2_Namespace["ChargingStationSecurityInfo"] = "ChargingStationSecurityInfo"; OCPP2_Namespace["ComponentType"] = "Component"; OCPP2_Namespace["EVSEType"] = "EvseType"; OCPP2_Namespace["EventDataType"] = "EventData"; OCPP2_Namespace["FileURL"] = "FileURL"; OCPP2_Namespace["LatestStatusNotification"] = "LatestStatusNotification"; OCPP2_Namespace["LocalListAuthorization"] = "LocalListAuthorization"; OCPP2_Namespace["LocalListVersion"] = "LocalListVersion"; OCPP2_Namespace["Location"] = "Location"; OCPP2_Namespace["MessageInfoType"] = "MessageInfo"; OCPP2_Namespace["PasswordType"] = "Password"; OCPP2_Namespace["RootCertificate"] = "RootCertificate"; OCPP2_Namespace["SalesTariff"] = "SalesTariff"; OCPP2_Namespace["SecurityEventNotificationRequest"] = "SecurityEvent"; OCPP2_Namespace["SendLocalListRequest"] = "SendLocalList"; OCPP2_Namespace["ServerNetworkProfile"] = "ServerNetworkProfile"; OCPP2_Namespace["Subscription"] = "Subscription"; OCPP2_Namespace["SystemConfig"] = "SystemConfig"; OCPP2_Namespace["TlsCertificates"] = "TlsCertificates"; OCPP2_Namespace["TransactionEventRequest"] = "TransactionEvent"; OCPP2_Namespace["Tariff"] = "Tariff"; OCPP2_Namespace["VariableAttributeType"] = "VariableAttribute"; OCPP2_Namespace["VariableCharacteristicsType"] = "VariableCharacteristics"; OCPP2_Namespace["VariableMonitoringType"] = "VariableMonitoring"; OCPP2_Namespace["VariableMonitoringStatus"] = "VariableMonitoringStatus"; OCPP2_Namespace["VariableStatus"] = "VariableStatus"; OCPP2_Namespace["VariableType"] = "Variable"; })(OCPP2_Namespace || (OCPP2_Namespace = {})); export var OCPP1_6_Namespace; (function (OCPP1_6_Namespace) { OCPP1_6_Namespace["ChangeConfiguration"] = "ChangeConfiguration"; OCPP1_6_Namespace["Connector"] = "Connector"; OCPP1_6_Namespace["StartTransaction"] = "StartTransaction"; OCPP1_6_Namespace["StopTransaction"] = "StopTransaction"; })(OCPP1_6_Namespace || (OCPP1_6_Namespace = {})); //# sourceMappingURL=namespace.js.map