chargePointVendor: this.bootNotificationRequest.chargePointVendor,
chargeBoxSerialNumber: this.bootNotificationRequest.chargeBoxSerialNumber,
firmwareVersion: this.bootNotificationRequest.firmwareVersion,
+ chargePointSerialNumber: this.bootNotificationRequest.chargePointSerialNumber,
+ iccid: this.bootNotificationRequest.iccid,
+ imsi: this.bootNotificationRequest.imsi,
+ meterSerialNumber: this.bootNotificationRequest.meterSerialNumber,
+ meterType: this.bootNotificationRequest.meterType,
},
{ skipBufferingOnError: true }
)) as BootNotificationResponse;
chargePointVendor: this.bootNotificationRequest.chargePointVendor,
chargeBoxSerialNumber: this.bootNotificationRequest.chargeBoxSerialNumber,
firmwareVersion: this.bootNotificationRequest.firmwareVersion,
+ chargePointSerialNumber: this.bootNotificationRequest.chargePointSerialNumber,
+ iccid: this.bootNotificationRequest.iccid,
+ imsi: this.bootNotificationRequest.imsi,
+ meterSerialNumber: this.bootNotificationRequest.meterSerialNumber,
+ meterType: this.bootNotificationRequest.meterType,
},
{ skipBufferingOnError: true }
);