Commit 4712bb20 authored by project's avatar project

--no commit message

--no commit message
parent 58311f49
...@@ -64,9 +64,12 @@ function edit_job(job) ...@@ -64,9 +64,12 @@ function edit_job(job)
{ {
eJob = job; eJob = job;
if(eJob.data_in.type == 'agritronics'){
eJob.trigger.cmd = '29,59 * * * *'; eJob.trigger.cmd = '29,59 * * * *';
eJob.data_in.param.url = 'http://122.155.1.142/ws/get2.php'; eJob.data_in.param.url = 'http://122.155.1.142/ws/get2.php';
eJob.data_in.param.init_observed_date = '2017-05-01'; eJob.data_in.param.init_observed_date = '2017-05-01';
}
return eJob; return eJob;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment