diff --git a/meshtastic/clientonly.proto b/meshtastic/clientonly.proto index b1a27b1..1d58b11 100644 --- a/meshtastic/clientonly.proto +++ b/meshtastic/clientonly.proto @@ -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 { + +}