Blame view

test/US78/test_us78.php 489 Bytes
22521f1c   Benjamin Renard   First commit
1
2
3
4
5
6
7
8
<?php

// 
$us78_1 = '{"nodeType":"download","type":"Download","downloadSrc":"0","structure":"2","sampling":600,"output":"","header":"0","timesrc":"Interval","startDate":"2008-01-30T00:00:00","stopDate":"2008-01-31T00:00:00","durationDay":"0001","durationHour":"00","durationMin":"00","durationSec":"00","list":["ws_test"],"milli":false,"fileformat":"ASCII","timeformat":"YYYY-MM-DDThh:mm:ss","compression":"tar+gzip","leaf":true}';

$us78 = array("US78 - Test 1" => $us78_1);

?>