From 15ee0c80d9317b69ab51ac27565b29cc6b20dcef Mon Sep 17 00:00:00 2001 From: maks_gein Date: Mon, 17 Feb 2025 19:57:58 +0300 Subject: [PATCH] edit markdown --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 5bc50e3..eae626c 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -#The code for the panel is P10 + ESP32 +# The code for the panel is P10 + ESP32 ********* -*List of features - +Edit text in real time via HomeAssistiant - +Split sentences into lines(features) - +Enable/disable text scrolling (features) - +Add a drawing as a binary image (features) - +State of panel - +Remote panel on/off -#Docs for API -*Endpoints - +10.131.170.4 - the local static IP - +/api/text - endpoint for editing text (POST) - +/api/led - endpint for on/off panel (POST) - +/api/led - endpoint for check on/off panel (GET), return "{"led":"true"}" if panel ON and "{"led":"false"}" if panel OFF +* List of features + + Edit text in real time via HomeAssistiant + + Split sentences into lines(features) + + Enable/disable text scrolling (features) + + Add a drawing as a binary image (features) + + State of panel + + Remote panel on/off +# Docs for API +* Endpoints + + 10.131.170.4 - the local static IP + + /api/text - endpoint for editing text (POST) + + /api/led - endpint for on/off panel (POST) + + /api/led - endpoint for check on/off panel (GET), return "{"led":"true"}" if panel ON and "{"led":"false"}" if panel OFF