mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2026-03-10 20:41:45 +00:00
fixes
This commit is contained in:
@ -377,8 +377,6 @@ class WaterHeaterBloc extends Bloc<WaterHeaterEvent, WaterHeaterState> {
|
||||
allSwitchesValue = false;
|
||||
}
|
||||
});
|
||||
List<String> allDeviceIds =
|
||||
groupTwoGangList.map((device) => device.deviceId).toList();
|
||||
final response = await DevicesAPI.deviceController(
|
||||
code: 'switch_1',
|
||||
devicesUuid: [event.deviceId],
|
||||
|
||||
Reference in New Issue
Block a user