Changes
Jump to navigation
Jump to search
6 bytes removed
, 09:28, 16 August 2021
| Line 77: |
Line 77: |
| | *'-'-none, nothing is connected. | | *'-'-none, nothing is connected. |
| | And you can also connect one temperature sensor: | | 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>Example: in='DEHSSG'</syntaxhighlight> |
| | |- | | |- |
| | |offset||float(+/- 0…39)||SubID 30 temperature sensor||'0'||sensor values offset; | | |offset||float(+/- 0…39)||SubID 30 temperature sensor||'0'||sensor values offset; |
| | For example, offset is -3.8 : | | For example, offset is -3.8 : |
| − | <syntaxhighlight lang="xml" line>hw="offset='-3.8'"}}</syntaxhighlight> | + | <syntaxhighlight lang="xml" line>hw="offset='-3.8'"</syntaxhighlight> |
| | |} | | |} |
| | | | |