feat: Add ability to request telemetry from a remote node (#4059)

This commit is contained in:
James Rich 2025-12-24 14:11:29 -06:00 committed by GitHub
parent 79fe6416b3
commit b996415ca9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 991 additions and 360 deletions

View file

@ -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);
}