doc: Add Adapter.SupportedModes property

This commit is contained in:
Denis Kenzior 2018-08-07 17:07:49 -05:00
parent 1d52f1a233
commit 5011637df2
1 changed files with 13 additions and 0 deletions

View File

@ -21,3 +21,16 @@ Properties boolean Powered [readwrite]
string Vendor [readonly, optional]
Contains the vendor name of the adapter, if available.
array{string} SupportedModes [readonly]
Contains the supported modes for this adapter's
devices. The modes can be one of the following
values:
'ad-hoc'
'station'
'ap'
These modes can be used to set a particular
device's Mode property. See Device.Mode documentation
for additional details.