73_GasCalculator: feature: header and readingFnAttributes added

git-svn-id: https://svn.fhem.de/fhem/trunk@12279 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
sailor-fhem 2016-10-05 18:40:55 +00:00
parent 6d4a62bb69
commit a301bbbd48

View File

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