Timer: Manage time itself and only use one schedule

This commit is contained in:
Romain Vigier
2022-10-28 12:31:43 +02:00
parent 576d3e78d2
commit d9965df197
11 changed files with 223 additions and 448 deletions
-13
View File
@@ -1,13 +0,0 @@
// SPDX-FileCopyrightText: 2022 Romain Vigier <contact AT romainvigier.fr>
// SPDX-License-Identifier: GPL-3.0-or-later
/**
* Source types.
*
* @readonly
* @enum {string}
*/
var SourceType = {
LOCATION: 'location',
SCHEDULE: 'schedule',
};