ICP DAS WISE User Manual
http://wise.icpdas.com
311
{
"status": " INDEX_ERROR"
}
Password error
{
"status": "PASSWORD_INCORRECT"
}
Modify schedule setting (POST Command)
Command
job=set_schedule&
index=
val
Parameters
Name
index
Description The index number of the Schedule.
Value
Integer; start from 1.
Body
Modify the setting of the corresponding schedule
by the XML configuration coding system get.
<SCHEDULE>
<S idx="1" status="1" type="0" nickname="schedule 1">
<TIME h1="-1" m1="1" s1="1" h2="-1" m2="1" s2="5" idx="1"/>
<TIME h1="-1" m1="30" s1="1" h2="-1" m2="30" s2="5" idx="2"/>
<DATE year="2021" month="9" duration="6"/>
<SKIP>
7,202911840,25363980,811647363,0,0</SKIP>
</S>
<S idx="2" status="1" type="1" nickname="Test" week="1234567">
<TIME h1="-1" m1="0" s1="0" h2="-1" m2="0" s2="5" idx="1" />
<SKIP>1/1,3/3</SKIP>
</S>
</SCHEDULE>
Parameters
The next level of <Schedule> can contain
multiple <S>s. The quantity of <S> is limited
to the number of schedules.
<S> is the content of the schedule setting,
following are the description of the
parameters.
idx:Index
status:0 is Disable; 1 is Enable.