Convert types to native type
authorJérôme Benoit <jerome.benoit@sap.com>
Thu, 15 Sep 2022 20:59:02 +0000 (22:59 +0200)
committerJérôme Benoit <jerome.benoit@sap.com>
Thu, 15 Sep 2022 20:59:02 +0000 (22:59 +0200)
commit83e00df1c1ba02de8b637ca4cb0464eb909ebb18
treed2508cc30dac006b006e1d3e5e9f6883e0431e8c
parent511c18973d15210aabf9cb0789f146bd8c087759
Convert types to native type

Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
17 files changed:
src/charging-station/ChargingStation.ts
src/charging-station/ocpp/1.6/OCPP16ServiceUtils.ts
src/types/ChargingStationConfiguration.ts
src/types/ChargingStationInfo.ts
src/types/ChargingStationOcppConfiguration.ts
src/types/ChargingStationTemplate.ts
src/types/ConfigurationData.ts
src/types/ConnectorStatus.ts
src/types/Error.ts
src/types/MeasurandPerPhaseSampledValueTemplates.ts
src/types/MeasurandValues.ts
src/types/Statistics.ts
src/types/Worker.ts
src/types/ocpp/Requests.ts
src/types/ocpp/Responses.ts
src/ui/web/src/types/ConfigurationType.ts
src/utils/Configuration.ts