add autoamtion tasks

This commit is contained in:
ashrafzarkanisala
2024-07-22 23:56:33 +03:00
parent 033f33683c
commit 9f68e4695f
14 changed files with 745 additions and 1905 deletions

View File

@ -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: () {