Skip to main content

write properties

eviewLess than 1 minuteevmars

write properties

Url:/api/v1/device/{deviceId}/properties

Method:POST

produces:application/json

consumes:*/*

description:

Send a WritePropertyMessage to the device and get the return.

Params:

Params:

namedescriptioninrequiretypeschema
deviceIddevice idpathtruestring

code-200:

Responses:

namedescriptiontypeschema
messagemessage contentstring
resultresultobject
statusstatusinteger(int32)integer(int32)
codecodestring
timestamptimestampinteger(int64)integer(int64)

Response Sample:

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