Skip to content

Commit

Permalink
feat: Sync /protos with the latest RemotiveBroker release
Browse files Browse the repository at this point in the history
  • Loading branch information
remotivelabs committed Mar 12, 2024
1 parent 7ef2c23 commit 1868371
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions protos/diagnostics_api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ message PublisherConfig {
Payload payload = 2;
/** LinkTimers currently not supported **/
LinkTimers linkTimers = 3;
/**
* Used for padding outgoing requests, this is optional. Set to true to remove padding.
*/
bool noPadding = 4;
}

message SubscriberConfig {
Expand All @@ -43,6 +47,10 @@ message SubscriberConfig {
* Specify if the payload should be retured raw or decoded. Setting this to true will provide the raw repsonce without stipped headers and counters. Defaults to false.
*/
bool rawPayload = 3;
/**
* Used for padding outgoing requests, this is optional. Set to true to remove padding.
*/
bool noPadding = 4;
}

message Payload {
Expand Down

0 comments on commit 1868371

Please sign in to comment.