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
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -270,11 +270,17 @@ Following configuration is a real world example for a accessory that combines a
270
270
### Color object
271
271
| Key | Description |
272
272
| --- | --- |
273
-
|`status`| URL to get RGB current colour (HEX value) |
274
-
|`url`| URL to set the RGB colour value (HEX value) |
273
+
|`status`| URL to get RGB current colour (HEX value) or a [color status object](#color-status-object). |
274
+
|`url`| URL to set the RGB colour value (HEX value) or a [color url object](#color-url-object). |
275
275
|`brightness`| Whether or not the plugin should include brightness data in `color` HEX data (`true` or `false`). When `true` brightness will be controllable in HomeKit but will be changed through changing RGB values. |
276
276
|`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