From 5011637df2d08f4a7984bdf7d26188272df32762 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 7 Aug 2018 17:07:49 -0500 Subject: [PATCH] doc: Add Adapter.SupportedModes property --- doc/adapter-api.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/adapter-api.txt b/doc/adapter-api.txt index e32f43f9..fcdadadf 100644 --- a/doc/adapter-api.txt +++ b/doc/adapter-api.txt @@ -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.