X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2F1.6%2FConfiguration.ts;h=315c9646df94e82a7fc63c8d709af4634f2426b7;hb=928e662d53196408eef0b99e09e750037d61e1e6;hp=941a854784f7c7757d0558f9939996c4da51996c;hpb=b95523058c121b22e086339675407f5266250b7b;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/1.6/Configuration.ts b/src/types/ocpp/1.6/Configuration.ts index 941a8547..315c9646 100644 --- a/src/types/ocpp/1.6/Configuration.ts +++ b/src/types/ocpp/1.6/Configuration.ts @@ -1,4 +1,13 @@ -export enum StandardParametersKey { +export enum OCPP16SupportedFeatureProfiles { + Core = 'Core', + Firmware_Management = 'FirmwareManagement', + Local_Auth_List_Management = 'LocalAuthListManagement', + Reservation = 'Reservation', + Smart_Charging = 'SmartCharging', + Remote_Trigger = 'RemoteTrigger' +} + +export enum OCPP16StandardParametersKey { AllowOfflineTxForUnknownId = 'AllowOfflineTxForUnknownId', AuthorizationCacheEnabled = 'AuthorizationCacheEnabled', AuthorizeRemoteTxRequests = 'AuthorizeRemoteTxRequests',