This commit is contained in:
Pericles Alves 2020-03-30 12:29:31 -07:00
Родитель 72708b1656
Коммит 1f00a2d612
3 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -46,6 +46,8 @@ module.exports = async function (context, device, measurements, timestamp) {
try {
const message = new Device.Message(JSON.stringify(measurements));
message.contentEncoding = 'utf-8';
message.contentType = 'application/json';
if (timestamp) {
message.properties.add('iothub-creation-time-utc', timestamp);

Просмотреть файл

@ -255,7 +255,7 @@ Function. You can check the integrity of the code being deployed by verifying th
of the `iotc-bridge-az-function.zip` file in the root of this repository matches the following:
```
D400C44AF5C860D7A9504F3C7495FCAC69407ACFD146692936BAF13AD3AE3BEF
510D3252A7DC37F0D07A34A93D09B976BFAF91F13E0E723CCD2A85C1ACC4524E
```
# Contributing

Двоичные данные
iotc-bridge-az-function.zip

Двоичный файл не отображается.