Create transactional edit admin messages

pull/241/head
Ben Meadors 2022-11-20 15:48:40 -06:00
rodzic da9bba9c5d
commit 6758bcc005
1 zmienionych plików z 8 dodań i 7 usunięć

Wyświetl plik

@ -200,16 +200,17 @@ message AdminMessage {
* Set the Canned Message Module messages text. * Set the Canned Message Module messages text.
*/ */
string set_canned_message_module_messages = 36; 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; bool commit_edit_settings = 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;
/* /*
* Setting channels/radio config remotely carries the risk that you might send an invalid config and the radio never talks to your mesh again. * Setting channels/radio config remotely carries the risk that you might send an invalid config and the radio never talks to your mesh again.