-{{Projekt|kontakt=Chrissi^, Kasa|status=leuchtet|beschreibung=Licht für das Holodeck|bild=|bildbeschreibung=|interessenten=|source=|lizenz=|download=[https://gitli.stratum0.org/chrissi/ledctl ledctl auf gitli]|version=}}
+{{Projekt|kontakt=Chrissi^, Kasa|status=aktiv|beschreibung=Licht für das Holodeck|bild=|bildbeschreibung=|interessenten=|source=|lizenz=|download=[https://gitli.stratum0.org/chrissi/ledctl ledctl auf gitli]|version=}}
Auf dem Holodeck gibt es über das Netzwerk steuerbares LED-Licht.
Diese Seite soll grob die Funktionen dokumentieren. Für eine aktuelle Dokumentation siehe in der [https://gitli.stratum0.org/chrissi/ledctl/blob/master/README.md README].
[[Image:Holodeck Licht Leiste.jpg|thumb|Eine Lichtleiste auf dem Holodeck. Warnweiss]]
== Some useful defaults ==
Open one of these Links from inside the space to apply the new color.
-* [http://holodeck.stratum0.net/holodeck/all/nicewhite warm white]
-* [http://holodeck.stratum0.net/holodeck/all/day cold white]
-* [http://holodeck.stratum0.net/holodeck/all/off nearly off]
-* [http://holodeck.stratum0.net/holodeck/all/night really off]
-* [http://holodeck.stratum0.net/holodeck/all/0.2,0,0,0 hot!]
+* [http://hololicht.s0/holodeck/all/nicewhite warm white]
+* [http://hololicht.s0/holodeck/all/day cold white]
+* [http://hololicht.s0/holodeck/all/off nearly off]
+* [http://hololicht.s0/holodeck/all/night really off]
+* [http://hololicht.s0/holodeck/all/0.2,0,0,0 hot!]
-== USEAGE ==
+== USAGE ==
The software exports a rudimentary web-based interface. The interface is divided into two sections:
* Section to set colors or presets
===Setting a color===
A color is set using the following call:
<pre><nowiki>
-http://holodeck.stratum0.net/holodeck/<section>/<colorCode>
+http://hololicht.s0/holodeck/<section>/<colorCode>
</nowiki></pre>
Where:
===Listing presets:===
Presets can be listed using the following call:
- http://holodeck.stratum0.net/preset
+ http://hololicht.s0/preset
===Setting presets:===
A preset can be created or altered using the following call:
<pre><nowiki>
-http://holodeck.stratum0.net/preset/<name>/<color>
+http://hololicht.s0/preset/<name>/<color>
</nowiki></pre>
===Using a preset:===
A preset is set with the folowing call:
<pre><nowiki>
-http://holodeck.stratum0.net/holodeck/<section>/<presetName>
+http://hololicht.s0/holodeck/<section>/<presetName>
</nowiki></pre>
If a preset with colors for all four sections is applied on a section other than all only the first RGBW-value will be used on the section.