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