mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-15 03:52:11 +01:00
Updated Integrations (markdown)
parent
f5aa09b786
commit
41e33990fd
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue