Ausgabe der neuen DB Einträge

This commit is contained in:
hubobel 2019-11-25 20:28:26 +01:00
parent bdee140a94
commit 77499edebf
5 changed files with 40 additions and 44 deletions

5
Unifi.py Normal file
View file

@ -0,0 +1,5 @@
from unifi.controller import Controller
c = Controller('10.0.1.59', 'hubobel', 'polier2003','8443', 'v3')
for ap in c.get_aps():
print (ap.get('name'), ap['mac'])