kemApiV3DevicesIdExercisePut method
- required int? id,
- required ExerciseScheduleV3Body? body,
Update the exercise schedule of the device with the given ID @param id
Implementation
Future<chopper.Response> kemApiV3DevicesIdExercisePut({
required int? id,
required ExerciseScheduleV3Body? body,
}) {
return _kemApiV3DevicesIdExercisePut(id: id, body: body);
}