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 83cf369 commit ac91df5Copy full SHA for ac91df5
1 file changed
netjsonconfig/backends/airos/converters.py
@@ -637,6 +637,7 @@ def to_intermediate(self):
637
'signal_led4': 15,
638
'signal_led_status': 'enabled',
639
'ssid': w['wireless']['ssid'],
640
+ 'ap': w['wireless']['bssid'],
641
'status': status(w),
642
'wds': {'status': 'enabled'},
643
})
0 commit comments