Difference between revisions of "Translations:BW-SW06/13/en"

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

Latest revision as of 12:36, 9 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 (BW-SW06)
==HW settings==
{|class="wikitable"
|-
!Name!!Type, range!!SUBID!!Default!!Description
|-
|in||char[16]||98||'BBBBBB'||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, inverse reed contact;
*'G'-GND, is used as earthing;
*'-'-none, nothing is connected.
And you can also connect one temperature sensor:
<syntaxhighlight lang="xml" line>hw="in='T-----'"</syntaxhighlight>
<syntaxhighlight lang="xml" line>Example: in='DEHSSG'</syntaxhighlight>
|-
|offset||float(+/- 0…39)||SubID 30 temperature sensor||'0'||sensor values offset;
For example, offset is -3.8 :
<syntaxhighlight lang="xml" line>hw="offset='-3.8'"</syntaxhighlight>
|}
Translation==HW settings==
{|class="wikitable"
|-
!Name!!Type, range!!SUBID!!Default!!Description
|-
|in||char[16]||98||'BBBBBB'||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, inverse reed contact;
*'G'-GND, is used as earthing;
*'-'-none, nothing is connected.
And you can also connect one temperature sensor:
<syntaxhighlight lang="xml" line>hw="in='T-----'"</syntaxhighlight>
<syntaxhighlight lang="xml" line>Example: in='DEHSSG'</syntaxhighlight>
|-
|offset||float(+/- 0…39)||SubID 30 temperature sensor||'0'||sensor values offset;
For example, offset is -3.8 :
<syntaxhighlight lang="xml" line>hw="offset='-3.8'"</syntaxhighlight>
|}

HW settings

Name Type, range SUBID Default Description
in char[16] 98 'BBBBBB' 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, inverse reed contact;
  • 'G'-GND, is used as earthing;
  • '-'-none, nothing is connected.

And you can also connect one temperature sensor:

1hw="in='T-----'"
1Example: in='DEHSSG'
offset float(+/- 0…39) SubID 30 temperature sensor '0' sensor values offset;

For example, offset is -3.8 :

1hw="offset='-3.8'"