push 1g, 2g

This commit is contained in:
ashrafzarkanisala
2024-09-16 11:03:40 +03:00
parent b513f31214
commit b18b96064a

View File

@ -89,7 +89,7 @@ mixin RouteControlsBasedCode {
case '3G':
return LivingRoomBatchControlsView(
deviceIds: devices
.where((e) => (e.productType == '3G' || e.productType == '2G'))
.where((e) => (e.productType == '3G'))
.map((e) => e.uuid!)
.toList(),
);