From e0381d37e2592cb7e8a81a10ca99bb5d12bd19d4 Mon Sep 17 00:00:00 2001 From: Jonas Pedersen Date: Sun, 8 Sep 2024 17:54:52 +0200 Subject: [PATCH] Fix identition in API docs. --- docs/psacc_api.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/psacc_api.md b/docs/psacc_api.md index 8400c188..eab54906 100644 --- a/docs/psacc_api.md +++ b/docs/psacc_api.md @@ -41,25 +41,25 @@ 11. Flash the lights (Duration is always roughly 10 seconds, regardless of set duration) - http://localhost:5000/lights/YOURVIN/duration + http://localhost:5000/lights/YOURVIN/duration 12. Lock (1)/Unlock (0) the doors - http://localhost:5000/lock_door/YOURVIN/1 or 0 + http://localhost:5000/lock_door/YOURVIN/1 or 0 13. Get config - http://localhost:5000/settings + http://localhost:5000/settings 14. Change config parameter in config.ini (you need to restart the app after) - http://localhost:5000/settings/electricity_config?night_price=0.2 + http://localhost:5000/settings/electricity_config?night_price=0.2 - http://localhost:5000/settings/general?currency=%C2%A3 + http://localhost:5000/settings/general?currency=%C2%A3 15. Get battery SOH - http://localhost:5000/battery/soh/YOURVIN + http://localhost:5000/battery/soh/YOURVIN 16. Get the vehicle charging sessions