UNPKG

@citrineos/base

Version:

The base module for OCPP v2.0.1 including all interfaces. This module is not intended to be used directly, but rather as a dependency for other modules.

16 lines 763 B
"use strict"; // Copyright (c) 2023 S44, LLC // Copyright Contributors to the CitrineOS Project // // SPDX-License-Identifier: Apache 2.0 Object.defineProperty(exports, "__esModule", { value: true }); exports.BOOT_STATUS = void 0; /** * Cache boot status is used to keep track of the overall boot process for Rejected or Pending. * When Accepting a boot, blacklist needs to be cleared if and only if there was a previously * Rejected or Pending boot. When starting to configure charger, i.e. sending GetBaseReport or * SetVariables, this should only be done if configuring is not still ongoing from a previous * BootNotificationRequest. Cache boot status mediates this behavior. */ exports.BOOT_STATUS = 'boot_status'; //# sourceMappingURL=BootConfig.js.map