mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
Create transactional edit admin messages
This commit is contained in:
parent
da9bba9c5d
commit
6758bcc005
1 changed files with 8 additions and 7 deletions
15
admin.proto
15
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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue