From 282c6866b1279b36855a38810e10e7edb6b07511 Mon Sep 17 00:00:00 2001 From: Pavel Abramov Date: Thu, 5 Oct 2023 10:00:55 +0200 Subject: [PATCH] Fix Patch Envelope status spelling error and add ZiOpaqueAppInstanceStatus 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 --- proto/info/info.proto | 1 + proto/info/patch_envelope.proto | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/proto/info/info.proto b/proto/info/info.proto index cf0997de..62f4ffe1 100644 --- a/proto/info/info.proto +++ b/proto/info/info.proto @@ -71,6 +71,7 @@ enum ZInfoTypes { ZiEdgeview = 12; ZiLocation = 13; ZiPatchEnvelope = 14; + ZiOpaqueAppInstanceStatus = 15; } // Information about assignable I/O adapter bundles diff --git a/proto/info/patch_envelope.proto b/proto/info/patch_envelope.proto index 624b1dc9..7aed49c9 100644 --- a/proto/info/patch_envelope.proto +++ b/proto/info/patch_envelope.proto @@ -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