Skip to content

Commit

Permalink
Enable Differenz on Netznutzungsabrechnungdaten
Browse files Browse the repository at this point in the history
  • Loading branch information
JoschaMetze committed Sep 27, 2024
1 parent ae2c2e5 commit c7b94c0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
10 changes: 10 additions & 0 deletions BO4E/COM/Netznutzungsabrechnungsdaten.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,14 @@ public class Netznutzungsabrechnungsdaten : COM
[ProtoMember(12)]
[JsonPropertyOrder(12)]
public Zaehlzeitregister? Zaehlzeit { get; set; }

/// <summary>
/// Sind es Original oder Differenz-Netznutzungsabrechnungsdaten
/// </summary>
[JsonProperty(PropertyName = "differenz", Order = 13, Required = Required.Default)]
[JsonPropertyName("differenz")]
[NonOfficial(NonOfficialCategory.CUSTOMER_REQUIREMENTS)]
[ProtoMember(13)]
[JsonPropertyOrder(13)]
public bool? Differenz { get; set; }
}
1 change: 1 addition & 0 deletions BO4E/protobuf-files/bo4e.proto
Original file line number Diff line number Diff line change
Expand Up @@ -1131,6 +1131,7 @@ message Netznutzungsabrechnungsdaten {
Menge SingulaereBetriebsmittel = 10;
Preis PreisSingulaereBetriebsmittel = 11;
Zaehlzeitregister Zaehlzeit = 12;
bool Differenz = 13;
}
enum Netznutzungsabrechnungsgrundlage {
option (.protobuf_net.enumopt).namespace = "BO4E.ENUM";
Expand Down

0 comments on commit c7b94c0

Please sign in to comment.