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