mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
add set_config
This commit is contained in:
parent
0c4fb70876
commit
8778b41906
1 changed files with 7 additions and 2 deletions
|
|
@ -160,15 +160,20 @@ message AdminMessage {
|
|||
User get_owner_response = 9;
|
||||
|
||||
/*
|
||||
* Send the current RadioConfig in the response to this message.
|
||||
* Ask for the following config data to be sent
|
||||
*/
|
||||
ConfigType get_config_request = 10;
|
||||
|
||||
/*
|
||||
* Send the current RadioConfig in the response to this message.
|
||||
* Send the current Config in the response to this message.
|
||||
*/
|
||||
Config get_config_response = 11;
|
||||
|
||||
/*
|
||||
* Set the current Config
|
||||
*/
|
||||
Config set_config = 12;
|
||||
|
||||
/*
|
||||
* 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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue