From 8e5b1daca4a7ce2af82d029243b158d8d7f765ff Mon Sep 17 00:00:00 2001 From: Aldino Kemal Date: Sat, 13 Jul 2024 22:39:27 +0700 Subject: [PATCH] chore: add next feature --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index c8442a0..19d6a03 100644 --- a/readme.md +++ b/readme.md @@ -101,6 +101,7 @@ You can fork or edit this source code ! | Feature | Menu | Method | URL | |---------|------------------------------|--------|-------------------------------| | ✅ | Login | GET | /app/login | +| ❌ | Login With Pair Code | GET | /app/login-with-code | | ✅ | Logout | GET | /app/logout | | ✅ | Reconnect | GET | /app/reconnect | | ✅ | Devices | GET | /app/devices |