X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2FConstants.ts;h=10f5ff3771757f220c56e5057268980e65d752aa;hb=3e0905a14af7b7e0a96e859d6c4c615044845d54;hp=b115a42f24f07398ebd7b67827dca0a3e20f1eb9;hpb=25f5a959c137b7d302485e8ef6ca9d4a2f1cb6f6;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/Constants.ts b/src/utils/Constants.ts index b115a42f..10f5ff37 100644 --- a/src/utils/Constants.ts +++ b/src/utils/Constants.ts @@ -91,6 +91,8 @@ export default class Constants { static readonly CHARGING_STATION_ATG_INITIALIZATION_TIME = 1000; // Ms static readonly CHARGING_STATION_ATG_DEFAULT_STOP_AFTER_HOURS = 0.25; // Hours + static readonly DEFAULT_HASH_ALGORITHM = 'sha384'; + static readonly DEFAULT_IDTAG = '00000000'; static readonly DEFAULT_CONNECTION_TIMEOUT = 30;