Difference between revisions of ":Templates/13/en"
From meteobridge
(Importing a new version from external source) |
(Importing a new version from external source) |
||
Line 13: | Line 13: | ||
* '''amaxtime''': timestamp of maximum value of all time | * '''amaxtime''': timestamp of maximum value of all time | ||
* '''starttime''': timestamp of first recorded value | * '''starttime''': timestamp of first recorded value | ||
− | Timestamps are strings of format "YYYYMMDDhhmmss". Year "YYYY" is reported in 4 digits, all other values (month "MM", day "DD", hour "hh", minute "mm", second "ss") come with 2 digits, leading zeros are not supressed. | + | Timestamps are strings of format "YYYYMMDDhhmmss". Year "YYYY" is reported in 4 digits, all other values (month "MM", day "DD", hour "hh", minute "mm", second "ss") come with 2 digits, leading zeros are not supressed. |
+ | * '''age''': reports seconds elapsed since last reception of data for that particular sensor. |
Revision as of 18:07, 24 April 2015
When you are interested in timestamps of min/max values, you can make use of these selectors:
- hmintime: timestamp of minimum value of this hour
- hmaxtime: timestamp of maximum value of this hour
- dmintime: timestamp of minimum value of today
- dmaxtime: timestamp of maximum value of today
- ydmintime: timestamp of minimum value of yesterday
- ydmaxtime: timestamp of maximum value of yesterday
- mmintime: timestamp of minimum value of this month
- mmaxtime: timestamp of maximum value of this month
- ymintime: timestamp of minimum value of this year
- ymaxtime: timestamp of maximum value of this year
- amintime: timestamp of minimum value of all time
- amaxtime: timestamp of maximum value of all time
- starttime: timestamp of first recorded value
Timestamps are strings of format "YYYYMMDDhhmmss". Year "YYYY" is reported in 4 digits, all other values (month "MM", day "DD", hour "hh", minute "mm", second "ss") come with 2 digits, leading zeros are not supressed.
- age: reports seconds elapsed since last reception of data for that particular sensor.