kemproApiV2DevicesIdExerciseStopPost method

Future<Response> kemproApiV2DevicesIdExerciseStopPost({
  1. required int? id,
})

Stops a remote exercise cycle on device with the given ID @param id

Implementation

Future<chopper.Response> kemproApiV2DevicesIdExerciseStopPost(
    {required int? id}) {
  return _kemproApiV2DevicesIdExerciseStopPost(id: id);
}