From: Jérôme Benoit Date: Sun, 29 Mar 2026 01:28:18 +0000 (+0200) Subject: style: normalize blank line spacing in Constants.ts X-Git-Tag: ocpp-server@v4.0.3~2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=de9424ce837420ca31a10a4d51704e24225dacda;p=e-mobility-charging-stations-simulator.git style: normalize blank line spacing in Constants.ts --- diff --git a/src/utils/Constants.ts b/src/utils/Constants.ts index b932109e..f8cffbcb 100644 --- a/src/utils/Constants.ts +++ b/src/utils/Constants.ts @@ -27,11 +27,15 @@ export class Constants { static readonly DEFAULT_BOOT_NOTIFICATION_INTERVAL = 60000 // Ms static readonly DEFAULT_CIRCULAR_BUFFER_CAPACITY = 386 + static readonly DEFAULT_EV_CONNECTION_TIMEOUT = 180 // Seconds + static readonly DEFAULT_FLUCTUATION_PERCENT = 5 + static readonly DEFAULT_HASH_ALGORITHM = 'sha384' static readonly DEFAULT_HEARTBEAT_INTERVAL = 60000 // Ms + static readonly DEFAULT_IDTAG = '00000000' static readonly DEFAULT_LOG_STATISTICS_INTERVAL = 60 // Seconds