From 67b38bc6e616635472537871d0aa10f0446eb403 Mon Sep 17 00:00:00 2001 From: mgross Date: Sat, 18 Mar 2023 17:09:17 +0100 Subject: [PATCH] Update User_Manual.md Wrong REST path mentioned. Controls must be sent to /api/ctrl endpoint to work. --- User_Manual.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/User_Manual.md b/User_Manual.md index 5ff1339a..57704ce3 100644 --- a/User_Manual.md +++ b/User_Manual.md @@ -189,7 +189,7 @@ inverter/ctrl/limit_nonpersistent_absolute/0 600 ### Generic Information -The rest API works with *JSON* POST requests. All the following instructions must be sent to the `/api` endpoint of the AhoyDTU. +The rest API works with *JSON* POST requests. All the following instructions must be sent to the `/api/ctrl` endpoint of the AhoyDTU. 👆 `` is the number of the specific inverter in the setup page.