Updated Integrations (markdown)

rstrouse 2023-01-22 18:55:40 -08:00
parent 19ee3bd1a9
commit c9b5f80f7e

@ -7,7 +7,7 @@ Integration options include:
* Home Assistant - An out-of-the-box integration for Home Assistant has been created. (the primary reason for this project)
# Rest Commands
There is also a Rest interface built into the software for controlling the shades. This is also used by the UI to configure the shades but the most interesting command is the `sendShadeCommand` 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.
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.
But for shade control this couldn't be easier and can be executed using GET, POST, or PUT http methods.