Skip to content

Commit 9748fa8

Browse files
geza-pycompeter-pycom
authored andcommitted
Documentation of PR415
1 parent 9d0a997 commit 9748fa8

File tree

1 file changed

+5
-0
lines changed
  • content/firmwareapi/pycom/network

1 file changed

+5
-0
lines changed

content/firmwareapi/pycom/network/wlan.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,11 @@ Start SmartConfig operation, the smartConfig is a provisioning technique that en
341341

342342
Get the password of AP the Device is connected to.
343343

344+
### wlan.ap\_tcpip\_sta\_list()
345+
346+
This API returns with a list of the devices connected to the Pycom board when it is in AP mode.
347+
Each element of the returned list is a tuple, containing the MAC address and IP address of the device.
348+
344349
## Constants
345350

346351
* WLAN mode: `WLAN.STA`, `WLAN.AP`, `WLAN.STA_AP`

0 commit comments

Comments
 (0)