Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
"Recurrency",
"robohydra",
"sonarlint",
+ "SRPC",
"tsdoc",
"VCAP",
"webui"
await Utils.sleep(
this?.bootNotificationResponse?.interval
? this.bootNotificationResponse.interval * 1000
- : Constants.OCPP_DEFAULT_BOOT_NOTIFICATION_INTERVAL
+ : Constants.DEFAULT_BOOT_NOTIFICATION_INTERVAL
);
}
} while (
import { MeterValueMeasurand } from '../types';
export class Constants {
- static readonly OCPP_DEFAULT_BOOT_NOTIFICATION_INTERVAL = 60000; // Ms
+ static readonly DEFAULT_BOOT_NOTIFICATION_INTERVAL = 60000; // Ms
static readonly CHARGING_STATION_DEFAULT_RESET_TIME = 60000; // Ms
static readonly CHARGING_STATION_ATG_INITIALIZATION_TIME = 1000; // Ms