From cca2fa5f34fcb7783d8fff53a5951d779350e2e4 Mon Sep 17 00:00:00 2001 From: rstrouse <47839015+rstrouse@users.noreply.github.com> Date: Sat, 11 May 2024 10:54:02 -0700 Subject: [PATCH] Updated Integrations (markdown) --- Integrations.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Integrations.md b/Integrations.md index 2a4144d..2ab616b 100644 --- a/Integrations.md +++ b/Integrations.md @@ -255,7 +255,10 @@ Parameters can be supplied on the url or as a json object on the body. * `f | Flag | flag` - Flag (Turns the sun sensor off) * `su | StepUp | stepup` - StepUp (80-bit only simulates the thumbwheel) * `sd | StepDown | stepdown` - StepDown (80-bit only simulates the thumbwheel) + * `fav | Favorite | favorite` - Favorite (80-bit only on motors that support it) + * `stop | Stop` - Stop (80-bit only on motors that support it) * `repeat` - Optional number of repeats to be send by default ESPSomfy RTS sends 1 repeat for a total of 2 commands sent +* `stepSize` - Optional number between 1-127 to indicate the size of the step command (80-bit only on motors that support it) `GET /shadeCommand?shadeId=1&command=up` - Moves the shade to the full open position `GET /shadeCommand?shadeId=1&target=50` - Moves the shade to 50% closed