Difference between revisions of "Translations:DW-SW16/21/en"

From Larnitech wiki page
Jump to navigation Jump to search
(Importing a new version from external source)
 
(No difference)

Latest revision as of 14:31, 6 January 2022

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (DW-SW16)
==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>
Translation==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>

HW settings

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'

 1<item addr="441:11" cfgid="55" name="Switch" type="switch" uniq_id="4628"/>
 2<item addr="441:12" cfgid="55" name="Switch" type="switch" uniq_id="4629"/>
 3<item addr="441:13" cfgid="55" name="Switch" type="switch" uniq_id="4630"/>
 4<item addr="441:14" cfgid="55" name="Switch" type="switch" uniq_id="4631"/>
 5<item addr="441:15" cfgid="55" name="Switch" type="switch" uniq_id="4632"/>
 6<item addr="441:16" cfgid="55" name="Switch" type="switch" uniq_id="4633"/>
 7<item addr="441:17" cfgid="55" name="Switch" type="switch" uniq_id="4634"/>
 8<item addr="441:18" cfgid="55" name="Door" type="door-sensor" uniq_id="4637"/>
 9<item addr="441:19" cfgid="55" name="Switch" type="switch" uniq_id="4638"/>
10<item addr="441:20" cfgid="55" name="Switch" type="switch" uniq_id="4639"/>
11<item addr="441:25" cfgid="55" name="Switch" type="switch" uniq_id="4640"/>
12<item addr="441:98" cfgid="55" hw="in='BBDDEESHBB----BG'" name="Temperature" system="yes" type="temperature-sensor" uniq_id="4636"/>