kopia lustrzana https://github.com/meshtastic/protobufs
Merge pull request #564 from meshtastic/blankconfig
Adds a blank config for fetching a remote admin session keypull/565/head
commit
56a4355070
|
@ -71,6 +71,11 @@ message AdminMessage {
|
|||
* TODO: REPLACE
|
||||
*/
|
||||
SECURITY_CONFIG = 7;
|
||||
|
||||
/*
|
||||
*
|
||||
*/
|
||||
SESSIONKEY_CONFIG = 8;
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
@ -1069,6 +1069,11 @@ message Config {
|
|||
bool admin_channel_enabled = 8;
|
||||
}
|
||||
|
||||
/*
|
||||
* Blank config request, strictly for getting the session key
|
||||
*/
|
||||
message SessionkeyConfig {}
|
||||
|
||||
/*
|
||||
* Payload Variant
|
||||
*/
|
||||
|
@ -1081,5 +1086,6 @@ message Config {
|
|||
LoRaConfig lora = 6;
|
||||
BluetoothConfig bluetooth = 7;
|
||||
SecurityConfig security = 8;
|
||||
SessionkeyConfig sessionkey = 9;
|
||||
}
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue