diff --git a/admin.proto b/admin.proto index 1c8dac6..14620d1 100644 --- a/admin.proto +++ b/admin.proto @@ -200,16 +200,17 @@ message AdminMessage { * Set the Canned Message Module messages text. */ string set_canned_message_module_messages = 36; + + /* + * Begins an edit transaction for config, module config, owner, and channel settings changes + * This will delay the standard *implicit* save to the file system and subsequent reboot behavior until committed (commit_edit_settings) + */ + bool begin_edit_settings = 65; /* - * 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 + * Commits an open transaction for any edits made to config, module config, owner, and channel settings */ - bool confirm_set_config = 64; - - /* - * 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_module_config = 65; + bool commit_edit_settings = 64; /* * Setting channels/radio config remotely carries the risk that you might send an invalid config and the radio never talks to your mesh again.