feat: add docs for MDNS and REST API

This commit is contained in:
ZanzyTHEbar 2023-01-28 14:40:35 +00:00
parent 6f69ae61b3
commit 2b386da8ea

View File

@ -18,8 +18,8 @@ For basic `GET` requests, you can use your browser of choice.
The REST API follows the following standard:
´´´
<http://<device_name>.local:81/control/command/<endpoint>?<param>=<value>&<param>=<value>>
´´´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>`.