add my broadcasts

This commit is contained in:
geeksville 2020-01-22 22:16:30 -08:00
parent 3551eedb8a
commit 397bb855d9
3 changed files with 41 additions and 10 deletions

View file

@ -17,7 +17,7 @@ interface IMeshService {
/**
Get the IDs of everyone on the mesh. You should also subscribe for NODE_CHANGE broadcasts.
*/
void getOnline(out String[] ids);
String[] getOnline();
/**
Is the packet radio currently connected to the phone?