From 1d84aff375bafb9a886f3ce4b2690ed6e2172835 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Wed, 8 Dec 2021 18:34:08 -0800 Subject: [PATCH] Add heartbeat.Secondary to SF protobuf --- storeforward.proto | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/storeforward.proto b/storeforward.proto index a80c06c..a1426a4 100644 --- a/storeforward.proto +++ b/storeforward.proto @@ -156,7 +156,12 @@ message StoreAndForward { /* * Number of that will be sent to the client */ - uint32 heartbeatPeriod = 1; + uint32 Period = 1; + + /* + * If set, this is not the primary Store & Forward router on the mesh + */ + uint32 Secondary = 1; }