Difference between revisions of "Translations:FW-WL.B/11/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:38, 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 (FW-WL.B)
==HW settings==
{|class="wikitable"
|-
!Name!!Type, range!!SUBID!!Default!!Description
|-
|c0||int[4]||sensors subId||0;0;255;15||Normal state color in format 'red;green;blue;blink'
red, green, blue – 0..255;
blink:
*0 – pulse
*1 – blink per 2 seconds
*2 – blink per second
*15 – constant glow
Example:
<syntaxhighlight lang="xml" line>
c0='150;150;255;0'
</syntaxhighlight>
|-
|c1||int[4]||sensors subId||0;0;255;15||On-start color in format 'red;green;blue;blink'
red, green, blue – 0..255;
blink:
*0 – pulse
*1 – blink per 2 seconds
*2 – blink per second
*15 – constant glow
Example:
<syntaxhighlight lang="xml" line>
c1='150;150;255;0'
</syntaxhighlight>
|-
|c2||int[4]||sensors subId||255;100;0;15||'Leak was previously reported' color in format 'red;green;blue;blink'
red, green, blue – 0..255;
blink:
*0 – pulse
*1 – blink per 2 seconds
*2 – blink per second
*15 – constant glow
Example:
<syntaxhighlight lang="xml" line>
c2='150;150;255;0'
</syntaxhighlight>
|-
|c3||int[4]||sensors subId||255;0;0;15||On-leak color in format 'red;green;blue;blink'
red, green, blue – 0..255;
blink:
*0 – pulse
*1 – blink per 2 seconds
*2 – blink per second
*15 – constant glow
Example:
<syntaxhighlight lang="xml" line>
c3='150;150;255;0'
</syntaxhighlight>
|-
|sens||int||sensors subId||128||Sensor sensitivity
Example:
<syntaxhighlight lang="xml" line>
sens='180'
</syntaxhighlight>
|-
|test||int(0,1)||sensors subId||1||0 - Disable the test signal to detect the presence of the sensor
|}
Translation==HW settings==
{|class="wikitable"
|-
!Name!!Type, range!!SUBID!!Default!!Description
|-
|c0||int[4]||sensors subId||0;0;255;15||Normal state color in format 'red;green;blue;blink'
red, green, blue – 0..255;
blink:
*0 – pulse
*1 – blink per 2 seconds
*2 – blink per second
*15 – constant glow
Example:
<syntaxhighlight lang="xml" line>
c0='150;150;255;0'
</syntaxhighlight>
|-
|c1||int[4]||sensors subId||0;0;255;15||On-start color in format 'red;green;blue;blink'
red, green, blue – 0..255;
blink:
*0 – pulse
*1 – blink per 2 seconds
*2 – blink per second
*15 – constant glow
Example:
<syntaxhighlight lang="xml" line>
c1='150;150;255;0'
</syntaxhighlight>
|-
|c2||int[4]||sensors subId||255;100;0;15||'Leak was previously reported' color in format 'red;green;blue;blink'
red, green, blue – 0..255;
blink:
*0 – pulse
*1 – blink per 2 seconds
*2 – blink per second
*15 – constant glow
Example:
<syntaxhighlight lang="xml" line>
c2='150;150;255;0'
</syntaxhighlight>
|-
|c3||int[4]||sensors subId||255;0;0;15||On-leak color in format 'red;green;blue;blink'
red, green, blue – 0..255;
blink:
*0 – pulse
*1 – blink per 2 seconds
*2 – blink per second
*15 – constant glow
Example:
<syntaxhighlight lang="xml" line>
c3='150;150;255;0'
</syntaxhighlight>
|-
|sens||int||sensors subId||128||Sensor sensitivity
Example:
<syntaxhighlight lang="xml" line>
sens='180'
</syntaxhighlight>
|-
|test||int(0,1)||sensors subId||1||0 - Disable the test signal to detect the presence of the sensor
|}

HW settings

Name Type, range SUBID Default Description
c0 int[4] sensors subId 0;0;255;15 Normal state color in format 'red;green;blue;blink'

red, green, blue – 0..255; blink:

  • 0 – pulse
  • 1 – blink per 2 seconds
  • 2 – blink per second
  • 15 – constant glow

Example:

1c0='150;150;255;0'
c1 int[4] sensors subId 0;0;255;15 On-start color in format 'red;green;blue;blink'

red, green, blue – 0..255; blink:

  • 0 – pulse
  • 1 – blink per 2 seconds
  • 2 – blink per second
  • 15 – constant glow

Example:

1c1='150;150;255;0'
c2 int[4] sensors subId 255;100;0;15 'Leak was previously reported' color in format 'red;green;blue;blink'

red, green, blue – 0..255; blink:

  • 0 – pulse
  • 1 – blink per 2 seconds
  • 2 – blink per second
  • 15 – constant glow

Example:

1c2='150;150;255;0'
c3 int[4] sensors subId 255;0;0;15 On-leak color in format 'red;green;blue;blink'

red, green, blue – 0..255; blink:

  • 0 – pulse
  • 1 – blink per 2 seconds
  • 2 – blink per second
  • 15 – constant glow

Example:

1c3='150;150;255;0'
sens int sensors subId 128 Sensor sensitivity

Example:

1sens='180'
test int(0,1) sensors subId 1 0 - Disable the test signal to detect the presence of the sensor