mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Add Heartbeat message to clientonly.proto
This commit is contained in:
parent
00332412b2
commit
c854603e9b
1 changed files with 8 additions and 0 deletions
|
|
@ -40,3 +40,11 @@ message DeviceProfile {
|
|||
*/
|
||||
optional LocalModuleConfig module_config = 5;
|
||||
}
|
||||
|
||||
/*
|
||||
* A heartbeat message is sent by a node to indicate that it is still alive.
|
||||
* This is currently only needed to keep serial connections alive.
|
||||
*/
|
||||
message Heartbeat {
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue