mirror of
https://github.com/meshtastic/protobufs.git
synced 2026-04-20 22:13:55 +00:00
add get_radio/get_channel messages
This commit is contained in:
parent
b53818d67b
commit
3d5fe922a6
1 changed files with 10 additions and 0 deletions
10
mesh.proto
10
mesh.proto
|
|
@ -1363,5 +1363,15 @@ message AdminMessage {
|
|||
* Set channels (using the new API). A special channel is the "primary channel". The other records are secondary channels.
|
||||
* Note: only one channel can be marked as primary. If the client sets a particular channel to be primary, the previous channel will be set to SECONDARY automatically */
|
||||
Channel set_channel = 3;
|
||||
|
||||
/*
|
||||
* Send the current RadioConfig in the response for this message
|
||||
*/
|
||||
bool get_radio = 4;
|
||||
|
||||
/*
|
||||
* Send the specified channel in the response for this message
|
||||
*/
|
||||
uint32 get_channel = 5;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue