mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-16 01:56:24 +00:00
push routine name field
This commit is contained in:
@ -115,4 +115,10 @@ class CreateAutomationEvent extends RoutineEvent {
|
||||
List<Object> get props => [];
|
||||
}
|
||||
|
||||
class SetRoutineName extends RoutineEvent {
|
||||
final String name;
|
||||
const SetRoutineName(this.name);
|
||||
@override
|
||||
List<Object> get props => [name];
|
||||
}
|
||||
class ClearFunctions extends RoutineEvent {}
|
||||
|
Reference in New Issue
Block a user