Skip to content

Commit

Permalink
update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradgarropy committed Feb 21, 2021
1 parent 364e9c9 commit dbe3347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ hue.setRandomColors(["abc123", "def456"])
| Name | Required | Default | Example | Description |
| ---------- | -------- | ------- | -------- | ------------------------------ |
| `id` | `true` | | `abc123` | Light id. |
| `duration` | `false` | `10000` | `60000` | Duration (`ms`) of color loop. |
| `duration` | `false` | `` | `60000` | Duration (`ms`) of color loop. |

Color loop a specific light.

Expand All @@ -345,7 +345,7 @@ hue.colorLoopLight("abc123", 60000)
| Name | Required | Default | Example | Description |
| ---------- | -------- | ------- | ---------------------- | ------------------------------ |
| `id` | `true` | | `["abc123", "def456"]` | Array of light ids. |
| `duration` | `false` | `10000` | `60000` | Duration (`ms`) of color loop. |
| `duration` | `false` | `` | `60000` | Duration (`ms`) of color loop. |

Color loop multiple lights.

Expand Down

0 comments on commit dbe3347

Please sign in to comment.