From 6edb48e0ea478aa2ee259d97ba3d9bdd9a454574 Mon Sep 17 00:00:00 2001 From: Brad Garropy Date: Sun, 21 Feb 2021 13:28:09 -0600 Subject: [PATCH] infinity. --- readme.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/readme.md b/readme.md index e08a751..ef6f71f 100644 --- a/readme.md +++ b/readme.md @@ -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. @@ -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.