kemApiV3DevicesHomehubConfigureConnectionPost method

Future<Response> kemApiV3DevicesHomehubConfigureConnectionPost({
  1. required UpdateHomeHubConnectionV3Body? body,
})

Implementation

Future<chopper.Response> kemApiV3DevicesHomehubConfigureConnectionPost(
    {required UpdateHomeHubConnectionV3Body? body}) {
  return _kemApiV3DevicesHomehubConfigureConnectionPost(body: body);
}