add confirm_set_config

This commit is contained in:
Sacha Weatherstone 2022-05-02 08:38:22 +10:00
parent 8778b41906
commit cb7bf9ac23
No known key found for this signature in database
GPG key ID: 7AB2D7E206124B31

View file

@ -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.