mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-17 02:25:16 +00:00
push door lock automation functions
This commit is contained in:
9
lib/features/scene/enum/operation_dialog_type.dart
Normal file
9
lib/features/scene/enum/operation_dialog_type.dart
Normal file
@ -0,0 +1,9 @@
|
||||
enum OperationDialogType {
|
||||
countdown,
|
||||
delay,
|
||||
temperature,
|
||||
onOff,
|
||||
integerSteps,
|
||||
listOfOptions,
|
||||
none,
|
||||
}
|
Reference in New Issue
Block a user