Skip to content

Commit

Permalink
update inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
atpham88 committed Dec 10, 2024
1 parent 051c088 commit 10179d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion reo/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,8 @@ class StorageModel(models.Model):
total_itc_pct = models.FloatField(null=True, blank=True)
total_rebate_us_dollars_per_kw = models.IntegerField(null=True, blank=True)
total_rebate_us_dollars_per_kwh = models.IntegerField(null=True, blank=True)

min_duration_hours = models.IntegerField(null=True, blank=True)
max_duration_hours = models.IntegerField(null=True, blank=True)

# Outputs
size_kw = models.FloatField(null=True, blank=True)
Expand Down

0 comments on commit 10179d2

Please sign in to comment.