mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 17:36:39 +00:00
73_ElectricityCalculator: bugfix - Correct unit for SymcCounter
git-svn-id: https://svn.fhem.de/fhem/trunk@25400 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
03f260428f
commit
f178377167
@ -423,7 +423,7 @@ sub ElectricityCalculator_Set($@)
|
||||
$attr{$ElectricityCalcName}{ElectricityCounterOffset} = $CounterOffsetNew;
|
||||
|
||||
### Create ReturnMessage
|
||||
$ReturnMessage = $ElectricityCalcName . " - Successfully synchronized Counter and Calculator with : " . $value . " kWh";
|
||||
$ReturnMessage = $ElectricityCalcName . " - Successfully synchronized Counter and Calculator with : " . $value . " " . $attr{$hash}{SiPrefixPower};
|
||||
}
|
||||
### For Test purpose only
|
||||
# elsif ($reading eq "Test")
|
||||
|
Loading…
x
Reference in New Issue
Block a user