You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -195,13 +195,15 @@ remove the brightness component from the config.
195
195
| --- | --- |
196
196
|`status`| URL to get RGB current brightness (`0`-`100`(%)) |
197
197
|`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 |
198
199
199
200
### Color object
200
201
| Key | Description |
201
202
| --- | --- |
202
203
|`status`| URL to get RGB current colour (HEX value) |
203
204
|`url`| URL to set the RGB colour value (HEX value) |
204
205
|`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 |
0 commit comments