„README.md“ ändern

This commit is contained in:
Manuel Kamper 2023-06-09 20:51:21 +00:00
parent 4a826aff80
commit e94b675b98
1 changed files with 2 additions and 1 deletions

View File

@ -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.