Add nonce to heartbeat

pull/751/head
Ben Meadors 2025-08-09 08:10:23 -05:00
rodzic 1ecf94da98
commit f5f209d998
1 zmienionych plików z 6 dodań i 1 usunięć

Wyświetl plik

@ -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