diff --git a/BO4E/BO4E.csproj b/BO4E/BO4E.csproj
index 3422ebc7..44f35a87 100644
--- a/BO4E/BO4E.csproj
+++ b/BO4E/BO4E.csproj
@@ -1,98 +1,98 @@
-
-
- BO4E
- true
- Hochfrequenz.BO4Enet
- Hochfrequenz Untenehmensberatung GmbH
- BO4E .net core bindings
- https://github.com/Hochfrequenz/BO4E-dotnet/
-
- 0.2.50
- BO4Enet
- false
- true
-
-
- true
-
-
- $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb
- https://github.com/Hochfrequenz/BO4E-dotnet/
- false
- LICENSE.txt
-
- git
- true
- Embedded
- True
- 12
- BO4Enet.xml
- annotations
- netstandard2.0;netstandard2.1
-
-
-
- false
- true
-
-
- DEBUG
- true
-
-
-
-
-
-
-
-
-
-
- True
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Always
-
-
-
-
-
-
-
-
-
-
-
- all
- runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
-
-
-
-
-
-
+
+
+ BO4E
+ true
+ Hochfrequenz.BO4Enet
+ Hochfrequenz Untenehmensberatung GmbH
+ BO4E .net core bindings
+ https://github.com/Hochfrequenz/BO4E-dotnet/
+
+ 0.2.50
+ BO4Enet
+ false
+ true
+
+
+ true
+
+
+ $(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb
+ https://github.com/Hochfrequenz/BO4E-dotnet/
+ false
+ LICENSE.txt
+
+ git
+ true
+ Embedded
+ True
+ 12
+ BO4Enet.xml
+ annotations
+ netstandard2.0;netstandard2.1
+
+
+
+ false
+ true
+
+
+ DEBUG
+ true
+
+
+
+
+
+
+
+
+
+
+ True
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Always
+
+
+
+
+
+
+
+
+
+
+
+ all
+ runtime; build; native; contentfiles; analyzers; buildtransitive
+
+
+
+
+
+
+
+
+
+
diff --git a/BO4E/ENUM/Energierichtung.cs b/BO4E/ENUM/Energierichtung.cs
index 9b721869..3abc1b80 100644
--- a/BO4E/ENUM/Energierichtung.cs
+++ b/BO4E/ENUM/Energierichtung.cs
@@ -14,4 +14,8 @@ public enum Energierichtung
/// UTILTS DE7037 Z06: Erzeugung
[EnumMember(Value = "EINSP")]
EINSP,
+
+ /// Ruhende Lokation (in einer Kundenanlage)
+ [EnumMember(Value = "RUHEND")]
+ RUHEND,
}