diff --git a/admin.proto b/admin.proto index 610107e..0260b5c 100644 --- a/admin.proto +++ b/admin.proto @@ -174,6 +174,11 @@ message AdminMessage { */ Config set_config = 12; + /* + * Sent immediatly after a config change has been sent to ensure comms, if this is not recieved, the config will be reverted after 10 mins + */ + bool confirm_set_config = 13; + /* * 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.