We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b41388 commit 478ef16Copy full SHA for 478ef16
netjsonconfig/backends/openwrt/schema.py
@@ -80,7 +80,22 @@
80
}
81
82
83
- }
+ },
84
+ "wmm_wireless_property": {
85
+ "type": "object",
86
+ "properties": {
87
+ "wmm": {
88
+ "type": "boolean",
89
+ "title": "WMM (802.11e)",
90
+ "default": True,
91
+ "format": "checkbox",
92
+ "propertyOrder": 8,
93
+ }
94
95
96
+ "ap_wireless_settings": {
97
+ "allOf": [{"$ref": "#/definitions/wmm_wireless_property"}]
98
99
},
100
"properties": {
101
"general": {
0 commit comments