mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-08-26 08:59:40 +00:00
fix last testing bugs
This commit is contained in:
@ -17,7 +17,8 @@ mixin SceneLogicHelper {
|
||||
bool isOnlyDelayOrDelayLast(List<SceneStaticFunction> tasks) {
|
||||
final lastTask = tasks.last;
|
||||
return tasks.every((task) => task.code == 'delay') ||
|
||||
lastTask.code == 'delay';
|
||||
lastTask.code == 'delay' ||
|
||||
lastTask.deviceId == 'delay';
|
||||
}
|
||||
|
||||
void handleSaveButtonPress(
|
||||
|
Reference in New Issue
Block a user