mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-16 10:06:16 +00:00
7 lines
88 B
Dart
7 lines
88 B
Dart
enum CreateSceneEnum {
|
|
tabToRun,
|
|
deviceStatusChanges,
|
|
smartSceneSelect,
|
|
none,
|
|
}
|