mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-02-07 16:59:18 +00:00
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:
parent
6d4a62bb69
commit
a301bbbd48
@ -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#####
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user