Skip to content

Commit 9e82603

Browse files
author
committed
Deployed 260ce21 with MkDocs version: 1.6.1
1 parent 7d5f42c commit 9e82603

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

interfaces/dmx-input/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2747,7 +2747,7 @@ <h1>DMX Input</h1>
27472747
<h3 id="dmx-input">DMX Input</h3>
27482748
<div class="admonition info">
27492749
<p class="admonition-title">Version Info</p>
2750-
<p>As of version v0.16 supports DMX input via MAX485. This is great when ArtNet or e1.31/sACN over WIFI is not suitable </p>
2750+
<p>As of version v16.0 supports DMX input via MAX485. This is great when ArtNet or e1.31/sACN over WIFI is not suitable </p>
27512751
</div>
27522752
<h4 id="features-and-limitations">features and limitations</h4>
27532753
<ul>

interfaces/json-api/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3518,7 +3518,7 @@ <h4 id="contents-of-the-segment-object">Contents of the segment object</h4>
35183518
<tr>
35193519
<td>col</td>
35203520
<td>array of colors</td>
3521-
<td>Array that has up to 3 color arrays as elements, the primary, secondary (background) and tertiary colors of the segment. Each color is an array of 3 or 4 bytes, which represents a RGB(W) color, i.e. <code>[[255,170,0],[0,0,0],[64,64,64]]</code>. It can also be represented as an array of strings of <em>hex</em> values, i.e. <code>["FFAA00","000000","404040"]</code> for orange, black and grey. One or more colors can be set randomly with <code>"r"</code>, i.e. <code>["r",[0,0,0],"r"]</code>. <em>(random will soon be available in 0.16.0)</em></td>
3521+
<td>Array that has up to 3 color arrays as elements, the primary, secondary (background) and tertiary colors of the segment. Each color is an array of 3 or 4 bytes, which represents a RGB(W) color, i.e. <code>[[255,170,0],[0,0,0],[64,64,64]]</code>. It can also be represented as an array of strings of <em>hex</em> values, i.e. <code>["FFAA00","000000","404040"]</code> for orange, black and grey. One or more colors can be set randomly with <code>"r"</code>, i.e. <code>["r",[0,0,0],"r"]</code>. <em>(random will soon be available in 16.0.0)</em></td>
35223522
</tr>
35233523
<tr>
35243524
<td>fx</td>

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)