diff --git a/lib/pages/device_managment/flush_mounted_presence_sensor/bloc/flush_mounted_presence_sensor_bloc.dart b/lib/pages/device_managment/flush_mounted_presence_sensor/bloc/flush_mounted_presence_sensor_bloc.dart index 06be2666..d7720937 100644 --- a/lib/pages/device_managment/flush_mounted_presence_sensor/bloc/flush_mounted_presence_sensor_bloc.dart +++ b/lib/pages/device_managment/flush_mounted_presence_sensor/bloc/flush_mounted_presence_sensor_bloc.dart @@ -17,10 +17,9 @@ part 'flush_mounted_presence_sensor_state.dart'; class FlushMountedPresenceSensorBloc extends Bloc { final String deviceId; - late FlushMountedPresenceSensorModel deviceStatus; - final ControlDeviceService controlDeviceService; + late FlushMountedPresenceSensorModel deviceStatus; FlushMountedPresenceSensorBloc({ required this.deviceId, required this.controlDeviceService,