power_clamp

This commit is contained in:
mohammad
2024-10-22 10:18:49 +03:00
parent b9ecae7068
commit bb5571a02d

View File

@ -58,7 +58,7 @@ class SmartPowerBloc extends Bloc<SmartPowerEvent, SmartPowerState> {
SmartPowerFetchBatchEvent event, Emitter<SmartPowerState> emit) async {
emit(SmartPowerLoading());
try {
final status =
await DevicesManagementApi().getBatchStatus(event.devicesIds);
// deviceStatus =
// SmartPowerStatusModel.fromJson(event.devicesIds.first, status.status);