Skip to content

Commit

Permalink
Fix Patch Envelope status spelling error and add ZiOpaqueAppInstanceS…
Browse files Browse the repository at this point in the history
…tatus

We need ZiOpaqueAppInstanceStatus in order to distinguish between status
send by app and information about patch envelope assigned to app instance

Signed-off-by: Pavel Abramov <uncle.decart@gmail.com>
  • Loading branch information
uncleDecart authored and eriknordmark committed Oct 6, 2023
1 parent 590dad3 commit 1d5b714
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions proto/info/info.proto
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ enum ZInfoTypes {
ZiEdgeview = 12;
ZiLocation = 13;
ZiPatchEnvelope = 14;
ZiOpaqueAppInstanceStatus = 15;
}

// Information about assignable I/O adapter bundles
Expand Down
2 changes: 1 addition & 1 deletion proto/info/patch_envelope.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ enum EVE_PATCH_ENVELOPE_STATE {
PATCH_ERROR = 1;

// Configuration received but no downloads started
PATCH_RECIEVED = 2;
PATCH_RECEIVED = 2;

// Artifact/Volume download started
// One or more of the artifacts are being downloaded
Expand Down

0 comments on commit 1d5b714

Please sign in to comment.