Updated Integrations (markdown)

rstrouse 2023-07-08 15:25:33 -07:00
parent f5aa09b786
commit 41e33990fd

@ -9,6 +9,8 @@ Integration options include:
# Rest Commands
There is a Rest interface built into the software for controlling the shades on port 8081. This is also used by the UI to configure the shades but the most interesting command is the `shadeCommand` endpoint. There is also a configuration set but that is something for another day. Look at the code if you want information on how to tweak the module, shade, radio, network, or MQTT configuration. This interface is on the default port 80 port but it may be secured so you will need to provide credentials for it to operate in the form of an apikey as an http header.
You can use Postman for trying out the Rest interface or to send a simple GET you can simply type the command into a browser. For instance `http://<ip address>:8081/shadeCommand?shadeId=1&command=down` will close the shade with id 1.
## GET /controller
Returns the public controller configuration