now batch is working

This commit is contained in:
Rafeek-Khoudare
2025-06-27 16:26:39 +03:00
parent f43826a824
commit 396ce3dad8
12 changed files with 294 additions and 158 deletions

View File

@ -213,7 +213,7 @@ mixin RouteControlsBasedCode {
case 'CUR_2':
return CurtainModuleBatchView(
devicesIds: devices
.where((e) => e.productType == 'AC')
.where((e) => e.productType == 'CUR_2')
.map((e) => e.uuid!)
.toList(),
);