mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-27 21:34:54 +00:00
push door lock automation functions
This commit is contained in:
@ -62,7 +62,7 @@ class ThenAddedTasksContainer extends StatelessWidget
|
||||
|
||||
/// show alert dialog based on type
|
||||
context.customAlertDialog(
|
||||
alertBody: getTheCorrectDialogBody(functionOperation.first),
|
||||
alertBody: getTheCorrectDialogBody(functionOperation.first, null),
|
||||
title: functionOperation.first.operationName,
|
||||
onConfirm: () {
|
||||
final savedCode = functionOperation.first.deviceId.contains('delay')
|
||||
|
||||
Reference in New Issue
Block a user