This app makes it easier to work with AirOS devices. So far, only monitoring is implemented. Signed-off-by: Nick Hainke <vincent@systemli.org>
9 lines
256 B
Text
9 lines
256 B
Text
config device 'sample_ap' # make sure to not use dashes in name
|
|
option target '192.168.1.20'
|
|
option username 'ubnt'
|
|
option password 'ubnt'
|
|
|
|
#config device 'sample_ap1'
|
|
# option target '10.31.81.21'
|
|
# option username 'ubnt'
|
|
# option password '...'
|