MLSTRM / relay-controller

Controller program written for the FF Series Relay.
2 stars 1 forks source link

Ability to manually set start time for timer in case of issue / resume timer #28

Closed MLSTRM closed 3 years ago

MLSTRM commented 3 years ago

Allows for event to "resume" in case of issue.

MLSTRM commented 3 years ago

Solution: persist start timestamp in split output to allow for resumption. Would also allow for manual adjustment of start time if needed (although unlikely) and keeps the number of files to modify for resilience down to the single output.

MLSTRM commented 3 years ago

Added in #35