Get Chip Scheduling Service Status

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

Request Method: Post

Parameters:

  • ChipID (string array): Array of chip IDs (Non-nullable)

Request Example:

{
    "ChipID":["1","72"]
}

Return Example:

{
    "ScheduleState" :[
      { "chipID":"1", "status":true },
      { "chipID":"72", "status":true }
    ],
    "errCode":0,
    "errInfo":""
}