feat: add getChannelSet method to IMeshService

This commit is contained in:
andrekir 2023-02-20 21:48:55 -03:00
parent 967e4634a8
commit 566fdd3344
2 changed files with 10 additions and 0 deletions

View file

@ -116,6 +116,9 @@ interface IMeshService {
/// Send NodedbReset admin packet to nodeNum
void requestNodedbReset(in int idNum);
/// Returns a ChannelSet protobuf
byte []getChannelSet();
/**
Is the packet radio currently connected to the phone? Returns a ConnectionState string.
*/