Тема: For Create Schedule
Hello Team,
we need to use https://sdk.wialon.com/wiki/en/sidebar/ … e_schedule to create schedule.
Can you please explain the request params : (we have also checked : https://sdk.wialon.com/wiki/en/sidebar/ … ound_data)
How to get below params ::
"tm":[
{
"at":<uint>,
"ad":<uint>, -> what is deviation arrival time ?
"dt":<uint>,
"dd":<uint>
}
],
"sch":{
"f1":<uint>,
"f2":<uint>,
"t1":<uint>,
"t2":<uint>,
"m":<uint>,
"y":<uint>,
"w":<uint>
},
"cfg":{
"name":<text>,
"units":[<long>],
"enabled":<byte>, -> we are using 1 for automatic round
"autoName":<byte>,
"validityPeriod":<uint>
}}
please explain in details