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 41d6998 commit 1b06e3c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ emuliert ein Hörmann HAP 1 HCP auf dem ESP8622.<br/>

## WebService:
### Aktion ausführen
'''
http://<deviceip>/command?action=<id>
'''
| Action | Beschreibung |
| --- | --- |
| 0 | schließe Tor |
Expand All @@ -24,8 +26,10 @@ http://<deviceip>/command?action=<id>


### Status abfragen:
'''
http://<deviceip>/status

'''

Response:
```
{
Expand All @@ -52,3 +56,5 @@ Response:
![alt text](https://github.com/hkiam/HCPBridge/raw/master/Images/rs485board-min.png)
Zwischen A+ (Red) und B- (Green) ist ein 120 Ohm Widerstand zum terminieren des BUS!

## Changelog
TODO

0 comments on commit 1b06e3c

Please sign in to comment.