Ausgabe der neuen DB Einträge
This commit is contained in:
parent
bdee140a94
commit
77499edebf
5 changed files with 40 additions and 44 deletions
5
Unifi.py
Normal file
5
Unifi.py
Normal 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'])
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue