diff --git a/fhem/FHEM/73_GasCalculator.pm b/fhem/FHEM/73_GasCalculator.pm index 210adf60f..d343b2917 100644 --- a/fhem/FHEM/73_GasCalculator.pm +++ b/fhem/FHEM/73_GasCalculator.pm @@ -62,6 +62,7 @@ sub GasCalculator_Initialize($) $hash->{NotifyOrderPrefix} = "10-"; # Want to be called before the rest $hash->{AttrList} = "disable:0,1 " . + "header " . "GasCounterOffset " . "GasCubicPerCounts " . "GaszValue " . @@ -72,7 +73,8 @@ sub GasCalculator_Initialize($) "MonthOfAnnualReading " . "ReadingDestination:CalculatorDevice,CounterDevice " . "Volume:m³,ft³ " . - "Currency:€,£,$ "; + "Currency:€,£,$ " . + $readingFnAttributes; } ####END####### Initialize module ###############################################################################END#####