mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
move admin messages to nodes tab
This commit is contained in:
parent
a60013e2dd
commit
b401c8bac3
9 changed files with 189 additions and 116 deletions
|
|
@ -88,13 +88,16 @@ interface IMeshService {
|
|||
void setChannels(in byte []payload);
|
||||
|
||||
/// Send Shutdown admin packet to nodeNum
|
||||
void requestShutdown(in String nodeId);
|
||||
void requestShutdown(in int idNum);
|
||||
|
||||
/// Send Reboot admin packet to nodeNum
|
||||
void requestReboot(in String nodeId);
|
||||
void requestReboot(in int idNum);
|
||||
|
||||
/// Send FactoryReset admin packet to nodeNum
|
||||
void requestFactoryReset(in String nodeId);
|
||||
void requestFactoryReset(in int idNum);
|
||||
|
||||
/// Send NodedbReset admin packet to nodeNum
|
||||
void requestNodedbReset(in int idNum);
|
||||
|
||||
/**
|
||||
Is the packet radio currently connected to the phone? Returns a ConnectionState string.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue