<?php

include_once('../../Common/Global.php');

$MeteoStation = new MeteoStation($System->Database, $System);
while (true)
{
  $MeteoStation->DownloadAll();
  sleep(60);
}
