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

Config frequency of recording #26

Closed tobyweston closed 6 years ago

tobyweston commented 6 years ago

Currently, temperatures are uploaded every 30 seconds.

Allow this to be configurable.

Eventually, I'd prefer to have the temperature file on the OS be read continually and 'streamed' to the client. Until then, make it configurable as it's pretty quick to do.

tobyweston commented 6 years ago

Wont fix, side stepped with #6