From 9750628b431246ce48b7eb0e57746f6848a999e1 Mon Sep 17 00:00:00 2001 From: Ben Meadors Date: Thu, 2 Feb 2023 12:12:16 -0600 Subject: [PATCH] Admin message side --- meshtastic/admin.proto | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/meshtastic/admin.proto b/meshtastic/admin.proto index 02541e2..16ae1d0 100644 --- a/meshtastic/admin.proto +++ b/meshtastic/admin.proto @@ -14,6 +14,7 @@ import "meshtastic/config.proto"; import "meshtastic/device_metadata.proto"; import "meshtastic/mesh.proto"; import "meshtastic/module_config.proto"; +import "meshtastic/connection_status.proto"; /* * This message is handled by the Admin module and is responsible for all settings/channel read/write operations. @@ -190,6 +191,16 @@ message AdminMessage { */ string get_ringtone_response = 15; + /* + * Request the node to send it's connection status + */ + bool get_device_connection_status_request = 16; + + /* + * Device connection status response + */ + DeviceConnectionStatus get_device_connection_status_response = 17; + /* * Set the owner for this node */