From 41e33990fd083fc4b2c8c5f10e0c8bc250406867 Mon Sep 17 00:00:00 2001 From: rstrouse <47839015+rstrouse@users.noreply.github.com> Date: Sat, 8 Jul 2023 15:25:33 -0700 Subject: [PATCH] Updated Integrations (markdown) --- Integrations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Integrations.md b/Integrations.md index 864c699..86444e3 100644 --- a/Integrations.md +++ b/Integrations.md @@ -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://:8081/shadeCommand?shadeId=1&command=down` will close the shade with id 1. + ## GET /controller Returns the public controller configuration