From bbc20fd64ff45482cfe40320fcd2c1f91730d9ea Mon Sep 17 00:00:00 2001 From: Shahriyar Jalayeri Date: Wed, 11 Oct 2023 13:35:01 +0000 Subject: [PATCH] ZInfoDevice : add a filed to report remote access status Signed-off-by: Shahriyar Jalayeri --- proto/info/info.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/proto/info/info.proto b/proto/info/info.proto index 62f4ffe1..20e8b66a 100644 --- a/proto/info/info.proto +++ b/proto/info/info.proto @@ -633,6 +633,9 @@ message ZInfoDevice { // Capability indicating which new EdgeDevConfig fields which are supported APICapability api_capability = 51; + + // Reports the remote access status + bool remote_access_disabled = 52; } // Capabilities indicates features in the EdgeDevConfig where there is