mirror of
https://github.com/Art-of-WiFi/UniFi-API-client.git
synced 2024-11-21 17:49:59 +01:00
updated documentation
This commit is contained in:
parent
464123a03f
commit
c5a743ed16
@ -2563,14 +2563,15 @@ class Client
|
||||
* @param string $security optional, security type (open, wep, wpapsk, wpaeap)
|
||||
* @param string $wpa_mode optional, wpa mode (wpa, wpa2, ..)
|
||||
* @param string $wpa_enc optional, encryption (auto, ccmp)
|
||||
* @param boolean $vlan_enabled optional, enable/disable VLAN for this wlan (is ignored as of 1.1.73)
|
||||
* @param string $vlan_id optional, "_id" value of the VLAN to assign to this WLAN, can be found using
|
||||
* list_networkconf()
|
||||
* @param boolean $vlan_enabled optional, enable/disable VLAN for this wlan, only for for UniFi controller
|
||||
* version 5
|
||||
* @param string $networkconf_id optional, "_id" value of the VLAN to assign to this WLAN, can be found using
|
||||
* list_networkconf(), only for for UniFi controller version 6
|
||||
* @param boolean $uapsd_enabled optional, enable/disable Unscheduled Automatic Power Save Delivery
|
||||
* @param boolean $schedule_enabled optional, enable/disable wlan schedule
|
||||
* @param array $schedule optional, schedule rules
|
||||
* @param array $ap_group_ids optional, array of ap group ids, required for UniFi controller versions 6.0.X
|
||||
* and higher
|
||||
* @param array $ap_group_ids optional, array of ap group ids, required for UniFi controller version 6
|
||||
* @param int $vlan optional, vlan id, only used for for UniFi controller version 5
|
||||
* @return bool true on success
|
||||
*/
|
||||
public function create_wlan(
|
||||
|
Loading…
Reference in New Issue
Block a user