Difference between revisions of "Translations:CW-MLI.B/10/en"

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

Latest revision as of 11:39, 10 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 (CW-MLI.B)
==HW settings==
{|class="wikitable"
|-
!Name!!Type, range!!SUBID!!Default!!Description
|-
|scale||float (0…8)||SubID of sensor||1||multiplier determines the slope of values (except temperature sensors) Example:
<syntaxhighlight lang="xml" line>
hw="scale='1.1'"
</syntaxhighlight>
|-
|pwr||integer (1…100)||SubID of IR-transmitter||50||Power of infrared transmitter signal. Example:
<syntaxhighlight lang="xml" line>
hw="pwr=50"
</syntaxhighlight>
|}
Translation==HW settings==
{|class="wikitable"
|-
!Name!!Type, range!!SUBID!!Default!!Description
|-
|scale||float (0…8)||SubID of sensor||1||multiplier determines the slope of values (except temperature sensors) Example:
<syntaxhighlight lang="xml" line>
hw="scale='1.1'"
</syntaxhighlight>
|-
|pwr||integer (1…100)||SubID of IR-transmitter||50||Power of infrared transmitter signal. Example:
<syntaxhighlight lang="xml" line>
hw="pwr=50"
</syntaxhighlight>
|}

HW settings

Name Type, range SUBID Default Description
scale float (0…8) SubID of sensor 1 multiplier determines the slope of values (except temperature sensors) Example:
1hw="scale='1.1'"
pwr integer (1…100) SubID of IR-transmitter 50 Power of infrared transmitter signal. Example:
1hw="pwr=50"