@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.
67 lines • 3.6 kB
JavaScript
// Copyright (c) 2023 S44, LLC
// Copyright 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["IdTokenType"] = "IdToken";
Namespace["IdTokenInfoType"] = "IdTokenInfo";
Namespace["MeterValue"] = "MeterValue";
Namespace["OCPPMessage"] = "OCPPMessage";
Namespace["ReserveNowRequest"] = "Reservation";
Namespace["StatusNotificationRequest"] = "StatusNotification";
Namespace["TransactionType"] = "Transaction";
})(Namespace || (Namespace = {}));
export var OCPP2_0_1_Namespace;
(function (OCPP2_0_1_Namespace) {
OCPP2_0_1_Namespace["AdditionalInfoType"] = "AdditionalInfoType";
OCPP2_0_1_Namespace["AuthorizationRestrictions"] = "AuthorizationRestrictions";
OCPP2_0_1_Namespace["Certificate"] = "Certificate";
OCPP2_0_1_Namespace["ChargingNeeds"] = "ChargingNeeds";
OCPP2_0_1_Namespace["InstalledCertificate"] = "InstalledCertificate";
OCPP2_0_1_Namespace["CertificateChain"] = "CertificateChain";
OCPP2_0_1_Namespace["ChargingStationSecurityInfo"] = "ChargingStationSecurityInfo";
OCPP2_0_1_Namespace["ComponentType"] = "Component";
OCPP2_0_1_Namespace["EVSEType"] = "Evse";
OCPP2_0_1_Namespace["EventDataType"] = "EventData";
OCPP2_0_1_Namespace["FileURL"] = "FileURL";
OCPP2_0_1_Namespace["LatestStatusNotification"] = "LatestStatusNotification";
OCPP2_0_1_Namespace["LocalListAuthorization"] = "LocalListAuthorization";
OCPP2_0_1_Namespace["LocalListVersion"] = "LocalListVersion";
OCPP2_0_1_Namespace["Location"] = "Location";
OCPP2_0_1_Namespace["MessageInfoType"] = "MessageInfo";
OCPP2_0_1_Namespace["PasswordType"] = "Password";
OCPP2_0_1_Namespace["RootCertificate"] = "RootCertificate";
OCPP2_0_1_Namespace["SalesTariff"] = "SalesTariff";
OCPP2_0_1_Namespace["SecurityEventNotificationRequest"] = "SecurityEvent";
OCPP2_0_1_Namespace["SendLocalListRequest"] = "SendLocalList";
OCPP2_0_1_Namespace["ServerNetworkProfile"] = "ServerNetworkProfile";
OCPP2_0_1_Namespace["Subscription"] = "Subscription";
OCPP2_0_1_Namespace["SystemConfig"] = "SystemConfig";
OCPP2_0_1_Namespace["TlsCertificates"] = "TlsCertificates";
OCPP2_0_1_Namespace["TransactionEventRequest"] = "TransactionEvent";
OCPP2_0_1_Namespace["Tariff"] = "Tariff";
OCPP2_0_1_Namespace["VariableAttributeType"] = "VariableAttribute";
OCPP2_0_1_Namespace["VariableCharacteristicsType"] = "VariableCharacteristics";
OCPP2_0_1_Namespace["VariableMonitoringType"] = "VariableMonitoring";
OCPP2_0_1_Namespace["VariableMonitoringStatus"] = "VariableMonitoringStatus";
OCPP2_0_1_Namespace["VariableStatus"] = "VariableStatus";
OCPP2_0_1_Namespace["VariableType"] = "Variable";
})(OCPP2_0_1_Namespace || (OCPP2_0_1_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