Move template hash attribute to stationInfo
authorJérôme Benoit <jerome.benoit@sap.com>
Fri, 18 Mar 2022 18:57:34 +0000 (19:57 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Fri, 18 Mar 2022 18:57:34 +0000 (19:57 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
src/types/ChargingStationInfo.ts
src/types/ChargingStationTemplate.ts

index 0e8b172217a9379ef7d41737849b85c372e7e318..eb77b601eb2febdfbd5e6ec30e6030ec0e3255ad 100644 (file)
@@ -1,6 +1,7 @@
 import ChargingStationTemplate from './ChargingStationTemplate';
 
 export default interface ChargingStationInfo extends ChargingStationTemplate {
+  hash?: string;
   chargingStationId?: string;
   chargeBoxSerialNumber?: string;
   chargePointSerialNumber?: string;
index a9d42724aad0f9df2fbb0754a3b013c2cf0b5049..ff17749a4534761c87bfa437d54c2b038a3881b7 100644 (file)
@@ -44,7 +44,6 @@ export interface AutomaticTransactionGenerator {
 export type WsOptions = ClientOptions & ClientRequestArgs;
 
 export default interface ChargingStationTemplate {
-  hash?: string;
   supervisionUrls?: string | string[];
   supervisionUrlOcppConfiguration?: boolean;
   supervisionUrlOcppKey?: string;