Skip to content

Commit c18914b

Browse files
author
QuickSander
committed
fix(): Corrected http_method override description for sub structures.
1 parent c4e968d commit c18914b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,13 +195,15 @@ remove the brightness component from the config.
195195
| --- | --- |
196196
| `status` | URL to get RGB current brightness (`0`-`100`(%)) |
197197
| `url` | URL to set the current brightness of the RGB device (`0`-`100`(%)) |
198+
| `http_method` _(optional)_ | The brightness specific HTTP method for set requests. If omitted defaults to `http_method` as specified in the root structure |
198199

199200
### Color object
200201
| Key | Description |
201202
| --- | --- |
202203
| `status` | URL to get RGB current colour (HEX value) |
203204
| `url` | URL to set the RGB colour value (HEX value) |
204205
| `brightness` | Whether or not the plugin should include brightness data in `color` HEX data (`true` or `false`) |
206+
| `http_method` _(optional)_ | The brightness specific HTTP method for set requests. If omitted defaults to `http_method` as specified in the root structure |
205207

206208

207209
# Device responses

0 commit comments

Comments
 (0)