Changes

464 bytes added ,  14:10, 2 February 2022
no edit summary
Line 5: Line 5:  
<syntaxhighlight lang="xml" line>
 
<syntaxhighlight lang="xml" line>
 
<item addr="345:123" length="6" name="Ventilation" sub-type="ventilation" type="virtual"/>  
 
<item addr="345:123" length="6" name="Ventilation" sub-type="ventilation" type="virtual"/>  
// Ventilation virtual device description
+
// Описание виртуального устройства вентиляции
<import-script id="345" VENT="80" RS485="345:12" path="vent.txt"/> // Ventilation control script description
+
<import-script id="345" VENT="80" RS485="345:12" path="vent.txt"/> // Описание скрипта управления вентиляцией
 
</syntaxhighlight>
 
</syntaxhighlight>
   −
===Additional parameters===
+
===Дополнительные параметры===
    
{|class="wikitable"
 
{|class="wikitable"
 
|-
 
|-
!Name!!type and variety!!description!!default value
+
!Название!!Тип и диапазон!!Описание!!Значение по умолчанию
 
|-
 
|-
|sub-type*||string, ventilation||subtype||ventilation
+
|sub-type*||строка, вентиляция||Подтип||вентиляция
 
|-
 
|-
|funs||bit mask||Mask of airflow mode||0xFF
+
|funs||битовая маска||Маска режима работы воздушного потока||0xFF
 
|}
 
|}
<nowiki>*</nowiki> – required fields
+
<nowiki>*</nowiki> – обязательные поля
   −
===Device status (6 bytes)===
+
===Статус устройства (6 байт)===
    
{|class="wikitable"
 
{|class="wikitable"
 
|-
 
|-
!Byte number!!Description
+
!Номер байта!!Описание
 
|-
 
|-
|0||0 bit – 0 is off, 1 is on
+
|0||0 бит – 0 выключен, 1 включен
 
|-
 
|-
|1||0-3d bit temperature (+16 is to be added to the value)
+
|1||0-3d бит температура (к значению нужно добавить +16)
 
|-
 
|-
|4||0-3d bit airflow capacity
+
|4||0-3d бит пропускная способность воздушного потока
 
|}
 
|}
   −
===Status setting===
+
===Установка статуса===
   −
from the 1st to the 6th correspondingly
+
с 1-го по 6-ой соответственно
editor, translation-admin, translator
4,754

edits