| Line 63: | Line 63: | 
|  |  |  |  | 
|  |  |  |  | 
| − | ==HW settings== | + | ==Установки HW== | 
|  | {|class="wikitable" |  | {|class="wikitable" | 
|  | |- |  | |- | 
| − | !Name!!Type,range!!SUBID!!Default!!Description | + | !Название!!Тип, диапазон!!SUBID!!По умолчанию!!Описание | 
|  | |- |  | |- | 
| − | |in||char[16]||98||'BBBBBB'||Each char is responsible for the type of a particular channel | + | |in||символ[16]||98||'BBBBBB'||Каждый символ отвечает за тип конкретного канала | 
| − | *'B'-Button,button of bell a type; | + | *'B'-Кнопка, кнопка звонка; | 
| − | *'C'-Inverted button,inverse button of a bell type (for normally-closed); | + | *'C'-Кнопка (инверсия), кнопка звонка (инверсия) (в обычном состоянии - закрыто); | 
| − | *'D'-Backlit button,illuminated button; | + | *'D'-Кнопка с задней подсветкой, кнопка с боковой подсветкой; | 
| − | *'E'-Inverted backlit button,inverse illuminated button; | + | *'E'-Кнопка с задней подсветкой (инверсия), кнопка с боковой подсветкой (инверсия); | 
| − | *'S'-Switch,fixed switch; | + | *'S'-Выключатель, выключатель с фиксацией; | 
| − | *'K'-Contact,reed contact; | + | *'K'-Контакт, геркон; | 
| − | *'H'-Inverted contact,inverse reed contact; | + | *'H'-Контакт (инверсия), геркон (инверсия); | 
| − | *'G'-GND, is used as earthing; | + | *'G'-GND, заземление; | 
| − | *'-'-none,nothing is connected. | + | *'-'-элементы отсутствуют, ничего не подключено. | 
| − | And you can also connect one temperature sensor:
 | + | Также возможно подключить один датчик температуры: | 
|  | <syntaxhighlight lang="xml" line>hw="in='T-----'"</syntaxhighlight> |  | <syntaxhighlight lang="xml" line>hw="in='T-----'"</syntaxhighlight> | 
| − | <syntaxhighlight lang="xml" line>Example: in='DEHSSG'</syntaxhighlight> | + | <syntaxhighlight lang="xml" line>Пример: in='DEHSSG'</syntaxhighlight> | 
|  | |- |  | |- | 
| − | |offset||float(+/- 0…39)||SubID 30temperature sensor||'0'||sensor values offset; | + | |offset||переменная(+/- 0…39)||SubID 30 датчик температуры||'0'||смещение значений датчика; | 
| − | For example,offset is -3.8 :
 | + | Например, смещение -3.8 : | 
|  | <syntaxhighlight lang="xml" line>hw="offset='-3.8'"</syntaxhighlight> |  | <syntaxhighlight lang="xml" line>hw="offset='-3.8'"</syntaxhighlight> | 
|  | |} |  | |} |