跳至主要內容

下发读取属性指令

eview小于 1 分钟evmars

下发读取属性指令

接口地址:/api/v1/device/{deviceId}/property/{property}

请求方式:GET

请求数据类型:application/x-www-form-urlencoded

响应数据类型:*/*

接口描述:

向设备下发读取属性指令(ReadPropertyMessage)并获取返回.

请求参数:

请求参数:

参数名称参数说明请求类型是否必须数据类型schema
deviceId设备IDpathtruestring
property属性IDpathtruestring

响应状态码-200:

响应参数:

参数名称参数说明类型schema
message消息提示string
result数据内容object
status状态码integer(int32)integer(int32)
code业务码string
timestamp时间戳(毫秒)integer(int64)integer(int64)

响应示例:

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