OpenSprinkler / OpenSprinkler-App

A mobile interface for the OpenSprinkler irrigation device. Designed to allow manual control, program management (preview, add, edit, and delete), initiation of a run-once program, viewing graphical and tabulated representations of log data, viewing device status, adjusting rain delay, and changing of OpenSprinkler settings.
https://opensprinkler.com
GNU Affero General Public License v3.0
168 stars 91 forks source link

Log sorting #110

Open opensprinklershop opened 3 years ago

opensprinklershop commented 3 years ago

In the logs under Table, all events are sorted by the order of their end times. I find this very confusing because I have some switch events that start one after the other and overlap. Is it possible to sort the events also in the order of their start times?

salbahra commented 3 years ago

It should be easy enough to make this configurable. Open to PRs if anyone has one otherwise will keep this open and try to address if I have time.

Thank you!