PSDK 互联互通

2024-10-29
暂无评分

Event

自定义消息推送 Cloud

Topic: thing/product/{gateway_sn}/events

Direction: up

Method: custom_data_transmission_from_psdk

Data:

ColumnNameTypeconstraintDescription
value数据内容text{"length":"小于 256"}

Example:

{
	"bid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
	"data": {
		"value": "hello world"
	},
	"gateway": "4TADKAQ000002J",
	"method": "custom_data_transmission_from_psdk",
	"tid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
	"timestamp": 1689911315621
}

Service

Cloud - 自定义消息推送到 PSDK

Topic: thing/product/{gateway_sn}/services

Direction: down

Method: custom_data_transmission_to_psdk

Data:

ColumnNameTypeconstraintDescription
value数据内容text{"length":"小于 256"}

Example:

{
	"bid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
	"data": {
		"value": "hello world"
	},
	"method": "custom_data_transmission_to_psdk",
	"tid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
	"timestamp": 1689740550047
}

Topic: thing/product/{gateway_sn}/services_reply

Direction: up

Method: custom_data_transmission_to_psdk

Data:

ColumnNameTypeconstraintDescription
result返回码int非 0 代表错误

Example:

{
	"bid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
	"data": {
		"result": 0
	},
	"method": "custom_data_transmission_to_psdk",
	"tid": "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx",
	"timestamp": 1689740550047
}
若您对文档有意见或疑惑,点击可快速反馈,我们会与您联系。