Skip to content

Commit

Permalink
Fix issue #27953 where OTA Requestor is not receiving delayed action … (
Browse files Browse the repository at this point in the history
  • Loading branch information
krypton36 authored and pull[bot] committed Jun 23, 2024
1 parent d9b2784 commit 1806812
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 1806812

Please sign in to comment.