From c9b5f80f7e4ca7619f2cd6e2fcb0f461733213b7 Mon Sep 17 00:00:00 2001 From: rstrouse <47839015+rstrouse@users.noreply.github.com> Date: Sun, 22 Jan 2023 18:55:40 -0800 Subject: [PATCH] Updated Integrations (markdown) --- Integrations.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Integrations.md b/Integrations.md index 776cd32..39e3e96 100644 --- a/Integrations.md +++ b/Integrations.md @@ -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.