| Line 46: |
Line 46: |
| | !Name!!Type, range!!SUBID!!Default!!Description | | !Name!!Type, range!!SUBID!!Default!!Description |
| | |- | | |- |
| − | |in||char[16]||98||'BBBBBB'||Each char is responsible for the type of a particular channel | + | |slave||char[10]||98||-||Sn of slave BT-CAN module in hex format for P2P connection. Setting for master BT-CAN/DE-MG.Plus module only |
| − | *'B'-Button, button of bell a type;
| + | Example: |
| − | *'C'-Inverted button, inverse button of a bell type (for normally-closed);
| + | <syntaxhighlight lang="xml" line>hw="slave=0xe8245161"</syntaxhighlight> |
| − | *'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; | + | |pin||float(+/- 0…39)||98||-||Pin for P2P connection, must be same for master and slave |
| − | For example, offset is -3.8 :
| + | Example: |
| − | <syntaxhighlight lang="xml" line>hw="offset='-3.8'"</syntaxhighlight> | + | <syntaxhighlight lang="xml" line>hw="pin=1111"</syntaxhighlight> |
| | |} | | |} |
| | | | |