Skip to content

Commit

Permalink
Fix issue project-chip#27953 where OTA Requestor is not receiving del…
Browse files Browse the repository at this point in the history
…ayed action … (project-chip#29169)
  • Loading branch information
krypton36 authored and shripad621git committed Oct 31, 2023
1 parent 2aac7e1 commit 17f0354
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,10 @@ - (void)handleQueryImageForNodeID:(NSNumber * _Nonnull)nodeID
return;
}

if (_delayedActionTime) {
_selectedCandidate.delayedActionTime = _delayedActionTime;
}

_selectedCandidate.updateToken = [self generateUpdateToken];
NSLog(@"Query Image Status: %hhu", _queryImageStatus);
_selectedCandidate.status = @(_queryImageStatus);
Expand Down

0 comments on commit 17f0354

Please sign in to comment.