Skip to content

Commit 54b7b73

Browse files
author
QuickSander
committed
feat: extended set support with body.
1 parent 96fe2de commit 54b7b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,7 +264,7 @@ Following configuration is a real world example for a accessory that combines a
264264
| Key | Description |
265265
| --- | --- |
266266
| `url` | URL to set brightness status |
267-
| `body` | relevant, if the http_method is PUT/POST. this body is sent to the url. you can use a placeholder (`%s`) within the body. example: `{"bri": %s}` |
267+
| `body` | relevant, if the http_method is PUT/POST. this body is sent to the url. you can use a placeholder (`%s`) within the body. example: `{"bri": %s}` |
268268

269269

270270
### Color object

0 commit comments

Comments
 (0)