X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils%2FConstants.ts;h=59a419971c5de0810565e6b607b83f7160a96c8d;hb=f902e1c441c6751f885e39bc5aa23721a102f424;hp=b68317db0ebed9f994ea2d2a76b069ec74fe37c5;hpb=4d7227e61934a6b082a4d89268c454f7ee3605e1;p=e-mobility-charging-stations-simulator.git diff --git a/src/utils/Constants.ts b/src/utils/Constants.ts index b68317db..59a41997 100644 --- a/src/utils/Constants.ts +++ b/src/utils/Constants.ts @@ -33,7 +33,7 @@ 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 TRANSACTION_DEFAULT_IDTAG = '00000000'; + static readonly DEFAULT_IDTAG = '00000000'; static readonly ELEMENT_START_DELAY = 0; static readonly WORKER_START_DELAY = 500;