AWS IoT maximum reported attributes and how I ca increase this number

0

Hello,

I am trying to build an IoT thing to publish message on shadow. I am able successfully published 4 parameters:

{
"desired": {
"welcome": "aws-iot",
"vin": 4840,
"temperature": 7,
"wifi_strength": -67,
"switch": true
},
"reported": {
"welcome": "aws-iot"
}
}

if I want to add more parameters such as: pressure or humidity it looks like "Shadow" doesnt accept the update.

Can you please kindly advise what should I do to be able to publish more parameters in to the repo

stalker
質問済み 4年前189ビュー
3回答
0

This 26-second video

https://www.youtube.com/watch?v=NnZDpnp6pvQ

shows hundreds of attributes in the device shadow.

回答済み 4年前
0

Hi uwegambitcomm,

Thank you for your replay, that is very interesting video, but it doesnt show how to that,
I also checked links followed to the video and it doesnt really show...

Hope AWS guys can "light some sun in dark"

Regards,

Stalker

stalker
回答済み 4年前
0

After further investigation, I find issue was NOT related to AWS IoT but to internal embedded side problem. Issue is fixed now, and close.

stalker
回答済み 4年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ