Skip to content

Instantly share code, notes, and snippets.

@abrookins
Created August 7, 2020 00:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abrookins/b38303075c9de3d854b2895a85b9e28e to your computer and use it in GitHub Desktop.
Save abrookins/b38303075c9de3d854b2895a85b9e28e to your computer and use it in GitHub Desktop.
@dataclass(frozen=True, eq=True)
class SiteStats:
"""Reporting stats for a site."""
last_reporting_time: datetime.datetime
meter_reading_count: int
max_wh_generated: float
min_wh_generated: float
max_capacity: float
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment