Pause Chip Scheduling Service

URL: http://xx.com/system/pauseChipSchedule

Request Method: Post

Parameters:

  • ChipID (string): Chip name (Non-nullable)

  • isPause (bool): true enables scheduling, false pauses scheduling (Nullable, default is true)

Request Example:

{
    "isPause":false,
     "ChipID":"72"
}

Return Example:

{
    "scheduleState":false,
     "errCode":0,
     "errInfo":""
}