[e3dc] documentation fix (#10337)

* Fixed mixed up description in thing.xmls, readme.de and translation

Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>

* spotless run

Signed-off-by: Bernd Weymann <bernd.weymann@gmail.com>
This commit is contained in:
Bernd Weymann
2021-03-15 23:15:00 +01:00
committed by GitHub
parent f972d06db9
commit 85a66994b4
3 changed files with 40 additions and 40 deletions

View File

@@ -59,8 +59,8 @@ channel-type.modbus.pv-power-supply-channel.label = Photovoltaik Leistung
channel-type.modbus.battery-power-supply-channel.label = Batterie Entladen
channel-type.modbus.battery-power-consumption-channel.label = Batterie Laden
channel-type.modbus.household-power-consumption-channel.label = Haushalt Verbrauch
channel-type.modbus.grid-power-consumption-channel.label = Stromnetz Verbrauch
channel-type.modbus.grid-power-supply-channel.label = Stromnetz Einspeisung
channel-type.modbus.grid-power-consumption-channel.label = Stromnetz Einspeisung
channel-type.modbus.grid-power-supply-channel.label = Stromnetz Verbrauch
channel-type.modbus.external-power-supply-channel.label = Externer Stromproduzent
channel-type.modbus.wallbox-power-consumption-channel.label = Wallbox Ladestrom
channel-type.modbus.wallbox-pv-power-consumption-channel.label = Wallbox Photovoltaik Ladestrom

View File

@@ -26,12 +26,12 @@
<channel-type id="grid-power-consumption-channel">
<item-type>Number:Power</item-type>
<label>Grid Power Consumption</label>
<description>Grid Power is needed in order to satisfy your overall Power consumption</description>
<description>More Photovoltaic Power is produced than needed. Additional Power is consumed by Grid</description>
</channel-type>
<channel-type id="grid-power-supply-channel">
<item-type>Number:Power</item-type>
<label>Grid Power Supply</label>
<description>More Photovoltaic Power is produced than needed. Additional Power is provided towards the Grid</description>
<description>Grid Power is needed in order to satisfy your overall Power consumption</description>
</channel-type>
<channel-type id="external-power-supply-channel">
<item-type>Number:Power</item-type>