2
0
mirror of https://github.com/fhem/fhem-mirror.git synced 2025-03-03 16:56:54 +00:00

WMBus: remove DOS line endings

git-svn-id: https://svn.fhem.de/fhem/trunk@21163 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
kaihs 2020-02-09 18:41:03 +00:00
parent 119496378e
commit 19ce9e838f
2 changed files with 2498 additions and 2498 deletions

View File

@ -601,14 +601,14 @@ WMBUS_Attr(@)
Therefor each semantically different value will get a unique reading name.<br>
Example:<br>
<pre>
1_storage_no 0
1_type VIF_ENERGY_WATT
1_unit Wh
1_storage_no 0
1_type VIF_ENERGY_WATT
1_unit Wh
1_value 1234.5
</pre>
will be changed to<br>
<pre>
0_VIF_ENERGY_WATT_unit Wh
0_VIF_ENERGY_WATT_unit Wh
0_VIF_ENERGY_WATT_value 1234.5
</pre>
</li>
@ -749,14 +749,14 @@ WMBUS_Attr(@)
VIF (Value Information Field) zusammen. Dadurch bekommt jeder semantisch unterschiedliche Wert einen eindeutigen Readingnamen.
Beispiel:<br>
<pre>
1_storage_no 0
1_type VIF_ENERGY_WATT
1_unit Wh
1_storage_no 0
1_type VIF_ENERGY_WATT
1_unit Wh
1_value 1234.5
</pre>
wird zu<br>
<pre>
0_VIF_ENERGY_WATT_unit Wh
0_VIF_ENERGY_WATT_unit Wh
0_VIF_ENERGY_WATT_value 1234.5
</pre>
</li>

File diff suppressed because it is too large Load Diff