Skip to main content

device function

eviewLess than 1 minuteevmars

device function

url:/device/instance/{deviceId}/function/{functionId}
method:POST
produces:application/json
consumes:*/*

Note:

Request Example:

{ 
	"key":"value"
}

Params

namedescriptioninrequiretypeschema
deviceIdpathtruestring
functionIdpathtruestring

Status-200:
Response Params:

namedescriptiontypeschema
messagemessage contentstring
resultresult dataarray
statusstatus codeinteger(int32)integer(int32)
codebusiness codestring
timestampTimestamp (ms)integer(int64)integer(int64)

Response Example:

{
	"message": "",
	"result": [],
	"status": 0,
	"code": "",
	"timestamp": 0
}