kemApiV3HomeownerOncueImportPost method

Future<Response> kemApiV3HomeownerOncueImportPost({
  1. required OncueImportV3Body? body,
})

Import devices from an OnCue account

The username and password must be valid and matching, with the given list of devices assigned to the user.

Implementation

Future<chopper.Response> kemApiV3HomeownerOncueImportPost(
    {required OncueImportV3Body? body}) {
  return _kemApiV3HomeownerOncueImportPost(body: body);
}