doc: document Name property on AP interface

This commit is contained in:
James Prestwood 2021-02-01 15:52:15 -08:00 committed by Denis Kenzior
parent 996700e207
commit d51529bef5
1 changed files with 5 additions and 0 deletions

View File

@ -40,3 +40,8 @@ Methods void Start(string ssid, string psk)
Properties boolean Started [readonly]
Reflects whether an access point has been started.
string Name [readonly, optional]
The SSID being broadcast for a started AP (omitted if
AP has not been started)