Update README.md
This commit is contained in:
parent
41d699859f
commit
1b06e3c36f
@ -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,8 +26,10 @@ 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
|
||||||
|
Loading…
Reference in New Issue
Block a user