Skip to content

Commit f284cc0

Browse files
committed
0000: Typos fixed.
Signed-off-by: Sönke Küper <[email protected]>
1 parent 51891a2 commit f284cc0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

bundles/org.openhab.binding.modbus.sungrow/src/main/java/org/openhab/binding/modbus/sungrow/internal/SungrowInverterRegisters.java

+5-5
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ public enum SungrowInverterRegisters {
4545

4646
INTERNAL_TEMPERATURE(5008, INT16, 0.1f, quantityFactory(Units.KELVIN), ConversionConstants.CELSIUS_TO_KELVIN,
4747
"overview"),
48-
MPPT1_VOLTAGE(5011, UINT16, 0.1f, quantityFactory(Units.VOLT), "mppt_information"),
49-
MPPT1_CURRENT(5012, UINT16, 0.1f, quantityFactory(Units.AMPERE), "mppt_information"),
50-
MPPT2_VOLTAGE(5013, UINT16, 0.1f, quantityFactory(Units.VOLT), "mppt_information"),
51-
MPPT2_CURRENT(5014, UINT16, 0.1f, quantityFactory(Units.AMPERE), "mppt_information"),
48+
MPPT1_VOLTAGE(5011, UINT16, 0.1f, quantityFactory(Units.VOLT), "mppt-information"),
49+
MPPT1_CURRENT(5012, UINT16, 0.1f, quantityFactory(Units.AMPERE), "mppt-information"),
50+
MPPT2_VOLTAGE(5013, UINT16, 0.1f, quantityFactory(Units.VOLT), "mppt-information"),
51+
MPPT2_CURRENT(5014, UINT16, 0.1f, quantityFactory(Units.AMPERE), "mppt-information"),
5252
TOTAL_DC_POWER(5017, UINT32_SWAP, 1, quantityFactory(Units.WATT), "overview"),
5353
PHASE_A_VOLTAGE(5019, UINT16, 0.1f, quantityFactory(Units.VOLT), "overview"),
5454
PHASE_B_VOLTAGE(5020, UINT16, 0.1f, quantityFactory(Units.VOLT), "overview"),
@@ -95,7 +95,7 @@ public enum SungrowInverterRegisters {
9595
BATTERY_POWER(13022, UINT16, 1, quantityFactory(Units.WATT), "battery-information"),
9696
BATTERY_LEVEL(13023, UINT16, 0.1f, PercentType::new, "battery-information"),
9797
BATTERY_HEALTHY(13024, UINT16, 0.1f, PercentType::new, "battery-information"),
98-
BATTERY_TEMPERATUR(13025, INT16, 0.1f, quantityFactory(Units.KELVIN), ConversionConstants.CELSIUS_TO_KELVIN,
98+
BATTERY_TEMPERATURE(13025, INT16, 0.1f, quantityFactory(Units.KELVIN), ConversionConstants.CELSIUS_TO_KELVIN,
9999
"battery-information"),
100100
DAILY_BATTERY_DISCHARGE_ENERGY(13026, UINT16, 0.1f, quantityFactory(Units.KILOWATT_HOUR), "battery-information"),
101101
TOTAL_BATTERY_DISCHARGE_ENERGY(13027, UINT32_SWAP, 0.1f, quantityFactory(Units.KILOWATT_HOUR),

0 commit comments

Comments
 (0)