From 6e32f30970d7d1079423f4f6b0a841e967f04793 Mon Sep 17 00:00:00 2001 From: mohammad Date: Thu, 26 Sep 2024 16:36:54 +0300 Subject: [PATCH] fixes --- .../devices/bloc/water_heater_bloc/water_heater_bloc.dart | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/features/devices/bloc/water_heater_bloc/water_heater_bloc.dart b/lib/features/devices/bloc/water_heater_bloc/water_heater_bloc.dart index 1d4c80c..057b118 100644 --- a/lib/features/devices/bloc/water_heater_bloc/water_heater_bloc.dart +++ b/lib/features/devices/bloc/water_heater_bloc/water_heater_bloc.dart @@ -377,8 +377,6 @@ class WaterHeaterBloc extends Bloc { allSwitchesValue = false; } }); - List allDeviceIds = - groupTwoGangList.map((device) => device.deviceId).toList(); final response = await DevicesAPI.deviceController( code: 'switch_1', devicesUuid: [event.deviceId],