73_WaterCalculator: bugfix - Correct unit for SymcCounter

git-svn-id: https://svn.fhem.de/fhem/trunk@25401 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
Sailor
2022-01-01 15:06:27 +00:00
parent f8c3a548f5
commit 84b6f4c19a

View File

@@ -423,7 +423,7 @@ sub WaterCalculator_Set($@)
$attr{$WaterCalcName}{WaterCounterOffset} = $CounterOffsetNew;
### Create ReturnMessage
$ReturnMessage = $WaterCalcName . " - Successfully synchronized Counter and Calculator with : " . $value . " kWh";
$ReturnMessage = $WaterCalcName . " - Successfully synchronized Counter and Calculator with : " . $value . " " . $attr{$hash}{WFRUnit};
}
### For Test purpose only
# elsif ($reading eq "Test")