kemApiV3DevicesIdExerciseStopPost method

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

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

Implementation

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