Skip to content

Commit

Permalink
ZInfoDevice : add a filed to report remote access status
Browse files Browse the repository at this point in the history
Signed-off-by: Shahriyar Jalayeri <shahriyar@zededa.com>
  • Loading branch information
shjala authored and eriknordmark committed Oct 11, 2023
1 parent 07e6652 commit bbc20fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions proto/info/info.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bbc20fd

Please sign in to comment.