From c7e34750d0457f69e9db596b3d1b48e4bad187b5 Mon Sep 17 00:00:00 2001 From: Sailor <> Date: Tue, 13 Apr 2021 18:33:19 +0000 Subject: [PATCH] 73_GasCalculator: Bugfix - SyncCounter git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@24245 2b470e98-0d58-463d-a4d8-8e2adae1ed80 --- FHEM/73_GasCalculator.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FHEM/73_GasCalculator.pm b/FHEM/73_GasCalculator.pm index 70a7c0c50..c8a518e56 100644 --- a/FHEM/73_GasCalculator.pm +++ b/FHEM/73_GasCalculator.pm @@ -422,7 +422,7 @@ sub GasCalculator_Set($@) $attr{$GasCalcName}{GasCounterOffset} = $CounterOffsetNew; ### Create ReturnMessage - $ReturnMessage = $GasCalcName . " - Successfully synchromized Counter and Calculator with : " . $value . " kWh"; + $ReturnMessage = $GasCalcName . " - Successfully synchronized Counter and Calculator with : " . $value . " kWh"; } ### For Test purpose only # elsif ($reading eq "Test")