kemApiV3InternalDevicesConnectionHistoryPost method

Future<Response> kemApiV3InternalDevicesConnectionHistoryPost({
  1. 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);
}