realm: station_map() now returns EID

This commit is contained in:
Jed Reynolds
2020-12-03 23:08:33 -08:00
parent dbbe8729ab
commit ec8b568c96

View File

@@ -370,7 +370,7 @@ class Realm(LFCliBase):
# Returns map of all stations with port+type == WIFI-STATION
def station_map(self):
response = super().json_get("/port/list?fields=_links,alias,device,port+type")
response = super().json_get("/port/list?fields=port,_links,alias,device,port+type")
if (response is None) or ("interfaces" not in response):
pprint(response)
print("station_list: incomplete response, halting")