X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Ftypes%2Focpp%2F1.6%2FResponses.ts;h=8b67a9267d5a3a9da03632a0bd7b20a381434102;hb=9daf701f5321be7f7ab466026b43e4714d5c3f9d;hp=f1e8b0e2699e68303ff92231c36db147bff914ba;hpb=68220b423c52da387fdf41967dd8c738da0ff52e;p=e-mobility-charging-stations-simulator.git diff --git a/src/types/ocpp/1.6/Responses.ts b/src/types/ocpp/1.6/Responses.ts index f1e8b0e2..8b67a926 100644 --- a/src/types/ocpp/1.6/Responses.ts +++ b/src/types/ocpp/1.6/Responses.ts @@ -1,8 +1,8 @@ -import type { OCPP16ChargingSchedule } from './ChargingProfile.js' import type { EmptyObject } from '../../EmptyObject.js' import type { JsonObject } from '../../JsonType.js' import type { GenericStatus, RegistrationStatusEnumType } from '../Common.js' import type { OCPPConfigurationKey } from '../Configuration.js' +import type { OCPP16ChargingSchedule } from './ChargingProfile.js' export interface OCPP16HeartbeatResponse extends JsonObject { currentTime: Date @@ -11,7 +11,7 @@ export interface OCPP16HeartbeatResponse extends JsonObject { export enum OCPP16UnlockStatus { UNLOCKED = 'Unlocked', UNLOCK_FAILED = 'UnlockFailed', - NOT_SUPPORTED = 'NotSupported', + NOT_SUPPORTED = 'NotSupported' } export interface UnlockConnectorResponse extends JsonObject { @@ -22,7 +22,7 @@ export enum OCPP16ConfigurationStatus { ACCEPTED = 'Accepted', REJECTED = 'Rejected', REBOOT_REQUIRED = 'RebootRequired', - NOT_SUPPORTED = 'NotSupported', + NOT_SUPPORTED = 'NotSupported' } export interface ChangeConfigurationResponse extends JsonObject { @@ -45,7 +45,7 @@ export interface GetConfigurationResponse extends JsonObject { export enum OCPP16ChargingProfileStatus { ACCEPTED = 'Accepted', REJECTED = 'Rejected', - NOT_SUPPORTED = 'NotSupported', + NOT_SUPPORTED = 'NotSupported' } export interface OCPP16GetCompositeScheduleResponse extends JsonObject { @@ -62,7 +62,7 @@ export interface SetChargingProfileResponse extends JsonObject { export enum OCPP16AvailabilityStatus { ACCEPTED = 'Accepted', REJECTED = 'Rejected', - SCHEDULED = 'Scheduled', + SCHEDULED = 'Scheduled' } export interface OCPP16ChangeAvailabilityResponse extends JsonObject { @@ -71,7 +71,7 @@ export interface OCPP16ChangeAvailabilityResponse extends JsonObject { export enum OCPP16ClearChargingProfileStatus { ACCEPTED = 'Accepted', - UNKNOWN = 'Unknown', + UNKNOWN = 'Unknown' } export interface OCPP16ClearChargingProfileResponse extends JsonObject { @@ -91,7 +91,7 @@ export type OCPP16DiagnosticsStatusNotificationResponse = EmptyObject export enum OCPP16TriggerMessageStatus { ACCEPTED = 'Accepted', REJECTED = 'Rejected', - NOT_IMPLEMENTED = 'NotImplemented', + NOT_IMPLEMENTED = 'NotImplemented' } export interface OCPP16TriggerMessageResponse extends JsonObject { @@ -102,7 +102,7 @@ export enum OCPP16DataTransferStatus { ACCEPTED = 'Accepted', REJECTED = 'Rejected', UNKNOWN_MESSAGE_ID = 'UnknownMessageId', - UNKNOWN_VENDOR_ID = 'UnknownVendorId', + UNKNOWN_VENDOR_ID = 'UnknownVendorId' } export interface OCPP16DataTransferResponse extends JsonObject { @@ -116,7 +116,7 @@ export enum OCPP16ReservationStatus { OCCUPIED = 'Occupied', REJECTED = 'Rejected', UNAVAILABLE = 'Unavailable', - NOT_SUPPORTED = 'NotSupported', + NOT_SUPPORTED = 'NotSupported' } export interface OCPP16ReserveNowResponse extends JsonObject {