From d51529bef5b03221757d4ef5179ae5f68701dbbf Mon Sep 17 00:00:00 2001 From: James Prestwood Date: Mon, 1 Feb 2021 15:52:15 -0800 Subject: [PATCH] doc: document Name property on AP interface --- doc/access-point-api.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/access-point-api.txt b/doc/access-point-api.txt index 9682b3c7..68ba23c5 100644 --- a/doc/access-point-api.txt +++ b/doc/access-point-api.txt @@ -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)