Timer: Manage time itself and only use one schedule
This commit is contained in:
@@ -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',
|
||||
};
|
||||
Reference in New Issue
Block a user