From a113a04c1a69e2e5a726be4dbf58e40bca4b6891 Mon Sep 17 00:00:00 2001 From: davidchatting-bot Date: Wed, 5 Aug 2026 16:37:23 +0000 Subject: [PATCH 1/2] Revert to thumbnail-link video embed - GitHub strips +[![Demo video](https://img.youtube.com/vi/mcnmPNE4ELA/0.jpg)](https://youtu.be/mcnmPNE4ELA) ## Installation From 84f982d4f2c18146b173e215ee2088755fc4311f Mon Sep 17 00:00:00 2001 From: davidchatting-bot Date: Wed, 5 Aug 2026 16:40:11 +0000 Subject: [PATCH 2/2] Remove redundant endpoint summary table, keep per-endpoint subsections Co-Authored-By: Claude Sonnet 5 --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index e1a415e..c0fb69f 100644 --- a/README.md +++ b/README.md @@ -157,14 +157,6 @@ Shows the library's webserver running alongside a second, independent [WebSocket ## Endpoints The following endpoints are built-in: -| Method | Path | Description | -| --- | --- | --- | -| GET | `/yoyo/credentials` | Saved network credentials as JSON, with passwords starred out | -| POST | `/yoyo/credentials` | Accepts `{"ssid": ..., "password": ...}`, saves it and attempts to connect | -| GET | `/yoyo/networks` | Currently visible WiFi networks (SSID, BSSID, RSSI) from the last scan | -| GET | `/yoyo/clients` | IP/MAC of clients currently connected to this device's AP (peer server mode) | -| GET | `/yoyo/peers` | The other Yo-Yo devices sharing this peer network (IP/MAC), flagging which is this device and which is the peer network's gateway | - ### GET /yoyo/credentials Returns every saved network as a JSON array. `password` is starred out to the same length as the real password rather than omitted, so the field is always present; `lastnetwork` is only present (and `true`) on the network most recently connected to: ```json