mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-26 20:44:54 +00:00
reflect api selected function value in the view and connect dialog
This commit is contained in:
@ -117,7 +117,7 @@ class DeviceFunctionsView extends StatelessWidget
|
||||
context.customAlertDialog(
|
||||
alertBody: functions[index].code == 'temp_set'
|
||||
? AlertDialogTemperatureBody(
|
||||
index: index, functions: functions)
|
||||
index: index, functions: functions,)
|
||||
: (functions[index]
|
||||
.code
|
||||
.contains('countdown') ||
|
||||
|
||||
Reference in New Issue
Block a user