<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									CandiStick API Guide - CandiStick				            </title>
            <link>https://www.crackedconsole.com/community/candistick/candistick-api-guide/</link>
            <description>CrackedConsole Discussion Board</description>
            <language>en</language>
            <lastBuildDate>Wed, 15 Jul 2026 20:07:44 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>CandiStick API Guide</title>
                        <link>https://www.crackedconsole.com/community/candistick/candistick-api-guide/#post-613</link>
                        <pubDate>Mon, 20 Sep 2021 14:52:26 +0000</pubDate>
                        <description><![CDATA[I have had a few requests on the CandiStick API and how to communicate with the lights.They work off HTTP requests, below is a rough draft of the command break down.I am working on cleaning ...]]></description>
                        <content:encoded><![CDATA[<p>I have had a few requests on the CandiStick API and how to communicate with the lights.<br />They work off HTTP requests, below is a rough draft of the command break down.<br />I am working on cleaning this up to make it more understandable for end users, keep an eye out for updates.<br /><br /><br /></p>
<p> </p>
<p>String definitions</p>
<p>First octet main options will be  - <br />settings options are   and </p>
<p><br /></p>
<p></p>
<p>Number breakdown</p>
<p>palette = 0<br />color = 1<br />effect = 2</p>
<p>speed = 4<br />firespark = 6<br />fireccooling = 7</p>
<p>off = 10<br />on = 11</p>
<p>Primary</p>
<p>0- P: Palette<br />0-4 How many colors in the Palette 0 Is the rainbow Palette, 5 is clouds, 6 is Ocean, 7 is Forest, 8 is Lava, 9 is Party, 10 is rainbowstripe<br />0-3 Blending Type (0 = LinearBlend palette 1 = No Blend palette 2 = Static Colors 3 = Static colors moving)<br />0-255 is the RGB color range</p>
<p>x3x3x3x3</p>
<p><br />1- C: Color<br />0-255x3 to set a static color<br />x3</p>
<p><br />2- E: Effect<br />0 is Fire effect<br />1 is Fire palette (color count) (color1-4)<br />2 is Breathe (color count) (color1-4)<br />3 is Heartbeat (color) (speed) (speed2)<br />4 is strobe (color) (count) (delay) (pause)<br />5 is sparkle (color) (speed)<br />6 is meteor (color) (size) (traildecay) &lt;true&gt; (speed delay)<br />7 is knightrider (color) (delay between)<br /></p>
<p>10 Toggle Power<br /><br /><br /></p>
<p>Palettes<br />0 rainbow<br />5 clouds<br />6 ocean<br />7 forest<br />8 lava<br />9 party<br />10 rainbow 2</p>
<p><br />Settings</p>
<p><br />4 - S: Speed, how fast the Palette will run<br />0-255<br /></p>
<p>5 - B: Brightness, how bright will the LEDs be<br />0-255<br /></p>
<p><br />6 - FS: Flame spark, how often the flame will flicker<br />0-255<br /></p>
<p><br />7 - FC: Flame cooling, how tall will the flame be<br />0-255<br /></p>
<p> </p>
<p>    </p>
<p>Color - Single Color, Brightnes<br />Fades - Single - 4 colors, speed<br />Palettes - Built in, 2-4 Palette, 2-4 Stripe, 2-4 wipe, speed<br />Fire - Default, 2-4 color, spark, cooling,speed<br />Effects - strobe, meteor, twinkle, cylon, heartbeat?, color, speed</p>
<p> </p>
<p>Palette example<br />0;4;0;0,255,255;255,0,0;0,0,255;255,255,255;</p>
<p><br />Effect examples</p>
<p>Palette 3 color static<br />http://10.0.0.99/0;3;2;255;0;0;255;255;255;0;0;255;</p>
<p>Palette 3 color no blend<br />http://10.0.0.99/0;3;1;255;0;0;255;255;255;0;0;255;</p>
<p>Palette 3 color linear blend<br />http://10.0.0.99/0;3;0;255;0;0;255;255;255;0;0;255;</p>
<p>Breath<br />http://10.0.0.77/2;2;0;0;255;5;250;</p>
<p>Heartbeat<br />http://10.0.0.77/2;3;0;0;255;5;250;</p>
<p>Strobe<br />http://10.0.0.100/2;4;255;255;255;1;100;50</p>
<p>Sparkle<br />http://10.0.0.77/2;5;255;255;255;50;</p>
<p>Meteor<br />http://10.0.0.77/2;6;0;0;255;10;64;10;250;</p>]]></content:encoded>
						                            <category domain="https://www.crackedconsole.com/community/candistick/">CandiStick</category>                        <dc:creator>CrackedConsole</dc:creator>
                        <guid isPermaLink="true">https://www.crackedconsole.com/community/candistick/candistick-api-guide/#post-613</guid>
                    </item>
							        </channel>
        </rss>
		