kemApiV3DevicesIdSetControllerClockPost method

Future<Response> kemApiV3DevicesIdSetControllerClockPost({
  1. required int? id,
  2. required SetControllerClockV3Body? body,
})

Set Controller Clock of the device with the given ID @param id

Implementation

Future<chopper.Response> kemApiV3DevicesIdSetControllerClockPost({
  required int? id,
  required SetControllerClockV3Body? body,
}) {
  return _kemApiV3DevicesIdSetControllerClockPost(id: id, body: body);
}