-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Temperature meters #4922
base: develop
Are you sure you want to change the base?
Add Temperature meters #4922
Conversation
Label error. Requires at least 1 of: Feature, Bug, Enhancement, Maintenance, Documentation, Performance, Do not publish. Found: |
@nllong how did this break ci? 😿 |
seed/models/meters.py
Outdated
@@ -98,6 +101,9 @@ class Meter(models.Model): | |||
(POTABLE_INDOOR, "Potable Indoor"), | |||
(POTABLE_OUTDOOR, "Potable Outdoor"), | |||
(POTABLE_MIXED, "Potable: Mixed Indoor/Outdoor"), | |||
(HEATING_DEGREE_DAY, "Heating Degree Day"), | |||
(COOLING_DEGREE_DAY, "Cooling Degree Day"), | |||
(TEMPERATURE, "Temperature"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would we want to call this "average temperature"? Or do you think that would be implied well enough?
Also, I think it is "Heating/Cooling Degree Days" as in plural...
Made for these PRs in py-seed and onboarding-scripts.