mirror of
https://codeberg.org/mclemens/hr50-api.git
synced 2024-12-22 16:46:37 -05:00
added endpoint documentation
This commit is contained in:
parent
5c91bc0619
commit
67cce422e8
12
README.md
12
README.md
@ -35,6 +35,18 @@ micha@rpi:~ cd hr50-api
|
||||
micha@rpi:~/hr50-api$ ./bootstrap.sh
|
||||
```
|
||||
|
||||
# API Endpoints
|
||||
|
||||
There are two API endpoints available:
|
||||
|
||||
## /?cmd=<command>
|
||||
|
||||
This method allows you to send commands to the HR50. The commands can be taken from the HR50 operator's manual and do not require the trailing ";"
|
||||
|
||||
## /status
|
||||
|
||||
This method returns all avalable information in JSON
|
||||
|
||||
# Examples
|
||||
|
||||
Now you can access the API e.g. with your (HR50 Remote Display)[https://git.qrz.is/clemens/hr50-remote-display]
|
||||
|
Loading…
Reference in New Issue
Block a user