Use Time enumeration
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// SPDX-FileCopyrightText: 2021 Romain Vigier <contact AT romainvigier.fr>
|
||||
// SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
/**
|
||||
* Time is an enumeration of the possible time values.
|
||||
*/
|
||||
var Time = {
|
||||
UNKNOWN: 'unknown',
|
||||
DAY: 'day',
|
||||
NIGHT: 'night',
|
||||
};
|
||||
Reference in New Issue
Block a user