Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
import ChargingStationTemplate from './ChargingStationTemplate';
export default interface ChargingStationInfo extends ChargingStationTemplate {
+ hash?: string;
chargingStationId?: string;
chargeBoxSerialNumber?: string;
chargePointSerialNumber?: string;
export type WsOptions = ClientOptions & ClientRequestArgs;
export default interface ChargingStationTemplate {
- hash?: string;
supervisionUrls?: string | string[];
supervisionUrlOcppConfiguration?: boolean;
supervisionUrlOcppKey?: string;