kemApiV3InternalDevicesConnectionHistoryPost method
- required DeviceConnectionHistoryInsertV3Body? body,
Record the current device connection counts, as called by HEP Azure function.
Implementation
Future<chopper.Response> kemApiV3InternalDevicesConnectionHistoryPost(
{required DeviceConnectionHistoryInsertV3Body? body}) {
return _kemApiV3InternalDevicesConnectionHistoryPost(body: body);
}