Some API's added

API's added:
- Network (get and add).
- Login (token)
- General System (only get info)
- Wifi (set, scan, get)
This commit is contained in:
Alano Terblanche
2019-01-01 00:58:54 +02:00
parent 5b31de25c4
commit 8b100dc4cd
5 changed files with 256 additions and 0 deletions

5
test.py Normal file
View File

@@ -0,0 +1,5 @@
from Camera import Camera
c = Camera("192.168.1.100", "admin", "jUa2kUzi")
c.get_wifi()
c.scan_wifi()