Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0d99d4a776 | ||
|
|
89ce2fd8dd | ||
|
|
c77913fded | ||
|
|
329ad595c9 | ||
|
|
badb615627 |
@@ -6,8 +6,10 @@ The package can be installed manually or using composer/[packagist](https://pack
|
||||
|
||||
## Requirements
|
||||
|
||||
- a web server with PHP and cURL modules installed (tested on Apache 2.4 with PHP Version 5.6.1 and cURL 7.42.1 and with PHP 7.2.24 and cURL 7.58.0)
|
||||
- network connectivity between this web server and the server and port (normally TCP port 8443) where the UniFi Controller is running
|
||||
- a server with PHP and cURL modules installed (tested on Apache 2.4 with PHP Version 5.6.1 and cURL 7.42.1 and with PHP 7.2.24 and cURL 7.58.0)
|
||||
- network connectivity between this server and the host and port (normally TCP port 8443) where the UniFi Controller is running
|
||||
- you must use **local accounts**, not UniFi Cloud accounts, to access the UniFi Controller API through this class
|
||||
|
||||
|
||||
## UbiOS Support
|
||||
|
||||
@@ -151,6 +153,7 @@ The class currently supports the following functions/methods to GET/POST/PUT/DEL
|
||||
- list_events()
|
||||
- list_extension()
|
||||
- list_firewallgroups()
|
||||
- list_firmware()
|
||||
- list_guests()
|
||||
- list_health()
|
||||
- list_hotspotop()
|
||||
@@ -162,6 +165,7 @@ The class currently supports the following functions/methods to GET/POST/PUT/DEL
|
||||
- list_radius_accounts() (supported on controller version 5.5.19 and higher)
|
||||
- list_radius_profiles()
|
||||
- list_rogueaps()
|
||||
- list_routing()
|
||||
- list_self()
|
||||
- list_settings()
|
||||
- list_sites()
|
||||
@@ -263,6 +267,7 @@ Other functions, getters/setters:
|
||||
- get_connection_timeout()
|
||||
- set_is_unifi_os()
|
||||
- get_is_unifi_os()
|
||||
- get_class_version()
|
||||
|
||||
|
||||
## Need help or have suggestions?
|
||||
|
||||
1546
src/Client.php
1546
src/Client.php
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user