mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-11-04 14:49:44 +08:00
fix: fix REST API standard rendering
This commit is contained in:
parent
2a609abd24
commit
3753cc6b67
@ -18,9 +18,9 @@ For basic `GET` requests, you can use your browser of choice.
|
||||
|
||||
The REST API follows the following standard:
|
||||
|
||||
´´´bash
|
||||
```
|
||||
http://{device_name}.local:81/control/command/{endpoint}?{param}={value}&{param}={value}
|
||||
´´´
|
||||
```
|
||||
|
||||
> For example, if the name of the device is `esp32`, you can connect to the device using `http://esp32.local:81/control/command/<endpoint>`.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user