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