Changes

Jump to navigation Jump to search
Importing a new version from external source
==HW settings==
{|class="wikitable"
|-
!Name!!Type, range!!SUBID!!Default!!Description
|-
|in||char[16]||98||'BBBBBBBBGGGGGGGG'||Each char is responsible for the type of a particular channel
*'B'-Button, button of bell a type;
*'C'-Inverted button, inverse button of a bell type (for normally-closed);
*'D'-Backlit button, illuminated button;
*'E'-Inverted backlit button, inverse illuminated button;
*'S'-Switch, fixed switch;
*'K'-Contact, reed contact;
*'H'-Inverted contact, invers reed contact;
*'G'-GND, is used as earthing;
*'-'-none, nothing is connected.
Example: in='DEHHHHBB- -CCSSSG'
|}
<syntaxhighlight lang="xml" line>
<item addr="441:11" cfgid="55" name="Switch" type="switch" uniq_id="4628"/>
<item addr="441:12" cfgid="55" name="Switch" type="switch" uniq_id="4629"/>
<item addr="441:13" cfgid="55" name="Switch" type="switch" uniq_id="4630"/>
<item addr="441:14" cfgid="55" name="Switch" type="switch" uniq_id="4631"/>
<item addr="441:15" cfgid="55" name="Switch" type="switch" uniq_id="4632"/>
<item addr="441:16" cfgid="55" name="Switch" type="switch" uniq_id="4633"/>
<item addr="441:17" cfgid="55" name="Switch" type="switch" uniq_id="4634"/>
<item addr="441:18" cfgid="55" name="Door" type="door-sensor" uniq_id="4637"/>
<item addr="441:19" cfgid="55" name="Switch" type="switch" uniq_id="4638"/>
<item addr="441:20" cfgid="55" name="Switch" type="switch" uniq_id="4639"/>
<item addr="441:25" cfgid="55" name="Switch" type="switch" uniq_id="4640"/>
<item addr="441:98" cfgid="55" hw="in='BBDDEESHBB----BG'" name="Temperature" system="yes" type="temperature-sensor" uniq_id="4636"/>
</syntaxhighlight>
3,388

edits

Navigation menu