We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dec12c1 commit 0c1a979Copy full SHA for 0c1a979
lib/models/motor.py
@@ -13,7 +13,7 @@ class MotorKinds(str, Enum):
13
class TankKinds(str, Enum):
14
LEVEL: str = "LEVEL"
15
MASS: str = "MASS"
16
- MASS_FLOW: str = "MASSFlOW"
+ MASS_FLOW: str = "MASSFLOW"
17
ULLAGE: str = "ULLAGE"
18
19
0 commit comments