Add Heartbeat message to clientonly.proto

pull/462/head
Adam McQuilkin 2024-03-10 13:29:32 -07:00
rodzic 00332412b2
commit c854603e9b
1 zmienionych plików z 8 dodań i 0 usunięć

Wyświetl plik

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