pull/146/head
Sacha Weatherstone 2022-05-02 08:29:10 +10:00
rodzic 0c4fb70876
commit 8778b41906
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7AB2D7E206124B31
1 zmienionych plików z 7 dodań i 2 usunięć

Wyświetl plik

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