Skip to content

v0.8.0 馃挭 Custom reset intervals and a calibrate service

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Apr 19:14
· 22 commits to refs/heads/main since this release
62198d8

This release introduces a calibrate service which can be used to adjust the value of the sensor. E.g. you start measuring the number of coffees your coffee machine produces, but it already brewed 50 cups before you configured MeasureIt. You can now set it to 50!

Until now, all sensors other than hourly ones, were resetting at midnight. It is now also possible to reset your sensors at custom intervals by means of a cron expression. E.g.: when you want to measure the time you spent in bed, it's not very convenient if the sensor resets at midnight.

Changes