From f0593824323aff4704b6894fceea429aae98927e Mon Sep 17 00:00:00 2001 From: Jordon Brooks <16258926+Jordonbc@users.noreply.github.com> Date: Mon, 26 Jun 2023 20:42:14 +0100 Subject: [PATCH] Updated Endpoints (markdown) --- Endpoints.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Endpoints.md b/Endpoints.md index 85e194c..164aac7 100644 --- a/Endpoints.md +++ b/Endpoints.md @@ -90,8 +90,7 @@ Returns a JSON object containing information about the battery status. - **Sample Response:** ```json { - "has_battery":```markdown - false, + "has_battery": false, "battery_percent": 0, "charging_status": "UNKNOWN" }