mirror of
https://github.com/rstrouse/ESPSomfy-RTS.git
synced 2025-12-13 02:52:11 +01:00
Update README.md
This commit is contained in:
parent
35d3ab4a85
commit
07a6fd93f5
1 changed files with 3 additions and 3 deletions
|
|
@ -146,11 +146,11 @@ To send the shade in any direction:
|
|||
To set the shade percentage to 35% closed:
|
||||
`/sendShadeCommand?shadeId=1&target=35`
|
||||
|
||||
If you use the put or post commands you can use a JSON object on the body. For instance:
|
||||
If you use the PUT or POST http methods you can use a JSON object on the body. For instance:
|
||||
```
|
||||
{
|
||||
shadeId:1,
|
||||
command:"up"
|
||||
"shadeId":1,
|
||||
"command":"up"
|
||||
}
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue