<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.larnitech.com/index.php?action=history&amp;feed=atom&amp;title=RGB-lamp%2Fen</id>
	<title>RGB-lamp/en - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.larnitech.com/index.php?action=history&amp;feed=atom&amp;title=RGB-lamp%2Fen"/>
	<link rel="alternate" type="text/html" href="https://wiki.larnitech.com/index.php?title=RGB-lamp/en&amp;action=history"/>
	<updated>2026-04-08T12:30:31Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.11</generator>
	<entry>
		<id>https://wiki.larnitech.com/index.php?title=RGB-lamp/en&amp;diff=8837&amp;oldid=prev</id>
		<title>FuzzyBot: Updating to match new version of source page</title>
		<link rel="alternate" type="text/html" href="https://wiki.larnitech.com/index.php?title=RGB-lamp/en&amp;diff=8837&amp;oldid=prev"/>
		<updated>2022-01-24T15:01:26Z</updated>

		<summary type="html">&lt;p&gt;Updating to match new version of source page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;languages/&amp;gt;&lt;br /&gt;
===Example of description in XML===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot; line&amp;gt;&lt;br /&gt;
&amp;lt;item addr=&amp;quot;100:10&amp;quot; name=&amp;quot;chandelier&amp;quot; type=&amp;quot;rgb-lamp&amp;quot; auto-period=&amp;quot;600&amp;quot; system=&amp;quot;yes&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;linked addr=&amp;quot;101:16&amp;quot;/&amp;gt;  // is bound to the button with the address 101:1&lt;br /&gt;
    &amp;lt;automation ……/&amp;gt;  // set the automation for this element&lt;br /&gt;
&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot; line&amp;gt;&lt;br /&gt;
&amp;lt;item addr=&amp;quot;100:10&amp;quot; name=&amp;quot;chandelier&amp;quot; type=&amp;quot;rgb-lamp&amp;quot; auto-period=&amp;quot;600&amp;quot; color-temp=&amp;quot;307:4&amp;quot; color-white=&amp;quot;307:5&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;linked addr=&amp;quot;101:1&amp;quot;/&amp;gt;  // is bound to the button with the address 101:1&lt;br /&gt;
    &amp;lt;automation ……/&amp;gt;  // set the automation for this element&lt;br /&gt;
&amp;lt;/item&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
color-temp=&amp;quot;dimmer ID:SUBID&amp;quot; – for adding and control dimmer brigtness bar with temperature.&lt;br /&gt;
&lt;br /&gt;
color-white=&amp;quot;dimmer ID:SUBID&amp;quot; – for adding and control dimmer brigtness bar &amp;quot;white&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
===Device status (4 bytes)===&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!Byte number!!description&lt;br /&gt;
|-&lt;br /&gt;
|0||Device status.&amp;lt;br&amp;gt;Bit 0:&amp;lt;br&amp;gt;0 – off&amp;lt;br&amp;gt;1 – on&amp;lt;br&amp;gt;Bit 3:&amp;lt;br&amp;gt;0 – automation is disactivated&amp;lt;br&amp;gt;1 – automation is activated&amp;lt;br&amp;gt;Bit 7:&amp;lt;br&amp;gt;0 – no alarm&amp;lt;br&amp;gt;1 – alarm (relating to temperature)&lt;br /&gt;
|-&lt;br /&gt;
|1||V – brightness ([https://en.wikipedia.org/wiki/HSL_and_HSV VSH Color System])&amp;lt;br&amp;gt;0..250&lt;br /&gt;
|-&lt;br /&gt;
|2||S – contrast ([https://en.wikipedia.org/wiki/HSL_and_HSV VSH Color System])&amp;lt;br&amp;gt;0..250&lt;br /&gt;
|-&lt;br /&gt;
|3||Н – colour hue ([https://en.wikipedia.org/wiki/HSL_and_HSV VSH Color System])&amp;lt;br&amp;gt;0..250&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Possible variants of setting the status===&lt;br /&gt;
&lt;br /&gt;
====single-byte====&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!byte!!description&lt;br /&gt;
|-&lt;br /&gt;
|0||Status (on/off)&amp;lt;br&amp;gt;0 – off&amp;lt;br&amp;gt;1 – on&amp;lt;br&amp;gt;0xFF – Change the status for the opposite one&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====4-bytes====&lt;br /&gt;
&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!byte!!description&lt;br /&gt;
|-&lt;br /&gt;
|0||Status (on/off)&amp;lt;br&amp;gt;0 – off&amp;lt;br&amp;gt;1 – on&amp;lt;br&amp;gt;0xFE – do not change the status of this byte&amp;lt;br&amp;gt;0xFF – Change the status for the opposite one&lt;br /&gt;
|-&lt;br /&gt;
|1||Brightness&amp;lt;br&amp;gt;0 – off&amp;lt;br&amp;gt;1..250 – brightness&amp;lt;br&amp;gt;0xFE – do not change the status of this byte&lt;br /&gt;
|-&lt;br /&gt;
|2||contrast&amp;lt;br&amp;gt;0 – off&amp;lt;br&amp;gt;1..250 – brightness&amp;lt;br&amp;gt;0xFE – do not change the status of this byte&lt;br /&gt;
|-&lt;br /&gt;
|3||colour hue&lt;br /&gt;
|}&lt;br /&gt;
====5-bytes====&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
!byte!!description&lt;br /&gt;
|-&lt;br /&gt;
|0||Status (on/off)&amp;lt;br&amp;gt;0 – off&amp;lt;br&amp;gt;1 – on&amp;lt;br&amp;gt;0xFE – do not change the status of this byte&amp;lt;br&amp;gt;0xFF – Change the status for the opposite one&lt;br /&gt;
|-&lt;br /&gt;
|1||Brightness&amp;lt;br&amp;gt;0 – off&amp;lt;br&amp;gt;1..250 – brightness&amp;lt;br&amp;gt;0xFE – do not change the status of this byte&lt;br /&gt;
|-&lt;br /&gt;
|2||Сontrast&amp;lt;br&amp;gt;0 – off&amp;lt;br&amp;gt;1..250 – сontrast&amp;lt;br&amp;gt;0xFE – do not change the status of this byte&lt;br /&gt;
|-&lt;br /&gt;
|3||Сolour hue&amp;lt;br&amp;gt;0 – off&amp;lt;br&amp;gt;1..250 – сolour hue&amp;lt;br&amp;gt;0xFE – do not change the status of this byte&lt;br /&gt;
|-&lt;br /&gt;
|4||Time required for changing the status, x0.1 seconds (runtime=100, apply as 10 seconds)&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>FuzzyBot</name></author>
	</entry>
</feed>