mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-05-04 22:19:38 +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->{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#####
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user