mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
uncommented code.
This commit is contained in:
@ -50,10 +50,10 @@ class DeviceDialogHelper {
|
||||
final deviceSelectedFunctions =
|
||||
routineBloc.state.selectedFunctions[data['uniqueCustomId']] ?? [];
|
||||
|
||||
// if (removeComparetors && data['productType'] != 'WPS') {
|
||||
// //remove the current temp function in the 'if container'
|
||||
// functions.removeAt(3);
|
||||
// }
|
||||
if (removeComparetors && data['productType'] != 'WPS') {
|
||||
//remove the current temp function in the 'if container'
|
||||
functions.removeAt(3);
|
||||
}
|
||||
|
||||
switch (productType) {
|
||||
case 'AC':
|
||||
|
Reference in New Issue
Block a user