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

"instant" meter class has no label #300

Closed solderq35 closed 1 month ago

solderq35 commented 5 months ago

Screenshot

Relevant Code

The "instant" point value (as in the variable passed to API GET request) is defined here: https://github.com/OSU-Sustainability-Office/energy-dashboard/blob/master/backend/dependencies/nodejs/meter_classes.js#L46

However, in these other files, the human readable "label" of the value is missing, even though the energy points have labels:

Follow Up