Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hkiam authored Feb 14, 2021
1 parent c07519b commit 1ed676c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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 |
Expand All @@ -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/>
Expand Down

0 comments on commit 1ed676c

Please sign in to comment.