mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add nonce to heartbeat
This commit is contained in:
parent
1ecf94da98
commit
f5f209d998
1 changed files with 6 additions and 1 deletions
|
|
@ -2251,7 +2251,12 @@ enum ExcludedModules {
|
|||
* A heartbeat message is sent to the node from the client to keep the connection alive.
|
||||
* This is currently only needed to keep serial connections alive, but can be used by any PhoneAPI.
|
||||
*/
|
||||
message Heartbeat {}
|
||||
message Heartbeat {
|
||||
/*
|
||||
* The nonce of the heartbeat message
|
||||
*/
|
||||
uint32 nonce = 1;
|
||||
}
|
||||
|
||||
/*
|
||||
* RemoteHardwarePins associated with a node
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue