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