mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Update to protobufs for S&F
This commit is contained in:
parent
b82ebc0e79
commit
9d325fd103
2 changed files with 21 additions and 2 deletions
|
|
@ -493,7 +493,10 @@ message RadioConfig {
|
|||
*FIXME - Move this out of UserPreferences and into a section for plugin configuration. (was 136)
|
||||
*/
|
||||
bool store_forward_plugin_enabled = 148;
|
||||
bool store_forward_plugin_heartbeat = 149;
|
||||
uint32 store_forward_plugin_records = 137;
|
||||
uint32 store_forward_plugin_history_return_max = 138;
|
||||
uint32 store_forward_plugin_history_return_window = 139;
|
||||
reserved 136;
|
||||
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -12,8 +12,8 @@ option go_package = "github.com/meshtastic/gomeshproto";
|
|||
message StoreAndForwardMessage {
|
||||
|
||||
/*
|
||||
* 1 - 100 = From router
|
||||
* 101-200 = From client
|
||||
* 1 - 99 = From Router
|
||||
* 101 - 199 = From Client
|
||||
*/
|
||||
enum RequestResponse {
|
||||
/*
|
||||
|
|
@ -100,6 +100,22 @@ message StoreAndForwardMessage {
|
|||
*/
|
||||
uint32 RequestsHistory = 6;
|
||||
|
||||
/*
|
||||
* Is the heartbeat enabled on the server?
|
||||
*/
|
||||
bool Heartbeat = 7;
|
||||
|
||||
/*
|
||||
* Is the heartbeat enabled on the server?
|
||||
*/
|
||||
uint32 ReturnMax = 8;
|
||||
|
||||
/*
|
||||
* Is the heartbeat enabled on the server?
|
||||
*/
|
||||
uint32 ReturnWindow = 9;
|
||||
|
||||
|
||||
}
|
||||
|
||||
message History {
|
||||
Loading…
Add table
Add a link
Reference in a new issue