Skip to content

Commit

Permalink
infinity.
Browse files Browse the repository at this point in the history
  • Loading branch information
bradgarropy committed Feb 21, 2021
1 parent dbe3347 commit 6edb48e
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,10 +328,10 @@ hue.setRandomColors(["abc123", "def456"])

### `colorLoopLight(id, duration)`

| Name | Required | Default | Example | Description |
| ---------- | -------- | ------- | -------- | ------------------------------ |
| `id` | `true` | | `abc123` | Light id. |
| `duration` | `false` | `` | `60000` | Duration (`ms`) of color loop. |
| Name | Required | Default | Example | Description |
| ---------- | -------- | ---------- | -------- | ------------------------------ |
| `id` | `true` | | `abc123` | Light id. |
| `duration` | `false` | `infinity` | `60000` | Duration (`ms`) of color loop. |

Color loop a specific light.

Expand All @@ -342,10 +342,10 @@ hue.colorLoopLight("abc123", 60000)

### `colorLoopLights(ids, duration)`

| Name | Required | Default | Example | Description |
| ---------- | -------- | ------- | ---------------------- | ------------------------------ |
| `id` | `true` | | `["abc123", "def456"]` | Array of light ids. |
| `duration` | `false` | `` | `60000` | Duration (`ms`) of color loop. |
| Name | Required | Default | Example | Description |
| ---------- | -------- | ---------- | ---------------------- | ------------------------------ |
| `id` | `true` | | `["abc123", "def456"]` | Array of light ids. |
| `duration` | `false` | `infinity` | `60000` | Duration (`ms`) of color loop. |

Color loop multiple lights.

Expand Down

0 comments on commit 6edb48e

Please sign in to comment.