diff --git a/fhem/FHEM/73_GasCalculator.pm b/fhem/FHEM/73_GasCalculator.pm index b915076ed..e44bbb420 100644 --- a/fhem/FHEM/73_GasCalculator.pm +++ b/fhem/FHEM/73_GasCalculator.pm @@ -1138,6 +1138,17 @@ sub GasCalculator_Notify($$) +
+ | |
<DestinationDevice>_<SourceCounterReading>_VolLastDay : | Volume reading of the previous day. + |
+ | |
<DestinationDevice>_<SourceCounterReading>_VolLastMonth : | Volume reading of the previous month. + |
- | |
<DestinationDevice>_<SourceCounterReading>_Vol1stMeter : | First volume reading of the first day of the month of the currenrt meter reading period. + |
<DestinationDevice>_<SourceCounterReading>_VolLastYear : | Volume reading of the previous year. + |
+ | |
<DestinationDevice>_<SourceCounterReading>_Vol1stMeter : | First volume reading of the first day of the month of the current meter reading period. + |
+ | |
<DestinationDevice>_<SourceCounterReading>_VolLastMeter : | Volume reading of the first day of the month of the last meter reading period. |
+ | |
<DestinationDevice>_<SourceCounterReading>_VolLastDay : | Verbrauchtes Volumen des vorherigen Tages. + |
+ | |
<DestinationDevice>_<SourceCounterReading>_VolLastMonth : | Verbrauchtes Volumen des vorherigen Monats. + |
+ | |
<DestinationDevice>_<SourceCounterReading>_VolLastYear : | Verbrauchtes Volumen des vorherigen Jahres. + |
+ | |
<DestinationDevice>_<SourceCounterReading>_VolLastMeter : | Verbrauchtes Volumen des vorherigen Abrechnungszeitraums. + |