kemApiV3DevicesIdAlertsResetPost method

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

Resets shutdown faults of the device with the given ID @param id

Implementation

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