heatseeknyc / relay

web app for setting up sensors, receiving and storing their data, and viewing it
0 stars 2 forks source link

Handle temperatures of zero correctly #28

Closed williamcodes closed 7 years ago

williamcodes commented 7 years ago

We found a bug where readings of exactly 0ºF prevented the hubs pages from rendering. This should correct it by explicitly checking for None instead of falsiness.

hrldcpr commented 7 years ago

Looks like Ryan separately committed a fix, so I'll go ahead and close this 👍