Skip to content

Commit

Permalink
Adding a new telemetry name for thermocline position
Browse files Browse the repository at this point in the history
  • Loading branch information
thdfw committed Dec 15, 2024
1 parent 4597cf7 commit d70b58a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/gwproto/enums/telemetry_name.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ class TelemetryName(GwStrEnum):
MicroVolts = auto()
VoltsTimesTen = auto()
WattHours = auto()
StorageLayer = auto()

@classmethod
def default(cls) -> "TelemetryName":
Expand Down

0 comments on commit d70b58a

Please sign in to comment.