Skip to content

Commit

Permalink
Add OptionalCapabilities to ZInfoDevice
Browse files Browse the repository at this point in the history
Signed-off-by: Pramodh Pallapothu <pramodh@zededa.com>
  • Loading branch information
Pramodh Pallapothu committed Nov 28, 2023
1 parent 7ce61a7 commit c0ead8c
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 {

// Reports the remote access status
bool remote_access_disabled = 52;

// OptionalCapabilities of the device
OptionalCapabilities optional_capabilities = 53;
}

// OptionalCapabilities indicates any additional capabilities device wants
Expand Down

0 comments on commit c0ead8c

Please sign in to comment.