kemproApiV2DevicesIdAlertsResetPost method
- 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);
}