„README.md“ ändern

This commit is contained in:
Manuel Kamper 2023-01-07 14:49:00 +00:00
parent 970299ece3
commit ffb1772a99
1 changed files with 3 additions and 2 deletions

View File

@ -88,7 +88,8 @@ ringfrontdoor - Sends "ring front doorbell" message to TCS:Bus
## FHEM API
Not implemented yet. Until I implement it, you can use HTTPMOD to control the TCS2FHEM device from FHEM, using the above API commands. See this following basic example:
´´´
```
define TCS2FHEM HTTPMOD 0
setuuid TCS2FHEM 63b875f4-f33f-1b7d-61d3-9101ee190fa5bae1
attr TCS2FHEM icon Todoist
@ -103,7 +104,7 @@ attr TCS2FHEM set03Name togglePartyMode
attr TCS2FHEM set03NoArg 1
attr TCS2FHEM set03URL http://servername/api_key/togglepartymode
attr TCS2FHEM webCmd triggerDoor:triggerLight:togglePartyMode
´´´
```
## Legal remarks
I am not affiliated to TCSAG and/or any of their brands and/or trademarks, nor do I have any business information on the proprietary TCS:Bus. I just reverse engineered it, to include my intercom system into my home automation and shared my research here. All Rights to the possible Trademark TCS:Bus and all things connected, remain untouched by this open source project.