tobyweston / temperature-machine

Data logger for multiple DS18B20 temperature sensors on one or more machines
Apache License 2.0
67 stars 22 forks source link

Update temperatures when a machine drops off #10

Closed tobyweston closed 7 years ago

tobyweston commented 7 years ago

If a client drops off, remove it's temperature from the UI.

Currently, it probably holds onto the last value in memory. It should clear this out every so often.