Move hashId to stationInfo
authorJérôme Benoit <jerome.benoit@sap.com>
Tue, 30 Aug 2022 09:47:24 +0000 (11:47 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Tue, 30 Aug 2022 09:47:24 +0000 (11:47 +0200)
commit51c83d6f833f27f9990c17fc380ab5ee618894b1
tree7546d0dd6cddc0b773a2a48ce2c434e2194554f9
parentc36e6303452271ac08ff6f5db532e7f13f5b4779
Move hashId to stationInfo

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
13 files changed:
src/charging-station/AutomaticTransactionGenerator.ts
src/charging-station/Bootstrap.ts
src/charging-station/ChargingStation.ts
src/charging-station/ChargingStationUtils.ts
src/charging-station/ChargingStationWorkerBroadcastChannel.ts
src/charging-station/MessageChannelUtils.ts
src/types/ChargingStationInfo.ts
src/types/ChargingStationWorker.ts
src/ui/web/src/components/charging-stations/CSConnector.vue
src/ui/web/src/components/charging-stations/CSData.vue
src/ui/web/src/components/charging-stations/CSTable.vue
src/ui/web/src/types/ChargingStationType.ts
src/worker/WorkerUtils.ts