mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 10:07:08 +00:00
Add event handler for midnight shot detection.
This event handler checks if there is an UTC date jump between consecutive shots. If a jump is detected, it sends to new entries to the event log, for the last shot and first shot of the previous and current dates, respectively. Fixes #223.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
const Handlers = [
|
||||
require('./detect-soleol')
|
||||
require('./detect-soleol'),
|
||||
require('./detect-fdsp')
|
||||
];
|
||||
|
||||
function init () {
|
||||
|
||||
Reference in New Issue
Block a user