mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-16 18:16:21 +00:00
8 lines
84 B
Dart
8 lines
84 B
Dart
enum EnumEffectivePeriodOptions {
|
|
allDay,
|
|
daytime,
|
|
night,
|
|
custom,
|
|
none,
|
|
}
|