TYBA






protocol.taskschedule.GetScheduledTasksResponse

GetScheduledTasksResponse

This response acts as an acknowledgement to its corresponding request.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
uidno1textuser id
sctyesunlimitedScheduledTaskScheduled Tasks.

Example xml:


  <siresp>
      <cid>Mum</cid>
     <fn>
      <getScheduledTasks>
              <sct>
                  <sctid>testsched1</sctid>
                  <en>on</en>

                  <sch>
                      <hr>23</hr>
                      <mn>59</mn>

                      <mon>on</mon>
                      <tue>on</tue>
                      <wed>off</wed>
                      <thu>off</thu>
                      <fri>on</fri>
                      <sat>off</sat>
                      <sun>off</sun>

                      <rep>on</rep>
                  </sch>

                  <pid>playerid1</pid>
                  <pid>playerid2</pid>
                  <pid>playerid3</pid>

                  <mitm>
                      <trid>trackid</trid>
                  </mitm>
              </sct>
              
              <sct>
                  <sctid>testsched2</sctid>
                  <en>off</en>

                  <sch>
                      <hr>12</hr>
                      <mn>04</mn>

                      <mon>on</mon>
                      <tue>on</tue>
                      <wed>off</wed>
                      <thu>off</thu>
                      <fri>on</fri>
                      <sat>off</sat>
                      <sun>off</sun>

                      <rep>on</rep>
                  </sch>

                  <pid>playerid</pid>

                  <mitm>
                      <plid>playlistid</plid>
                  </mitm>
              </sct>
      
      </getScheduledTasks>
  </fn>
  </siresp>

 

back to index