mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-11-27 20:44:54 +00:00
push 1g, 2g
This commit is contained in:
@ -89,7 +89,7 @@ mixin RouteControlsBasedCode {
|
|||||||
case '3G':
|
case '3G':
|
||||||
return LivingRoomBatchControlsView(
|
return LivingRoomBatchControlsView(
|
||||||
deviceIds: devices
|
deviceIds: devices
|
||||||
.where((e) => (e.productType == '3G' || e.productType == '2G'))
|
.where((e) => (e.productType == '3G'))
|
||||||
.map((e) => e.uuid!)
|
.map((e) => e.uuid!)
|
||||||
.toList(),
|
.toList(),
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user