Update README.md

This commit is contained in:
rstrouse 2023-01-13 13:26:14 -08:00 committed by GitHub
parent 35d3ab4a85
commit 07a6fd93f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}
```