From 85d5a46f50dc433eaf395e2cd5bd0381c872834b Mon Sep 17 00:00:00 2001 From: Sailor <> Date: Sat, 1 Jan 2022 15:06:29 +0000 Subject: [PATCH] 73_GasCalculator: bugfix - Correct unit for SymcCounter git-svn-id: https://svn.fhem.de/fhem/trunk@25402 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- fhem/FHEM/73_GasCalculator.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fhem/FHEM/73_GasCalculator.pm b/fhem/FHEM/73_GasCalculator.pm index 36bcc7c8c..4456b66ce 100644 --- a/fhem/FHEM/73_GasCalculator.pm +++ b/fhem/FHEM/73_GasCalculator.pm @@ -423,7 +423,7 @@ sub GasCalculator_Set($@) $attr{$GasCalcName}{GasCounterOffset} = $CounterOffsetNew; ### 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 # elsif ($reading eq "Test")