source: trunk/Modules/Meteostation/Download.php

Last change on this file was 873, checked in by chronos, 5 years ago
  • Modified: Improved code format.
File size: 173 bytes
Line 
1<?php
2
3include_once('../../Common/Global.php');
4
5$MeteoStation = new MeteoStation($System->Database, $System);
6while (true)
7{
8 $MeteoStation->DownloadAll();
9 sleep(60);
10}
Note: See TracBrowser for help on using the repository browser.