kemproApiV2DevicesIdAlertsResetPost method

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

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

Implementation

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