JSON message about the condition of searching for relay's linkage configuration parameters
{
"OutputsModuleCond": {
"searchID": "",
/*required, string, search ID, which is used to check whether the current search requester is the same as the previous one. If they are the same, the search record will be stored in the device to speed up the next search*/
"searchResultPosition": 0,
/*required, integer32, the end position of search result in result list. In a single search, if you cannot get all the records in the result list, you can mark the end position and get the following records after the marked position in the nest search*/
"maxResults": 30,
/*required, integer32, the maximum number of results that can be obtained in this search, if the value of maxResults exceeds the range in the capability message, the maximum number will be returned according to that in the capability 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*/
}
}