ioBroker / ioBroker.history

manages state history
MIT License
29 stars 23 forks source link

honour round option when averaging #286

Closed tuxyme closed 1 year ago

tuxyme commented 1 year ago

When averaging, the round option is ignored and a fixed 2 decimal rounding is used. This change uses the round option with fallback to the original 2 decimal rounding.