mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-27 02:44:55 +00:00
add autoamtion tasks
This commit is contained in:
@ -188,6 +188,7 @@ class DeviceFunctionsView extends StatelessWidget
|
||||
alertBody: getTheCorrectDialogBody(
|
||||
function,
|
||||
functionValues,
|
||||
isAutomation: false,
|
||||
),
|
||||
title: function.operationName,
|
||||
onConfirm: () {
|
||||
@ -237,6 +238,7 @@ class DeviceFunctionsView extends StatelessWidget
|
||||
alertBody: getTheCorrectDialogBody(
|
||||
function,
|
||||
automationFunctionValues,
|
||||
isAutomation: true,
|
||||
),
|
||||
title: function.operationName,
|
||||
onConfirm: () {
|
||||
|
||||
Reference in New Issue
Block a user