adds support for 9-key remote and intensity/speed repeat actions
This commit is contained in:
parent
00f00b8198
commit
f5d6383f50
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "wled",
|
"name": "wled",
|
||||||
"version": "0.1.0",
|
"version": "0.10.0",
|
||||||
"description": "Tools for WLED project",
|
"description": "Tools for WLED project",
|
||||||
"main": "tools/cdata.js",
|
"main": "tools/cdata.js",
|
||||||
"directories": {
|
"directories": {
|
||||||
|
@ -26,6 +26,7 @@ Infrared remote:
|
|||||||
<option value=4>44-key RGB</option>
|
<option value=4>44-key RGB</option>
|
||||||
<option value=5>21-key RGB</option>
|
<option value=5>21-key RGB</option>
|
||||||
<option value=6>6-key black</option>
|
<option value=6>6-key black</option>
|
||||||
|
<option value=7>9-key red</option>
|
||||||
</select><br>
|
</select><br>
|
||||||
<a href="https://github.com/Aircoookie/WLED/wiki/Infrared-Control" target="_blank">IR info</a>
|
<a href="https://github.com/Aircoookie/WLED/wiki/Infrared-Control" target="_blank">IR info</a>
|
||||||
<h3>WLED Broadcast</h3>
|
<h3>WLED Broadcast</h3>
|
||||||
|
@ -179,16 +179,17 @@ type="checkbox" name="BT"><br>Infrared remote: <select name="IR"><option
|
|||||||
value="0">Disabled</option><option value="1">24-key RGB</option><option
|
value="0">Disabled</option><option value="1">24-key RGB</option><option
|
||||||
value="2">24-key with CT</option><option value="3">40-key blue</option><option
|
value="2">24-key with CT</option><option value="3">40-key blue</option><option
|
||||||
value="4">44-key RGB</option><option value="5">21-key RGB</option><option
|
value="4">44-key RGB</option><option value="5">21-key RGB</option><option
|
||||||
value="6">6-key black</option></select><br><a
|
value="6">6-key black</option><option value="7">9-key red</option></select><br>
|
||||||
href="https://github.com/Aircoookie/WLED/wiki/Infrared-Control" target="_blank">
|
<a href="https://github.com/Aircoookie/WLED/wiki/Infrared-Control"
|
||||||
IR info</a><h3>WLED Broadcast</h3>UDP Port: <input name="UP" type="number"
|
target="_blank">IR info</a><h3>WLED Broadcast</h3>UDP Port: <input name="UP"
|
||||||
min="1" max="65535" class="d5" required><br>Receive <input type="checkbox"
|
type="number" min="1" max="65535" class="d5" required><br>Receive <input
|
||||||
name="RB">Brightness, <input type="checkbox" name="RC">Color, and <input
|
type="checkbox" name="RB">Brightness, <input type="checkbox" name="RC">
|
||||||
type="checkbox" name="RX">Effects<br>Send notifications on direct change: <input
|
Color, and <input type="checkbox" name="RX">Effects<br>
|
||||||
type="checkbox" name="SD"><br>Send notifications on button press: <input
|
Send notifications on direct change: <input type="checkbox" name="SD"><br>
|
||||||
type="checkbox" name="SB"><br>Send Alexa notifications: <input type="checkbox"
|
Send notifications on button press: <input type="checkbox" name="SB"><br>
|
||||||
name="SA"><br>Send Philips Hue change notifications: <input type="checkbox"
|
Send Alexa notifications: <input type="checkbox" name="SA"><br>
|
||||||
name="SH"><br>Send Macro notifications: <input type="checkbox" name="SM"><br>
|
Send Philips Hue change notifications: <input type="checkbox" name="SH"><br>
|
||||||
|
Send Macro notifications: <input type="checkbox" name="SM"><br>
|
||||||
Send notifications twice: <input type="checkbox" name="S2"><h3>Realtime</h3>
|
Send notifications twice: <input type="checkbox" name="S2"><h3>Realtime</h3>
|
||||||
Receive UDP realtime: <input type="checkbox" name="RD"><br><br><i>
|
Receive UDP realtime: <input type="checkbox" name="RD"><br><br><i>
|
||||||
Network DMX input</i><br>Type: <select name="DI" onchange="SP(),adj()"><option
|
Network DMX input</i><br>Type: <select name="DI" onchange="SP(),adj()"><option
|
||||||
|
Loading…
Reference in New Issue
Block a user