OSU-Sustainability-Office / energy-dashboard

Oregon State University's energy dashboard.
https://dashboard.sustainability.oregonstate.edu
GNU General Public License v3.0
11 stars 0 forks source link

Added pacific power meters to Meter class and API #333

Closed s-egge closed 1 month ago

s-egge commented 1 month ago

Run the backend locally and go to http://localhost:3000/allbuildings to see the addition of pacificPowerID in the Meter class:

image

s-egge commented 1 month ago

Updated Unit Tests

Previous tests failed due to the new pacific_power_id field. I've added this field to the test database, and all inserted meter data has the field as null since none of them are Pacific Power Meters.