mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-16 04:36:02 +00:00
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:
parent
f178377167
commit
03cd7abeb6
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user