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:
parent
119496378e
commit
19ce9e838f
@ -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>
|
||||
|
4980
fhem/FHEM/WMBus.pm
4980
fhem/FHEM/WMBus.pm
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user