Skip to content

the const values in commands not exported by the ocpp-eliftech package #9

@MichaelHu2018

Description

@MichaelHu2018

the ocpp-eliftech package at https://www.npmjs.com/package/ocpp-eliftech seems not export the consts defined in each command.

for example in the command StatusNotification, the consts like these are not accessible from codebase that is using this package.

export const STATUS_SUSPENDEDEV = 'SuspendedEV';
export const STATUS_FINISHING = 'Finishing';
export const STATUS_RESERVED = 'Reserved';
export const STATUS_UNAVAILABLE = 'Unavailable';
export const STATUS_FAULTED = 'Faulted';

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions