Add uapsd field to unifi_wlan

This commit is contained in:
Kurt McAlpine
2021-07-20 14:54:16 +12:00
committed by Paul Tyng
parent ef03fd62be
commit 49efd78a4c
3 changed files with 64 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ resource "unifi_wlan" "wifi" {
- **radius_profile_id** (String) ID of the RADIUS profile to use when security `wpaeap`. You can query this via the `unifi_radius_profile` data source.
- **schedule** (Block List) Start and stop schedules for the WLAN (see [below for nested schema](#nestedblock--schedule))
- **site** (String) The name of the site to associate the wlan with.
- **uapsd** (Boolean) Enable Unscheduled Automatic Power Save Delivery Defaults to `false`.
- **vlan_id** (Number, Deprecated) VLAN ID for the network. Set network_id instead of vlan_id for controller version >= 6.
- **wlan_band** (String) Radio band your WiFi network will use.
- **wlan_group_id** (String, Deprecated) ID of the WLAN group to use for this network. Set ap_group_ids instead of wlan_group_id for controller version >= 6.