kemApiV3DevicesIdExerciseStopPost method
- 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);
}