diff --git a/lib/pages/device_managment/all_devices/helper/route_controls_based_code.dart b/lib/pages/device_managment/all_devices/helper/route_controls_based_code.dart index 1fb82348..9c893983 100644 --- a/lib/pages/device_managment/all_devices/helper/route_controls_based_code.dart +++ b/lib/pages/device_managment/all_devices/helper/route_controls_based_code.dart @@ -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(), );