mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
feat: Add ability to request telemetry from a remote node (#4059)
This commit is contained in:
parent
79fe6416b3
commit
b996415ca9
16 changed files with 991 additions and 360 deletions
|
|
@ -179,4 +179,7 @@ interface IMeshService {
|
|||
|
||||
/// Request device connection status from the radio
|
||||
void getDeviceConnectionStatus(in int requestId, in int destNum);
|
||||
}
|
||||
|
||||
/// Send request for telemetry to nodeNum
|
||||
void requestTelemetry(in int requestId, in int destNum, in int type);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue