JSON_OutputCond

JSON message about conditions of getting relay status

{
  "OutputCond":{
    "searchID":"",
/*required, string, search ID, which is used to confirm the upper-level platform or system. If the platform or the system is the same one during two searching, the search history will be saved in the memory to speed up next searching*/
    "searchResultPosition": ,
/*required, integer32, the start position of the search result in the result list. When there are multiple records and you cannot get all search results at a time, you can search for the records after the specified position next time*/
    "maxResults": ,
/*required, integer32, maximum number of search results this time by calling this URI. If maxResults exceeds the range returned by the device capability, the device will return the maximum number of search results according to the device capability and will not return error message*/
    "outputModuleNo": ,
/*optional, int, linked output module No.*/
    "moduleType":""
/*optional, string, module type: "localWired"-local wired module, "extendWired"-extended wired module, "localWireless"-local wireless module, "extendWireless"-extended wireless module*/
  }
}