Update README.md

This commit is contained in:
hkiam 2021-02-14 18:24:25 +01:00 committed by GitHub
parent 41d699859f
commit 1b06e3c36f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,9 @@ emuliert ein Hörmann HAP 1 HCP auf dem ESP8622.<br/>
## WebService: ## WebService:
### Aktion ausführen ### Aktion ausführen
'''
http://<deviceip>/command?action=<id> http://<deviceip>/command?action=<id>
'''
| Action | Beschreibung | | Action | Beschreibung |
| --- | --- | | --- | --- |
| 0 | schließe Tor | | 0 | schließe Tor |
@ -24,7 +26,9 @@ http://<deviceip>/command?action=<id>
### Status abfragen: ### Status abfragen:
'''
http://<deviceip>/status http://<deviceip>/status
'''
Response: Response:
``` ```
@ -52,3 +56,5 @@ Response:
![alt text](https://github.com/hkiam/HCPBridge/raw/master/Images/rs485board-min.png) ![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! Zwischen A+ (Red) und B- (Green) ist ein 120 Ohm Widerstand zum terminieren des BUS!
## Changelog
TODO