Update README.md

This commit is contained in:
hkiam 2021-02-14 15:39:03 +01:00 committed by GitHub
parent c07519b38a
commit 1ed676c310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -5,6 +5,7 @@ emuliert ein Hörmann HAP 1 HCP auf dem ESP8622.<br/>
- Aulösen der Aktionen (Licht an/aus, Tor öffen, schließen, stoppen sowie Lüftungsstellung
- WebInterface
- WebService
- Schalten eines Relay mit der Beleuchtung
**WebInterface:**<br/>
<kbd>
@ -14,8 +15,8 @@ emuliert ein Hörmann HAP 1 HCP auf dem ESP8622.<br/>
**WebService:**<br/>
<kbd>
Aktion ausführen
http://<deviceip>/command?action=<command>
Aktion ausführen<br/>
http://deviceip//command?action=id
| Action | Beschreibung |
| --- | --- |
| 0 | schließe Tor |
@ -26,8 +27,8 @@ http://<deviceip>/command?action=<command>
| 5 | Lampe an/an |
<br/>
Status abfragen
http://<deviceip>/status
Status abfragen<br/>
http://deviceip/status
</kbd>
<br/>