gfroerli / web

Web application for the water sensor API (gfrör.li), written in Elm.
https://gfrör.li
GNU Affero General Public License v3.0
3 stars 1 forks source link

Hide inactive sensors #99

Closed dbrgn closed 1 year ago

dbrgn commented 1 year ago

Hide sensors that haven't sent a measurement during the last 7 days.

(It's a bit longer than originally specified in #89, but this avoids hiding the sensors too fast if there's a short outage.)

Fixes #89.