kemApiV3DevicesIdSetControllerClockPost method
- required int? id,
- 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);
}