IoT Core Service, gRPC: DeviceDataService.Publish
Статья создана
Обновлена 17 октября 2024 г.
Publishes message on behalf of specified device
gRPC request
rpc Publish (PublishDeviceDataRequest) returns (PublishDeviceDataResponse)
PublishDeviceDataRequest
{
"deviceId": "string",
"topic": "string",
"data": "bytes"
}
Field |
Description |
deviceId |
string Required field. ID of device publishing message |
topic |
string Required field. Topic where message should be published |
data |
bytes Content of the message |
PublishDeviceDataResponse
{}
Field |
Description |
Empty |