Skip to content

Commit

Permalink
Add NELO, TR and SR to Lokationstyp enum (#830)
Browse files Browse the repository at this point in the history
* Add NELO and TR to Lokationstyp enum

* Add Steuerbare Ressource

Co-authored-by: Franziska <[email protected]>

* sort the new entries

---------

Co-authored-by: Franziska <[email protected]>
  • Loading branch information
hf-krechan and hf-fvesely authored Jun 7, 2024
1 parent 4727959 commit be436e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bo4e/enum/lokationstyp.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ class Lokationstyp(StrEnum):

MALO = "MALO" #: Marktlokation
MELO = "MELO" #: Messlokation
NELO = "NELO" #: Netzlokation
SR = "SR" #: Steuerbare Ressource
TR = "TR" #: Technische Ressource

0 comments on commit be436e4

Please sign in to comment.