new: encountered units

This commit is contained in:
Simone Margaritelli
2019-11-12 23:56:59 +01:00
parent c47b8f2d11
commit a5f9b9b2ee
4 changed files with 71 additions and 1 deletions

View File

@ -45,6 +45,10 @@ def get_advertisement_data():
return call("/mesh/data")
def memory():
return call("/mesh/memory")
def peers():
return call("/mesh/peers")