smklancher / AwairWeb

Web interface for detailed data from Awair air quality measurement devices
https://smklancher.github.io/AwairWeb/
9 stars 1 forks source link

Use preferred units #15

Closed tkerby closed 2 years ago

tkerby commented 2 years ago

Notice temperatures always display in Fahrenheit even if Celsius is set in the app. Could we have the option?

smklancher commented 2 years ago

I don't think you can pull the user preference from the API. I added a quick option, but no UI. Just add ?UseFahrenheit=false to the url to change it. Readme updated with details as well.