* Get one idtag from the cache given the distribution
* Must be called after checking the cache is not an empty array
*
- * @param distribution
- * @param chargingStation
- * @param connectorId
+ * @param distribution -
+ * @param chargingStation -
+ * @param connectorId -
* @returns
*/
public getIdTag(
* Get all idtags from the cache
* Must be called after checking the cache is not an empty array
*
- * @param file
+ * @param file -
* @returns
*/
public getIdTags(file: string): string[] | undefined {
type OCPP16ClearCacheRequest,
type OCPP16DataTransferRequest,
type OCPP16DataTransferResponse,
- OCPP16DataTransferStatus,
OCPP16DataTransferVendorId,
OCPP16DiagnosticsStatus,
type OCPP16DiagnosticsStatusNotificationRequest,
type StatusNotificationRequest,
type StatusNotificationResponse,
} from '../../types';
-import { Constants, ErrorUtils, Utils, logger } from '../../utils';
+import { ErrorUtils, Utils, logger } from '../../utils';
export class OCPPServiceUtils {
protected constructor() {