Devices Bluetooth Settings
Location in Dashboard: Not configurable in dashboard, API call only:
{{baseUrl}}/networks/:networkId/wireless/bluetooth/settings
Diagram
Classes
devices (meraki.domains.organizations.networks)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
wireless_bluetooth_settings | Class | [wireless_bluetooth_settings] | No |
wireless_bluetooth_settings (meraki.domains.organizations.networks.devices)
Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
uuid | String | Regex: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{3,4}-[0-9a-fA-F]{12}$ | No | |
major | Integer | min: 0 , max: 31 | No | |
minor | Integer | min: 0 , max: 125 | No |
Config Sample
meraki:
domains:
- name: EMEA
administrator:
name: Foo Bar
organizations:
- name: Dev
networks:
- name: Dev-main-cx-provider
product_types:
- appliance
- camera
- switch
- wireless
devices:
- name: AP 01
wireless_bluetooth_settings:
uuid: "00000000-0000-0000-0000-000000000000"
major: 13
minor: 125