mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-01-31 06:39:11 +00:00
93_DbRep: commandref revised
git-svn-id: https://svn.fhem.de/fhem/trunk@20481 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
ddc45cd4bb
commit
78501d3f70
@ -1,5 +1,6 @@
|
|||||||
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
# Add changes at the top of the list. Keep it in ASCII, and 80-char wide.
|
||||||
# Do not insert empty lines here, update check depends on it.
|
# Do not insert empty lines here, update check depends on it.
|
||||||
|
- change: 93_DbRep: commandref revised
|
||||||
- feature: 93_DbRep: add option FullDay for timeDiffToNow and timeOlderThan,
|
- feature: 93_DbRep: add option FullDay for timeDiffToNow and timeOlderThan,
|
||||||
Forum: topic,53584.msg991139.html#msg991139
|
Forum: topic,53584.msg991139.html#msg991139
|
||||||
- change: 49_SSCamSTRM: minor internal code change
|
- change: 49_SSCamSTRM: minor internal code change
|
||||||
|
@ -13395,8 +13395,10 @@ sub bdump {
|
|||||||
|
|
||||||
<a name="timeDiffToNow"></a>
|
<a name="timeDiffToNow"></a>
|
||||||
<li><b>timeDiffToNow </b> - the <b>begin time </b> of data selection will be set to the timestamp <b>"<current time> -
|
<li><b>timeDiffToNow </b> - the <b>begin time </b> of data selection will be set to the timestamp <b>"<current time> -
|
||||||
<timeDiffToNow>"</b> dynamically (e.g. if set to 86400, the last 24 hours are considered by data
|
<timeDiffToNow>"</b> dynamically. The time period will be calculated dynamically at
|
||||||
selection). The time period will be calculated dynamically at execution time.
|
execution time. Optional can with the additional entry "FullDay" the selection start time
|
||||||
|
and the selection end time be expanded to the begin / end of the involved days
|
||||||
|
(take only effect if adjusted time difference is >= 1 day).
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
@ -13413,6 +13415,8 @@ sub bdump {
|
|||||||
# the start time is set to "current time - 1 year and 2,5 hours" <br>
|
# the start time is set to "current time - 1 year and 2,5 hours" <br>
|
||||||
<code>attr <name> timeDiffToNow y:1.5</code> <br>
|
<code>attr <name> timeDiffToNow y:1.5</code> <br>
|
||||||
# the start time is set to "current time - 1.5 years" <br>
|
# the start time is set to "current time - 1.5 years" <br>
|
||||||
|
<code>attr <name> timeDiffToNow d:8 FullDay </code> <br>
|
||||||
|
# the start time is set to "current time - 8 days", the selection time period is expanded to the begin / end of the involved days <br>
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
@ -13424,9 +13428,10 @@ sub bdump {
|
|||||||
<a name="timeOlderThan"></a>
|
<a name="timeOlderThan"></a>
|
||||||
<li><b>timeOlderThan </b> - the <b>end time</b> of data selection will be set to the timestamp <b>"<aktuelle Zeit> -
|
<li><b>timeOlderThan </b> - the <b>end time</b> of data selection will be set to the timestamp <b>"<aktuelle Zeit> -
|
||||||
<timeOlderThan>"</b> dynamically. Always the datasets up to timestamp
|
<timeOlderThan>"</b> dynamically. Always the datasets up to timestamp
|
||||||
"<current time> - <timeOlderThan>" will be considered (e.g. if set to
|
"<current time> - <timeOlderThan>" will be considered. The time period will be calculated dynamically at
|
||||||
86400, all datasets older than one day are considered). The time period will be calculated dynamically at
|
execution time. Optional can with the additional entry "FullDay" the selection start time
|
||||||
execution time.
|
and the selection end time be expanded to the begin / end of the involved days
|
||||||
|
(take only effect if adjusted time difference is >= 1 day).
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
@ -13443,6 +13448,9 @@ sub bdump {
|
|||||||
# the selection end time is set to "current time - 1 year and 2,5 hours" <br>
|
# the selection end time is set to "current time - 1 year and 2,5 hours" <br>
|
||||||
<code>attr <name> timeOlderThan y:1.5</code> <br>
|
<code>attr <name> timeOlderThan y:1.5</code> <br>
|
||||||
# the selection end time is set to "current time - 1.5 years" <br>
|
# the selection end time is set to "current time - 1.5 years" <br>
|
||||||
|
<code>attr <name> timeOlderThan d:8 FullDay </code> <br>
|
||||||
|
# the end time is set to "current time - 8 days", the selection time period is expanded to the begin / end of the involved days <br>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
@ -15868,9 +15876,9 @@ sub bdump {
|
|||||||
|
|
||||||
<a name="timeDiffToNow"></a>
|
<a name="timeDiffToNow"></a>
|
||||||
<li><b>timeDiffToNow </b> - der <b>Selektionsbeginn</b> wird auf den Zeitpunkt <b>"<aktuelle Zeit> - <timeDiffToNow>"</b>
|
<li><b>timeDiffToNow </b> - der <b>Selektionsbeginn</b> wird auf den Zeitpunkt <b>"<aktuelle Zeit> - <timeDiffToNow>"</b>
|
||||||
gesetzt. Die Timestampermittlung erfolgt dynamisch zum Ausführungszeitpunkt. Optional kann mit der Zusatzangabe
|
gesetzt. Die Timestampermittlung erfolgt dynamisch zum Ausführungszeitpunkt. Optional kann mit
|
||||||
"FullDay" der Selektionsbeginn und das Selektionsende auf Beginn / Ende des jeweiligen Tages erweitert werden
|
der Zusatzangabe "FullDay" der Selektionsbeginn und das Selektionsende auf Beginn / Ende der
|
||||||
(wirkt nur wenn Zeitdifferenz >= 1 Tag).
|
jeweiligen Selektionstage erweitert werden (wirkt nur wenn eingestellte Zeitdifferenz ist >= 1 Tag).
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
@ -15888,7 +15896,7 @@ sub bdump {
|
|||||||
<code>attr <name> timeDiffToNow y:1.5</code> <br>
|
<code>attr <name> timeDiffToNow y:1.5</code> <br>
|
||||||
# die Startzeit wird auf "aktuelle Zeit - 1,5 Jahre gesetzt <br>
|
# die Startzeit wird auf "aktuelle Zeit - 1,5 Jahre gesetzt <br>
|
||||||
<code>attr <name> timeDiffToNow d:8 FullDay </code> <br>
|
<code>attr <name> timeDiffToNow d:8 FullDay </code> <br>
|
||||||
# die Startzeit wird auf "aktuelle Zeit - 8 Tage gesetzt, der Selektionszeitraum wird auf Beginn / Ende des jeweiligen Tages erweitert <br>
|
# die Startzeit wird auf "aktuelle Zeit - 8 Tage gesetzt, der Selektionszeitraum wird auf Beginn / Ende der beteiligten Tage erweitert <br>
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
@ -15902,8 +15910,8 @@ sub bdump {
|
|||||||
gesetzt. Dadurch werden alle Datensätze bis zu dem Zeitpunkt "<aktuelle
|
gesetzt. Dadurch werden alle Datensätze bis zu dem Zeitpunkt "<aktuelle
|
||||||
Zeit> - <timeOlderThan>" berücksichtigt. Die Timestampermittlung erfolgt
|
Zeit> - <timeOlderThan>" berücksichtigt. Die Timestampermittlung erfolgt
|
||||||
dynamisch zum Ausführungszeitpunkt. Optional kann mit der Zusatzangabe
|
dynamisch zum Ausführungszeitpunkt. Optional kann mit der Zusatzangabe
|
||||||
"FullDay" der Selektionsbeginn und das Selektionsende auf Beginn / Ende des jeweiligen Tages erweitert werden
|
"FullDay" der Selektionsbeginn und das Selektionsende auf Beginn / Ende der jeweiligen
|
||||||
(wirkt nur wenn Zeitdifferenz >= 1 Tag).
|
Selektionstage erweitert werden (wirkt nur wenn eingestellte Zeitdifferenz ist >= 1 Tag).
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
@ -15921,7 +15929,7 @@ sub bdump {
|
|||||||
<code>attr <name> timeOlderThan y:1.5</code> <br>
|
<code>attr <name> timeOlderThan y:1.5</code> <br>
|
||||||
# das Selektionsende wird auf "aktuelle Zeit - 1,5 Jahre gesetzt <br>
|
# das Selektionsende wird auf "aktuelle Zeit - 1,5 Jahre gesetzt <br>
|
||||||
<code>attr <name> timeOlderThan d:8 FullDay </code> <br>
|
<code>attr <name> timeOlderThan d:8 FullDay </code> <br>
|
||||||
# die Startzeit wird auf "aktuelle Zeit - 8 Tage gesetzt, der Selektionszeitraum wird auf Beginn / Ende des jeweiligen Tages erweitert <br>
|
# das Selektionsende wird auf "aktuelle Zeit - 8 Tage gesetzt, der Selektionszeitraum wird auf Beginn / Ende der beteiligten Tage erweitert <br>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
|
Loading…
Reference in New Issue
Block a user