Hi folks,
hope you are all doing well. I'm using below template for FTP upload, but its giving me each time records for whole day. Is it possible to adjust below template to give me records let's say for last hour only?
#for $record in $day.records
$record.dateTime--$record.windDir.format(add_label=False)--$record.windSpeed.format(add_label=False)--$record.windGust.format(add_label=False)--$record.outHumidity.format(add_label=False)--$record.outTemp.format(add_label=False)--$record.inTemp.format(add_label=False)
#end for
Appreciate your help on this!
Martin