Check import results

This commit is contained in:
2025-08-29 17:37:15 +09:00
parent 46237ab0cd
commit 7ae4858d6a
4 changed files with 41 additions and 25 deletions

View File

@ -43,6 +43,9 @@ namespace Hcs.Client.Api.Request.HouseManagement
throw RemoteException.CreateNew(error.ErrorCode, error.Description);
});
var importResults = result.Items.OfType<getStateResultImportResult>();
var commonResults = GetCommonResults(importResults);
return true;
}