From 9c80c1e771279d3015bafb40cf002e9bea16a460 Mon Sep 17 00:00:00 2001 From: Patrick Balsiger Date: Tue, 13 May 2025 14:07:16 +0200 Subject: [PATCH] docs: update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f28c9c..f299b2c 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,8 @@ All endpoints except `/health` require authentication via an API token passed in | Method | Path | Description | |---------|-------------------------------------|-----------------------------------------| | GET | `/health` | Health check endpoint | -| POST | `/network/ap` | Create and activate a WiFi access point | +| POST | `/network/ap` | Create a WiFi access point | +| POST | `/network/sta` | Connect to a WiFi access point | | PUT | `/network/interface/{interface}` | Activate a connection | | DELETE | `/network/interface/{interface}` | Deactivate a connection | | DELETE | `/network/connection/{uuid}` | Remove a connection |