X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2FConstants.ts;h=246aa7882e92a2b99b3dc54e074f833f6f9ecc6d;hb=480fecf6f69bc342772aa161c4452e2b544e12a4;hp=c6c691b05e49706fc58fa4cf334d31eb1450df63;hpb=9a15316cb7ede50d57ab25f758f0ccf1aa1bd903;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/Constants.ts b/src/utils/Constants.ts index c6c691b0..246aa788 100644 --- a/src/utils/Constants.ts +++ b/src/utils/Constants.ts @@ -1,6 +1,6 @@ -import { MeterValueMeasurand } from '../types/ocpp/MeterValues'; +import { MeterValueMeasurand } from '../types'; -export default class Constants { +export class Constants { static readonly OCPP_DEFAULT_BOOT_NOTIFICATION_INTERVAL = 60000; // Ms static readonly OCPP_WEBSOCKET_TIMEOUT = 60000; // Ms static readonly OCPP_TRIGGER_MESSAGE_DELAY = 500; // Ms