kemproApiV2HomeownerOncueImportPost method
- required OncueImportV2Body? 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> kemproApiV2HomeownerOncueImportPost(
{required OncueImportV2Body? body}) {
return _kemproApiV2HomeownerOncueImportPost(body: body);
}