Skip to content

Commit

Permalink
Doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
fmunozmiranda committed Aug 5, 2024
1 parent 004b248 commit 2908b4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/devices_appliance_radio_settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ resource "meraki_devices_appliance_radio_settings" "example" {
five_ghz_settings = {
channel = 149
channel_width = 20
channel_width = "20"
target_power = 15
}
rf_profile_id = "1234"
Expand Down Expand Up @@ -55,7 +55,7 @@ output "meraki_devices_appliance_radio_settings_example" {
Optional:

- `channel` (Number) Manual channel for 5 GHz
- `channel_width` (Number) Manual channel width for 5 GHz
- `channel_width` (String) Manual channel width for 5 GHz
- `target_power` (Number) Manual target power for 5 GHz


Expand Down

0 comments on commit 2908b4e

Please sign in to comment.