From ca0dc80ae7f6a8ea39c6d2c3457887223e94d383 Mon Sep 17 00:00:00 2001 From: Sacha Weatherstone Date: Mon, 8 Aug 2022 09:34:17 +1000 Subject: [PATCH] add get_all_channel_request --- admin.proto | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/admin.proto b/admin.proto index bc3c0df..4493f53 100644 --- a/admin.proto +++ b/admin.proto @@ -175,6 +175,11 @@ message AdminMessage { */ bool confirm_set_module_config = 17; + /* + * Send all channels in the response to this message + */ + bool get_all_channel_request = 18; + /* * Setting channels/radio config remotely carries the risk that you might send an invalid config and the radio never talks to your mesh again. * Therefore if setting either of these properties remotely, you must send a confirm_xxx message within 10 minutes.