mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-16 01:56:24 +00:00
push adding the selected functiond and device to then container
This commit is contained in:
@ -43,9 +43,9 @@ class LoadAutomation extends RoutineEvent {
|
||||
List<Object> get props => [unitId];
|
||||
}
|
||||
|
||||
class AddFunction extends RoutineEvent {
|
||||
class AddFunctionToRoutine extends RoutineEvent {
|
||||
final DeviceFunctionData function;
|
||||
const AddFunction(this.function);
|
||||
const AddFunctionToRoutine(this.function);
|
||||
@override
|
||||
List<Object> get props => [function];
|
||||
}
|
||||
|
Reference in New Issue
Block a user