From e94b675b98084b1694ebe8ac3ae646a596c7e2b8 Mon Sep 17 00:00:00 2001 From: Manuel Kamper Date: Fri, 9 Jun 2023 20:51:21 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9EREADME.md=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2efc7df..8624028 100644 --- a/README.md +++ b/README.md @@ -86,6 +86,7 @@ partymodeoff - Sets Party-Mode disabled partymodestate - Returns the state of the Party-Mode ping - Check if the API is up and running stats - Returns some stats of the device +logs - See logs of the device (you can add a number like .../stats/12 to see the latest 12 log lines) reboot - Reboots the device ringdoor - Sends "ring doorbell" message to TCS:Bus ringfrontdoor - Sends "ring front doorbell" message to TCS:Bus @@ -105,7 +106,7 @@ attr WEBapi csrfToken none attr WEBapi allowfrom your-TCS2FHEM-static-IP|127.0.0.1 ``` -### Exampe of a HTTPMOD device in FHEM to control TCS2FHEM +### Example of a HTTPMOD device in FHEM to control TCS2FHEM This device is used to trigger actions from FHEM via the TCS2FHEM API. In this Example you can trigger the dooropener, the light and the builtin partymode of the TCS2FHEM device.