Skip to content

Commit da07725

Browse files
authored
UI fix Export Environment Interface (OpenEMS#2393)
OpenEMS Environment declares FORGET_PASSWORD, but is not declared in links in the exported Environment Interface
1 parent a8d3971 commit da07725

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ui/src/environments/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ export interface Environment {
2222
readonly links: {
2323

2424
readonly COMMON_STORAGE: string,
25+
readonly FORGET_PASSWORD: string,
2526
readonly EVCS_KEBA_KECONTACT: string,
2627
readonly EVCS_HARDY_BARTH: string,
2728
readonly EVCS_OCPP_IESKEYWATTSINGLE: string,

0 commit comments

Comments
 (0)