27.1.9.4  SetComportStatus

 

Set Port status.

 

HTTP Method: GET

XML URL: http://localhost/WaWebService/SetComportStatus/{ProjectName}/{NodeName}/{PORT}{State}

JSON URL: http://localhost/WaWebService/Json/SetComportStatus/{ProjectName}/{NodeName}/{PORT}{State}

Parameter Name

Description

Port

Port number:1 ~ 60

State

Status:0:Enable; Other:Disable

XML Response:

<Result>   <Ret>Value</Ret> </Result>

 JSON Response:

{         “Ret”:Value }