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