Add Heartbeat message to clientonly.proto

This commit is contained in:
Adam McQuilkin 2024-03-10 13:29:32 -07:00
parent 00332412b2
commit c854603e9b

View file

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