Skip to content

Commit

Permalink
Adding GRUNDLAGE_POG_ERMITTLUNG to Messwertstatus (#426)
Browse files Browse the repository at this point in the history
* Adding GRUNDLAGE_POG_ERMITTLUNG to Messwertstatus

* adding it to proto

* generated json files
  • Loading branch information
hamidhajiparvaneh authored Mar 5, 2024
1 parent 4655094 commit 2a65f32
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions BO4E/ENUM/Messwertstatus.cs
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,9 @@ public enum Messwertstatus
/// <summary> Fehlender Wert: Z30 </summary>
[EnumMember(Value = "FEHLT")]
FEHLT,

/// <summary> Grundlage POG-Ermittlung: Z47 </summary>
[EnumMember(Value = "GRUNDLAGE_POG_ERMITTLUNG")]
GRUNDLAGE_POG_ERMITTLUNG,
}
}
1 change: 1 addition & 0 deletions BO4E/protobuf-files/bo4e.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1077,6 +1077,7 @@ enum Messwertstatus {
PROGNOSEWERT = 6;
ENERGIEMENGESUMMIERT = 7;
FEHLT = 8;
GRUNDLAGE_POG_ERMITTLUNG = 9;
}
enum Netzebene {
option (.protobuf_net.enumopt).namespace = "BO4E.ENUM";
Expand Down
3 changes: 2 additions & 1 deletion json-schema-files/BO4E.BO.Angebot.json
Original file line number Diff line number Diff line change
Expand Up @@ -3292,7 +3292,8 @@
"NICHT_VERWENDBAR",
"PROGNOSEWERT",
"ENERGIEMENGESUMMIERT",
"FEHLT"
"FEHLT",
"GRUNDLAGE_POG_ERMITTLUNG"
]
},
"statuszusatzinformationen": {
Expand Down
3 changes: 2 additions & 1 deletion json-schema-files/BO4E.BO.Energiemenge.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,8 @@
"NICHT_VERWENDBAR",
"PROGNOSEWERT",
"ENERGIEMENGESUMMIERT",
"FEHLT"
"FEHLT",
"GRUNDLAGE_POG_ERMITTLUNG"
]
},
"statuszusatzinformationen": {
Expand Down
3 changes: 2 additions & 1 deletion json-schema-files/BO4E.BO.Summenzeitreihe.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,8 @@
"NICHT_VERWENDBAR",
"PROGNOSEWERT",
"ENERGIEMENGESUMMIERT",
"FEHLT"
"FEHLT",
"GRUNDLAGE_POG_ERMITTLUNG"
]
},
"statuszusatzinformationen": {
Expand Down

0 comments on commit 2a65f32

Please sign in to comment.